ptsname: Improve test.
[pspp] / ChangeLog
1 2010-04-05  Bruno Haible  <bruno@clisp.org>
2
3         ptsname: Improve test.
4         * tests/test-ptsname.c (main): Also try the various master names of BSD
5         systems.
6
7 2010-04-05  Bruno Haible  <bruno@clisp.org>
8
9         memchr: Avoid a possible C++ test error.
10         * lib/string.in.h (memchr): Provide declaration if function is missing.
11         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
12         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
13         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
14         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
15
16 2010-04-05  Bruno Haible  <bruno@clisp.org>
17
18         strtok_r: Improve idiom.
19         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
20         AC_LIBOBJ is used.
21
22 2010-04-05  Bruno Haible  <bruno@clisp.org>
23
24         strdup: Improve idiom.
25         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
26         AC_LIBOBJ is used.
27         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
28         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
29         when AC_LIBOBJ is used.
30
31 2010-04-05  Bruno Haible  <bruno@clisp.org>
32
33         mbsinit, mbrtowc, wcrtomb: Improve idioms.
34         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
35         don't set REPLACE_MBSINIT to 1.
36         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
37         don't set REPLACE_MBRTOWC to 1.
38         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
39         exist, don't set REPLACE_MBSRTOWCS to 1.
40         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
41         exist, don't set REPLACE_MBSNRTOWCS to 1.
42         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
43         don't set REPLACE_WCRTOMB to 1.
44         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
45         exist, don't set REPLACE_WCSRTOMBS to 1.
46         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
47         exist, don't set REPLACE_WCSNRTOMBS to 1.
48
49 2010-04-05  Bruno Haible  <bruno@clisp.org>
50
51         ldexpl: Improve idiom.
52         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
53         make sure to set HAVE_DECL_LDEXPL to 0.
54
55 2010-04-05  Jim Meyering  <meyering@redhat.com>
56
57         init.sh: fix typo
58         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
59
60         init.sh: make it easier for a test script to write to the tty, ...
61         when using automake's parallel-tests mode.
62         * tests/init.sh (stderr_fileno_): Define overridable variable.
63         (warn_): New function, to use it.
64         (fail_, skip_, framework_failure_): Use warn_.
65
66 2010-04-04  Bruno Haible  <bruno@clisp.org>
67
68         btowc: Avoid warning.
69         * lib/btowc.c: Include <stdlib.h>.
70         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
71
72 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
73             Bruno Haible  <bruno@clisp.org>
74
75         wchar: Port to NetBSD 1.5.
76         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
77         * lib/wctype.in.h (WEOF): Likewise.
78
79 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
80             Bruno Haible  <bruno@clisp.org>
81
82         Port extended stdio to NetBSD 1.5.
83         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
84         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
85         older.
86
87 2010-04-04  Bruno Haible  <bruno@clisp.org>
88
89         string: Remove unused substitution.
90         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
91         HAVE_DECL_STRERROR.
92         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
93
94 2010-04-04  Bruno Haible  <bruno@clisp.org>
95
96         strtod: Avoid a possible C++ test error.
97         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
98         set REPLACE_STRTOD.
99
100 2010-04-04  Bruno Haible  <bruno@clisp.org>
101
102         strerror: Update documentation.
103         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
104
105 2010-04-04  Bruno Haible  <bruno@clisp.org>
106
107         stdio: Fix some C++ test errors on Solaris 8 with GCC.
108         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
109         _GL_CXXALIAS_SYS_CAST.
110
111 2010-04-04  Bruno Haible  <bruno@clisp.org>
112
113         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
114         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
115         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
116         REPLACE_FREXPL to 1.
117         * doc/posix-functions/frexpl.texi: Update documentation.
118
119 2010-04-04  Bruno Haible  <bruno@clisp.org>
120
121         math: Fix some C++ test errors on Solaris 8 and Cygwin.
122         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
123
124 2010-04-04  Bruno Haible  <bruno@clisp.org>
125
126         Implement nanosleep for native Windows.
127         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
128
129 2010-04-04  Bruno Haible  <bruno@clisp.org>
130
131         math: Fix some C++ test errors on Solaris 8.
132         * lib/math.in.h (truncf, trunc): Use simpler idiom.
133
134 2010-04-04  Bruno Haible  <bruno@clisp.org>
135
136         math: Fix some C++ test errors on Cygwin.
137         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
138         truncl): Provide declaration if the system does not have it.
139         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
140         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
141         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
142         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
143         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
144         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
145         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
146         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
147         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
148         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
149         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
150         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
151         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
152         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
153         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
154         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
155         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
156         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
157         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
158         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
159         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
160         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
161
162 2010-04-04  Bruno Haible  <bruno@clisp.org>
163
164         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
165         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
166         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
167         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
168         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
169         * m4/isinf.m4 (gl_ISINF): Likewise.
170         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
171
172 2010-04-04  Bruno Haible  <bruno@clisp.org>
173
174         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
175         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
176
177 2010-04-04  Bruno Haible  <bruno@clisp.org>
178
179         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
180         * modules/tmpfile (configure.ac): Update.
181
182         tmpfile: Fix C++ test error on mingw.
183         * lib/stdio.in.h (tmpfile): New declaration.
184         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
185         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
186         * modules/tmpfile (Depends-on): Add stdio.
187         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
188         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
189         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
190         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
191         REPLACE_TMPFILE.
192         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
193
194 2010-04-04  Bruno Haible  <bruno@clisp.org>
195
196         ioctl: Fix C++ test error on mingw.
197         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
198         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
199         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
200
201 2010-04-03  Bruno Haible  <bruno@clisp.org>
202
203         wcwidth: Fix C++ test error on mingw.
204         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
205         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
206         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
207
208 2010-04-03  Bruno Haible  <bruno@clisp.org>
209
210         nanosleep: Fix C++ test error on mingw.
211         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
212         * lib/time.in.h (nanosleep): Use modern idiom.
213         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
214         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
215         REPLACE_NANOSLEEP to 1.
216         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
217         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
218
219 2010-04-03  Bruno Haible  <bruno@clisp.org>
220
221         strptime: Fix C++ test error on mingw.
222         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
223         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
224         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
225         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
226         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
227         not REPLACE_STRPTIME.
228         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
229         REPLACE_STRPTIME.
230
231 2010-04-03  Bruno Haible  <bruno@clisp.org>
232
233         timegm: Fix C++ test error on mingw.
234         * lib/time.in.h (timegm): Use modern idiom.
235         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
236         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
237         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
238         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
239
240 2010-04-03  Bruno Haible  <bruno@clisp.org>
241
242         timegm: Assume declaration if function exists.
243         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
244         if it exists. Don't clobber ac_cv_func_timegm.
245
246 2010-04-03  Bruno Haible  <bruno@clisp.org>
247
248         time_r: Fix C++ test error on mingw.
249         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
250         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
251         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
252         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
253         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
254
255 2010-04-03  Bruno Haible  <bruno@clisp.org>
256
257         time_r: Minor updates.
258         * modules/time_r (Description): Mention the provided functions.
259         * lib/time_r.c: Don't include <string.h>.
260         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
261         * doc/posix-functions/localtime_r.texi: Likewise.
262
263 2010-04-03  Bruno Haible  <bruno@clisp.org>
264
265         time: Fix regression introduced on 2010-03-08.
266         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
267         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
268
269 2010-04-03  Jim Meyering  <meyering@redhat.com>
270
271         maint.mk: don't silently disable project-specific syntax-check rules
272         * top/maint.mk (_prohibit_regexp): Define, to help people realize
273         that they need to convert their project-specific syntax-check rules
274         to use the new _sc_search_regexp.
275
276 2010-04-03  Bruno Haible  <bruno@clisp.org>
277
278         fchdir: Fix regression introduced on 2010-03-08.
279         * lib/unistd.in.h (fchdir): Fix declaration.
280         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
281         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
282         REPLACE_FCHDIR.
283         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
284         REPLACE_FCHDIR.
285
286 2010-04-03  Bruno Haible  <bruno@clisp.org>
287
288         getpagesize: Fix C++ test error on mingw.
289         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
290         system does not declare the function.
291         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
292         declared.
293         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
294         HAVE_DECL_GETPAGESIZE.
295         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
296
297 2010-04-03  Bruno Haible  <bruno@clisp.org>
298
299         stdio: Make C++ tests work on mingw.
300         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
301         does not declare the function.
302
303 2010-04-03  Bruno Haible  <bruno@clisp.org>
304
305         ftello: Fix C++ test error on mingw.
306         * lib/stdio.in.h (ftello): Use modern idiom.
307         * lib/ftello.c (ftello): Renamed from rpl_ftello.
308         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
309         is missing and that it needs to be replaced.
310         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
311         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
312         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
313
314 2010-04-03  Bruno Haible  <bruno@clisp.org>
315
316         fseeko: Fix C++ test error on mingw.
317         * lib/stdio.in.h (fseeko): Use modern idiom.
318         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
319         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
320         is missing and that it needs to be replaced.
321         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
322         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
323         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
324
325 2010-04-03  Bruno Haible  <bruno@clisp.org>
326
327         mkstemp: Fix C++ test error on mingw.
328         * lib/stdlib.in.h (mkstemp): Use modern idiom.
329         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
330         function is missing and that it needs to be replaced.
331         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
332         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
333
334 2010-04-03  Bruno Haible  <bruno@clisp.org>
335
336         stpncpy: Fix C++ test error on mingw.
337         * lib/string.in.h (stpncpy): Use modern idiom.
338         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
339         function is missing and that it needs to be replaced.
340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
341         REPLACE_STPNCPY.
342         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
343
344 2010-04-03  Bruno Haible  <bruno@clisp.org>
345
346         sys_stat: Fix C++ test error on mingw.
347         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
348         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
349
350 2010-04-03  Bruno Haible  <bruno@clisp.org>
351
352         pty: Update doc.
353         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
354
355 2010-04-03  Bruno Haible  <bruno@clisp.org>
356
357         unistd: Fix C++ test error on mingw.
358         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
359
360 2010-04-03  Bruno Haible  <bruno@clisp.org>
361
362         Update doc regarding mingw.
363         * doc/glibc-functions/openpty.texi: Update regarding mingw.
364         * doc/glibc-functions/login_tty.texi: Likewise.
365         * doc/glibc-functions/forkpty.texi: Likewise.
366
367 2010-04-03  Bruno Haible  <bruno@clisp.org>
368
369         stdlib: Avoid compilation failure of c-strtold on mingw.
370         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
371
372 2010-04-03  Bruno Haible  <bruno@clisp.org>
373
374         locale: Make C++ tests work on Cygwin and mingw.
375         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
376         cannot provide the function.
377         Reported by Simon Josefsson.
378
379 2010-04-03  Bruno Haible  <bruno@clisp.org>
380
381         localename: Port to MacOS X 10.6.
382         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
383         memory layout of the locales in MacOS X 10.6 as well.
384         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
385
386 2010-04-02  Bruno Haible  <bruno@clisp.org>
387
388         gnulib-tool: Ensure that long-running tests are executed last.
389         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
390         running tests after the one for the other tests.
391
392 2010-04-02  Bruno Haible  <bruno@clisp.org>
393
394         gnulib-tool: Ensure the tests in the main directory are executed first.
395         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
396         start with the current directory.
397
398 2010-04-02  Bruno Haible  <bruno@clisp.org>
399
400         Tests for module 'havelib', moved here from GNU gettext.
401         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
402         modifications.
403         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
404         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
405         with modifications.
406         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
407         modifications.
408         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
409         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
410         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
411         with modifications.
412         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
413         with modifications.
414         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
415         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
416         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
417         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
418         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
419         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
420         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
421         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
422         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
423         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
424         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
425         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
426         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
427         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
428         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
429         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
430         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
431         with modifications.
432         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
433         with modifications.
434         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
435         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
436         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
437         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
438         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
439         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
440         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
441         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
442         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
443         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
444         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
445         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
446         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
447         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
448         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
449         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
450         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
451         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
452         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
453         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
454         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
455         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
456         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
457         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
458         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
459         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
460         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
461         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
462         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
463         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
464         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
465         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
466         * tests/havelib/rpathx/rpathx.c: New file, from
467         gettext/autoconf-lib-link.
468         * tests/havelib/rpathx/Makefile.am: New file, from
469         gettext/autoconf-lib-link.
470         * tests/havelib/rpathx/configure.ac: New file, from
471         gettext/autoconf-lib-link with modifications.
472         * tests/havelib/rpathy/rpathy.c: New file, from
473         gettext/autoconf-lib-link.
474         * tests/havelib/rpathy/Makefile.am: New file, from
475         gettext/autoconf-lib-link.
476         * tests/havelib/rpathy/configure.ac: New file, from
477         gettext/autoconf-lib-link with modifications.
478         * tests/havelib/rpathz/rpathz.c: New file, from
479         gettext/autoconf-lib-link.
480         * tests/havelib/rpathz/Makefile.am: New file, from
481         gettext/autoconf-lib-link.
482         * tests/havelib/rpathz/configure.ac: New file, from
483         gettext/autoconf-lib-link with modifications.
484         * tests/havelib/rpathlx/usex.c: New file, from
485         gettext/autoconf-lib-link.
486         * tests/havelib/rpathlx/Makefile.am: New file, from
487         gettext/autoconf-lib-link.
488         * tests/havelib/rpathlx/configure.ac: New file, from
489         gettext/autoconf-lib-link with modifications.
490         * tests/havelib/rpathly/usey.c: New file, from
491         gettext/autoconf-lib-link.
492         * tests/havelib/rpathly/Makefile.am: New file, from
493         gettext/autoconf-lib-link.
494         * tests/havelib/rpathly/configure.ac: New file, from
495         gettext/autoconf-lib-link with modifications.
496         * tests/havelib/rpathlz/usez.c: New file, from
497         gettext/autoconf-lib-link.
498         * tests/havelib/rpathlz/Makefile.am: New file, from
499         gettext/autoconf-lib-link.
500         * tests/havelib/rpathlz/configure.ac: New file, from
501         gettext/autoconf-lib-link with modifications.
502         * tests/havelib/rpathlyx/usey.c: New file, from
503         gettext/autoconf-lib-link.
504         * tests/havelib/rpathlyx/Makefile.am: New file, from
505         gettext/autoconf-lib-link.
506         * tests/havelib/rpathlyx/configure.ac: New file, from
507         gettext/autoconf-lib-link with modifications.
508         * tests/havelib/rpathlzyx/usez.c: New file, from
509         gettext/autoconf-lib-link.
510         * tests/havelib/rpathlzyx/Makefile.am: New file, from
511         gettext/autoconf-lib-link.
512         * tests/havelib/rpathlzyx/configure.ac: New file, from
513         gettext/autoconf-lib-link with modifications.
514         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
515         with modifications.
516
517 2010-04-02  Bruno Haible  <bruno@clisp.org>
518
519         gnulib-tool: Create distributed built sources also for the tests.
520         * gnulib-tool (func_create_testdir): Also generate distributed built
521         sources in the tests directory.
522
523 2010-04-02  Bruno Haible  <bruno@clisp.org>
524
525         gnulib-tool: Obey user's environment variables.
526         * gnulib-tool (func_create_testdir): When creating built sources,
527         respect the environment variables for autoconf, automake, etc. given by
528         the user.
529
530 2010-04-02  Bruno Haible  <bruno@clisp.org>
531
532         gnulib-tool: Provide the value of --m4-base to modules.
533         * gnulib-tool (func_import, func_create_testdir): Emit a definition
534         of gl_m4_base.
535
536 2010-04-02  Eric Blake  <eblake@redhat.com>
537
538         maint.mk: fix some fallout
539         * NEWS: Document the incompatible change, and its effect on cfg.mk.
540         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
541
542 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
543
544         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
545         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
546         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
547         (sc_cast_of_x_alloc_return_value): Likewise.
548         (sc_cast_of_alloca_return_value): Likewise.
549         (sc_space_tab): Likewise.
550         (sc_prohibit_atoi_atof): Likewise.
551         (sc_prohibit_magic_number_exit): Likewise.
552         (sc_error_exit_success): Likewise.
553         (sc_file_system): Likewise.
554         (sc_prohibit_have_config_h): Likewise.
555         (sc_require_config_h): Likewise.
556         (sc_prohibit_HAVE_MBRTOWC): Likewise.
557         (sc_obsolete_symbols): Likewise.
558         (sc_changelog): Likewise.
559         (sc_program_name): Likewise.
560         (sc_the_the): Likewise.
561         (sc_trailing_blank): Likewise.
562         (sc_two_space_separator_in_usage): Likewise.
563         (sc_useless_cpp_parens): Likewise.
564         (sc_GPL_version): Likewise.
565         (sc_GFDL_version): Likewise.
566         (sc_texinfo_acronym): Likewise.
567         (sc_prohibit_cvs_keyword): Likewise.
568         (sc_prohibit_stat_st_blocks): Likewise.
569         (sc_prohibit_S_IS_definition): Likewise.
570         (sc_redundant_const): Likewise.
571         (sc_makefile_TAB_only_indentation): Likewise.
572         (sc_m4_quote_check): Likewise.
573         (sc_makefile_path_separator_check): Likewise.
574         (sc_copyright_check): Likewise.
575         (sc_Wundef_boolean): Likewise.
576         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
577
578         maint.mk: match 0 or more whitespace-before-function-call '('
579         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
580         that have zero or two-and-more spaces between the function name
581         and the open parenthesis.
582         (sc_error_message_warn_fatal): Likewise.
583         (sc_error_message_uppercase): Likewise.
584         (sc_error_message_period): Likewise.
585
586 2010-03-31  Eric Blake  <eblake@redhat.com>
587
588         maint.mk: check for [ as well as test
589         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
590         Based on a libvirt report by Matthias Bolte.
591
592         gnumakefile: don't squelch _version output
593         * top/GNUmakefile (_version): Create one-shot dependency rather
594         than using $(shell) when version must be regenerated.
595         (_autoreconf): Run verbosely, by default.
596
597         sys_time: avoid compiler warnings
598         * lib/sys_time.in.h (includes): Ensure gcc pragma is
599         unconditional, fixing regression from 2010-03-29.
600         Reported by Simon Josefsson.
601
602 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
603
604         maint.mk: s/_header_without_use/_sc_header_without_use/
605         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
606         (sc_prohibit_assert_without_use): Use the new name.
607         (sc_prohibit_close_stream_without_use): Likewise.
608         (sc_prohibit_getopt_without_use): Likewise.
609         (sc_prohibit_quotearg_without_use): Likewise.
610         (sc_prohibit_quote_without_use): Likewise.
611         (sc_prohibit_long_options_without_use): Likewise.
612         (sc_prohibit_inttostr_without_use): Likewise.
613         (sc_prohibit_ignore_value_without_use): Likewise.
614         (sc_prohibit_error_without_use): Likewise.
615         (sc_prohibit_xalloc_without_use): Likewise.
616         (sc_prohibit_hash_without_use): Likewise.
617         (sc_prohibit_hash_pjw_without_use): Likewise.
618         (sc_prohibit_safe_read_without_use): Likewise.
619         (sc_prohibit_argmatch_without_use): Likewise.
620         (sc_prohibit_canonicalize_without_use): Likewise.
621         (sc_prohibit_root_dev_ino_without_use): Likewise.
622         (sc_prohibit_openat_without_use): Likewise.
623         (sc_prohibit_c_ctype_without_use): Likewise.
624         (sc_prohibit_signal_without_use): Likewise.
625         (sc_prohibit_intprops_without_use): Likewise.
626
627 2010-03-30  Eric Blake  <eblake@redhat.com>
628
629         maint: improve module indicators
630         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
631         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
632         columns, and avoid extra macro expansion.
633
634         fdopendir: work around FreeBSD bug
635         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
636         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
637         * modules/dirent (Makefile.am): Substitute it.
638         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
639         declaration.
640         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
641         fix.
642         Reported by Christian Weisgerber <naddy@mips.inka.de>.
643
644 2010-03-29  Bruno Haible  <bruno@clisp.org>
645
646         Emit #pragma system_header after the inclusion guard, not before.
647         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
648         guard that spans the entire file, not before. This enables an
649         optimization in GCC's preprocessor.
650         * lib/ctype.in.h: Likewise.
651         * lib/dirent.in.h: Likewise.
652         * lib/errno.in.h: Likewise.
653         * lib/float.in.h: Likewise.
654         * lib/getopt.in.h: Likewise.
655         * lib/iconv.in.h: Likewise.
656         * lib/langinfo.in.h: Likewise.
657         * lib/locale.in.h: Likewise.
658         * lib/math.in.h: Likewise.
659         * lib/netdb.in.h: Likewise.
660         * lib/netinet_in.in.h: Likewise.
661         * lib/pty.in.h: Likewise.
662         * lib/sched.in.h: Likewise.
663         * lib/se-selinux.in.h: Likewise.
664         * lib/search.in.h: Likewise.
665         * lib/spawn.in.h: Likewise.
666         * lib/stdarg.in.h: Likewise.
667         * lib/stdint.in.h: Likewise.
668         * lib/string.in.h: Likewise.
669         * lib/strings.in.h: Likewise.
670         * lib/sys_file.in.h: Likewise.
671         * lib/sys_ioctl.in.h: Likewise.
672         * lib/sys_time.in.h: Likewise.
673         * lib/sys_times.in.h: Likewise.
674         * lib/sys_utsname.in.h: Likewise.
675         * lib/sys_wait.in.h: Likewise.
676         * lib/sysexits.in.h: Likewise.
677         * lib/wctype.in.h: Likewise.
678
679 2010-03-28  James Youngman  <jay@gnu.org>
680
681         save-cwd: don't leak a file descriptor when the caller execs.
682         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
683         saved file descriptor.
684         * modules/save-cwd (Depends-on): Depend on cloexec.
685
686 2010-03-29  Bruno Haible  <bruno@clisp.org>
687
688         Remove vestiges of fts-lgpl module.
689         * lib/fts_.h: Assume GNULIB_FTS is 1.
690         * lib/fts.c: Likewise.
691         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
692
693 2010-03-28  Bruno Haible  <bruno@clisp.org>
694
695         Fix definition of tests witness macro.
696         * gnulib-tool (func_import): Fix definition of witness macro.
697
698 2010-03-28  Bruno Haible  <bruno@clisp.org>
699
700         Fix ioctl's protoype on glibc systems.
701         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
702         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
703         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
704         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
705         signature. If not, arrange to replace the ioctl function.
706         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
707         REPLACE_IOCTL.
708         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
709         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
710         Reported by Ludovic Courtès <ludo@gnu.org>.
711
712 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
713
714         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
715         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
716         made it so grep -r --include=GLOB* ... did not work.
717
718 2010-03-26  Jim Meyering  <meyering@redhat.com>
719             Eric Blake  <eblake@redhat.com>
720
721         maint.mk: prohibit use of test's -o and -a operators
722         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
723
724 2010-03-28  Bruno Haible  <bruno@clisp.org>
725
726         Remove unused GNULIB_XYZ macro definitions.
727         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
728         invocation.
729
730 2010-03-28  Bruno Haible  <bruno@clisp.org>
731
732         Mark privileged tests modules.
733         * modules/idpriv-drop-tests (Status): New section.
734         * modules/idpriv-droptemp-tests (Status): New section.
735
736 2010-03-28  Bruno Haible  <bruno@clisp.org>
737
738         Split C++ tests into separate tests modules.
739         * modules/dirent-c++-tests: New file, extracted from
740         modules/dirent-tests.
741         * modules/dirent-tests: Depend on it.
742         * modules/fcntl-h-c++-tests: New file, extracted from
743         modules/fcntl-h-tests.
744         * modules/fcntl-h-tests: Depend on it.
745         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
746         * modules/glob-tests: Depend on it.
747         * modules/iconv-h-c++-tests: New file, extracted from
748         modules/iconv-h-tests.
749         * modules/iconv-h-tests: Depend on it.
750         * modules/langinfo-c++-tests: New file, extracted from
751         modules/langinfo-tests.
752         * modules/langinfo-tests: Depend on it.
753         * modules/locale-c++-tests: New file, extracted from
754         modules/locale-tests.
755         * modules/locale-tests: Depend on it.
756         * modules/math-c++-tests: New file, extracted from modules/math-tests.
757         * modules/math-tests: Depend on it.
758         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
759         * modules/pty-tests: Depend on it.
760         * modules/search-c++-tests: New file, extracted from
761         modules/search-tests.
762         * modules/search-tests: Depend on it.
763         * modules/signal-c++-tests: New file, extracted from
764         modules/signal-tests.
765         * modules/signal-tests: Depend on it.
766         * modules/spawn-c++-tests: New file, extracted from
767         modules/spawn-tests.
768         * modules/spawn-tests: Depend on it.
769         * modules/stdio-c++-tests: New file, extracted from
770         modules/stdio-tests.
771         * modules/stdio-tests: Depend on it.
772         * modules/stdlib-c++-tests: New file, extracted from
773         modules/stdlib-tests.
774         * modules/stdlib-tests: Depend on it.
775         * modules/string-c++-tests: New file, extracted from
776         modules/string-tests.
777         * modules/string-tests: Depend on it.
778         * modules/sys_ioctl-c++-tests: New file, extracted from
779         modules/sys_ioctl-tests.
780         * modules/sys_ioctl-tests: Depend on it.
781         * modules/sys_select-c++-tests: New file, extracted from
782         modules/sys_select-tests.
783         * modules/sys_select-tests: Depend on it.
784         * modules/sys_socket-c++-tests: New file, extracted from
785         modules/sys_socket-tests.
786         * modules/sys_socket-tests: Depend on it.
787         * modules/sys_stat-c++-tests: New file, extracted from
788         modules/sys_stat-tests.
789         * modules/sys_stat-tests: Depend on it.
790         * modules/sys_time-c++-tests: New file, extracted from
791         modules/sys_time-tests.
792         * modules/sys_time-tests: Depend on it.
793         * modules/time-c++-tests: New file, extracted from modules/time-tests.
794         * modules/time-tests: Depend on it.
795         * modules/unistd-c++-tests: New file, extracted from
796         modules/unistd-tests.
797         * modules/unistd-tests: Depend on it.
798         * modules/wchar-c++-tests: New file, extracted from
799         modules/wchar-tests.
800         * modules/wchar-tests: Depend on it.
801         * modules/wctype-c++-tests: New file, extracted from
802         modules/wctype-tests.
803         * modules/wctype-tests: Depend on it.
804         Reported by Simon Josefsson.
805
806 2010-03-28  Bruno Haible  <bruno@clisp.org>
807
808         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
809         * gnulib-tool (func_exists_module): New function, extracted from
810         func_verify_module.
811         (func_verify_module): Use it.
812         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
813         'foo' only if 'foo' exists.
814         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
815         module.
816
817 2010-03-28  Bruno Haible  <bruno@clisp.org>
818
819         gnulib-tool: Add support for special categories of tests.
820         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
821         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
822         (func_usage): Document them.
823         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
824         inc_unportable_tests, inc_all_tests): New variables.
825         (func_acceptable): Consider these variables.
826         (func_modules_transitive_closure): Make it work when the 'Status' field
827         consists of multiple words.
828         (func_import): Store and restore the values of inc_cxx_tests,
829         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
830         inc_all_tests in gnulib-comp.m4.
831         (func_create_testdir): Set inc_all_tests to true.
832         * doc/gnulib.texi (Extra tests modules): New section.
833         Suggested by Jim Meyering.
834
835 2010-03-28  Bruno Haible  <bruno@clisp.org>
836
837         ansi-c++-opt: Allow turning off the C++ build by default.
838         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
839         gl_CXX_CHOICE_DEFAULT_NO is defined.
840         Requested by Eric Blake.
841
842 2010-03-28  Bruno Haible  <bruno@clisp.org>
843
844         unistd: Avoid #define replacements in C++ mode.
845         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
846         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
847         setsockopt, shutdown, select): In C++, attach a warning to the function
848         if possible, rather than #defining the symbol to a dysfunctional alias.
849         Reported by John W. Eaton <jwe@gnu.org>.
850
851 2010-03-28  Bruno Haible  <bruno@clisp.org>
852
853         Fix link errors on mingw.
854         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
855         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
856         $(LIBSOCKET).
857         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
858         $(LIBSOCKET).
859
860 2010-03-28  Bruno Haible  <bruno@clisp.org>
861             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
862
863         lib-ignore: Determine different options for different compilers.
864         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
865         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
866         Add comments.
867         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
868         * NEWS: Mention the change.
869
870 2010-03-27  Bruno Haible  <bruno@clisp.org>
871
872         Remove unused GNULIB_XYZ macro definitions.
873         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
874         * modules/fseek (configure.ac): Likewise.
875         * modules/ioctl (configure.ac): Likewise.
876         * modules/open (configure.ac): Likewise.
877         * modules/stdlib-safer (configure.ac): Likewise.
878
879 2010-03-27  Bruno Haible  <bruno@clisp.org>
880
881         Add a remark about certain modules.
882         * modules/malloc (Comment): New section.
883         * modules/realloc (Comment): Likewise.
884         * modules/sigpipe (Comment): Likewise.
885
886 2010-03-27  Bruno Haible  <bruno@clisp.org>
887
888         Resolve conflict between the two kinds of module indicators.
889         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
890         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
891         * modules/canonicalize (configure.ac): Invoke
892         gl_MODULE_INDICATOR_FOR_TESTS.
893         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
894         GNULIB_XYZ.
895         * tests/test-dirent-c++.cc: Likewise.
896         * tests/test-dirent-safer.c: Likewise.
897         * tests/test-dup2.c: Likewise.
898         * tests/test-fchdir.c: Likewise.
899         * tests/test-fcntl-h-c++.cc: Likewise.
900         * tests/test-getopt.c: Likewise.
901         * tests/test-getopt.h: Likewise.
902         * tests/test-langinfo-c++.cc: Likewise.
903         * tests/test-locale-c++.cc: Likewise.
904         * tests/test-math-c++.cc: Likewise.
905         * tests/test-pty-c++.cc: Likewise.
906         * tests/test-search-c++.cc: Likewise.
907         * tests/test-signal-c++.cc: Likewise.
908         * tests/test-spawn-c++.cc: Likewise.
909         * tests/test-stdio-c++.cc: Likewise.
910         * tests/test-stdlib-c++.cc: Likewise.
911         * tests/test-string-c++.cc: Likewise.
912         * tests/test-sys_ioctl-c++.cc: Likewise.
913         * tests/test-sys_select-c++.cc: Likewise.
914         * tests/test-sys_socket-c++.cc: Likewise.
915         * tests/test-sys_stat-c++.cc: Likewise.
916         * tests/test-sys_time-c++.cc: Likewise.
917         * tests/test-time-c++.cc: Likewise.
918         * tests/test-unistd-c++.cc: Likewise.
919         * tests/test-wchar-c++.cc: Likewise.
920         * tests/uninorm/test-u8-nfc.c: Likewise.
921         * tests/uninorm/test-u8-nfd.c: Likewise.
922         * tests/uninorm/test-u8-nfkc.c: Likewise.
923         * tests/uninorm/test-u8-nfkd.c: Likewise.
924         * tests/uninorm/test-u16-nfc.c: Likewise.
925         * tests/uninorm/test-u16-nfd.c: Likewise.
926         * tests/uninorm/test-u16-nfkc.c: Likewise.
927         * tests/uninorm/test-u16-nfkd.c: Likewise.
928         * tests/uninorm/test-u32-nfc.c: Likewise.
929         * tests/uninorm/test-u32-nfc-big.c: Likewise.
930         * tests/uninorm/test-u32-nfd.c: Likewise.
931         * tests/uninorm/test-u32-nfd-big.c: Likewise.
932         * tests/uninorm/test-u32-nfkc.c: Likewise.
933         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
934         * tests/uninorm/test-u32-nfkd.c: Likewise.
935         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
936         * tests/uninorm/test-u32-normalize-big.c: Likewise.
937
938 2010-03-27  Bruno Haible  <bruno@clisp.org>
939
940         Distinguish two kinds of module indicators.
941         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
942         gl_MODULE_INDICATOR.
943         (gl_MODULE_INDICATOR): New macro.
944         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
945         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
946         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
947         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
948         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
949         * m4/math_h.m4 (gl_MATH_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/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
955         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
956         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
957         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
958         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
959         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
960         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
961         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
962         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
963         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
964         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
965         * modules/cloexec (configure.ac): Likewise.
966         * modules/getopt-gnu (configure.ac): Likewise.
967         * modules/uninorm/u8-normalize (configure.ac): Likewise.
968         * modules/uninorm/u16-normalize (configure.ac): Likewise.
969         * modules/uninorm/u32-normalize (configure.ac): Likewise.
970         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
971
972 2010-03-27  Bruno Haible  <bruno@clisp.org>
973
974         New module description field 'Comment'.
975         * gnulib-tool: New option --extract-comment.
976         (func_usage): Document it.
977         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
978         (func_get_comment): New function.
979         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
980
981 2010-03-27  Bruno Haible  <bruno@clisp.org>
982
983         Addendum to 2010-02-07 commit.
984         * gnulib-tool (func_usage): Document --extract-applicability option.
985
986 2010-03-27  Bruno Haible  <bruno@clisp.org>
987
988         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
989         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
990         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
991         rather than link errors.
992
993 2010-03-27  Bruno Haible  <bruno@clisp.org>
994
995         Avoid side effects from tests-related modules on the compilation of lib.
996         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
997         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
998         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
999         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1000         macro.
1001         (func_import): Define a witness macro. Assign it a value that depends
1002         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1003         tests-related modules.
1004         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1005         Reported by Jim Meyering.
1006
1007 2010-03-27  Bruno Haible  <bruno@clisp.org>
1008
1009         Factorize common .m4 code.
1010         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1011         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1012         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1013         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1014         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1015         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1016         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1017         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1018         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1019         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1020         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1021         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1022         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1023         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1024         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1025         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1026         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1027         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1028         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1029         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1030         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1031         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1032         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1033         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1034         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1035         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1036         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1037         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1038         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1039         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1040         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1041         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1042
1043 2010-03-27  Bruno Haible  <bruno@clisp.org>
1044
1045         Fix a compilation error on Cygwin with g++ >= 4.3.
1046         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1047         if it is undefined or if we alias it to chmod.
1048         (lstat): Don't warn about the use of this function if it is undefined
1049         or if we alias it to stat.
1050         Reported by Simon Josefsson.
1051
1052 2010-03-27  Bruno Haible  <bruno@clisp.org>
1053
1054         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1055         * modules/getlogin (configure.ac): Update.
1056
1057         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1058         * modules/getlogin_r (configure.ac): Update.
1059
1060         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1061         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1062         * modules/inet_ntop (configure.ac): Update.
1063
1064         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1065         * modules/inet_pton (configure.ac): Update.
1066
1067         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1068         * modules/mbslen (configure.ac): Update.
1069
1070         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1071         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1072         * modules/forkpty (configure.ac): Update.
1073         * modules/openpty (configure.ac): Update.
1074
1075 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1076
1077         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1078         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1079
1080 2010-03-25  Eric Blake  <eblake@redhat.com>
1081
1082         maint: use pragma consistently across replacement headers
1083         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1084         * lib/dirent.in.h (system_header): Likewise.
1085         * lib/errno.in.h (system_header): Likewise.
1086         * lib/float.in.h (system_header): Likewise.
1087         * lib/getopt.in.h (system_header): Likewise.
1088         * lib/iconv.in.h (system_header): Likewise.
1089         * lib/inttypes.in.h (system_header): Likewise.
1090         * lib/langinfo.in.h (system_header): Likewise.
1091         * lib/locale.in.h (system_header): Likewise.
1092         * lib/math.in.h (system_header): Likewise.
1093         * lib/netdb.in.h (system_header): Likewise.
1094         * lib/netinet_in.in.h (system_header): Likewise.
1095         * lib/pty.in.h (system_header): Likewise.
1096         * lib/sched.in.h (system_header): Likewise.
1097         * lib/se-selinux.in.h (system_header): Likewise.
1098         * lib/search.in.h (system_header): Likewise.
1099         * lib/spawn.in.h (system_header): Likewise.
1100         * lib/stdarg.in.h (system_header): Likewise.
1101         * lib/stdint.in.h (system_header): Likewise.
1102         * lib/string.in.h (system_header): Likewise.
1103         * lib/strings.in.h (system_header): Likewise.
1104         * lib/sys_file.in.h (system_header): Likewise.
1105         * lib/sys_ioctl.in.h (system_header): Likewise.
1106         * lib/sys_socket.in.h (system_header): Likewise.
1107         * lib/sys_times.in.h (system_header): Likewise.
1108         * lib/sys_utsname.in.h (system_header): Likewise.
1109         * lib/sys_wait.in.h (system_header): Likewise.
1110         * lib/sysexits.in.h (system_header): Likewise.
1111         * lib/unistd.in.h (system_header): Likewise.
1112         * lib/wctype.in.h (system_header): Likewise.
1113
1114         arpa/inet: fix mingw compilation warning
1115         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1116         Reported by Matthew Bolte.
1117
1118 2010-03-25  Bruno Haible  <bruno@clisp.org>
1119
1120         Avoid collision between gnulib wrapper and libintl wrapper.
1121         * lib/printf.c (printf): Don't define if a printf wrapper is already
1122         defined in intl/printf.c.
1123         Reported by Michel Boaventura <michel@michelboaventura.com>.
1124
1125 2010-03-25  Bruno Haible  <bruno@clisp.org>
1126
1127         Use ANSI C.
1128         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1129
1130 2010-03-25  Bruno Haible  <bruno@clisp.org>
1131
1132         Minor formatting changes.
1133         * lib/acosl.c: Insert space before function argument list.
1134         * lib/argz.c: Likewise.
1135         * lib/asinl.c: Likewise.
1136         * lib/expl.c: Likewise.
1137         * lib/gen-uni-tables.c: Likewise.
1138         * lib/gettext.h: Likewise.
1139         * lib/glthread/lock.h: Likewise.
1140         * lib/tanl.c: Likewise.
1141         * lib/uniname/uniname.c: Likewise.
1142         * tests/test-idpriv-drop.c: Likewise.
1143         * tests/test-idpriv-droptemp.c: Likewise.
1144         * tests/test-lock.c: Likewise.
1145         * tests/test-tls.c: Likewise.
1146         * lib/argp-help.c: Insert space before function-like macro argument
1147         list.
1148         * lib/memcmp.c: Likewise.
1149         * tests/test-base64.c: Likewise.
1150         * lib/localename.c: Insert space before sizeof's argument list.
1151         * lib/safe-alloc.h: Likewise.
1152         * lib/file-set.h: Insert space before macro argument list.
1153         * tests/test-argp.c: Likewise.
1154         * lib/argp-namefrob.h: Insert space before function parameter list.
1155         * lib/getaddrinfo.c: Likewise.
1156         * lib/netdb.in.h: Likewise.
1157         * lib/parse-duration.h: Likewise.
1158         * lib/parse-duration.c: Likewise.
1159         * lib/poll.c: Likewise.
1160         * lib/select.c: Likewise.
1161         * lib/trim.h: Likewise.
1162         * tests/test-usleep.c: Likewise.
1163         * lib/ldexpl.c: Insert space before function parameter list and before
1164         function argument list.
1165         * lib/logl.c: Likewise.
1166         * lib/sqrtl.c: Likewise.
1167         * lib/trim.c: Likewise.
1168         * lib/cosl.c: Use GNU style indentation. Insert space before function
1169         argument list.
1170         * lib/sinl.c: Likewise.
1171         * lib/tsearch.c: Insert space after 'for'.
1172         Reported by Jim Meyering.
1173
1174 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1175
1176         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1177         config header before grepping, as it's not present before
1178         autoreconf/configure are run.  Reported by Simon Josefsson.
1179
1180 2010-03-23  Bruno Haible  <bruno@clisp.org>
1181
1182         pt_chown: Make it work with automake < 1.11.
1183         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1184         Reported by Simon Josefsson.
1185
1186 2010-03-23  Bruno Haible  <bruno@clisp.org>
1187
1188         pt_chown: Don't depend on GPLed modules.
1189         * lib/pt_chown.c: Don't include idpriv.h.
1190         (main): Don't drop privileges.
1191         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1192         Reported by Simon Josefsson.
1193
1194 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1195
1196         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1197         suggestions from karl@freefriends.org (Karl Berry).
1198
1199 2010-03-22  Eric Blake  <eblake@redhat.com>
1200
1201         gethostname: further tweaks
1202         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1203         are overriding gethostname.
1204         Suggested by Bruno Haible.
1205
1206 2010-03-21  Bruno Haible  <bruno@clisp.org>
1207
1208         Fix comments.
1209         * lib/forkpty.c (rpl_forkpty): Fix comment.
1210         * lib/openpty.c (rpl_openpty): Likewise.
1211         Reported by Eric Blake.
1212
1213 2010-03-22  Eric Blake  <eblake@redhat.com>
1214
1215         gethostname: fix build on mingw
1216         * lib/unistd.in.h (includes): Work around fact that mingw
1217         <winsock2.h> re-includes <unistd.h>, by avoiding any
1218         redeclarations if we are being included by <winsock2.h>.
1219         Reported by Matthias Bolte.
1220
1221 2010-03-21  Bruno Haible  <bruno@clisp.org>
1222
1223         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1224         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1225         modifications.
1226         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1227         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1228         provide the replacement.
1229         * modules/forkpty (Depends-on): Add openpty, login_tty.
1230         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1231         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1232         * doc/glibc-functions/forkpty.texi: More supported platforms.
1233         * config/srclist.txt: Add forkpty.c (commented).
1234
1235 2010-03-21  Bruno Haible  <bruno@clisp.org>
1236
1237         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1238         (Makefile.am): Verify that PTY_LIB is defined.
1239
1240         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1241
1242 2010-03-21  Bruno Haible  <bruno@clisp.org>
1243
1244         Tests for module 'login_tty'.
1245         * modules/login_tty-tests: New file.
1246         * tests/test-login_tty.c: New file.
1247
1248         New module 'login_tty'.
1249         * lib/login_tty.c: New file.
1250         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1251         * modules/login_tty: New file.
1252         * doc/glibc-functions/login_tty.texi: Mention the new module.
1253
1254 2010-03-21  Bruno Haible  <bruno@clisp.org>
1255
1256         login_tty: Documentation.
1257         * doc/glibc-functions/login_tty.texi: New file.
1258         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1259
1260 2010-03-21  Bruno Haible  <bruno@clisp.org>
1261
1262         pty: Consistent macro naming.
1263         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1264         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1265         * modules/pty (configure.ac): Update.
1266
1267 2010-03-21  Bruno Haible  <bruno@clisp.org>
1268
1269         Tests for openpty: Make stricter.
1270         * tests/test-openpty.c (main): Add test of canonical processing and
1271         erase.
1272         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1273
1274         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1275         * lib/openpty.c (openpty): New replacement function.
1276         * lib/pty.in.h: Include <termios.h>.
1277         (openpty): Update declaration. Add comments.
1278         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1279         is not declared, arrange to provide the replacement. Check for _getpty
1280         and posix_openpt.
1281         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1282         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1283         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1284         * modules/pty-tests (test_pty_c___LDADD): New variable.
1285         * doc/glibc-functions/openpty.texi: More supported platforms.
1286
1287 2010-03-21  Bruno Haible  <bruno@clisp.org>
1288
1289         setenv: Tweaks.
1290         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1291         the test program.
1292         * doc/posix-functions/setenv.texi: Update platforms list.
1293
1294 2010-03-21  Bruno Haible  <bruno@clisp.org>
1295
1296         New module 'unlockpt'.
1297         * lib/unlockpt.c: New file, from glibc with modifications.
1298         * m4/unlockpt.m4: New file.
1299         * modules/unlockpt: New file.
1300         * lib/stdlib.in.h (unlockpt): New declaration.
1301         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1302         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1303         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1304         HAVE_UNLOCKPT.
1305         * doc/posix-functions/unlockpt.texi: Mention the new module.
1306         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1307         * config/srclist.txt: Add unlockpt.c (commented).
1308
1309 2010-03-21  Jim Meyering  <meyering@redhat.com>
1310
1311         maint.mk: prohibit inclusion of "intprops.h" without use
1312         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1313
1314 2010-03-21  Bruno Haible  <bruno@clisp.org>
1315
1316         New module 'grantpt'.
1317         * lib/grantpt.c: New file, from glibc with modifications.
1318         * m4/grantpt.m4: New file.
1319         * modules/grantpt: New file.
1320         * lib/stdlib.in.h (grantpt): New declaration.
1321         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1322         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1323         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1324         HAVE_GRANTPT.
1325         * doc/posix-functions/grantpt.texi: Mention the new module.
1326         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1327         * config/srclist.txt: Add grantpt.c (commented).
1328
1329 2010-03-21  Bruno Haible  <bruno@clisp.org>
1330
1331         New module 'pt_chown'.
1332         * lib/pt_chown.c: New file, from glibc with modifications.
1333         * lib/pty-private.h: New file, from glibc with modifications.
1334         * modules/pt_chown: New file.
1335         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1336
1337 2010-03-21  Bruno Haible  <bruno@clisp.org>
1338
1339         Tests for module 'ptsname'.
1340         * modules/ptsname-tests: New file.
1341         * tests/test-ptsname.c: New file.
1342
1343         New module 'ptsname'.
1344         * lib/ptsname.c: New file, from glibc with modifications.
1345         * m4/ptsname.m4: New file.
1346         * modules/ptsname: New file.
1347         * lib/stdlib.in.h (ptsname): New declaration.
1348         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1349         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1350         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1351         HAVE_PTSNAME.
1352         * doc/posix-functions/ptsname.texi: Mention the new module.
1353         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1354         * config/srclist.txt: Add ptsname.c (commented).
1355
1356 2010-03-21  Bruno Haible  <bruno@clisp.org>
1357
1358         Tests for module 'ttyname_r'.
1359         * modules/ttyname_r-tests: New file.
1360         * tests/test-ttyname_r.c: New file.
1361
1362         New module 'ttyname_r'.
1363         * lib/ttyname_r.c: New file.
1364         * m4/ttyname_r.m4: New file.
1365         * modules/ttyname_r: New file.
1366         * lib/unistd.in.h (ttyname_r): New declaration.
1367         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1368         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1369         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1370         HAVE_TTYNAME_R.
1371         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1372         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1373
1374 2010-03-20  Bruno Haible  <bruno@clisp.org>
1375
1376         signal: Undefine macro definitions in C++ mode.
1377         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1378         sigfillset): Undefine macro definitions from the system header in C++
1379         mode.
1380         Reported by John W. Eaton <jwe@gnu.org>.
1381
1382 2010-03-20  Bruno Haible  <bruno@clisp.org>
1383
1384         Ensure no #include statements inside extern "C" { ... }.
1385         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1386         contain #include statements.
1387         * lib/time.in.h: Likewise.
1388
1389 2010-03-20  Bruno Haible  <bruno@clisp.org>
1390
1391         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1392         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1393         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1394         Reported by John W. Eaton <jwe@gnu.org>.
1395
1396 2010-03-20  Bruno Haible  <bruno@clisp.org>
1397
1398         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1399         Reported by Jim Meyering.
1400
1401 2010-03-20  Bruno Haible  <bruno@clisp.org>
1402
1403         pipe: Set errno upon failure.
1404         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1405         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1406         errno value in error message.
1407
1408 2010-03-20  Bruno Haible  <bruno@clisp.org>
1409             Jim Meyering  <meyering@redhat.com>
1410
1411         lchown: Avoid "unused variable" warning.
1412         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1413
1414 2010-03-20  Bruno Haible  <bruno@clisp.org>
1415
1416         Work around unlink() bug on MacOS X 10.5.6.
1417         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1418         attempting to unlink a parent directory.
1419         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1420         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1421         activate for the replacement function.
1422         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1423
1424 2010-03-20  Bruno Haible  <bruno@clisp.org>
1425
1426         Fix link errors on Solaris 8.
1427         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1428         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1429
1430 2010-03-19  Jim Meyering  <meyering@redhat.com>
1431
1432         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1433         The _LIBC implementation of build_range_exp correctly honors the
1434         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1435         However, the non-_LIBC implementation would ignore that syntax-bit
1436         flag and return REG_ERANGE unconditionally.
1437         This change makes it honor that flag.
1438         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1439         Make two pointer parameters "const".
1440         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1441         (parse_bracket_exp): Update caller.
1442
1443         regex.m4: correct the reversed range endpoint ([b-a]) test
1444         * m4/regex.m4: When requiring that [b-a] evoke failure,
1445         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1446         test pass once again for x86-based systems.
1447
1448 2010-03-19  Bruno Haible  <bruno@clisp.org>
1449
1450         scandir: Fix link error on Solaris 8.
1451         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1452         macros.
1453
1454 2010-03-19  Bruno Haible  <bruno@clisp.org>
1455
1456         getusershell: Fix documentation.
1457         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1458         module.
1459         * doc/glibc-functions/setusershell.texi: Likewise.
1460
1461         getusershell: Provide declaration, missing on Solaris 9.
1462         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1463         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1464         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1465         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1466         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1467         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1468         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1469         HAVE_GETUSERSHELL.
1470         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1471
1472 2010-03-19  Bruno Haible  <bruno@clisp.org>
1473
1474         wctype: Provide iswblank function.
1475         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1476         exists and is fine.
1477         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1478         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1479         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1480         * doc/posix-functions/iswblank.texi: Update.
1481
1482 2010-03-19  Bruno Haible  <bruno@clisp.org>
1483
1484         Tests of module 'pty' in C++ mode.
1485         * modules/pty-tests: New file.
1486         * tests/test-pty-c++.cc: New file.
1487         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1488
1489 2010-03-19  Eric Blake  <eblake@redhat.com>
1490
1491         logb: fix documentation
1492         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1493         1.5 declaration bug.
1494
1495         forkpty, openpty: prefer glibc's const-safe prototype
1496         * lib/forkpty.c (rpl_forkpty): New file.
1497         * lib/openpty.c (rpl_openpty): Likewise.
1498         * modules/forkpty (Files): Distribute it.
1499         * modules/openpty (Files): Likewise.
1500         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1501         check...
1502         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1503         replacement for for non-const BSD signature.
1504         * modules/pty (Makefile.am): Substitute witnesses.
1505         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1506         * tests/test-forkpty.c: Update signature check.
1507         * tests/test-openpty.c: Likewise.
1508         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1509         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1510
1511         forkpty, openpty: split functions into new modules
1512         * modules/pty (Makefile.am): Substitute new witnesses.
1513         (Libraries): Move library detection...
1514         * modules/forkpty: ...into new module.
1515         * modules/openpty: Another new module.
1516         * modules/pty-tests: Rename and split...
1517         * modules/forkpty-tests: ...to this...
1518         * modules/openpty-tests: ...and this.
1519         * tests/test-pty.c: Rename and split...
1520         * tests/test-forkpty.c: ...to this...
1521         * tests/test-openpty.c: ...and this.
1522         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1523         (gl_PTY): Split library searching...
1524         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1525         (gl_FORKPTY, gl_OPENPTY): New macros.
1526         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1527         * NEWS: Mention the split.
1528         * MODULES.html.sh (Misc): Document the modules.
1529         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1530         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1531
1532         pty: improve replacement header
1533         * lib/pty.in.h: New file.
1534         * modules/pty (Files): Ship it.
1535         (Makefile.am): Always build replacement.
1536         * m4/pty.m4: Rename...
1537         * m4/pty_h.m4: ...to this.
1538         (gl_PTY): Modernize setting of witness macros; update check of
1539         forkpty to take proper advantage of cache.
1540         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1541
1542         getopt: avoid compiler warning
1543         * lib/getopt.c (attribute_hidden): Remove unused macro.
1544
1545 2010-03-18  Bruno Haible  <bruno@clisp.org>
1546
1547         Fix link errors on Solaris 8.
1548         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1549         * modules/search-tests (test_search_c___LDADD): Likewise.
1550         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1551         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1552         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1553         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1554         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1555         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1556         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1557
1558 2010-03-18  Bruno Haible  <bruno@clisp.org>
1559
1560         Fix bug introduced on 2010-03-14.
1561         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1562         (gl_SPAWN_H): Require it.
1563         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1564         Reported by Simon Josefsson.
1565
1566 2010-03-18  Bruno Haible  <bruno@clisp.org>
1567
1568         Fix typo introduced on 2009-12-31.
1569         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1570         posix_spawn_file_actions_adddup2.
1571
1572 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1573         and Eric Blake  <eblake@redhat.com>
1574
1575         test-vc-list-files-git: make more robust
1576         * tests/test-vc-list-files-git.sh: Unset problematic environment
1577         variables.  Chain commands together.
1578
1579 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1580
1581         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1582         `AC_CHECK_DECL' invocation.
1583
1584 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1585
1586         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1587         appears before executable statements. Suggested by Petr Sumbera
1588         <Petr.Sumbera@Sun.COM>.
1589
1590 2010-03-14  Bruno Haible  <bruno@clisp.org>
1591
1592         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1593         portability problems. Instead use a simpler test.
1594         (main): Check that invalid arguments are rejected only on Linux.
1595
1596 2010-03-14  Bruno Haible  <bruno@clisp.org>
1597
1598         Fix bug introduced on 2009-12-31.
1599         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1600         gl_PREREQ_SYS_H_WINSOCK2 always.
1601         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1602         SYS_SOCKET_H variable.
1603         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1604         Update comments.
1605         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1606         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1607         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1608         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1609         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1610
1611 2010-03-14  Bruno Haible  <bruno@clisp.org>
1612
1613         Fix values returned by sinl, cosl.
1614         * lib/trigl.h: Add specification comments.
1615         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1616         that combines the values from the precomputed table with the values of
1617         the Chebyshev polynomials.
1618
1619 2010-03-14  Bruno Haible  <bruno@clisp.org>
1620
1621         Fix compilation error when modules 'posix_spawn[p]' are not used.
1622         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1623         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1624
1625 2010-03-14  Bruno Haible  <bruno@clisp.org>
1626
1627         Fix compilation error on mingw when module 'time_r' is not used.
1628         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1629         is 1.
1630         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1631         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1632         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1633         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1634
1635 2010-03-14  Bruno Haible  <bruno@clisp.org>
1636
1637         Fix compilation error with Sun C.
1638         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1639         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1640         instead of GCC specific ULONG_LONG_MAX.
1641         * lib/xstrtoll.c: Likewise.
1642         * lib/xstrtoull.c: Likewise.
1643
1644 2010-03-13  Bruno Haible  <bruno@clisp.org>
1645
1646         Allow the user to disable C++ code and tests.
1647         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1648         (gl_PROG_ANSI_CXX): Require it.
1649
1650 2010-03-13  Bruno Haible  <bruno@clisp.org>
1651
1652         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1653         cases.
1654
1655 2010-03-13  Bruno Haible  <bruno@clisp.org>
1656
1657         Test that gnulib does not break the standard C++ headers.
1658         * tests/test-locale-c++2.cc: New file.
1659         * modules/locale-tests (Files): Add it.
1660         (Makefile.am): Compile it for test-locale-c++.
1661         * tests/test-math-c++2.cc: New file.
1662         * modules/math-tests (Files): Add it.
1663         (Makefile.am): Compile it for test-math-c++.
1664         * tests/test-signal-c++2.cc: New file.
1665         * modules/signal-tests (Files): Add it.
1666         (Makefile.am): Compile it for test-signal-c++.
1667         * tests/test-stdio-c++2.cc: New file.
1668         * modules/stdio-tests (Files): Add it.
1669         (Makefile.am): Compile it for test-stdio-c++.
1670         * tests/test-stdlib-c++2.cc: New file.
1671         * modules/stdlib-tests (Files): Add it.
1672         (Makefile.am): Compile it for test-stdlib-c++.
1673         * tests/test-string-c++2.cc: New file.
1674         * modules/string-tests (Files): Add it.
1675         (Makefile.am): Compile it for test-string-c++.
1676         * tests/test-time-c++2.cc: New file.
1677         * modules/time-tests (Files): Add it.
1678         (Makefile.am): Compile it for test-time-c++.
1679         Reported by John W. Eaton <jwe@gnu.org>.
1680
1681 2010-03-13  Bruno Haible  <bruno@clisp.org>
1682
1683         * gnulib-tool (func_usage): Clarify which options are available for
1684         --create-testdir and --create-megatestdir.
1685
1686 2010-03-13  Bruno Haible  <bruno@clisp.org>
1687
1688         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1689         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1690         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1691         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1692         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1693         when appropriate.
1694         Reported by Jim Meyering.
1695
1696 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1697
1698         * gnulib-tool (func_import): Explain origin of code.
1699
1700 2010-03-12  Bruno Haible  <bruno@clisp.org>
1701
1702         Fix problem with automake's definition of CXXLINK.
1703         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1704         Reported by Simon Josefsson and Ludovic Courtès.
1705
1706 2010-03-12  Bruno Haible  <bruno@clisp.org>
1707
1708         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1709         stable releases.
1710
1711 2010-03-11  Bruno Haible  <bruno@clisp.org>
1712
1713         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1714         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1715         whether the system provides one variant or multiple variants of the
1716         function.
1717         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1718         C++ compilers.
1719         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1720         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1721         Reported by Jim Meyering.
1722
1723 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1724
1725         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1726
1727 2010-03-08  Bruno Haible  <bruno@clisp.org>
1728
1729         gnulib-tool: Add support for --libtool in --create-testdir.
1730         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1731         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1732
1733 2010-03-08  Eric Blake  <eblake@redhat.com>
1734
1735         gnulib-tool.texi: mention possibility of git submodule
1736         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1737         submodules.
1738         * doc/.gitignore: Ignore another generated file.
1739
1740 2010-03-08  Karl Berry  <karl@gnu.org>
1741
1742         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1743         of committing gnulib files while skipping others.
1744
1745 2010-03-07  Bruno Haible  <bruno@clisp.org>
1746
1747         Tests of module 'wctype' in C++ mode.
1748         * tests/test-wctype-c++.cc: New file.
1749         * modules/wctype-tests (Files): Add it and tests/signature.h.
1750         (Depends-on): Add ansi-c++-opt.
1751         (Makefile.am): Arrange to compile and run test-wctype-c++.
1752
1753         Tests of module 'wchar' in C++ mode.
1754         * tests/test-wchar-c++.cc: New file.
1755         * modules/wchar-tests (Files): Add it and tests/signature.h.
1756         (Depends-on): Add ansi-c++-opt.
1757         (Makefile.am): Arrange to compile and run test-wchar-c++.
1758         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1759         gl_MODULE_INDICATOR.
1760
1761         Tests of module 'unistd' in C++ mode.
1762         * tests/test-unistd-c++.cc: New file.
1763         * modules/unistd-tests (Files): Add it and tests/signature.h.
1764         (Depends-on): Add ansi-c++-opt.
1765         (Makefile.am): Arrange to compile and run test-unistd-c++.
1766         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1767         gl_MODULE_INDICATOR.
1768
1769         Tests of module 'time' in C++ mode.
1770         * tests/test-time-c++.cc: New file.
1771         * modules/time-tests (Files): Add it and tests/signature.h.
1772         (Depends-on): Add ansi-c++-opt.
1773         (Makefile.am): Arrange to compile and run test-time-c++.
1774         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1775
1776         Tests of module 'sys_time' in C++ mode.
1777         * tests/test-sys_time-c++.cc: New file.
1778         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1779         (Depends-on): Add ansi-c++-opt.
1780         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1781         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1782         gl_MODULE_INDICATOR.
1783
1784         Tests of module 'sys_stat' in C++ mode.
1785         * tests/test-sys_stat-c++.cc: New file.
1786         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1787         (Depends-on): Add ansi-c++-opt.
1788         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1789         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1790         gl_MODULE_INDICATOR.
1791
1792         Tests of module 'sys_socket' in C++ mode.
1793         * tests/test-sys_socket-c++.cc: New file.
1794         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1795         (Depends-on): Add ansi-c++-opt.
1796         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1797         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1798         gl_MODULE_INDICATOR.
1799
1800         Tests of module 'sys_select' in C++ mode.
1801         * tests/test-sys_select-c++.cc: New file.
1802         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1803         (Depends-on): Add ansi-c++-opt.
1804         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1805         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1806         gl_MODULE_INDICATOR.
1807
1808         Tests of module 'sys_ioctl' in C++ mode.
1809         * tests/test-sys_ioctl-c++.cc: New file.
1810         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1811         (Depends-on): Add ansi-c++-opt.
1812         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1813         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1814         gl_MODULE_INDICATOR.
1815
1816         Tests of module 'string' in C++ mode.
1817         * tests/test-string-c++.cc: New file.
1818         * modules/string-tests (Files): Add it and tests/signature.h.
1819         (Depends-on): Add ansi-c++-opt.
1820         (Makefile.am): Arrange to compile and run test-string-c++.
1821         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1822         gl_MODULE_INDICATOR.
1823
1824         Tests of module 'stdlib' in C++ mode.
1825         * tests/test-stdlib-c++.cc: New file.
1826         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1827         (Depends-on): Add ansi-c++-opt.
1828         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1829         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1830         gl_MODULE_INDICATOR.
1831
1832         Tests of module 'stdio' in C++ mode.
1833         * tests/test-stdio-c++.cc: New file.
1834         * modules/stdio-tests (Files): Add it and tests/signature.h.
1835         (Depends-on): Add ansi-c++-opt.
1836         (Makefile.am): Arrange to compile and run test-stdio-c++.
1837         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1838         gl_MODULE_INDICATOR.
1839
1840         Tests of module 'spawn' in C++ mode.
1841         * tests/test-spawn-c++.cc: New file.
1842         * modules/spawn-tests (Files): Add it and tests/signature.h.
1843         (Depends-on): Add ansi-c++-opt.
1844         (Makefile.am): Arrange to compile and run test-spawn-c++.
1845         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1846         gl_MODULE_INDICATOR.
1847
1848         Tests of module 'signal' in C++ mode.
1849         * tests/test-signal-c++.cc: New file.
1850         * modules/signal-tests (Files): Add it and tests/signature.h.
1851         (Depends-on): Add ansi-c++-opt.
1852         (Makefile.am): Arrange to compile and run test-signal-c++.
1853         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1854         gl_MODULE_INDICATOR.
1855
1856         Tests of module 'search' in C++ mode.
1857         * tests/test-search-c++.cc: New file.
1858         * modules/search-tests (Files): Add it and tests/signature.h.
1859         (Depends-on): Add ansi-c++-opt.
1860         (Makefile.am): Arrange to compile and run test-search-c++.
1861         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1862         gl_MODULE_INDICATOR.
1863
1864         Tests of module 'math' in C++ mode.
1865         * tests/test-math-c++.cc: New file.
1866         * modules/math-tests (Files): Add it and tests/signature.h.
1867         (Depends-on): Add ansi-c++-opt.
1868         (Makefile.am): Arrange to compile and run test-math-c++.
1869         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1870
1871         Tests of module 'locale' in C++ mode.
1872         * tests/test-locale-c++.cc: New file.
1873         * modules/locale-tests (Files): Add it and tests/signature.h.
1874         (Depends-on): Add ansi-c++-opt.
1875         (Makefile.am): Arrange to compile and run test-locale-c++.
1876         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1877         gl_MODULE_INDICATOR.
1878
1879         Tests of module 'langinfo' in C++ mode.
1880         * tests/test-langinfo-c++.cc: New file.
1881         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1882         (Depends-on): Add ansi-c++-opt.
1883         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1884         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1885         gl_MODULE_INDICATOR.
1886
1887         Tests of module 'iconv-h' in C++ mode.
1888         * tests/test-iconv-h-c++.cc: New file.
1889         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1890         (Depends-on): Add ansi-c++-opt.
1891         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1892
1893         Tests of module 'glob' in C++ mode.
1894         * tests/test-glob-c++.cc: New file.
1895         * modules/glob-tests (Files): Add it.
1896         (Depends-on): Add ansi-c++-opt.
1897         (Makefile.am): Arrange to compile and run test-glob-c++.
1898
1899         Tests of module 'fcntl-h' in C++ mode.
1900         * tests/test-fcntl-h-c++.cc: New file.
1901         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1902         (Depends-on): Add ansi-c++-opt.
1903         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1904         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1905         gl_MODULE_INDICATOR.
1906
1907         Tests of module 'dirent' in C++ mode.
1908         * tests/test-dirent-c++.cc: New file.
1909         * modules/dirent-tests (Files): Add it and tests/signature.h.
1910         (Depends-on): Add ansi-c++-opt.
1911         (Makefile.am): Arrange to compile and run test-dirent-c++.
1912         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1913         gl_MODULE_INDICATOR.
1914
1915         New module 'ansi-c++-opt'.
1916         * modules/ansi-c++-opt: New file.
1917         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1918
1919         Document C++ namespace mode.
1920         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1921
1922         wctype: Avoid #define replacements in C++ mode.
1923         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1924         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1925         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1926         In C++, define a namespaced alias symbol.
1927         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1928         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1929         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1930         rule.
1931
1932         wchar: Avoid #define replacements in C++ mode.
1933         * lib/wchar.in.h: Include c++defs.h.
1934         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1935         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1936         symbol.
1937         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1938         * modules/wchar (Depends-on): Add c++defs.
1939         (Makefile.am): Update wchar.h rule.
1940
1941         unistd: Avoid #define replacements in C++ mode.
1942         * lib/unistd.in.h: Include c++defs.h.
1943         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1944         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1945         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1946         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1947         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1948         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1949         symbol.
1950         (environ): Update.
1951         * modules/unistd (Depends-on): Add c++defs.
1952         (Makefile.am): Update unistd.h rule.
1953
1954         time: Avoid #define replacements in C++ mode.
1955         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1956         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1957         define a namespaced alias symbol.
1958         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1959         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1960         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1961         * modules/time (Depends-on): Add c++defs, warn-on-use.
1962         (Makefile.am): Update time.h rule.
1963         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1964         * modules/nanosleep (configure.ac): Likewise.
1965         * modules/strptime (configure.ac): Likewise.
1966         * modules/timegm (configure.ac): Likewise.
1967
1968         sys_time: Avoid #define replacements in C++ mode.
1969         * lib/sys_time.in.h: Include c++defs.h.
1970         (gettimeofday): In C++, define a namespaced alias symbol.
1971         * modules/sys_time (Depends-on): Add c++defs.
1972         (Makefile.am): Update sys/time.h rule.
1973
1974         sys_stat: Avoid #define replacements in C++ mode.
1975         * lib/sys_stat.in.h: Include c++defs.h.
1976         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1977         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1978         namespaced alias symbol.
1979         In C++, define a namespaced alias symbol.
1980         * modules/sys_stat (Depends-on): Add c++defs.
1981         (Makefile.am): Update sys/stat.h rule.
1982
1983         sys_socket: Avoid #define replacements in C++ mode.
1984         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1985         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1986         definitions also when the system has a <sys/socket.h>.
1987         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1988         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1989         In C++, define a namespaced alias symbol.
1990         * modules/sys_socket (Depends-on): Add c++defs.
1991         (Makefile.am): Update sys/socket.h rule.
1992
1993         sys_select: Avoid #define replacements in C++ mode.
1994         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1995         definitions also when the system has a <sys/select.h>.
1996         (select): In C++, define a namespaced alias symbol.
1997         * modules/sys_select (Depends-on): Add c++defs.
1998         (Makefile.am): Update sys/select.h rule.
1999
2000         sys_ioctl: Avoid #define replacements in C++ mode.
2001         * lib/sys_ioctl.in.h: Include c++defs.h.
2002         (ioctl): In C++, define a namespaced alias symbol.
2003         * modules/sys_ioctl (Depends-on): Add c++defs.
2004         (Makefile.am): Update sys/ioctl.h rule.
2005
2006         string: Avoid #define replacements in C++ mode.
2007         * lib/string.in.h: Include c++defs.h.
2008         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2009         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2010         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2011         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2012         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2013         * modules/string (Depends-on): Add c++defs.
2014         (Makefile.am): Update string.h rule.
2015
2016         stdlib: Avoid #define replacements in C++ mode.
2017         * lib/stdlib.in.h: Include c++defs.h.
2018         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2019         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2020         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2021         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2022         symbol.
2023         * modules/stdlib (Depends-on): Add c++defs.
2024         (Makefile.am): Update stdlib.h rule.
2025
2026         stdio: Avoid #define replacements in C++ mode.
2027         * lib/stdio.in.h: Include c++defs.h.
2028         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2029         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2030         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2031         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2032         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2033         namespaced alias symbol.
2034         * modules/stdio (Depends-on): Add c++defs.
2035         (Makefile.am): Update stdio.h rule.
2036
2037         spawn: Avoid #define replacements in C++ mode.
2038         * lib/spawn.in.h: Include c++defs.h.
2039         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2040         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2041         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2042         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2043         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2044         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2045         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2046         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2047         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2048         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2049         In C++, define a namespaced alias symbol.
2050         * modules/spawn (Depends-on): Add c++defs.
2051         (Makefile.am): Update spawn.h rule.
2052
2053         signal: Avoid #define replacements in C++ mode.
2054         * lib/signal.in.h: Include c++defs.h.
2055         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2056         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2057         namespaced alias symbol.
2058         * modules/signal (Depends-on): Add c++defs.
2059         (Makefile.am): Update signal.h rule.
2060
2061         search: Avoid #define replacements in C++ mode.
2062         * lib/search.in.h: Include c++defs.h.
2063         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2064         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2065         symbol.
2066         * modules/search (Depends-on): Add c++defs.
2067         (Makefile.am): Update search.h rule.
2068
2069         math: Avoid #define replacements in C++ mode.
2070         * lib/math.in.h: Include c++defs.h.
2071         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2072         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2073         trunc, truncl): In C++, define a namespaced alias symbol.
2074         * modules/math (Depends-on): Add c++defs.
2075         (Makefile.am): Update math.h rule.
2076
2077         locale: Avoid #define replacements in C++ mode.
2078         * lib/locale.in.h: Include c++defs.h.
2079         (duplocale): In C++, define a namespaced alias symbol.
2080         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2081         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2082         * modules/locale (Depends-on): Add c++defs.
2083         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2084
2085         langinfo: Avoid #define replacements in C++ mode.
2086         * lib/langinfo.in.h: Include c++defs.h.
2087         (nl_langinfo): In C++, define a namespaced alias symbol.
2088         * modules/langinfo (Depends-on): Add c++defs.
2089         (Makefile.am): Update langinfo.h rule.
2090
2091         iconv-h: Avoid #define replacements in C++ mode.
2092         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2093         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2094         symbol.
2095         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2096         whenever iconv is present.
2097         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2098         (Makefile.am): Update iconv.h rule.
2099
2100         glob: Avoid #define replacements in C++ mode.
2101         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2102         (_gl_glob_errfunc_fn): New type.
2103         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2104         symbol.
2105         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2106         (Makefile.am): Update glob.h rule.
2107
2108         fcntl-h: Avoid #define replacements in C++ mode.
2109         * lib/fcntl.in.h: Include c++defs.h.
2110         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2111         * modules/fcntl-h (Depends-on): Add c++defs.
2112         (Makefile.am): Update fcntl.h rule.
2113
2114         dirent: Avoid #define replacements in C++ mode.
2115         * lib/dirent.in.h: Include c++defs.h.
2116         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2117         namespaced alias symbol.
2118         (dirfd): Update declaration.
2119         * modules/dirent (Depends-on): Add c++defs.
2120         (Makefile.am): Update dirent.h rule.
2121
2122         ctype: Make it usable in C++ code.
2123         * lib/ctype.in.h: Include c++defs.h.
2124         (isblank): Declare as extern "C".
2125         * modules/ctype (Depends-on): Add c++defs.
2126         (Makefile.am): Update ctype.h rule.
2127
2128         New module 'c++defs'.
2129         * modules/c++defs: New file.
2130         * build-aux/c++defs.h: New file.
2131         Reported by John W. Eaton <jwe@gnu.org>.
2132
2133 2010-03-07  Bruno Haible  <bruno@clisp.org>
2134
2135         logb: Provide missing declaration for Cygwin.
2136         * lib/math.in.h (logb): New declaration.
2137         * m4/logb.m4: New file.
2138         * modules/logb (Files): Add m4/logb.m4.
2139         (Depends-on): Add math.
2140         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2141         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2142         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2143         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2144         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2145
2146 2010-03-07  Bruno Haible  <bruno@clisp.org>
2147
2148         Fix test-cond link error.
2149         * tests/test-cond.c: Include <stdio.h>.
2150
2151 2010-03-07  Bruno Haible  <bruno@clisp.org>
2152
2153         Fix test-dirent-safer link error.
2154         * modules/dirent-safer-tests (Makefile.am): Define
2155         test_dirent_safer_LDADD.
2156
2157 2010-03-07  Bruno Haible  <bruno@clisp.org>
2158
2159         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2160         among default module list.
2161
2162 2010-03-07  Bruno Haible  <bruno@clisp.org>
2163
2164         Fix link error on platforms with GNU libiconv.
2165         * modules/unistr/u8-strcoll-tests (Makefile): Define
2166         test_u8_strcoll_LDADD.
2167         * modules/unistr/u16-strcoll-tests (Makefile): Define
2168         test_u16_strcoll_LDADD.
2169         * modules/unistr/u32-strcoll-tests (Makefile): Define
2170         test_u32_strcoll_LDADD.
2171
2172 2010-03-07  Bruno Haible  <bruno@clisp.org>
2173
2174         Use POSIX declarations for socket functions.
2175         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2176         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2177         rpl_sendto): Change declaration to match POSIX.
2178         * lib/connect.c (rpl_connect): Likewise.
2179         * lib/accept.c (rpl_accept): Likewise.
2180         * lib/bind.c (rpl_bind): Likewise.
2181         * lib/getpeername.c (rpl_getpeername): Likewise.
2182         * lib/getsockname.c (rpl_getsockname): Likewise.
2183         * lib/recv.c (rpl_recv): Likewise.
2184         * lib/send.c (rpl_send): Likewise.
2185         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2186         * lib/sendto.c (rpl_sendto): Likewise.
2187
2188 2010-03-06  Bruno Haible  <bruno@clisp.org>
2189
2190         Clarify access, euidaccess, faccessat.
2191         * doc/posix-functions/faccessat.texi: Mention security problem under
2192         "Other problems", not "Portability problems".
2193         * doc/posix-functions/access.texi: Likewise. Mention a related security
2194         problem.
2195         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2196         * lib/euidaccess.c: Add comments about platforms.
2197         * lib/unistd.in.h (access, euidaccess): Add warnings.
2198
2199 2010-03-07  Bruno Haible  <bruno@clisp.org>
2200
2201         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2202         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2203         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2204         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2205         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2206         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2207         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2208         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2209         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2210         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2211         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2212         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2213         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2214         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2215         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2216         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2217         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2218         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2219         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2220         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2221         Likewise.
2222         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2223         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2224         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2225         Likewise.
2226         * tests/test-spawn.c (main): Make it work when
2227         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2228
2229 2010-03-07  Bruno Haible  <bruno@clisp.org>
2230
2231         Fix incorrect Makefile.am generation in German locale.
2232         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2233         Execute sed command with character range in C locale.
2234
2235 2010-03-06  Bruno Haible  <bruno@clisp.org>
2236
2237         Tests for module 'iconv-h'.
2238         * modules/iconv-h-tests: New file.
2239         * tests/test-iconv-h.c: New file.
2240
2241         New module 'iconv-h'.
2242         * modules/iconv-h: New file.
2243         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2244         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2245         (configure.ac): Remove gl_ICONV_H.
2246         (Makefile.am): Remove rule for iconv.h.
2247
2248 2010-03-06  Bruno Haible  <bruno@clisp.org>
2249
2250         More consistent naming of *.m4 files.
2251         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2252         * modules/wctype (Files): Update.
2253
2254         More consistent naming of *.m4 files.
2255         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2256         * modules/wchar (Files): Update.
2257
2258 2010-03-06  Jim Meyering  <meyering@redhat.com>
2259
2260         euidaccess: relax license to LGPLv2+
2261         * modules/euidaccess (License): Relax to LGPLv2+.
2262
2263 2010-03-06  Bruno Haible  <bruno@clisp.org>
2264
2265         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2266         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2267         (Makefile.am): Augment lib_SOURCES instead.
2268
2269 2010-03-04  Jim Meyering  <meyering@redhat.com>
2270
2271         utime: remove obsolete module
2272         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2273         unnecessary for years, and has been marked as obsolete for 10 months.
2274         * modules/utime: Remove file.
2275         * lib/utime.c: Remove file.
2276         * m4/utime.m4: Remove file.
2277         * m4/utimes-null.m4: Remove file.
2278         * doc/posix-functions/utime.texi (utime): Remove reference to
2279         the module.  Move the sole "fixed by gnulib" item into the
2280         "problems not fixed by Gnulib" list.
2281         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2282
2283 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2284
2285         * modules/exit (License): Relax license to LGPLv2+.
2286         (Status): Mark as obsolete.
2287         * NEWS: Mention deprecated 'exit' module.
2288         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2289         of now obsolete 'exit'.
2290
2291 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2292
2293         fts-lgpl: remove unused module
2294         * modules/fts-lgpl: Remove.
2295         * MODULES.html.sh (func_all_modules): Adjust.
2296         * check-module (find_included_lib_files): Adjust.
2297         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2298
2299 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2300
2301         copy-acl: enhance Solaris ACL error handling
2302         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2303         * lib/set-mode-acl.c (qset_acl): Likewise.
2304
2305 2010-03-02  Bruno Haible  <bruno@clisp.org>
2306
2307         spawn: Don't override the system defined values on FreeBSD 8.
2308         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2309         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2310         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2311         if HAVE_POSIX_SPAWN is 1.
2312         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2313
2314 2010-03-01  Bruno Haible  <bruno@clisp.org>
2315
2316         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2317         regarding Automake.
2318
2319 2010-02-25  Bruno Haible  <bruno@clisp.org>
2320
2321         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2322         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2323         setting, not afterwards.
2324         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2325
2326 2010-02-24  Eric Blake  <eblake@redhat.com>
2327
2328         bootstrap, git-version-gen: use timestamp
2329         * build-aux/git-version-gen (scriptversion): Force UTC.
2330         * build-aux/bootstrap (scriptversion): New variable.
2331
2332         bootstrap: allow older git
2333         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2334         older than 1.6.4.  Requested by the libvirt project.
2335
2336 2010-02-23  Eric Blake  <eblake@redhat.com>
2337
2338         warn-on-use: work with old autoconf
2339         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2340         AS_VAR semantics of autoconf 2.60.
2341         Reported by Bruno Haible.
2342
2343         bootstrap: improve some comments
2344         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2345         clarification comments.
2346
2347         gettimeofday: provide correct function
2348         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2349         when replacement is declared, otherwise provide gettimeofday.
2350         Reported by Michael Goffioul.
2351
2352 2010-02-23  Jim Meyering  <meyering@redhat.com>
2353
2354         lib-ignore: relax license to "unlimited", not LGPLv2+
2355         * modules/lib-ignore (License): Relax to "unlimited".
2356
2357 2010-02-23  Jim Meyering  <meyering@redhat.com>
2358
2359         lib-ignore: relax license to LGPLv2+
2360         * modules/lib-ignore (License): Relax to LGPLv2+.
2361
2362 2010-02-22  Eric Blake  <eblake@redhat.com>
2363
2364         lseek: avoid bash 3.2 broken pipe bug
2365         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2366         warning from bash 3.2.
2367         Reported by Ben Pfaff, with analysis from Bruno Haible.
2368
2369         bootstrap: support non-FSF copyright holder
2370         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2371         bootstrap.conf override of COPYRIGHT_HOLDER.
2372         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2373
2374         bootstrap: interoperate with gettext 0.14.1
2375         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2376
2377         bootstrap: allow for alternate submodule location
2378         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2379         hardcoding submodule location.
2380         (gnulib_mk): Allow direct use of Makefile.am.
2381
2382         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2383         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2384         rather than reconfiguring where the submodule points.
2385
2386         gettimeofday: restore support for platforms that lack function
2387         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2388         replacement if function is missing.
2389         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2390         * modules/sys_time (Makefile.am): Substitute it.
2391         * lib/sys_time.in.h (gettimeofday): Check it.
2392         Reported by Michael Goffioul.
2393
2394 2010-02-21  Bruno Haible  <bruno@clisp.org>
2395
2396         * lib/stdio.in.h (obstack_printf): Fix typo.
2397
2398 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2399
2400         vc-list-files: use bzr ls's -R option
2401         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2402         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2403
2404 2010-02-21  Jim Meyering  <meyering@redhat.com>
2405
2406         init.sh: fix EXEEXT shims to work also for names like test-prog
2407         * tests/init.sh: Re-exec a better shell, when needed.
2408         If the current shell lacks support for posix $(...), an init.sh-using
2409         test will now try to find a shell that supports that.  If EXEEXT is
2410         nonempty, we also require support for hyphen-in-alias-name and shell
2411         substitutions like ${var#glob}.  Failure to find such a shell results
2412         in a skipped test.
2413
2414 2010-02-21  Bruno Haible  <bruno@clisp.org>
2415
2416         Really work around around "broken pipe" error message from bash 3.2.
2417         * gnulib-tool (func_reset_sigpipe): Remove function.
2418         (echo): In bash 3.2, define to a function that uses printf.
2419         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2420
2421 2010-02-20  Bruno Haible  <bruno@clisp.org>
2422
2423         Restore support for automake 1.9.6 with autoconf 2.61.
2424         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2425         Reported by James Youngman <jay@gnu.org>.
2426
2427 2010-02-20  Bruno Haible  <bruno@clisp.org>
2428
2429         Improve *printf warning condition.
2430         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2431         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2432         and the function is overridden due to SIGPIPE emulation.
2433
2434 2010-02-20  Bruno Haible  <bruno@clisp.org>
2435
2436         * lib/stdio.in.h: Tweak comments.
2437
2438 2010-02-19  Bruno Haible  <bruno@clisp.org>
2439
2440         Make it easier to find modules. New gnulib-tool option '--find'.
2441         * gnulib-tool: New option --find.
2442         (func_usage): Document it.
2443         (func_sanitize_modulelist): New function, extracted from
2444         func_all_modules.
2445         (func_all_modules): Invoke it.
2446         * doc/gnulib-tool.texi (Which modules?): New node.
2447
2448 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2449
2450         * lib/sys_select.in.h: Provide select replacement even if
2451         sys/select.h exists on a system, for Interix.
2452
2453 2010-02-18  Jim Meyering  <meyering@redhat.com>
2454
2455         init.sh: don't use $(...) just yet
2456         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2457         to accommodate e.g., Solaris' /bin/sh.
2458
2459 2010-02-17  Bruno Haible  <bruno@clisp.org>
2460
2461         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2462         Reported by Ludovic Courtès <ludo@gnu.org>.
2463
2464 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2465
2466         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2467         linking with -lintl.
2468
2469 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2470
2471         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2472         if not provided by the system's netdb.h.  Reported by
2473         ludo@gnu.org (Ludovic Courtès).
2474
2475 2010-02-15  Jim Meyering  <meyering@redhat.com>
2476
2477         init.sh: improve portability and efficiency
2478         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2479         "dummy" in a for loop.
2480         Use '!', not '^' to select the complement of a character set used
2481         in a "case" statement.
2482         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2483         Suggestions from Eric Blake.
2484
2485         init.sh: automatically accommodate programs with the .exe suffix
2486         Automatically arrange for an invocation of "prog" to execute the
2487         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2488         may use the simpler "prog", yet still work when built on a system
2489         that requires specifying the added suffix.
2490         Do this by constructing a function named "prog" that invokes
2491         "prog.exe" for each .exe file in selected directories.
2492         * tests/init.sh (find_exe_basenames_): New function.
2493         (create_exe_shim_functions_): New function.
2494         (path_prepend_): Use it.
2495
2496         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2497         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2498         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2499
2500 2010-02-14  Jim Meyering  <meyering@redhat.com>
2501
2502         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2503         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2504         (sc_prohibit_hash_pjw_without_use): New rule.
2505
2506         maint.mk: allow the default upload destination dir to be overridden
2507         * top/maint.mk (upload_dest_dir_): Define with a default that
2508         preserves the status quo.
2509         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2510         Reported by Peter Simons.
2511
2512         maint.mk: prohibit inclusion of "hash.h" without_use
2513         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2514
2515 2010-02-10  Jim Meyering  <meyering@redhat.com>
2516
2517         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2518         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2519
2520 2010-02-09  Eric Blake  <ebb9@byu.net>
2521         and Bruno Haible  <bruno@clisp.org>
2522
2523         obstack-printf-posix: ensure declaration
2524         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2525         extracted from gl_FUNC_OBSTACK_PRINTF.
2526         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2527         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2528         Likewise.
2529         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2530         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2531         0.
2532
2533 2010-02-08  Bruno Haible  <bruno@clisp.org>
2534
2535         gnulib-tool: Fix typo in 2010-02-07 commit.
2536         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2537         Reported by Eric Blake.
2538
2539 2010-02-07  Bruno Haible  <bruno@clisp.org>
2540
2541         gnulib-tool: Fix up caching patches.
2542         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2543         option --no-cache. Use associative arrays when supported by the shell.
2544         (sed_comments): New variable.
2545         (modcache): Renamed from do_cache.
2546         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2547         abbreviate unnecessarily.
2548         (have_associative): New variable.
2549         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2550         way also for ksh and zsh.
2551         (func_init_sed_convert_to_cache_statements): New function, extracted
2552         from func_cache_lookup_module. Add support for associative arrays.
2553         Don't set the c_MODULE_cached variable here. Ignore all lines before
2554         the first field header. Remove only the final newline, not all trailing
2555         newlines. Support empty fields correctly. Limit the use of 'eval' to
2556         assignments.
2557         (func_get_description, func_get_status, func_get_notice,
2558         func_get_applicability, func_get_filelist, func_get_dependencies,
2559         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2560         func_get_automake_snippet, func_get_include_directive,
2561         func_get_link_directive, func_get_license, func_get_maintainer):
2562         Update documentation. List the unoptimized code first. Add support for
2563         associative arrays. Limit the use of 'eval' to assignments.
2564         (func_get_applicability): Undo stylistic pessimisations.
2565         (func_get_automake_snippet, func_get_include_directive): Reduce code
2566         duplication.
2567         (func_modules_transitive_closure, func_modules_add_dummy,
2568         func_modules_notice, func_modules_to_filelist, func_add_file,
2569         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2570         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2571         func_create_testdir, func_create_megatestdir): Update documentation.
2572
2573 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2574
2575         * gnulib-tool (func_cache_lookup_module): Store the module name
2576         belonging to the cache variable; error out if two different
2577         module names map to the same cache variable name.
2578
2579 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2580
2581         gnulib-tool: Make caching optional.
2582         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2583         Update matching short versions of --no-changelog.
2584         (func_usage): Update.
2585         (sed_extract_cache_prog): Renamed from ...
2586         (sed_extract_prog): ... this; revert to old extraction script.
2587         (func_get_description, func_get_status)
2588         (func_get_notice, func_get_applicability, func_get_filelist)
2589         (func_get_dependencies, func_get_autoconf_early_snippet)
2590         (func_get_autoconf_snippet, func_get_automake_snippet)
2591         (func_get_include_directive, func_get_link_directive)
2592         (func_get_license, func_get_maintainer): If $do_cache is false,
2593         use old, non-caching extraction scripts.
2594         Suggestion by Bruno Haible.
2595
2596 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2597
2598         gnulib-tool: cache module metainformation.
2599         * gnulib-tool (sed_extract_prog): Match newline before each
2600         header, and rewrite header to a shell variable suffix.
2601         (func_cache_var, func_cache_lookup_module): New functions,
2602         to turn a module name into a cache variable prefix, and to
2603         look up and cache module metainformation.
2604         (func_get_description, func_get_status)
2605         (func_get_notice, func_get_applicability, func_get_filelist)
2606         (func_get_dependencies, func_get_autoconf_early_snippet)
2607         (func_get_autoconf_snippet, func_get_automake_snippet)
2608         (func_get_include_directive, func_get_link_directive)
2609         (func_get_license, func_get_maintainer): Use
2610         func_cache_lookup_module.
2611
2612 2010-02-07  Bruno Haible  <bruno@clisp.org>
2613
2614         fnctl: Fix missing dependency.
2615         * modules/fcntl (Depends-on): Add getdtablesize.
2616         Reported by John W. Eaton <jwe@gnu.org>.
2617
2618 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2619
2620         Argp: fix recognition of short alias options.
2621
2622         * lib/argp-parse.c (convert_options): Fix improper use of
2623         `|' between character values.
2624         * tests/test-argp.c (group1_option): New alias option
2625         --read (-r).
2626         (group1_parser): Special handling for 'r'.
2627         (test15): New test case.
2628         (test_fun): Add test15.
2629         * tests/test-argp-2.sh: Update expected --help and --usage
2630         outputs.
2631
2632 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2633
2634         * tests/test-argp.c: Fix indentation.
2635
2636 2010-02-04  Eric Blake  <ebb9@byu.net>
2637
2638         gettimeofday: expose type of second argument
2639         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2640         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2641         * tests/test-gettimeofday.c: Use it to silence warning.
2642         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2643         the issue.
2644
2645 2010-02-03  Jim Meyering  <meyering@redhat.com>
2646
2647         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2648         * lib/regcomp.c (TYPE_SIGNED): Define.
2649         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2650
2651         regcomp.c: avoid a new -Wshadow warning
2652         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2653
2654 2010-02-01  Jim Meyering  <meyering@redhat.com>
2655
2656         removing useless parentheses in cpp #define directives
2657         For motivation, see commit c0221df4, "define STREQ(a,b)
2658         consistently, removing useless parentheses"
2659         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2660         * lib/mountlist.c (MNT_IGNORE): Likewise.
2661         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2662
2663 2010-02-01  Eric Blake  <ebb9@byu.net>
2664
2665         sys_time: use link-warning
2666         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2667         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2668         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2669         * modules/sys_time (Depends-on): Add warn-on-use.
2670         (Makefile.am): Always build replacement.
2671         (configure.ac): Update substitutions.
2672         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2673         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2674         bother with SYS_TIME_H.
2675         * modules/gettimeofday (configure.ac): Declare indicator.
2676         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2677         in use.
2678
2679         closein-tests: silence compiler warning
2680         * tests/test-closein.c (main): Ignore fread result.
2681         * modules/closein-tests (Depends-on): Add ignore-value.
2682
2683         tests: silence warning about system return
2684         * tests/test-areadlink-with-size.c (main): Ignore system result.
2685         * tests/test-areadlink.c (main): Likewise.
2686         * tests/test-areadlinkat-with-size.c (main): Likewise.
2687         * tests/test-areadlinkat.c (main): Likewise.
2688         * tests/test-canonicalize-lgpl.c (main): Likewise.
2689         * tests/test-canonicalize.c (main): Likewise.
2690         * tests/test-chown.c (main): Likewise.
2691         * tests/test-fchownat.c (main): Likewise.
2692         * tests/test-fdutimensat.c (main): Likewise.
2693         * tests/test-fstatat.c (main): Likewise.
2694         * tests/test-futimens.c (main): Likewise.
2695         * tests/test-lchown.c (main): Likewise.
2696         * tests/test-link.c (main): Likewise.
2697         * tests/test-linkat.c (main): Likewise.
2698         * tests/test-lstat.c (main): Likewise.
2699         * tests/test-mkdir.c (main): Likewise.
2700         * tests/test-mkdirat.c (main): Likewise.
2701         * tests/test-mkfifo.c (main): Likewise.
2702         * tests/test-mkfifoat.c (main): Likewise.
2703         * tests/test-mknod.c (main): Likewise.
2704         * tests/test-readlink.c (main): Likewise.
2705         * tests/test-remove.c (main): Likewise.
2706         * tests/test-rename.c (main): Likewise.
2707         * tests/test-renameat.c (main): Likewise.
2708         * tests/test-rmdir.c (main): Likewise.
2709         * tests/test-symlink.c (main): Likewise.
2710         * tests/test-symlinkat.c (main): Likewise.
2711         * tests/test-unlink.c (main): Likewise.
2712         * tests/test-unlinkat.c (main): Likewise.
2713         * tests/test-utimens.c (main): Likewise.
2714         * tests/test-utimensat.c (main): Likewise.
2715         * modules/areadlink-tests (Depends-on): Add ignore-value.
2716         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2717         * modules/areadlinkat-tests (Depends-on): Likewise.
2718         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2719         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2720         * modules/canonicalize-tests (Depends-on): Likewise.
2721         * modules/chown-tests (Depends-on): Likewise.
2722         * modules/fdutimensat-tests (Depends-on): Likewise.
2723         * modules/futimens-tests (Depends-on): Likewise.
2724         * modules/lchown-tests (Depends-on): Likewise.
2725         * modules/link-tests (Depends-on): Likewise.
2726         * modules/linkat-tests (Depends-on): Likewise.
2727         * modules/lstat-tests (Depends-on): Likewise.
2728         * modules/mkdir-tests (Depends-on): Likewise.
2729         * modules/mkfifo-tests (Depends-on): Likewise.
2730         * modules/mkfifoat-tests (Depends-on): Likewise.
2731         * modules/mknod-tests (Depends-on): Likewise.
2732         * modules/openat-tests (Depends-on): Likewise.
2733         * modules/readlink-tests (Depends-on): Likewise.
2734         * modules/remove-tests (Depends-on): Likewise.
2735         * modules/rename-tests (Depends-on): Likewise.
2736         * modules/renameat-tests (Depends-on): Likewise.
2737         * modules/rmdir-tests (Depends-on): Likewise.
2738         * modules/symlink-tests (Depends-on): Likewise.
2739         * modules/symlinkat-tests (Depends-on): Likewise.
2740         * modules/unlink-tests (Depends-on): Likewise.
2741         * modules/utimens-tests (Depends-on): Likewise.
2742         * modules/utimensat-tests (Depends-on): Likewise.
2743
2744 2010-01-31  Bruno Haible  <bruno@clisp.org>
2745
2746         Perform the same test for many <math.h> functions.
2747         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2748         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2749         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2750         of gl_MATHFUNC.
2751         * modules/acos (configure.ac): Likewise.
2752         * modules/asin (configure.ac): Likewise.
2753         * modules/atan (configure.ac): Likewise.
2754         * modules/atan2 (configure.ac): Likewise.
2755         * modules/cbrt (configure.ac): Likewise.
2756         * modules/copysign (configure.ac): Likewise.
2757         * modules/cos (configure.ac): Likewise.
2758         * modules/cosh (configure.ac): Likewise.
2759         * modules/erf (configure.ac): Likewise.
2760         * modules/erfc (configure.ac): Likewise.
2761         * modules/exp (configure.ac): Likewise.
2762         * modules/fmod (configure.ac): Likewise.
2763         * modules/hypot (configure.ac): Likewise.
2764         * modules/j0 (configure.ac): Likewise.
2765         * modules/j1 (configure.ac): Likewise.
2766         * modules/jn (configure.ac): Likewise.
2767         * modules/lgamma (configure.ac): Likewise.
2768         * modules/log (configure.ac): Likewise.
2769         * modules/log10 (configure.ac): Likewise.
2770         * modules/log1p (configure.ac): Likewise.
2771         * modules/pow (configure.ac): Likewise.
2772         * modules/remainder (configure.ac): Likewise.
2773         * modules/sin (configure.ac): Likewise.
2774         * modules/sinh (configure.ac): Likewise.
2775         * modules/tan (configure.ac): Likewise.
2776         * modules/tanh (configure.ac): Likewise.
2777         * modules/y0 (configure.ac): Likewise.
2778         * modules/y1 (configure.ac): Likewise.
2779         * modules/yn (configure.ac): Likewise.
2780         Suggested by Paolo Bonzini.
2781
2782 2010-01-31  Bruno Haible  <bruno@clisp.org>
2783
2784         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2785
2786 2010-01-31  Bruno Haible  <bruno@clisp.org>
2787
2788         Work around getdelim() bug on FreeBSD 8.0.
2789         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2790         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2791         not work.
2792         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2793         is 1.
2794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2795         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2796         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2797         a non-zero size.
2798         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2799
2800 2010-01-31  Bruno Haible  <bruno@clisp.org>
2801
2802         Work around getline() bug on FreeBSD 8.0.
2803         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2804         and a non-zero size.
2805         * tests/test-getline.c (main): Likewise.
2806         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2807         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2808
2809 2010-01-28  Eric Blake  <ebb9@byu.net>
2810
2811         regex: fix build failure
2812         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2813         platforms.
2814
2815 2010-01-28  Jim Meyering  <meyering@redhat.com>
2816
2817         regex: do not ignore memory allocation failure
2818         * lib/regex_internal.c (create_cd_newstate): Detect
2819         re_node_set_init_copy failure.   Extracted from glibc commit
2820         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2821
2822         regex: sync more white-space changes from libc
2823         * lib/regex_internal.c: White-space only changes.
2824         * lib/regexec.c: Likewise.
2825
2826         regex: add many uses of __attribute_warn_unused_result__
2827         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2828         * lib/regexec.c: Likewise.
2829         Extracted from a messy glibc commit.
2830
2831         regcomp.c: spelling and merge-artifact from glibc
2832         * lib/regcomp.c: Merge remainder of glibc's
2833         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2834
2835         regcomp.c: sync white-space changes from glibc
2836         * lib/regcomp.c: Merge to accommodate white space
2837         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2838
2839         regcomp.c: do not ignore internal return values
2840         * lib/regcomp.c: Do not ignore internal return values.
2841         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2842         but without its white-space changes and spelling fixes.
2843
2844         regex_internal.h: define __attribute_warn_unused_result__
2845         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2846
2847         maint: add a syntax-check rule to check for vulnerable Makefile.in
2848         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2849
2850 2010-01-27  Jim Meyering  <meyering@redhat.com>
2851
2852         ncftpput-ftp: clean up spaces
2853         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2854         Remove trailing blanks.
2855
2856 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2857
2858         * build-aux/git-version-gen: Fix copyright statement.
2859         * build-aux/gnupload: Likewise.
2860         * tests/test-arcfour.c: Likewise.
2861         * tests/test-arctwo.c: Likewise.
2862         * tests/test-count-one-bits.c: Likewise.
2863         * tests/test-crc.c: Likewise.
2864         * tests/test-des.c: Likewise.
2865         * tests/test-gc-arcfour.c: Likewise.
2866         * tests/test-gc-arctwo.c: Likewise.
2867         * tests/test-gc-des.c: Likewise.
2868         * tests/test-gc-hmac-md5.c: Likewise.
2869         * tests/test-gc-hmac-sha1.c: Likewise.
2870         * tests/test-gc-md2.c: Likewise.
2871         * tests/test-gc-md4.c: Likewise.
2872         * tests/test-gc-md5.c: Likewise.
2873         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2874         * tests/test-gc-rijndael.c: Likewise.
2875         * tests/test-gc-sha1.c: Likewise.
2876         * tests/test-gc.c: Likewise.
2877         * tests/test-gethostname.c: Likewise.
2878         * tests/test-gettimeofday.c: Likewise.
2879         * tests/test-hash.c: Likewise.
2880         * tests/test-hmac-md5.c: Likewise.
2881         * tests/test-hmac-sha1.c: Likewise.
2882         * tests/test-md2.c: Likewise.
2883         * tests/test-md4.c: Likewise.
2884         * tests/test-md5.c: Likewise.
2885         * tests/test-memchr.c: Likewise.
2886         * tests/test-memchr2.c: Likewise.
2887         * tests/test-memcmp.c: Likewise.
2888         * tests/test-memmem.c: Likewise.
2889         * tests/test-memrchr.c: Likewise.
2890         * tests/test-rawmemchr.c: Likewise.
2891         * tests/test-read-file.c: Likewise.
2892         * tests/test-rijndael.c: Likewise.
2893         * tests/test-sockets.c: Likewise.
2894         * tests/test-strchrnul.c: Likewise.
2895         * tests/test-strstr.c: Likewise.
2896         * tests/test-strtod.c: Likewise.
2897         * build-aux/ncftpput-ftp: Likewise.
2898
2899 2010-01-26  Eric Blake  <ebb9@byu.net>
2900
2901         ignore-value: update recommended header name
2902         * modules/ignore-value (Include): Only use <> for headers that
2903         exist in glibc.
2904
2905 2010-01-26  Jim Meyering  <meyering@redhat.com>
2906
2907         test-userspec.c: avoid compiler warnings
2908         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2909         and "initialization discards qualifiers..." warnings.
2910         Put the first "uid" in its own scope, and make char* members "const".
2911
2912 2010-01-25  Bruno Haible  <bruno@clisp.org>
2913
2914         gnulib-tool: Make warning diagnostics consistent.
2915         * gnulib-tool (func_warning): New function.
2916         Use it everywhere where gnulib-tool produces output to stderr and it is
2917         not a fatal error.
2918
2919 2010-01-25  Bruno Haible  <bruno@clisp.org>
2920
2921         Fix test dependencies.
2922         * modules/xstrtol-tests (Depends-on): Add inttypes.
2923         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2924
2925 2010-01-25 Pádraig Brady <P@draigBrady.com>
2926
2927         syntax-check: detect incorrect boolean macro values in config.h
2928         * modules/maintainer-makefile (configure.ac): Parameterize the location
2929         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2930         The logic is from Eric Blake and the location indicated by Jim Meyering.
2931         Note the more natural CONFIG_HEADER name is prohibited by automake
2932         for backwards compatibility reasons.
2933         * top/maint.mk (sc_Wundef_boolean): New rule.
2934
2935 2010-01-25  Jim Meyering  <meyering@redhat.com>
2936
2937         bootstrap: detect MacOS 10.6's shasum, too
2938         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2939         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2940
2941 2010-01-23  Jim Meyering  <meyering@redhat.com>
2942
2943         xstrtoll: new module
2944         * modules/xstrtoll: New file.
2945         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2946         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2947         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2948         ./configure fails if you use this module and lack "long long".
2949         * modules/xstrtoll-tests: New module.
2950         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2951         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2952         new init.sh-based test framework.
2953
2954 2010-01-24  Bruno Haible  <bruno@clisp.org>
2955
2956         Tests for module 'yn'.
2957         * modules/yn-tests: New file.
2958         * tests/test-yn.c: New file.
2959
2960         Tests for module 'y1'.
2961         * modules/y1-tests: New file.
2962         * tests/test-y1.c: New file.
2963
2964         Tests for module 'y0'.
2965         * modules/y0-tests: New file.
2966         * tests/test-y0.c: New file.
2967
2968         Tests for module 'tanh'.
2969         * modules/tanh-tests: New file.
2970         * tests/test-tanh.c: New file.
2971
2972         Tests for module 'tan'.
2973         * modules/tan-tests: New file.
2974         * tests/test-tan.c: New file.
2975
2976         Tests for module 'sqrt'.
2977         * modules/sqrt-tests: New file.
2978         * tests/test-sqrt.c: New file.
2979
2980         Tests for module 'sinh'.
2981         * modules/sinh-tests: New file.
2982         * tests/test-sinh.c: New file.
2983
2984         Tests for module 'sin'.
2985         * modules/sin-tests: New file.
2986         * tests/test-sin.c: New file.
2987
2988         Tests for module 'rint'.
2989         * modules/rint-tests: New file.
2990         * tests/test-rint.c: New file.
2991
2992         Tests for module 'remainder'.
2993         * modules/remainder-tests: New file.
2994         * tests/test-remainder.c: New file.
2995
2996         Tests for module 'pow'.
2997         * modules/pow-tests: New file.
2998         * tests/test-pow.c: New file.
2999
3000         Tests for module 'nextafter'.
3001         * modules/nextafter-tests: New file.
3002         * tests/test-nextafter.c: New file.
3003
3004         Tests for module 'modf'.
3005         * modules/modf-tests: New file.
3006         * tests/test-modf.c: New file.
3007
3008         Tests for module 'logb'.
3009         * modules/logb-tests: New file.
3010         * tests/test-logb.c: New file.
3011
3012         Tests for module 'log1p'.
3013         * modules/log1p-tests: New file.
3014         * tests/test-log1p.c: New file.
3015
3016         Tests for module 'log10'.
3017         * modules/log10-tests: New file.
3018         * tests/test-log10.c: New file.
3019
3020         Tests for module 'log'.
3021         * modules/log-tests: New file.
3022         * tests/test-log.c: New file.
3023
3024         Tests for module 'lgamma'.
3025         * modules/lgamma-tests: New file.
3026         * tests/test-lgamma.c: New file.
3027
3028         Tests for module 'ldexp'.
3029         * modules/ldexp-tests: New file.
3030         * tests/test-ldexp.c: New file.
3031
3032         Tests for module 'jn'.
3033         * modules/jn-tests: New file.
3034         * tests/test-jn.c: New file.
3035
3036         Tests for module 'j1'.
3037         * modules/j1-tests: New file.
3038         * tests/test-j1.c: New file.
3039
3040         Tests for module 'j0'.
3041         * modules/j0-tests: New file.
3042         * tests/test-j0.c: New file.
3043
3044         Tests for module 'hypot'.
3045         * modules/hypot-tests: New file.
3046         * tests/test-hypot.c: New file.
3047
3048         Tests for module 'fmod'.
3049         * modules/fmod-tests: New file.
3050         * tests/test-fmod.c: New file.
3051
3052         Tests for module 'fabs'.
3053         * modules/fabs-tests: New file.
3054         * tests/test-fabs.c: New file.
3055
3056         Tests for module 'exp'.
3057         * modules/exp-tests: New file.
3058         * tests/test-exp.c: New file.
3059
3060         Tests for module 'erfc'.
3061         * modules/erfc-tests: New file.
3062         * tests/test-erfc.c: New file.
3063
3064         Tests for module 'erf'.
3065         * modules/erf-tests: New file.
3066         * tests/test-erf.c: New file.
3067
3068         Tests for module 'cosh'.
3069         * modules/cosh-tests: New file.
3070         * tests/test-cosh.c: New file.
3071
3072         Tests for module 'cos'.
3073         * modules/cos-tests: New file.
3074         * tests/test-cos.c: New file.
3075
3076         Tests for module 'copysign'.
3077         * modules/copysign-tests: New file.
3078         * tests/test-copysign.c: New file.
3079
3080         Tests for module 'cbrt'.
3081         * modules/cbrt-tests: New file.
3082         * tests/test-cbrt.c: New file.
3083
3084         Tests for module 'atan2'.
3085         * modules/atan2-tests: New file.
3086         * tests/test-atan2.c: New file.
3087
3088         Tests for module 'atan'.
3089         * modules/atan-tests: New file.
3090         * tests/test-atan.c: New file.
3091
3092         Tests for module 'asin'.
3093         * modules/asin-tests: New file.
3094         * tests/test-asin.c: New file.
3095
3096         Tests for module 'acos'.
3097         * modules/acos-tests: New file.
3098         * tests/test-acos.c: New file.
3099
3100 2010-01-24  Bruno Haible  <bruno@clisp.org>
3101
3102         Fix tests for common <math.h> functions.
3103         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3104         code snippet that references the function pointer, rather than merely
3105         calling the function. Substitute the FUNC_LIBM variable.
3106         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3107         * modules/acos (configure.ac): Likewise.
3108         * modules/asin (configure.ac): Likewise.
3109         * modules/atan (configure.ac): Likewise.
3110         * modules/atan2 (configure.ac): Likewise.
3111         * modules/cbrt (configure.ac): Likewise.
3112         * modules/copysign (configure.ac): Likewise.
3113         * modules/cos (configure.ac): Likewise.
3114         * modules/cosh (configure.ac): Likewise.
3115         * modules/erf (configure.ac): Likewise.
3116         * modules/erfc (configure.ac): Likewise.
3117         * modules/exp (configure.ac): Likewise.
3118         * modules/fabs (configure.ac): Likewise.
3119         * modules/fmod (configure.ac): Likewise.
3120         * modules/hypot (configure.ac): Likewise.
3121         * modules/j0 (configure.ac): Likewise.
3122         * modules/j1 (configure.ac): Likewise.
3123         * modules/jn (configure.ac): Likewise.
3124         * modules/ldexp (configure.ac): Likewise.
3125         * modules/lgamma (configure.ac): Likewise.
3126         * modules/log (configure.ac): Likewise.
3127         * modules/log10 (configure.ac): Likewise.
3128         * modules/log1p (configure.ac): Likewise.
3129         * modules/logb (configure.ac): Likewise.
3130         * modules/modf (configure.ac): Likewise.
3131         * modules/nextafter (configure.ac): Likewise.
3132         * modules/pow (configure.ac): Likewise.
3133         * modules/remainder (configure.ac): Likewise.
3134         * modules/rint (configure.ac): Likewise.
3135         * modules/sin (configure.ac): Likewise.
3136         * modules/sinh (configure.ac): Likewise.
3137         * modules/tan (configure.ac): Likewise.
3138         * modules/tanh (configure.ac): Likewise.
3139         * modules/y0 (configure.ac): Likewise.
3140         * modules/y1 (configure.ac): Likewise.
3141         * modules/yn (configure.ac): Likewise.
3142
3143 2010-01-24  Bruno Haible  <bruno@clisp.org>
3144
3145         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3146         * tests/test-acosl.c (x): New variable.
3147         (main): Store argument in x and fetch it from x.
3148         * tests/test-asinl.c (x): New variable.
3149         (main): Store argument in x and fetch it from x.
3150         * tests/test-atanl.c (x): New variable.
3151         (main): Store argument in x and fetch it from x.
3152         * tests/test-cosl.c (x): New variable.
3153         (main): Store argument in x and fetch it from x.
3154         * tests/test-expl.c (x): New variable.
3155         (main): Store argument in x and fetch it from x.
3156         * tests/test-logl.c (x): New variable.
3157         (main): Store argument in x and fetch it from x.
3158         * tests/test-sinl.c (x): New variable.
3159         (main): Store argument in x and fetch it from x.
3160         * tests/test-sqrtl.c (x): New variable.
3161         (main): Store argument in x and fetch it from x.
3162         * tests/test-tanl.c (x): New variable.
3163         (main): Store argument in x and fetch it from x.
3164
3165 2010-01-24  Bruno Haible  <bruno@clisp.org>
3166
3167         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3168         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3169         assignments to the initial TESTS_ENVIRONMENT.
3170         * doc/gnulib.texi (Unit test modules): Document it.
3171         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3172         TESTS_ENVIRONMENT.
3173         * modules/btowc-tests (Makefile.am): Likewise.
3174         * modules/c-stack-tests (Makefile.am): Likewise.
3175         * modules/c-strcase-tests (Makefile.am): Likewise.
3176         * modules/copy-file-tests (Makefile.am): Likewise.
3177         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3178         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3179         * modules/mbrtowc-tests (Makefile.am): Likewise.
3180         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3181         * modules/mbscasestr-tests (Makefile.am): Likewise.
3182         * modules/mbschr-tests (Makefile.am): Likewise.
3183         * modules/mbscspn-tests (Makefile.am): Likewise.
3184         * modules/mbsinit-tests (Makefile.am): Likewise.
3185         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3186         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3187         * modules/mbspbrk-tests (Makefile.am): Likewise.
3188         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3189         * modules/mbsrchr-tests (Makefile.am): Likewise.
3190         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3191         * modules/mbsspn-tests (Makefile.am): Likewise.
3192         * modules/mbsstr-tests (Makefile.am): Likewise.
3193         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3194         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3195         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3196         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3197         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3198         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3199         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3200         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3201         * modules/wcrtomb-tests (Makefile.am): Likewise.
3202         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3203         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3204         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3205         assignments from TESTS_ENVIRONMENT.
3206         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3207         augmentation.
3208         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3209         * modules/atexit-tests (Makefile.am): Likewise.
3210         * modules/binary-io-tests (Makefile.am): Likewise.
3211         * modules/closein-tests (Makefile.am): Likewise.
3212         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3213         * modules/exclude-tests (Makefile.am): Likewise.
3214         * modules/fflush-tests (Makefile.am): Likewise.
3215         * modules/fpending-tests (Makefile.am): Likewise.
3216         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3217         * modules/freadahead-tests (Makefile.am): Likewise.
3218         * modules/freadptr-tests (Makefile.am): Likewise.
3219         * modules/freadseek-tests (Makefile.am): Likewise.
3220         * modules/fseek-tests (Makefile.am): Likewise.
3221         * modules/fseeko-tests (Makefile.am): Likewise.
3222         * modules/ftell-tests (Makefile.am): Likewise.
3223         * modules/ftello-tests (Makefile.am): Likewise.
3224         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3225         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3226         * modules/lseek-tests (Makefile.am): Likewise.
3227         * modules/parse-duration-tests (Makefile.am): Likewise.
3228         * modules/perror-tests (Makefile.am): Likewise.
3229         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3230         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3231         * modules/pipe-tests (Makefile.am): Likewise.
3232         * modules/pread-tests (Makefile.am): Likewise.
3233         * modules/printf-posix-tests (Makefile.am): Likewise.
3234         * modules/select-tests (Makefile.am): Likewise.
3235         * modules/sigpipe-tests (Makefile.am): Likewise.
3236         * modules/tsearch-tests (Makefile.am): Likewise.
3237         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3238         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3239         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3240         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3241         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3242         * modules/version-etc-tests (Makefile.am): Likewise.
3243         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3244         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3245         * modules/xalloc-die-tests (Makefile.am): Likewise.
3246         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3247         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3248         * modules/xstrtol-tests (Makefile.am): Likewise.
3249         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3250         * modules/yesno-tests (Makefile.am): Likewise.
3251         Suggested by Jim Meyering.
3252
3253 2010-01-24  Bruno Haible  <bruno@clisp.org>
3254
3255         More documentation.
3256         * doc/gnulib.texi (Writing modules): New chapter.
3257         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3258         the new chapter.
3259
3260 2010-01-24  Jim Meyering  <meyering@redhat.com>
3261
3262         maint.mk: do not prepend "./" after filtering
3263         * top/maint.mk (_prepend_srcdir_prefix): New variable
3264         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3265         "./" when $(srcdir) is ".".
3266
3267         define STREQ(a,b) consistently, removing useless parentheses
3268         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3269         since the only risk is that "a" or "b" contains an unparenthesized
3270         comma, but if either did that, STREQ would have 3 or more arguments.
3271         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3272         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3273         * lib/hash-triple.c (STREQ): Likewise.
3274         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3275         * lib/getugroups.c (STREQ): Likewise.
3276
3277 2010-01-23  Jim Meyering  <meyering@redhat.com>
3278
3279         maint.mk: fix syntax-check in a non-srcdir build directory
3280         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3281         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3282
3283 2010-01-22  Jim Meyering  <meyering@redhat.com>
3284
3285         userspec: add unit tests
3286         * tests/test-userspec.c: New file.
3287         * modules/userspec-tests: Likewise.
3288
3289 2010-01-21  Jim Meyering  <meyering@redhat.com>
3290
3291         maint.mk: handle source file names containing "." robustly
3292         * top/maint.mk (_dot_escaped_srcdir): Define.
3293         (VC_LIST): Use it in LHS of sed substitution.
3294
3295 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3296
3297         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3298         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3299         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3300         from a non-srcdir build.
3301
3302 2010-01-20  Eric Blake  <ebb9@byu.net>
3303
3304         warn-on-use: use instead of link-warning
3305         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3306         * modules/unistd (Depends-on, Makefile.am): Likewise.
3307         * modules/arpa_inet (Depends-on): Replace link-warning with
3308         warn-on-use.
3309         (Makefile.am): Update rules accordingly.
3310         * modules/ctype (Depends-on, Makefile.am): Likewise.
3311         * modules/dirent (Depends-on, Makefile.am): Likewise.
3312         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3313         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3314         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3315         * modules/locale (Depends-on, Makefile.am): Likewise.
3316         * modules/math (Depends-on, Makefile.am): Likewise.
3317         * modules/search (Depends-on, Makefile.am): Likewise.
3318         * modules/signal (Depends-on, Makefile.am): Likewise.
3319         * modules/spawn (Depends-on, Makefile.am): Likewise.
3320         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3321         * modules/string (Depends-on, Makefile.am): Likewise.
3322         * modules/strings (Depends-on, Makefile.am): Likewise.
3323         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3324         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3325         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3326         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3327         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3328         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3329         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3330         * modules/wchar (Depends-on, Makefile.am): Likewise.
3331         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3332         should be poisoned.
3333         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3334         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3335         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3336         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3337         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3338         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3339         * m4/math_h.m4 (gl_MATH_H): Likewise.
3340         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3341         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3342         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3343         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3344         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3345         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3346         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3347         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3348         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3349         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3350         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3351         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3352         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3353         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3354         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3355         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3356         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3357         GL_LINK_WARNING.
3358         * lib/ctype.in.h: Likewise.
3359         * lib/dirent.in.h: Likewise.
3360         * lib/fcntl.in.h: Likewise.
3361         * lib/inttypes.in.h: Likewise.
3362         * lib/langinfo.in.h: Likewise.
3363         * lib/locale.in.h: Likewise.
3364         * lib/math.in.h: Likewise.
3365         * lib/search.in.h: Likewise.
3366         * lib/signal.in.h: Likewise.
3367         * lib/spawn.in.h: Likewise.
3368         * lib/stdio.in.h: Likewise.
3369         * lib/stdlib.in.h: Likewise.
3370         * lib/string.in.h: Likewise.
3371         * lib/strings.in.h: Likewise.
3372         * lib/sys_file.in.h: Likewise.
3373         * lib/sys_ioctl.in.h: Likewise.
3374         * lib/sys_select.in.h: Likewise.
3375         * lib/sys_socket.in.h: Likewise.
3376         * lib/sys_stat.in.h: Likewise.
3377         * lib/sys_times.in.h: Likewise.
3378         * lib/sys_utsname.in.h: Likewise.
3379         * lib/unistd.in.h: Likewise.
3380         * lib/wchar.in.h: Likewise.
3381
3382 2010-01-20  Bruno Haible  <bruno@clisp.org>
3383
3384         Avoid duplicate -lm.
3385         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3386         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3387         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3388         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3389         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3390         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3391         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3392         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3393         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3394         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3395         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3396         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3397         Reported by Paolo Bonzini.
3398
3399 2010-01-19  Bruno Haible  <bruno@clisp.org>
3400
3401         langinfo, nl_langinfo: Relicense under LGPLv2+.
3402         * modules/langinfo (License): Change to LGPLv2+.
3403         * modules/nl_langinfo (License): Likewise.
3404         Patch by David Lutterkort <lutter@redhat.com>.
3405
3406 2010-01-19  Bruno Haible  <bruno@clisp.org>
3407
3408         Avoid compilation error with cc on OSF/1 5.1.
3409         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3410         statement, not before.
3411         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3412
3413 2010-01-18  Bruno Haible  <bruno@clisp.org>
3414
3415         Avoid a link error due to the __printf__ symbol.
3416         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3417         and 2.6.x.
3418         (__format__, __printf__): Remove definitions.
3419         * lib/argp-fmtstream.h: Likewise.
3420         * lib/argp.h: Likewise.
3421         * lib/error.h: Likewise.
3422         * lib/vasnprintf.h: Likewise.
3423         * lib/xprintf.h: Likewise.
3424         * lib/xvasprintf.h: Likewise.
3425         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3426
3427 2010-01-18  Bruno Haible  <bruno@clisp.org>
3428
3429         Tests for module 'tanl'.
3430         * modules/tanl-tests: New file.
3431         * tests/test-tanl.c: New file.
3432
3433         Tests for module 'sqrtl'.
3434         * modules/sqrtl-tests: New file.
3435         * tests/test-sqrtl.c: New file.
3436
3437         Tests for module 'sinl'.
3438         * modules/sinl-tests: New file.
3439         * tests/test-sinl.c: New file.
3440
3441         Tests for module 'logl'.
3442         * modules/logl-tests: New file.
3443         * tests/test-logl.c: New file.
3444
3445         Tests for module 'expl'.
3446         * modules/expl-tests: New file.
3447         * tests/test-expl.c: New file.
3448
3449         Tests for module 'cosl'.
3450         * modules/cosl-tests: New file.
3451         * tests/test-cosl.c: New file.
3452
3453         Tests for module 'atanl'.
3454         * modules/atanl-tests: New file.
3455         * tests/test-atanl.c: New file.
3456
3457         Tests for module 'asinl'.
3458         * modules/asinl-tests: New file.
3459         * tests/test-asinl.c: New file.
3460
3461         Tests for module 'acosl'.
3462         * modules/acosl-tests: New file.
3463         * tests/test-acosl.c: New file.
3464
3465         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3466         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3467         tanl): Use the standard gnulib idiom.
3468         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3469         * lib/sinl.c: Likewise.
3470         * lib/tanl.c: Don't include trigl.c.
3471         (kernel_tanl): Make static.
3472         * lib/sincosl.c: Include trigl.h first.
3473         * lib/trigl.c: Likewise.
3474         * m4/acosl.m4: New file.
3475         * m4/asinl.m4: New file.
3476         * m4/atanl.m4: New file.
3477         * m4/cosl.m4: New file.
3478         * m4/expl.m4: New file.
3479         * m4/logl.m4: New file.
3480         * m4/sinl.m4: New file.
3481         * m4/sqrtl.m4: New file.
3482         * m4/tanl.m4: New file.
3483         * m4/mathl.m4: Remove file.
3484         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3485         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3486         Don't initialize GNULIB_MATHL.
3487         * modules/acosl: New file.
3488         * modules/asinl: New file.
3489         * modules/atanl: New file.
3490         * modules/cosl: New file.
3491         * modules/expl: New file.
3492         * modules/logl: New file.
3493         * modules/sinl: New file.
3494         * modules/sqrtl: New file.
3495         * modules/tanl: New file.
3496         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3497         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3498         substitute GNULIB_MATHL.
3499         * modules/mathl: Rewritten.
3500         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3501         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3502         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3503         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3504         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3505         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3506         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3507         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3508         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3509
3510 2010-01-18  Bruno Haible  <bruno@clisp.org>
3511
3512         sqrt: Make gl_FUNC_SQRT requirable.
3513         * m4/sqrt.m4: New file.
3514         * modules/sqrt (Files): Add it.
3515         (configure.ac): Invoke gl_FUNC_SQRT.
3516
3517 2010-01-18  Bruno Haible  <bruno@clisp.org>
3518
3519         New modules for common <math.h> functions.
3520         * m4/mathfunc.m4: New file.
3521         * modules/acos: New file.
3522         * modules/asin: New file.
3523         * modules/atan: New file.
3524         * modules/atan2: New file.
3525         * modules/cbrt: New file.
3526         * modules/copysign: New file.
3527         * modules/cos: New file.
3528         * modules/cosh: New file.
3529         * modules/erf: New file.
3530         * modules/erfc: New file.
3531         * modules/exp: New file.
3532         * modules/fabs: New file.
3533         * modules/fmod: New file.
3534         * modules/hypot: New file.
3535         * modules/j0: New file.
3536         * modules/j1: New file.
3537         * modules/jn: New file.
3538         * modules/ldexp: New file.
3539         * modules/lgamma: New file.
3540         * modules/log: New file.
3541         * modules/log10: New file.
3542         * modules/log1p: New file.
3543         * modules/logb: New file.
3544         * modules/modf: New file.
3545         * modules/nextafter: New file.
3546         * modules/pow: New file.
3547         * modules/remainder: New file.
3548         * modules/rint: New file.
3549         * modules/sin: New file.
3550         * modules/sinh: New file.
3551         * modules/sqrt: New file.
3552         * modules/tan: New file.
3553         * modules/tanh: New file.
3554         * modules/y0: New file.
3555         * modules/y1: New file.
3556         * modules/yn: New file.
3557         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3558         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3559         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3560         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3561         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3562         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3563         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3564         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3565         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3566         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3567         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3568         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3569         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3570         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3571         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3572         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3573         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3574         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3575         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3576         * doc/posix-functions/log.texi: Mention the 'log' module.
3577         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3578         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3579         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3580         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3581         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3582         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3583         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3584         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3585         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3586         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3587         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3588         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3589         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3590         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3591         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3592         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3593
3594 2010-01-18  Jim Meyering  <meyering@redhat.com>
3595
3596         ignore-value: relax license to LGPLv2+
3597         * modules/ignore-value (License): Relax to LGPLv2+.
3598
3599         getdate: don't leak when TZ contains two or more '"'s
3600         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3601         double quote in TZ after the first one.
3602
3603         readtokens: do not leak internal token_lengths buffer
3604         * lib/readtokens.c (readtokens): Free the local, lengths,
3605         when the supplied "token_lengths" parameter is NULL.
3606
3607 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3608
3609         Fix a couple of missing LIBTHREAD link failures on AIX.
3610         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3611         $(LIBTHREAD).
3612         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3613
3614         Link test-poll against INET_PTON_LIB.
3615         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3616         for inet_pton on Solaris 10.
3617
3618 2010-01-17  Bruno Haible  <bruno@clisp.org>
3619
3620         unistdio/*-sprintf: Fix typo in module description.
3621         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3622         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3623         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3624         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3625         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3626         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3627         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3628         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3629
3630 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3631
3632         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3633         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3634         variables in shell case patterns, for AIX and HP-UX ksh.
3635
3636         Split large sed scripts, for HP-UX sed.
3637         * modules/stdio: Split sed scripts around 50 sed commands,
3638         to avoid HP-UX limit of 99 commands, in the near future.
3639         * modules/string: Likewise.
3640         * modules/unistd: Likewise.
3641
3642         gnulib-tool: avoid writing in the current directory.
3643         * gnulib-tool (func_emit_lib_Makefile_am)
3644         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3645         not in the current directory, so concurrent gnulib-tool
3646         instances do not interfere.
3647
3648 2010-01-16  Jim Meyering  <meyering@redhat.com>
3649
3650         doc: update users.txt
3651         * users.txt: Add grep.
3652         (diffutils, gzip): Update URLs.
3653
3654 2010-01-12  Bruno Haible  <bruno@clisp.org>
3655
3656         posix_spawn: Avoid test failure on Cygwin.
3657         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3658         characters.
3659         Reported by Simon Josefsson.
3660
3661 2010-01-12  Bruno Haible  <bruno@clisp.org>
3662
3663         * tests/test-cond.c (main): When skipping the test, show the reason.
3664
3665 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3666
3667         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3668
3669 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3670
3671         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3672         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3673
3674 2010-01-12  Eric Blake  <ebb9@byu.net>
3675
3676         build: guarantee AS_VAR_IF
3677         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3678         (gl_AS_VAR_IF): Move...
3679         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3680         Reported by Simon Josefsson.
3681
3682 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3683
3684         * lib/stdio.in.h: Fix typo.
3685
3686 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3687
3688         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3689         libgpg-error.
3690
3691 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3692
3693         * tests/test-xalloc-die.sh: Use $EXEEXT.
3694
3695 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3696             Bruno Haible  <bruno@clisp.org>
3697
3698         getlogin, getlogin_r: Avoid test failure.
3699         * tests/test-getlogin.c: Include <stdio.h>.
3700         (main): Skip the test when the function fails because stdin is not a
3701         tty.
3702         * tests/test-getlogin_r.c: Include <stdio.h>.
3703         (main): Skip the test when the function fails because stdin is not a
3704         tty.
3705
3706 2010-01-11  Eric Blake  <ebb9@byu.net>
3707
3708         tests: avoid more large file warnings
3709         * tests/test-fflush.c: Avoid warning about ftell use.
3710         * tests/test-fseek.c: Avoid warning about fseek use.
3711
3712 2010-01-10  Bruno Haible  <bruno@clisp.org>
3713
3714         nproc: Work better on Linux when /proc and /sys are not mounted.
3715         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3716         as lower bound when, on glibc/Linux systems,
3717         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3718         Suggested by Pádraig Brady <P@draigbrady.com>.
3719         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3720
3721         nproc: Refactor.
3722         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3723         extracted from num_processors.
3724         (num_processors): Call it.
3725
3726 2010-01-11  Jim Meyering  <meyering@redhat.com>
3727
3728         utimecmp: avoid new warning from upcoming gcc-4.5.0
3729         * lib/utimecmp.c (BILLION): Define using #define rather than an
3730         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3731
3732 2010-01-11  Eric Blake  <ebb9@byu.net>
3733
3734         math: add portability warnings for classification macros
3735         * modules/math (Depends-on): Add warn-on-use.
3736         (Makefile.am): Provide new substitutions.
3737         * m4/math_h.m4 (gl_MATH_H): Require inline.
3738         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3739         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3740         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3741         implement warnings.
3742
3743         unistd: warn on use of environ without module
3744         * modules/unistd (Depends-on): Add warn-on-use.
3745         (Makefile.am): Provide new substitutions.
3746         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3747         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3748
3749         stdio: warn on suspicious uses
3750         * modules/stdio (Depends-on): Add warn-on-use.
3751         (Makefile.am): Provide new substitutions.
3752         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3753         fseeko.
3754         * lib/stdio.in.h (gets): Always warn on use.
3755         (fseek, ftell): Adjust when warnings are issued, and honor
3756         _GL_NO_LARGE_FILES as a way to silence the warning.
3757         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3758         any warning about large file offsets.
3759         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3760         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3761         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3762         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3763         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3764         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3765         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3766         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3767
3768         warn-on-use: new module
3769         * modules/warn-on-use: New file.
3770         * build-aux/warn-on-use.h: Likewise.
3771         * m4/warn-on-use.m4: Likewise.
3772         * MODULES.html.sh (Support for building): Mention it.
3773
3774 2010-01-10  Bruno Haible  <bruno@clisp.org>
3775
3776         Tests for module 'unistr/u32-strdup'.
3777         * modules/unistr/u32-strdup-tests: New file.
3778         * tests/unistr/test-u32-strdup.c: New file.
3779
3780         Tests for module 'unistr/u16-strdup'.
3781         * modules/unistr/u16-strdup-tests: New file.
3782         * tests/unistr/test-u16-strdup.c: New file.
3783
3784         Tests for module 'unistr/u8-strdup'.
3785         * modules/unistr/u8-strdup-tests: New file.
3786         * tests/unistr/test-u8-strdup.c: New file.
3787         * tests/unistr/test-strdup.h: New file.
3788
3789         Tests for module 'unistr/u32-strncmp'.
3790         * modules/unistr/u32-strncmp-tests: New file.
3791         * tests/unistr/test-u32-strncmp.c: New file.
3792
3793         Tests for module 'unistr/u16-strncmp'.
3794         * modules/unistr/u16-strncmp-tests: New file.
3795         * tests/unistr/test-u16-strncmp.c: New file.
3796
3797         Tests for module 'unistr/u8-strncmp'.
3798         * modules/unistr/u8-strncmp-tests: New file.
3799         * tests/unistr/test-u8-strncmp.c: New file.
3800         * tests/unistr/test-strncmp.h: New file.
3801
3802         Tests for module 'unistr/u32-strcoll'.
3803         * modules/unistr/u32-strcoll-tests: New file.
3804         * tests/unistr/test-u32-strcoll.c: New file.
3805
3806         Tests for module 'unistr/u16-strcoll'.
3807         * modules/unistr/u16-strcoll-tests: New file.
3808         * tests/unistr/test-u16-strcoll.c: New file.
3809
3810         Tests for module 'unistr/u8-strcoll'.
3811         * modules/unistr/u8-strcoll-tests: New file.
3812         * tests/unistr/test-u8-strcoll.c: New file.
3813
3814         Tests for module 'unistr/u32-strcmp'.
3815         * modules/unistr/u32-strcmp-tests: New file.
3816         * tests/unistr/test-u32-strcmp.c: New file.
3817         * tests/unistr/test-u32-strcmp.h: New file.
3818
3819         Tests for module 'unistr/u16-strcmp'.
3820         * modules/unistr/u16-strcmp-tests: New file.
3821         * tests/unistr/test-u16-strcmp.c: New file.
3822         * tests/unistr/test-u16-strcmp.h: New file.
3823
3824         Tests for module 'unistr/u8-strcmp'.
3825         * modules/unistr/u8-strcmp-tests: New file.
3826         * tests/unistr/test-u8-strcmp.c: New file.
3827         * tests/unistr/test-u8-strcmp.h: New file.
3828         * tests/unistr/test-strcmp.h: New file.
3829
3830         Tests for module 'unistr/u32-strncat'.
3831         * modules/unistr/u32-strncat-tests: New file.
3832         * tests/unistr/test-u32-strncat.c: New file.
3833
3834         Tests for module 'unistr/u16-strncat'.
3835         * modules/unistr/u16-strncat-tests: New file.
3836         * tests/unistr/test-u16-strncat.c: New file.
3837
3838         Tests for module 'unistr/u8-strncat'.
3839         * modules/unistr/u8-strncat-tests: New file.
3840         * tests/unistr/test-u8-strncat.c: New file.
3841         * tests/unistr/test-strncat.h: New file.
3842
3843         Tests for module 'unistr/u32-strcat'.
3844         * modules/unistr/u32-strcat-tests: New file.
3845         * tests/unistr/test-u32-strcat.c: New file.
3846
3847         Tests for module 'unistr/u16-strcat'.
3848         * modules/unistr/u16-strcat-tests: New file.
3849         * tests/unistr/test-u16-strcat.c: New file.
3850
3851         Tests for module 'unistr/u8-strcat'.
3852         * modules/unistr/u8-strcat-tests: New file.
3853         * tests/unistr/test-u8-strcat.c: New file.
3854         * tests/unistr/test-strcat.h: New file.
3855
3856         Tests for module 'unistr/u32-stpncpy'.
3857         * modules/unistr/u32-stpncpy-tests: New file.
3858         * tests/unistr/test-u32-stpncpy.c: New file.
3859
3860         Tests for module 'unistr/u16-stpncpy'.
3861         * modules/unistr/u16-stpncpy-tests: New file.
3862         * tests/unistr/test-u16-stpncpy.c: New file.
3863
3864         Tests for module 'unistr/u8-stpncpy'.
3865         * modules/unistr/u8-stpncpy-tests: New file.
3866         * tests/unistr/test-u8-stpncpy.c: New file.
3867         * tests/unistr/test-stpncpy.h: New file.
3868
3869         Tests for module 'unistr/u32-strncpy'.
3870         * modules/unistr/u32-strncpy-tests: New file.
3871         * tests/unistr/test-u32-strncpy.c: New file.
3872
3873         Tests for module 'unistr/u16-strncpy'.
3874         * modules/unistr/u16-strncpy-tests: New file.
3875         * tests/unistr/test-u16-strncpy.c: New file.
3876
3877         Tests for module 'unistr/u8-strncpy'.
3878         * modules/unistr/u8-strncpy-tests: New file.
3879         * tests/unistr/test-u8-strncpy.c: New file.
3880         * tests/unistr/test-strncpy.h: New file.
3881
3882         Tests for module 'unistr/u32-stpcpy'.
3883         * modules/unistr/u32-stpcpy-tests: New file.
3884         * tests/unistr/test-u32-stpcpy.c: New file.
3885
3886         Tests for module 'unistr/u16-stpcpy'.
3887         * modules/unistr/u16-stpcpy-tests: New file.
3888         * tests/unistr/test-u16-stpcpy.c: New file.
3889
3890         Tests for module 'unistr/u8-stpcpy'.
3891         * modules/unistr/u8-stpcpy-tests: New file.
3892         * tests/unistr/test-u8-stpcpy.c: New file.
3893         * tests/unistr/test-stpcpy.h: New file.
3894
3895         Tests for module 'unistr/u32-strcpy'.
3896         * modules/unistr/u32-strcpy-tests: New file.
3897         * tests/unistr/test-u32-strcpy.c: New file.
3898
3899         Tests for module 'unistr/u16-strcpy'.
3900         * modules/unistr/u16-strcpy-tests: New file.
3901         * tests/unistr/test-u16-strcpy.c: New file.
3902
3903         Tests for module 'unistr/u8-strcpy'.
3904         * modules/unistr/u8-strcpy-tests: New file.
3905         * tests/unistr/test-u8-strcpy.c: New file.
3906         * tests/unistr/test-strcpy.h: New file.
3907
3908         Tests for module 'unistr/u32-strnlen'.
3909         * modules/unistr/u32-strnlen-tests: New file.
3910         * tests/unistr/test-u32-strnlen.c: New file.
3911
3912         Tests for module 'unistr/u16-strnlen'.
3913         * modules/unistr/u16-strnlen-tests: New file.
3914         * tests/unistr/test-u16-strnlen.c: New file.
3915
3916         Tests for module 'unistr/u8-strnlen'.
3917         * modules/unistr/u8-strnlen-tests: New file.
3918         * tests/unistr/test-u8-strnlen.c: New file.
3919         * tests/unistr/test-strnlen.h: New file.
3920
3921         Tests for module 'unistr/u32-strlen'.
3922         * modules/unistr/u32-strlen-tests: New file.
3923         * tests/unistr/test-u32-strlen.c: New file.
3924
3925         Tests for module 'unistr/u16-strlen'.
3926         * modules/unistr/u16-strlen-tests: New file.
3927         * tests/unistr/test-u16-strlen.c: New file.
3928
3929         Tests for module 'unistr/u8-strlen'.
3930         * modules/unistr/u8-strlen-tests: New file.
3931         * tests/unistr/test-u8-strlen.c: New file.
3932
3933         Tests for module 'unistr/u32-prev'.
3934         * modules/unistr/u32-prev-tests: New file.
3935         * tests/unistr/test-u32-prev.c: New file.
3936
3937         Tests for module 'unistr/u16-prev'.
3938         * modules/unistr/u16-prev-tests: New file.
3939         * tests/unistr/test-u16-prev.c: New file.
3940
3941         Tests for module 'unistr/u8-prev'.
3942         * modules/unistr/u8-prev-tests: New file.
3943         * tests/unistr/test-u8-prev.c: New file.
3944
3945         Tests for module 'unistr/u32-next'.
3946         * modules/unistr/u32-next-tests: New file.
3947         * tests/unistr/test-u32-next.c: New file.
3948
3949         Tests for module 'unistr/u16-next'.
3950         * modules/unistr/u16-next-tests: New file.
3951         * tests/unistr/test-u16-next.c: New file.
3952
3953         Tests for module 'unistr/u8-next'.
3954         * modules/unistr/u8-next-tests: New file.
3955         * tests/unistr/test-u8-next.c: New file.
3956
3957         Tests for module 'unistr/u32-strmbtouc'.
3958         * modules/unistr/u32-strmbtouc-tests: New file.
3959         * tests/unistr/test-u32-strmbtouc.c: New file.
3960
3961         Tests for module 'unistr/u16-strmbtouc'.
3962         * modules/unistr/u16-strmbtouc-tests: New file.
3963         * tests/unistr/test-u16-strmbtouc.c: New file.
3964
3965         Tests for module 'unistr/u8-strmbtouc'.
3966         * modules/unistr/u8-strmbtouc-tests: New file.
3967         * tests/unistr/test-u8-strmbtouc.c: New file.
3968
3969         Tests for module 'unistr/u32-strmblen'.
3970         * modules/unistr/u32-strmblen-tests: New file.
3971         * tests/unistr/test-u32-strmblen.c: New file.
3972
3973         Tests for module 'unistr/u16-strmblen'.
3974         * modules/unistr/u16-strmblen-tests: New file.
3975         * tests/unistr/test-u16-strmblen.c: New file.
3976
3977         Tests for module 'unistr/u8-strmblen'.
3978         * modules/unistr/u8-strmblen-tests: New file.
3979         * tests/unistr/test-u8-strmblen.c: New file.
3980
3981         Tests for module 'unistr/u32-cpy-alloc'.
3982         * modules/unistr/u32-cpy-alloc-tests: New file.
3983         * tests/unistr/test-u32-cpy-alloc.c: New file.
3984
3985         Tests for module 'unistr/u16-cpy-alloc'.
3986         * modules/unistr/u16-cpy-alloc-tests: New file.
3987         * tests/unistr/test-u16-cpy-alloc.c: New file.
3988
3989         Tests for module 'unistr/u8-cpy-alloc'.
3990         * modules/unistr/u8-cpy-alloc-tests: New file.
3991         * tests/unistr/test-u8-cpy-alloc.c: New file.
3992         * tests/unistr/test-cpy-alloc.h: New file.
3993
3994         Tests for module 'unistr/u32-mbsnlen'.
3995         * modules/unistr/u32-mbsnlen-tests: New file.
3996         * tests/unistr/test-u32-mbsnlen.c: New file.
3997
3998         Tests for module 'unistr/u16-mbsnlen'.
3999         * modules/unistr/u16-mbsnlen-tests: New file.
4000         * tests/unistr/test-u16-mbsnlen.c: New file.
4001
4002         Tests for module 'unistr/u8-mbsnlen'.
4003         * modules/unistr/u8-mbsnlen-tests: New file.
4004         * tests/unistr/test-u8-mbsnlen.c: New file.
4005
4006         Tests for module 'unistr/u32-chr'.
4007         * modules/unistr/u32-chr-tests: New file.
4008         * tests/unistr/test-u32-chr.c: New file.
4009
4010         Tests for module 'unistr/u16-chr'.
4011         * modules/unistr/u16-chr-tests: New file.
4012         * tests/unistr/test-u16-chr.c: New file.
4013
4014         Tests for module 'unistr/u8-chr'.
4015         * modules/unistr/u8-chr-tests: New file.
4016         * tests/unistr/test-u8-chr.c: New file.
4017         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4018
4019         Tests for module 'unistr/u32-cmp2'.
4020         * modules/unistr/u32-cmp2-tests: New file.
4021         * tests/unistr/test-u32-cmp2.c: New file.
4022
4023         Tests for module 'unistr/u16-cmp2'.
4024         * modules/unistr/u16-cmp2-tests: New file.
4025         * tests/unistr/test-u16-cmp2.c: New file.
4026
4027         Tests for module 'unistr/u8-cmp2'.
4028         * modules/unistr/u8-cmp2-tests: New file.
4029         * tests/unistr/test-u8-cmp2.c: New file.
4030         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4031
4032         Tests for module 'unistr/u32-cmp'.
4033         * modules/unistr/u32-cmp-tests: New file.
4034         * tests/unistr/test-u32-cmp.c: New file.
4035
4036         Tests for module 'unistr/u16-cmp'.
4037         * modules/unistr/u16-cmp-tests: New file.
4038         * tests/unistr/test-u16-cmp.c: New file.
4039
4040         Tests for module 'unistr/u8-cmp'.
4041         * modules/unistr/u8-cmp-tests: New file.
4042         * tests/unistr/test-u8-cmp.c: New file.
4043         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4044
4045         Tests for module 'unistr/u32-set'.
4046         * modules/unistr/u32-set-tests: New file.
4047         * tests/unistr/test-u32-set.c: New file.
4048
4049         Tests for module 'unistr/u16-set'.
4050         * modules/unistr/u16-set-tests: New file.
4051         * tests/unistr/test-u16-set.c: New file.
4052
4053         Tests for module 'unistr/u8-set'.
4054         * modules/unistr/u8-set-tests: New file.
4055         * tests/unistr/test-u8-set.c: New file.
4056         * tests/unistr/test-set.h: New file.
4057
4058         Tests for module 'unistr/u32-move'.
4059         * modules/unistr/u32-move-tests: New file.
4060         * tests/unistr/test-u32-move.c: New file.
4061
4062         Tests for module 'unistr/u16-move'.
4063         * modules/unistr/u16-move-tests: New file.
4064         * tests/unistr/test-u16-move.c: New file.
4065
4066         Tests for module 'unistr/u8-move'.
4067         * modules/unistr/u8-move-tests: New file.
4068         * tests/unistr/test-u8-move.c: New file.
4069         * tests/unistr/test-move.h: New file.
4070
4071         Tests for module 'unistr/u32-cpy'.
4072         * modules/unistr/u32-cpy-tests: New file.
4073         * tests/unistr/test-u32-cpy.c: New file.
4074
4075         Tests for module 'unistr/u16-cpy'.
4076         * modules/unistr/u16-cpy-tests: New file.
4077         * tests/unistr/test-u16-cpy.c: New file.
4078
4079         Tests for module 'unistr/u8-cpy'.
4080         * modules/unistr/u8-cpy-tests: New file.
4081         * tests/unistr/test-u8-cpy.c: New file.
4082         * tests/unistr/test-cpy.h: New file.
4083
4084 2010-01-09  Bruno Haible  <bruno@clisp.org>
4085
4086         Tests for module 'unistr/u32-uctomb'.
4087         * modules/unistr/u32-uctomb-tests: New file.
4088         * tests/unistr/test-u32-uctomb.c: New file.
4089
4090         Tests for module 'unistr/u16-uctomb'.
4091         * modules/unistr/u16-uctomb-tests: New file.
4092         * tests/unistr/test-u16-uctomb.c: New file.
4093
4094         Tests for module 'unistr/u8-uctomb'.
4095         * modules/unistr/u8-uctomb-tests: New file.
4096         * tests/unistr/test-u8-uctomb.c: New file.
4097
4098         Tests for module 'unistr/u32-mbtoucr'.
4099         * modules/unistr/u32-mbtoucr-tests: New file.
4100         * tests/unistr/test-u32-mbtoucr.c: New file.
4101
4102         Tests for module 'unistr/u16-mbtoucr'.
4103         * modules/unistr/u16-mbtoucr-tests: New file.
4104         * tests/unistr/test-u16-mbtoucr.c: New file.
4105
4106         Tests for module 'unistr/u8-mbtoucr'.
4107         * modules/unistr/u8-mbtoucr-tests: New file.
4108         * tests/unistr/test-u8-mbtoucr.c: New file.
4109
4110         Tests for module 'unistr/u32-mbtouc'.
4111         * modules/unistr/u32-mbtouc-tests: New file.
4112         * tests/unistr/test-u32-mbtouc.c: New file.
4113
4114         Tests for module 'unistr/u16-mbtouc'.
4115         * modules/unistr/u16-mbtouc-tests: New file.
4116         * tests/unistr/test-u16-mbtouc.c: New file.
4117
4118         Tests for module 'unistr/u8-mbtouc'.
4119         * modules/unistr/u8-mbtouc-tests: New file.
4120         * tests/unistr/test-u8-mbtouc.c: New file.
4121
4122         Tests for module 'unistr/u32-mbtouc-unsafe'.
4123         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4124         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4125         * tests/unistr/test-u32-mbtouc.h: New file.
4126
4127         Tests for module 'unistr/u16-mbtouc-unsafe'.
4128         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4129         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4130         * tests/unistr/test-u16-mbtouc.h: New file.
4131
4132         Tests for module 'unistr/u8-mbtouc-unsafe'.
4133         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4134         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4135         * tests/unistr/test-u8-mbtouc.h: New file.
4136
4137         Tests for module 'unistr/u32-mblen'.
4138         * modules/unistr/u32-mblen-tests: New file.
4139         * tests/unistr/test-u32-mblen.c: New file.
4140
4141         Tests for module 'unistr/u16-mblen'.
4142         * modules/unistr/u16-mblen-tests: New file.
4143         * tests/unistr/test-u16-mblen.c: New file.
4144
4145         Tests for module 'unistr/u8-mblen'.
4146         * modules/unistr/u8-mblen-tests: New file.
4147         * tests/unistr/test-u8-mblen.c: New file.
4148
4149         Tests for module 'unistr/u32-to-u16'.
4150         * modules/unistr/u32-to-u16-tests: New file.
4151         * tests/unistr/test-u32-to-u16.c: New file.
4152
4153         Tests for module 'unistr/u32-to-u8'.
4154         * modules/unistr/u32-to-u8-tests: New file.
4155         * tests/unistr/test-u32-to-u8.c: New file.
4156
4157         Tests for module 'unistr/u16-to-u32'.
4158         * modules/unistr/u16-to-u32-tests: New file.
4159         * tests/unistr/test-u16-to-u32.c: New file.
4160
4161         Tests for module 'unistr/u16-to-u8'.
4162         * modules/unistr/u16-to-u8-tests: New file.
4163         * tests/unistr/test-u16-to-u8.c: New file.
4164
4165         Tests for module 'unistr/u8-to-u32'.
4166         * modules/unistr/u8-to-u32-tests: New file.
4167         * tests/unistr/test-u8-to-u32.c: New file.
4168
4169         Tests for module 'unistr/u8-to-u16'.
4170         * modules/unistr/u8-to-u16-tests: New file.
4171         * tests/unistr/test-u8-to-u16.c: New file.
4172
4173         Tests for module 'unistr/u32-check'.
4174         * modules/unistr/u32-check-tests: New file.
4175         * tests/unistr/test-u32-check.c: New file.
4176
4177         Tests for module 'unistr/u16-check'.
4178         * modules/unistr/u16-check-tests: New file.
4179         * tests/unistr/test-u16-check.c: New file.
4180
4181         Tests for module 'unistr/u8-check'.
4182         * modules/unistr/u8-check-tests: New file.
4183         * tests/unistr/test-u8-check.c: New file.
4184
4185         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4186         (category_equals): New function.
4187         (main): Add more tests.
4188         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4189
4190         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4191
4192 2010-01-10  Bruno Haible  <bruno@clisp.org>
4193
4194         unistr/u*-strcoll: Try harder to distinguish different strings.
4195         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4196         compare s1 and s2 to see if they are different.
4197
4198 2010-01-10  Bruno Haible  <bruno@clisp.org>
4199
4200         unistr/u*-stpncpy: Fix the return value.
4201         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4202         description of the return value consistent with stpncpy in glibc.
4203         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4204         written non-NUL unit.
4205
4206 2010-01-10  Bruno Haible  <bruno@clisp.org>
4207
4208         unistr/u*-next: Add missing dependencies.
4209         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4210         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4211         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4212
4213 2010-01-10  Bruno Haible  <bruno@clisp.org>
4214
4215         unistr/u8-mbsnlen: Fix return value for incomplete character.
4216         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4217         u8_mblen.
4218         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4219         Remove unistr/u8-mblen.
4220         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4221         u16_mblen.
4222         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4223         Remove unistr/u16-mblen.
4224
4225 2010-01-10  Bruno Haible  <bruno@clisp.org>
4226
4227         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4228         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4229         Reported by Brian Gough <bjg@gnu.org> and
4230         Chris Clayton <chris2553@googlemail.com> via
4231         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4232
4233 2010-01-09  Bruno Haible  <bruno@clisp.org>
4234
4235         unistr/u16-to-u32: Reject invalid input.
4236         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4237         u16_mbtouc.
4238         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4239         Remove unistr/u16-mbtouc.
4240
4241         unistr/u16-to-u8: Reject invalid input.
4242         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4243         u16_mbtouc.
4244         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4245         Remove unistr/u16-mbtouc.
4246
4247         unistr/u8-to-u32: Reject invalid input.
4248         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4249         u8_mbtouc.
4250         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4251         Remove unistr/u8-mbtouc.
4252
4253         unistr/u8-to-u16: Reject invalid input.
4254         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4255         u8_mbtouc.
4256         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4257         Remove unistr/u8-mbtouc.
4258
4259 2010-01-09  Bruno Haible  <bruno@clisp.org>
4260
4261         Tests for module 'getlogin'.
4262         * modules/getlogin-tests: New file.
4263         * tests/test-getlogin.c: New file.
4264
4265         New module 'getlogin'.
4266         * lib/unistd.in.h (getlogin): New declaration.
4267         * lib/getlogin.c: New file.
4268         * m4/getlogin.m4: New file.
4269         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4270         HAVE_GETLOGIN.
4271         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4272         HAVE_GETLOGIN.
4273         * modules/getlogin: New file.
4274         * doc/posix-functions/getlogin.texi: Mention the new module.
4275         Reported by John W. Eaton <jwe@gnu.org>.
4276
4277 2010-01-09  Bruno Haible  <bruno@clisp.org>
4278
4279         getlogin_r: Support for native Windows.
4280         * lib/getlogin_r.c: Include <windows.h>
4281         (getlogin_r): Implement for native Windows.
4282         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4283         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4284         via John W. Eaton <jwe@gnu.org>.
4285
4286 2010-01-09  Bruno Haible  <bruno@clisp.org>
4287
4288         getlogin_r: Small fixes.
4289         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4290         succeeds.
4291         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4292         before testing whether getlogin_r is declared. No need to set
4293         HAVE_DECL_GETLOGIN_R to 1.
4294         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4295
4296 2010-01-09  Bruno Haible  <bruno@clisp.org>
4297
4298         * lib/unistd.in.h (getlogin_r): Add comment.
4299
4300 2010-01-09  Bruno Haible  <bruno@clisp.org>
4301
4302         Tests for module 'getlogin_r'.
4303         * modules/getlogin_r-tests: New file.
4304         * tests/test-getlogin_r.c: New file.
4305
4306 2010-01-09  Jim Meyering  <meyering@redhat.com>
4307
4308         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4309         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4310         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4311
4312 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4313
4314         * lib/dup2.c (rpl_dup2): Improve comment.
4315
4316 2010-01-08  Eric Blake  <ebb9@byu.net>
4317
4318         maint.mk: allow packages to add makefile @@ exceptions
4319         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4320         (sc_makefile_check): Rename...
4321         (sc_makefile_at_at_check): ...to this, and use hook.
4322
4323         dup2: work around mingw bug
4324         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4325         Reported by Simon Josefsson.
4326
4327 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4328
4329         glob: Fix C++ compilation.
4330         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4331         C++.
4332
4333 2010-01-07  Bruno Haible  <bruno@clisp.org>
4334
4335         Fix indentation of wctype.in.h, broken since 2007-01-06.
4336         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4337
4338 2010-01-07  Bruno Haible  <bruno@clisp.org>
4339
4340         mbslen: Avoid collision with system function.
4341         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4342         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4343         * m4/mbslen.m4: New file.
4344         * modules/mbslen (Files): Add it.
4345         (configure.ac): Invoke gl_MBSLEN.
4346         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4347         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4348         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4349         via Ian Beckwith <ianb@erislabs.net>.
4350
4351 2010-01-07  Bruno Haible  <bruno@clisp.org>
4352
4353         dirent: Document the last fix.
4354         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4355
4356 2010-01-07  Bruno Haible  <bruno@clisp.org>
4357
4358         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4359         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4360         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4361         va_list are defined.
4362         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4363         Reported by Eric Blake.
4364
4365 2010-01-07  Bruno Haible  <bruno@clisp.org>
4366
4367         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4368         * modules/xlist (Depends-on): Add 'list',
4369         * modules/xoset (Depends-on): Add 'oset'.
4370         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4371
4372 2010-01-07  Bruno Haible  <bruno@clisp.org>
4373
4374         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4375         * doc/posix-functions/strncasecmp.texi: Likewise.
4376
4377 2010-01-07  Bruno Haible  <bruno@clisp.org>
4378
4379         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4380
4381 2010-01-07  John W. Eaton  <jwe@octave.org>
4382
4383         wctype: allow C++ use
4384         * lib/wctype.in.h: Add extern "C" block for C++.
4385
4386 2010-01-06  Eric Blake  <ebb9@byu.net>
4387
4388         maint.mk: detect incorrect GFDL usage
4389         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4390
4391 2010-01-06  Jim Meyering  <meyering@redhat.com>
4392         and Eric Blake  <ebb9@byu.net>
4393
4394         maint.mk: ignore multi-line copyright in NEWS
4395         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4396
4397 2010-01-06  Eric Blake  <ebb9@byu.net>
4398
4399         select: add missing dependency
4400         * modules/select-tests (Depends-on): Move sockets dependency...
4401         * modules/select (Depends-on): ...here.
4402         Reported by Ian Beckwith.
4403
4404         doc: regenerate INSTALL
4405         * doc/INSTALL: Reflect recent autoconf update.
4406         * doc/INSTALL.ISO: Likewise.
4407         * doc/INSTALL.UTF-8: Likewise.
4408
4409         pread: fix compilation on glibc
4410         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4411         Reported by Ralf Wildenhues.
4412
4413         dirent: fix test failure
4414         * lib/dirent.in.h (includes): Guarantee ino_t.
4415         Reported by Ralf Wildenhues.
4416
4417 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4418
4419         linkat, renameat: avoid bad free
4420         * lib/at-func2.c (at_func2): Fix typo.
4421         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4422
4423 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4424
4425         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4426         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4427         to avoid failure of symlink test later.
4428
4429 2010-01-06  Eric Blake  <ebb9@byu.net>
4430
4431         stdio, unistd: guarantee ssize_t
4432         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4433         2008 are exposed when needed.
4434         * lib/stdio.in.h (includes): Likewise.
4435         Reported by Ralf Wildenhues.
4436
4437 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4438
4439         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4440         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4441         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4442
4443 2010-01-06  Jim Meyering  <meyering@redhat.com>
4444
4445         readtokens: this module *does* require xalloc.h
4446         It uses only functions that were omitted by the old syntax-check rule.
4447         * lib/readtokens.c: Include "xalloc.h" once again.
4448         * modules/readtokens (Depends-on): Add xalloc.
4449         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4450
4451 2010-01-05  Eric Blake  <ebb9@byu.net>
4452
4453         maint: support 'make announcement' from a VPATH build
4454         * top/maint.mk (announcement): Look for correct NEWS file.
4455
4456 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4457
4458         utimens (fdutimens): ignore a negative FD, per contract
4459         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4460         when we have a valid file descriptor.  Otherwise, using a brand
4461         new glibc (with just-patched futimens that now fails with EBADF)
4462         would cause this function to fail with ENOSYS.
4463         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4464         See also http://bugzilla.redhat.com/552320.
4465
4466 2010-01-05  Eric Blake  <ebb9@byu.net>
4467
4468         strcase: document what it provides
4469         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4470         gnulib module.
4471         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4472         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4473
4474 2010-01-05  Jim Meyering  <meyering@redhat.com>
4475
4476         maint: remove useless inclusions of "xalloc.h"
4477         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4478         * lib/readtokens.c: Likewise.
4479         * lib/same.c: Likewise.
4480         * modules/getloadavg (Depends-on): Remove xalloc.
4481         * modules/readtokens: Likewise.
4482         * modules/same: Likewise.
4483
4484         maint.mk: include 4 more function names in alloca.h-checking regexp
4485         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4486         regexp.  Before, we would give a false-positive (saying alloca.h
4487         is included unnecessarily) when the only uses involved omitted symbols.
4488
4489         xalloc.h: use consistent formatting
4490         * lib/xalloc.h: Move declarations to start in the first column.
4491
4492 2010-01-05  Eric Blake  <ebb9@byu.net>
4493
4494         mkdir: avoid xalloc
4495         * lib/mkdir.c (includes): Drop unused header.
4496         Reported by John W. Eaton.
4497
4498 2010-01-04  Jim Meyering  <meyering@redhat.com>
4499
4500         nl_langinfo: avoid configure-time syntax error
4501         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4502         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4503         the empty string.  Don't let that provoke a shell syntax error.
4504
4505         regcomp, regexec, fnmatch: avoid array bounds read error
4506         * lib/regcomp.c (build_equiv_class): From glibc:
4507         Use only the low 24 bits of a findidx return value as an index
4508         into the weights array.  Patch by Ulrich Drepper:
4509         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4510         * lib/regexec.c (check_node_accept_bytes): Likewise.
4511         * lib/fnmatch_loop.c (FCT): Likewise.
4512
4513         regcomp: skip collseq lookup when there are no rules
4514         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4515         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4516
4517         regcomp: recognize ill-formed { } expressions
4518         * lib/regcomp.c (parse_dup_op): From glibc:
4519         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4520
4521         regcomp: fix typo in comment
4522         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4523         s/satisfy/satisfies/.
4524
4525         regcomp: sync from glibc: remove dead store
4526         * lib/regcomp.c (duplicate_node_closure): Remove useless
4527         search_duplicated_node call and dead store.
4528
4529         regcomp: sync from glibc; always use nl_langinfo
4530         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4531         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4532         * modules/regex (Depends-on): Add nl_langinfo.
4533
4534 2010-01-04  Eric Blake  <ebb9@byu.net>
4535
4536         fdopendir: fix configure test
4537         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4538
4539 2010-01-01  Bruno Haible  <bruno@clisp.org>
4540
4541         wchar: Remove unused configure check.
4542         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4543
4544 2010-01-01  Eric Blake  <ebb9@byu.net>
4545
4546         headers: make check of system header explicit
4547         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4548         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4549         ourselves.
4550         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4551         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4552         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4553         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4554         internals.
4555         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4556         missing.
4557         Suggested by Bruno Haible.
4558
4559 2010-01-01  Jim Meyering  <meyering@redhat.com>
4560
4561         ChangeLog: tweak to eliminate unnecessary copyright line
4562         * ChangeLog: Remove a copyright line that was mistakenly updated
4563         by today's update-copyright run.  Reported by Eric Blake.
4564
4565         test-update-copyright: don't let envvar setting cause test failure
4566         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4567
4568 2010-01-01  Bruno Haible  <bruno@clisp.org>
4569
4570         localename: Avoid gcc warning.
4571         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4572         function if it is not used.
4573
4574 2010-01-01  Jim Meyering  <meyering@redhat.com>
4575
4576         update nearly all FSF copyright year lists to include 2010
4577         Use the same procedure as for 2009, outlined in
4578         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4579
4580         version-etc: set COPYRIGHT_YEAR to 2010
4581         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4582
4583 2009-12-31  Eric Blake  <ebb9@byu.net>
4584
4585         doc: correct availability of cygwin 1.5.x getopt
4586         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4587         variables.
4588         * doc/posix-functions/opterr.texi (opterr): Likewise.
4589         * doc/posix-functions/optind.texi (optind): Likewise.
4590         * doc/posix-functions/optopt.texi (optopt): Likewise.
4591         * doc/posix-functions/tzname.texi (tzname): Likewise.
4592
4593         openat: update maintainer
4594         * modules/openat (Maintainer): Add myself.
4595
4596         utimens: avoid shadowing warning
4597         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4598         buffers into one, to avoid shadowing, as well as avoiding a
4599         redundant stat.
4600         Reported by Jim Meyering.
4601
4602         test-dup2: avoid compiler warning
4603         * tests/test-dup2.c (is_inheritable): Only define if used.
4604
4605 2010-01-01  Bruno Haible  <bruno@clisp.org>
4606
4607         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4608         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4609         defined, use wctomb instead of wcrtomb.
4610
4611 2010-01-01  Bruno Haible  <bruno@clisp.org>
4612
4613         iconv: Reject native Solaris iconv.
4614         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4615         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4616
4617 2009-12-31  Bruno Haible  <bruno@clisp.org>
4618
4619         * tests/test-signal.c (main): Remove test of 'SIG'.
4620
4621 2009-12-31  Bruno Haible  <bruno@clisp.org>
4622
4623         spawn: Fix incomplete fix.
4624         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4625         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4626         warnings for GNULIB_POSIXCHECK again.
4627         Reported by Eric Blake.
4628
4629 2009-12-31  Bruno Haible  <bruno@clisp.org>
4630
4631         Avoid namespace pollution on glibc systems.
4632         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4633         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4634         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4635         glibc systems.
4636
4637 2009-12-31  Bruno Haible  <bruno@clisp.org>
4638
4639         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4640         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4641         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4642         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4643         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4644         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4645         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4646
4647 2009-12-31  Bruno Haible  <bruno@clisp.org>
4648
4649         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4650         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4651         afterwards.
4652
4653 2009-12-31  Bruno Haible  <bruno@clisp.org>
4654
4655         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4656         SYS_UTSNAME_H.
4657
4658 2009-12-31  Bruno Haible  <bruno@clisp.org>
4659
4660         spawn: Fix misapplied patch.
4661         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4662         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4663         warnings for GNULIB_POSIXCHECK.
4664
4665 2009-12-31  Bruno Haible  <bruno@clisp.org>
4666
4667         times: Update after sys_times changed.
4668         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4669         * modules/times (Files): Add it.
4670         (configure.ac): Invoke gl_FUNC_TIMES.
4671
4672 2009-12-31  Bruno Haible  <bruno@clisp.org>
4673
4674         Use AC_C_INLINE where necessary.
4675         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4676         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4677         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4678         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4679         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4680         * m4/mbiter.m4 (gl_MBITER): Likewise.
4681         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4682         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4683         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4684         * modules/u64 (configure.ac): Likewise.
4685
4686 2009-12-31  Bruno Haible  <bruno@clisp.org>
4687
4688         Use AC_C_INLINE instead of module 'inline' where possible.
4689         * modules/inline (Description): Clarify purpose.
4690         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4691         * modules/count-one-bits (Depends-on): Remove inline.
4692         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4693         * modules/openat (Depends-on): Remove inline.
4694         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4695         instead of depending on module 'inline'.
4696         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4697         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4698         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4699         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4700         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4701         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4702         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4703         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4704         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4705         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4706         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4707         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4708         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4709         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4710         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4711         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4712         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4713         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4714         Likewise.
4715         * modules/unictype/property-ascii-hex-digit (Depends-on,
4716         configure.ac): Likewise.
4717         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4718         configure.ac): Likewise.
4719         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4720         configure.ac): Likewise.
4721         * modules/unictype/property-bidi-block-separator (Depends-on,
4722         configure.ac): Likewise.
4723         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4724         configure.ac): Likewise.
4725         * modules/unictype/property-bidi-common-separator (Depends-on,
4726         configure.ac): Likewise.
4727         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4728         Likewise.
4729         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4730         configure.ac): Likewise.
4731         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4732         configure.ac): Likewise.
4733         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4734         configure.ac): Likewise.
4735         * modules/unictype/property-bidi-european-digit (Depends-on,
4736         configure.ac): Likewise.
4737         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4738         configure.ac): Likewise.
4739         * modules/unictype/property-bidi-left-to-right (Depends-on,
4740         configure.ac): Likewise.
4741         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4742         configure.ac): Likewise.
4743         * modules/unictype/property-bidi-other-neutral (Depends-on,
4744         configure.ac): Likewise.
4745         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4746         Likewise.
4747         * modules/unictype/property-bidi-segment-separator (Depends-on,
4748         configure.ac): Likewise.
4749         * modules/unictype/property-bidi-whitespace (Depends-on,
4750         configure.ac): Likewise.
4751         * modules/unictype/property-combining (Depends-on, configure.ac):
4752         Likewise.
4753         * modules/unictype/property-composite (Depends-on, configure.ac):
4754         Likewise.
4755         * modules/unictype/property-currency-symbol (Depends-on,
4756         configure.ac): Likewise.
4757         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4758         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4759         Likewise.
4760         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4761         configure.ac): Likewise.
4762         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4763         Likewise.
4764         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4765         Likewise.
4766         * modules/unictype/property-extender (Depends-on, configure.ac):
4767         Likewise.
4768         * modules/unictype/property-format-control (Depends-on, configure.ac):
4769         Likewise.
4770         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4771         Likewise.
4772         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4773         Likewise.
4774         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4775         Likewise.
4776         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4777         Likewise.
4778         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4779         Likewise.
4780         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4781         Likewise.
4782         * modules/unictype/property-id-start (Depends-on, configure.ac):
4783         Likewise.
4784         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4785         Likewise.
4786         * modules/unictype/property-ids-binary-operator (Depends-on,
4787         configure.ac): Likewise.
4788         * modules/unictype/property-ids-trinary-operator (Depends-on,
4789         configure.ac): Likewise.
4790         * modules/unictype/property-ignorable-control (Depends-on,
4791         configure.ac): Likewise.
4792         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4793         Likewise.
4794         * modules/unictype/property-join-control (Depends-on, configure.ac):
4795         Likewise.
4796         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4797         Likewise.
4798         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4799         Likewise.
4800         * modules/unictype/property-logical-order-exception (Depends-on,
4801         configure.ac): Likewise.
4802         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4803         Likewise.
4804         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4805         * modules/unictype/property-non-break (Depends-on, configure.ac):
4806         Likewise.
4807         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4808         Likewise.
4809         * modules/unictype/property-numeric (Depends-on, configure.ac):
4810         Likewise.
4811         * modules/unictype/property-other-alphabetic (Depends-on,
4812         configure.ac): Likewise.
4813         * modules/unictype/property-other-default-ignorable-code-point
4814         (Depends-on, configure.ac): Likewise.
4815         * modules/unictype/property-other-grapheme-extend (Depends-on,
4816         configure.ac): Likewise.
4817         * modules/unictype/property-other-id-continue (Depends-on,
4818         configure.ac): Likewise.
4819         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4820         Likewise.
4821         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4822         Likewise.
4823         * modules/unictype/property-other-math (Depends-on, configure.ac):
4824         Likewise.
4825         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4826         Likewise.
4827         * modules/unictype/property-paired-punctuation (Depends-on,
4828         configure.ac): Likewise.
4829         * modules/unictype/property-paragraph-separator (Depends-on,
4830         configure.ac): Likewise.
4831         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4832         Likewise.
4833         * modules/unictype/property-pattern-white-space (Depends-on,
4834         configure.ac): Likewise.
4835         * modules/unictype/property-private-use (Depends-on, configure.ac):
4836         Likewise.
4837         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4838         Likewise.
4839         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4840         Likewise.
4841         * modules/unictype/property-radical (Depends-on, configure.ac):
4842         Likewise.
4843         * modules/unictype/property-sentence-terminal (Depends-on,
4844         configure.ac): Likewise.
4845         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4846         Likewise.
4847         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4848         * modules/unictype/property-terminal-punctuation (Depends-on,
4849         configure.ac): Likewise.
4850         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4851         Likewise.
4852         * modules/unictype/property-unassigned-code-value (Depends-on,
4853         configure.ac): Likewise.
4854         * modules/unictype/property-unified-ideograph (Depends-on,
4855         configure.ac): Likewise.
4856         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4857         Likewise.
4858         * modules/unictype/property-variation-selector (Depends-on,
4859         configure.ac): Likewise.
4860         * modules/unictype/property-white-space (Depends-on, configure.ac):
4861         Likewise.
4862         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4863         Likewise.
4864         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4865         Likewise.
4866         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4867         Likewise.
4868         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4869         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4870         Likewise.
4871
4872 2009-12-31  Bruno Haible  <bruno@clisp.org>
4873
4874         Remove unnecessary AC_C_INLINE invocation.
4875         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4876         since 2009-08-21.
4877
4878 2009-12-31  Jim Meyering  <meyering@redhat.com>
4879
4880         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4881         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4882         With this change, we can all remove the gpg_key_ID = ... definition
4883         from our respective cfg.mk files.
4884
4885         maint.mk: create announcement template in ~/, not in /tmp
4886         * top/maint.mk (emit_upload_commands): Adjust.
4887         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4888         Remove temporary file, .ci-msg.
4889
4890 2009-12-31  Eric Blake  <ebb9@byu.net>
4891
4892         link-warning: always build headers with link warnings
4893         * modules/arpa_inet (Makefile.am): Always build replacement
4894         header.
4895         * modules/ctype (Makefile.am): Likewise.
4896         * modules/dirent (Makefile.am): Likewise.
4897         * modules/inttypes (Makefile.am): Likewise.
4898         * modules/langinfo (Makefile.am): Likewise.
4899         * modules/locale (Makefile.am): Likewise.
4900         * modules/spawn (Makefile.am): Likewise.
4901         * modules/sys_file (Makefile.am): Likewise.
4902         * modules/sys_ioctl (Makefile.am): Likewise.
4903         * modules/sys_select (Makefile.am): Likewise.
4904         * modules/sys_socket (Makefile.am): Likewise.
4905         * modules/sys_times (Makefile.am): Likewise.
4906         * modules/sys_utsname (Makefile.am): Likewise.
4907         * modules/sys_wait (Makefile.am): Likewise.
4908         * modules/wchar (Makefile.am): Likewise.
4909         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4910         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4911         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4912         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4913         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4914         Likewise.
4915         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4916         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4917         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4918         Likewise.
4919         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4920         Likewise.
4921         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4922         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4923         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4924         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4925         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4926         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4927         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4928         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4929         (gl_WCHAR_H_DEFAULTS): Likewise.
4930
4931 2009-12-31  Eric Blake  <ebb9@byu.net>
4932
4933         signal, spawn: use link warnings
4934         * lib/signal.in.h (sigset_t): Make unconditional.
4935         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4936         (sigpending, sigprocmask, sigaction): Add link warnings.
4937         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4938         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4939         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4940         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4941         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4942         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4943         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4944         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4945         (posix_spawn_file_actions_destroy)
4946         (posix_spawn_file_actions_addopen)
4947         (posix_spawn_file_actions_addclose)
4948         (posix_spawn_file_actions_adddup2): Likewise.
4949         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4950         * tests/test-signal.c (main): Enhance test.
4951
4952         spawn: improve wrapper support
4953         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4954         (gl_SPAWN_H_DEFAULTS): New defaults.
4955         * modules/spawn (Makefile.am): Substitute them.
4956         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4957         Only declare if missing or broken.
4958
4959         sys_times, sys_utsname: use include_next
4960         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4961         header.
4962         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4963         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4964         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4965         * modules/sys_times (Depends-on): Add include_next.
4966         (Makefile.am): Substitute additional values.
4967         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4968         * lib/sys_times.in.h (includes): Include native header, if
4969         available.
4970         * lib/sys_utsname.in.h (includes): Likewise.
4971         * tests/test-sys_times.c (main): Enhance test.
4972
4973         fdutimensat: revert prior patch
4974         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4975         utimens.h.
4976         Reported by Bruno Haible.
4977
4978 2009-12-30  Eric Blake  <ebb9@byu.net>
4979
4980         sys_wait: drop link-warning dependency
4981         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4982         link-warning efforts.
4983         * lib/sys_wait.in.h: Likewise.
4984
4985         fdutimensat: remove bogus dependency
4986         * modules/fdutimensat (Depends-on): Drop inline.
4987
4988         unistd: fix typo
4989         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4990
4991 2009-12-30  Bruno Haible  <bruno@clisp.org>
4992
4993         Fix compilation error with Solaris cc.
4994         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4995         * lib/unicase/u16-is-invariant.c: Likewise.
4996         * lib/unicase/u32-is-invariant.c: Likewise.
4997         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4998
4999 2009-12-30  Bruno Haible  <bruno@clisp.org>
5000
5001         Fix test crash.
5002         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5003         locales.
5004         Reported by Simon Josefsson <simon@josefsson.org>.
5005
5006 2009-12-30  Bruno Haible  <bruno@clisp.org>
5007
5008         Fix compilation error on most platforms.
5009         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5010         Reported by Simon Josefsson <simon@josefsson.org>
5011         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5012
5013 2009-12-30  Eric Blake  <ebb9@byu.net>
5014
5015         futimens, utimensat: work around ntfs-3g bug
5016         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5017         a ctime bug is present, and expand workaround to cover ntfs-3g.
5018         * lib/utimens.c (fdutimens, lutimens): Likewise.
5019         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5020         (validate_timespec): Adjust return value.
5021         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5022         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5023         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5024
5025 2009-12-29  Eric Blake  <ebb9@byu.net>
5026
5027         link-warning: make usage consistent
5028         * modules/ctype (Depends-on): Add link-warning.
5029         (Makefile.am): Update rules accordingly.
5030         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5031         * modules/locale (Depends-on, Makefile.am): Likewise.
5032         * modules/sys_file (Makefile.am): Likewise.
5033         * modules/getopt-posix (Makefile.am): Delete unused link warning
5034         efforts.
5035         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5036         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5037         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5038         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5039
5040         stdio: remove unused variables
5041         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5042         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5043         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5044
5045         tests: test more substitute headers
5046         * modules/ctype-tests: New file.
5047         * modules/dirent-tests: Likewise.
5048         * modules/spawn-tests: Likewise.
5049         * modules/sys_file-tests: Likewise.
5050         * modules/sys_ioctl-tests: Likewise.
5051         * modules/sys_wait-tests: Likewise.
5052         * tests/test-ctype.c: Likewise.
5053         * tests/test-dirent.c: Likewise.
5054         * tests/test-spawn.c: Likewise.
5055         * tests/test-sys_file.c: Likewise.
5056         * tests/test-sys_ioctl.c: Likewise.
5057         * tests/test-sys_wait.c: Likewise.
5058         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5059         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5060         whether or not flock is in use.
5061
5062         tests: remove License section from module
5063         * modules/arpa_inet-tests: Remove unneeded section.
5064         * modules/byteswap-tests: Likewise.
5065         * modules/ceilf-tests: Likewise.
5066         * modules/ceill-tests: Likewise.
5067         * modules/crypto/des-tests: Likewise.
5068         * modules/crypto/gc-arcfour-tests: Likewise.
5069         * modules/crypto/gc-arctwo-tests: Likewise.
5070         * modules/crypto/gc-des-tests: Likewise.
5071         * modules/crypto/gc-hmac-md5-tests: Likewise.
5072         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5073         * modules/crypto/gc-md2-tests: Likewise.
5074         * modules/crypto/gc-md4-tests: Likewise.
5075         * modules/crypto/gc-md5-tests: Likewise.
5076         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5077         * modules/crypto/gc-rijndael-tests: Likewise.
5078         * modules/crypto/gc-sha1-tests: Likewise.
5079         * modules/crypto/gc-tests: Likewise.
5080         * modules/crypto/md2-tests: Likewise.
5081         * modules/crypto/md4-tests: Likewise.
5082         * modules/fcntl-h-tests: Likewise.
5083         * modules/floorf-tests: Likewise.
5084         * modules/floorl-tests: Likewise.
5085         * modules/frexp-nolibm-tests: Likewise.
5086         * modules/frexp-tests: Likewise.
5087         * modules/frexpl-nolibm-tests: Likewise.
5088         * modules/frexpl-tests: Likewise.
5089         * modules/getaddrinfo-tests: Likewise.
5090         * modules/inttypes-tests: Likewise.
5091         * modules/isfinite-tests: Likewise.
5092         * modules/isinf-tests: Likewise.
5093         * modules/ldexpl-tests: Likewise.
5094         * modules/locale-tests: Likewise.
5095         * modules/math-tests: Likewise.
5096         * modules/netdb-tests: Likewise.
5097         * modules/netinet_in-tests: Likewise.
5098         * modules/printf-frexp-tests: Likewise.
5099         * modules/printf-frexpl-tests: Likewise.
5100         * modules/priv-set-tests: Likewise.
5101         * modules/random_r-tests: Likewise.
5102         * modules/round-tests: Likewise.
5103         * modules/roundf-tests: Likewise.
5104         * modules/roundl-tests: Likewise.
5105         * modules/search-tests: Likewise.
5106         * modules/select-tests: Likewise.
5107         * modules/signal-tests: Likewise.
5108         * modules/stdbool-tests: Likewise.
5109         * modules/stddef-tests: Likewise.
5110         * modules/stdint-tests: Likewise.
5111         * modules/stdio-tests: Likewise.
5112         * modules/stdlib-tests: Likewise.
5113         * modules/string-tests: Likewise.
5114         * modules/strings-tests: Likewise.
5115         * modules/sys_select-tests: Likewise.
5116         * modules/sys_socket-tests: Likewise.
5117         * modules/sys_stat-tests: Likewise.
5118         * modules/sys_time-tests: Likewise.
5119         * modules/sys_utsname-tests: Likewise.
5120         * modules/sysexits-tests: Likewise.
5121         * modules/time-tests: Likewise.
5122         * modules/trunc-tests: Likewise.
5123         * modules/truncf-tests: Likewise.
5124         * modules/truncl-tests: Likewise.
5125         * modules/tsearch-tests: Likewise.
5126         * modules/unistd-tests: Likewise.
5127         * modules/wchar-tests: Likewise.
5128         * modules/wctype-tests: Likewise.
5129
5130         tests: fix license on several tests
5131         * tests/test-des.c: Update to GPLv3+.
5132         * tests/test-flock.c: Likewise.
5133         * tests/test-fsync.c: Likewise.
5134         * tests/test-futimens.h: Likewise.
5135         * tests/test-gc-arcfour.c: Likewise.
5136         * tests/test-gc-arctwo.c: Likewise.
5137         * tests/test-gc-des.c: Likewise.
5138         * tests/test-gc-hmac-md5.c: Likewise.
5139         * tests/test-gc-hmac-sha1.c: Likewise.
5140         * tests/test-gc-md2.c: Likewise.
5141         * tests/test-gc-md4.c: Likewise.
5142         * tests/test-gc-md5.c: Likewise.
5143         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5144         * tests/test-gc-rijndael.c: Likewise.
5145         * tests/test-gc-sha1.c: Likewise.
5146         * tests/test-gc.c: Likewise.
5147         * tests/test-getcwd.c: Likewise.
5148         * tests/test-link.c: Likewise.
5149         * tests/test-link.h: Likewise.
5150         * tests/test-lutimens.h: Likewise.
5151         * tests/test-md2.c: Likewise.
5152         * tests/test-md4.c: Likewise.
5153         * tests/test-mkdir.h: Likewise.
5154         * tests/test-rename.c: Likewise.
5155         * tests/test-rename.h: Likewise.
5156         * tests/test-safe-alloc.c: Likewise.
5157         * tests/test-utimens-common.h: Likewise.
5158         * tests/test-utimens.h: Likewise.
5159
5160         maint: sync license texts
5161         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5162         * doc/gpl-3.0.texi: Revert copyright year update.
5163         * doc/lgpl-3.0.texi: Likewise.
5164
5165 2009-12-29  Jim Meyering  <meyering@redhat.com>
5166
5167         update nearly all FSF copyright year lists to include 2009
5168         The files named by the following are exempted:
5169             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5170               test -f "$dst" && { echo "$dst"; continue; }
5171               test -d "$dst" || continue
5172               echo "$dst"/$(basename "$src")
5173             done > exempt
5174             git ls-files tests/unictype >> exempt
5175         In the remaining files, convert to all-interval notation if
5176         - there is already at least one year interval like 2000-2003
5177         - the file is maintained by me
5178         - the file is in lib/uni*/, where that style already prevails
5179         Otherwise, use update-copyright's default.
5180
5181 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5182         and Eric Blake  <ebb9@byu.net>
5183
5184         tests: don't require debug system() to pass
5185         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5186         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5187         * tests/test-unlink.h (test_unlink_func): Likewise.
5188         * tests/test-fstatat.c (main): ...into callers.
5189         * tests/test-lstat.c (main): Likewise.
5190         * tests/test-rmdir.c (main): Likewise.
5191         * tests/test-unlink.c (main): Likewise.
5192         * tests/test-unlinkat.c (main): Likewise.
5193         * tests/test-areadlink-with-size.c (main): Don't require a
5194         debug-only system call to pass, aiding cross-testing to mingw.
5195         * tests/test-areadlink.c (main): Likewise.
5196         * tests/test-areadlinkat-with-size.c (main): Likewise.
5197         * tests/test-areadlinkat.c (main): Likewise.
5198         * tests/test-canonicalize-lgpl.c (main): Likewise.
5199         * tests/test-canonicalize.c (main): Likewise.
5200         * tests/test-chown.c (main): Likewise.
5201         * tests/test-fchownat.c (main): Likewise.
5202         * tests/test-lchown.c (main): Likewise.
5203         * tests/test-fdutimensat.c (main): Likewise.
5204         * tests/test-futimens.c (main): Likewise.
5205         * tests/test-link.c (main): Likewise.
5206         * tests/test-linkat.c (main): Likewise.
5207         * tests/test-mkdir.c (main): Likewise.
5208         * tests/test-mkdirat.c (main): Likewise.
5209         * tests/test-mkfifo.c (main): Likewise.
5210         * tests/test-mkfifoat.c (main): Likewise.
5211         * tests/test-mknod.c (main): Likewise.
5212         * tests/test-readlink.c (main): Likewise.
5213         * tests/test-remove.c (main): Likewise.
5214         * tests/test-rename.c (main): Likewise.
5215         * tests/test-renameat.c (main): Likewise.
5216         * tests/test-symlink.c (main): Likewise.
5217         * tests/test-symlinkat.c (main): Likewise.
5218         * tests/test-utimens.c (main): Likewise.
5219         * tests/test-utimensat.c (main): Likewise.
5220
5221 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5222
5223         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5224         on $(UNUSED_PARAMETER_H) to avoid build failure.
5225
5226 2009-12-28  Jim Meyering  <meyering@redhat.com>
5227
5228         update-copyright: you may specify a max. line length other than 72
5229         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5230
5231         maint: use consistent FSF copyright line syntax
5232         * lib/posixtm.c: Add missing comma in FSF copyright line.
5233         * lib/posixtm.h: Likewise.
5234         * lib/getugroups.c: Add missing ", Inc.".
5235
5236         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5237         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5238         FSF copyright line.  Remove trailing blanks.
5239
5240 2009-12-28  Eric Blake  <ebb9@byu.net>
5241
5242         test-dup2: reduce dependencies
5243         * modules/cloexec (Configure.ac): Set witness.
5244         * modules/dup2-tests (Depends-on): Drop cloexec.
5245         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5246         not present.
5247         Suggested by Bruno Haible.
5248
5249 2009-12-26  Bruno Haible  <bruno@clisp.org>
5250
5251         Remove an unneeded dependency.
5252         * modules/fseterr (Depends-on): Remove dup2.
5253
5254 2009-12-26  Eric Blake  <ebb9@byu.net>
5255
5256         tests: use macros.h in more places
5257         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5258         (ASSERT_STREAM): Provide default of stderr.
5259         * tests/test-dirent-safer.c: Include macros.h, using alternate
5260         stream for assertions.
5261         * tests/test-dup-safer.c: Likewise.
5262         * tests/test-freopen-safer.c: Likewise.
5263         * tests/test-getopt.c: Likewise.
5264         * tests/test-openat-safer.c: Likewise.
5265         * tests/test-pipe.c: Likewise.
5266         * tests/test-popen-safer.c: Likewise.
5267         * modules/dirent-safer-tests (Files): Include macros.h.
5268         * modules/unistd-safer-tests (Files): Likewise.
5269         * modules/freopen-safer-tests (Files): Likewise.
5270         * modules/getopt-posix-tests (Files): Likewise.
5271         * modules/openat-safer-tests (Files): Likewise.
5272         * modules/pipe-tests (Files): Likewise.
5273
5274 2009-12-26  Bruno Haible  <bruno@clisp.org>
5275
5276         javacomp: Portability fix.
5277         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5278         that it also works on Solaris.
5279
5280 2009-12-26  Bruno Haible  <bruno@clisp.org>
5281
5282         localename: Fix storage allocation of gl_locale_name_thread's result.
5283         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5284         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5285         all platforms that have 'uselocale'.
5286         (gl_locale_name_thread_unsafe): New function, extracted from
5287         gl_locale_name_thread.
5288         (gl_locale_name_thread): Call struniq on all platforms that have
5289         'uselocale'.
5290         * tests/test-localename.c (test_locale_name_thread): Check that the
5291         resulting strings are permanently allocated.
5292         * modules/localename-tests (Depends-on): Add strdup.
5293
5294 2009-12-26  Bruno Haible  <bruno@clisp.org>
5295
5296         * tests/test-localename.c (categories): Fill in the strings.
5297
5298 2009-12-26  Jim Meyering  <meyering@redhat.com>
5299
5300         isdir: complete the removal of m4/isdir.m4
5301         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5302
5303         isdir: clean up, since at least grep still uses it
5304         * lib/isdir.c: Include "isdir.h".
5305         (S_ISDIR): Remove now-unneeded definition.
5306         * modules/isdir (Files): Add lib/isdir.h.
5307         * lib/isdir.h: New file, with declaration.
5308         * m4/isdir.m4: Remove file -- unneeded.
5309
5310 2009-12-25  Bruno Haible  <bruno@clisp.org>
5311
5312         selinux-h: Make generated .h files standalone.
5313         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5314         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5315         * lib/se-selinux.in.h: Likewise.
5316         * modules/selinux-h (Depends-on): Add unused-parameter.
5317         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5318         selinux/selinux.h and selinux/context.h.
5319         Suggested by Eric Blake.
5320
5321 2009-12-25  Bruno Haible  <bruno@clisp.org>
5322
5323         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5324         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5325         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5326         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5327         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5328
5329 2009-12-24  Bruno Haible  <bruno@clisp.org>
5330
5331         openat: Fix warning.
5332         * lib/openat-proc.c: Include <unistd.h>.
5333
5334 2009-12-24  Bruno Haible  <bruno@clisp.org>
5335
5336         New module 'unused-parameter'.
5337         * build-aux/unused-parameter.h: New file, extracted from earlier
5338         gnulib-common.m4.
5339         * modules/unused-parameter: New file.
5340         * lib/unistr.h: Include unused-parameter.h.
5341         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5342         _GL_UNUSED.
5343         * modules/unistr/base (Depends-on): Add unused-parameter.
5344
5345 2009-12-24  Bruno Haible  <bruno@clisp.org>
5346
5347         Add missing dependencies to 'extensions' module.
5348         * m4/extensions.m4: Add comment.
5349         * modules/accept4 (Depends-on): Add extensions.
5350         * modules/dup3 (Depends-on): Likewise.
5351         * modules/fcntl (Depends-on): Likewise.
5352         * modules/futimens (Depends-on): Likewise.
5353         * modules/mknod (Depends-on): Likewise.
5354         * modules/pipe2 (Depends-on): Likewise.
5355         * modules/stat-time (Depends-on): Likewise.
5356         * modules/strcasestr-simple (Depends-on): Likewise.
5357         * modules/strsignal (Depends-on): Likewise.
5358         * modules/utimensat (Depends-on): Likewise.
5359         * modules/localcharset (Depends-on): Likewise. Needed because of
5360         gl_FCNTL_O_FLAGS.
5361         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5362         AC_TYPE_MBSTATE_T.
5363         * modules/wcsnrtombs (Depends-on): Likewise.
5364         * modules/wcsrtombs (Depends-on): Likewise.
5365
5366 2009-12-24  Bruno Haible  <bruno@clisp.org>
5367
5368         binary-io: Avoid gcc warning due to SET_BINARY.
5369         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5370         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5371
5372 2009-12-24  Bruno Haible  <bruno@clisp.org>
5373
5374         Avoid future namespace pollution on glibc systems.
5375         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5376         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5377         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5378         glibc systems.
5379
5380 2009-12-24  Bruno Haible  <bruno@clisp.org>
5381
5382         Refactor common macros used in tests.
5383         * tests/macros.h: New file.
5384         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5385         and/or <stdlib.h>, if appropriate.
5386         (ASSERT, SIZEOF): Remove macros.
5387         * tests/test-areadlink-with-size.c: Likewise.
5388         * tests/test-areadlinkat.c: Likewise.
5389         * tests/test-areadlinkat-with-size.c: Likewise.
5390         * tests/test-argmatch.c: Likewise.
5391         * tests/test-argv-iter.c: Likewise.
5392         * tests/test-array-mergesort.c: Likewise.
5393         * tests/test-array_list.c: Likewise.
5394         * tests/test-array_oset.c: Likewise.
5395         * tests/test-avltree_list.c: Likewise.
5396         * tests/test-avltree_oset.c: Likewise.
5397         * tests/test-avltreehash_list.c: Likewise.
5398         * tests/test-base64.c: Likewise.
5399         * tests/test-binary-io.c: Likewise.
5400         * tests/test-bitrotate.c: Likewise.
5401         * tests/test-btowc.c: Likewise.
5402         * tests/test-byteswap.c: Likewise.
5403         * tests/test-c-ctype.c: Likewise.
5404         * tests/test-c-stack.c: Likewise.
5405         * tests/test-c-strcasecmp.c: Likewise.
5406         * tests/test-c-strcasestr.c: Likewise.
5407         * tests/test-c-strncasecmp.c: Likewise.
5408         * tests/test-c-strstr.c: Likewise.
5409         * tests/test-canonicalize-lgpl.c: Likewise.
5410         * tests/test-canonicalize.c: Likewise.
5411         * tests/test-carray_list.c: Likewise.
5412         * tests/test-ceilf1.c: Likewise.
5413         * tests/test-ceilf2.c: Likewise.
5414         * tests/test-ceill.c: Likewise.
5415         * tests/test-chown.c: Likewise.
5416         * tests/test-cloexec.c: Likewise.
5417         * tests/test-copy-acl.c: Likewise.
5418         * tests/test-copy-file.c: Likewise.
5419         * tests/test-count-one-bits.c: Likewise.
5420         * tests/test-dprintf-posix.c: Likewise.
5421         * tests/test-dup2.c: Likewise.
5422         * tests/test-dup3.c: Likewise.
5423         * tests/test-duplocale.c: Likewise.
5424         * tests/test-fbufmode.c: Likewise.
5425         * tests/test-fchdir.c: Likewise.
5426         * tests/test-fchownat.c: Likewise.
5427         * tests/test-fcntl-safer.c: Likewise.
5428         * tests/test-fcntl.c: Likewise.
5429         * tests/test-fdopendir.c: Likewise.
5430         * tests/test-fdutimensat.c: Likewise.
5431         * tests/test-fflush2.c: Likewise.
5432         * tests/test-file-has-acl.c: Likewise.
5433         * tests/test-filevercmp.c: Likewise.
5434         * tests/test-flock.c: Likewise.
5435         * tests/test-floorf1.c: Likewise.
5436         * tests/test-floorf2.c: Likewise.
5437         * tests/test-floorl.c: Likewise.
5438         * tests/test-fnmatch.c: Likewise.
5439         * tests/test-fopen.h: Likewise.
5440         * tests/test-fpending.c: Likewise.
5441         * tests/test-fprintf-posix.c: Likewise.
5442         * tests/test-fpurge.c: Likewise.
5443         * tests/test-freadable.c: Likewise.
5444         * tests/test-freadahead.c: Likewise.
5445         * tests/test-freading.c: Likewise.
5446         * tests/test-freadptr.c: Likewise.
5447         * tests/test-freadptr2.c: Likewise.
5448         * tests/test-freadseek.c: Likewise.
5449         * tests/test-freopen.c: Likewise.
5450         * tests/test-frexp.c: Likewise.
5451         * tests/test-frexpl.c: Likewise.
5452         * tests/test-fseek.c: Likewise.
5453         * tests/test-fseeko.c: Likewise.
5454         * tests/test-fstatat.c: Likewise.
5455         * tests/test-fstrcmp.c: Likewise.
5456         * tests/test-fsync.c: Likewise.
5457         * tests/test-ftell.c: Likewise.
5458         * tests/test-ftello.c: Likewise.
5459         * tests/test-func.c: Likewise.
5460         * tests/test-futimens.c: Likewise.
5461         * tests/test-fwritable.c: Likewise.
5462         * tests/test-fwriting.c: Likewise.
5463         * tests/test-getcwd.c: Likewise.
5464         * tests/test-getdate.c: Likewise.
5465         * tests/test-getdelim.c: Likewise.
5466         * tests/test-getdtablesize.c: Likewise.
5467         * tests/test-getgroups.c: Likewise.
5468         * tests/test-getline.c: Likewise.
5469         * tests/test-getndelim2.c: Likewise.
5470         * tests/test-glob.c: Likewise.
5471         * tests/test-hash.c: Likewise.
5472         * tests/test-i-ring.c: Likewise.
5473         * tests/test-iconv-utf.c: Likewise.
5474         * tests/test-iconv.c: Likewise.
5475         * tests/test-idpriv-drop.c: Likewise.
5476         * tests/test-idpriv-droptemp.c: Likewise.
5477         * tests/test-inet_ntop.c: Likewise.
5478         * tests/test-inet_pton.c: Likewise.
5479         * tests/test-isblank.c: Likewise.
5480         * tests/test-isfinite.c: Likewise.
5481         * tests/test-isinf.c: Likewise.
5482         * tests/test-isnan.c: Likewise.
5483         * tests/test-isnand.h: Likewise.
5484         * tests/test-isnanf.h: Likewise.
5485         * tests/test-isnanl.h: Likewise.
5486         * tests/test-lchown.c: Likewise.
5487         * tests/test-ldexpl.c: Likewise.
5488         * tests/test-link.c: Likewise.
5489         * tests/test-linkat.c: Likewise.
5490         * tests/test-linked_list.c: Likewise.
5491         * tests/test-linkedhash_list.c: Likewise.
5492         * tests/test-localename.c: Likewise.
5493         * tests/test-lseek.c: Likewise.
5494         * tests/test-lstat.c: Likewise.
5495         * tests/test-mbmemcasecmp.c: Likewise.
5496         * tests/test-mbmemcasecoll.c: Likewise.
5497         * tests/test-mbrtowc.c: Likewise.
5498         * tests/test-mbscasecmp.c: Likewise.
5499         * tests/test-mbscasestr1.c: Likewise.
5500         * tests/test-mbscasestr2.c: Likewise.
5501         * tests/test-mbscasestr3.c: Likewise.
5502         * tests/test-mbscasestr4.c: Likewise.
5503         * tests/test-mbschr.c: Likewise.
5504         * tests/test-mbscspn.c: Likewise.
5505         * tests/test-mbsinit.c: Likewise.
5506         * tests/test-mbsncasecmp.c: Likewise.
5507         * tests/test-mbsnrtowcs.c: Likewise.
5508         * tests/test-mbspbrk.c: Likewise.
5509         * tests/test-mbspcasecmp.c: Likewise.
5510         * tests/test-mbsrchr.c: Likewise.
5511         * tests/test-mbsrtowcs.c: Likewise.
5512         * tests/test-mbsspn.c: Likewise.
5513         * tests/test-mbsstr1.c: Likewise.
5514         * tests/test-mbsstr2.c: Likewise.
5515         * tests/test-mbsstr3.c: Likewise.
5516         * tests/test-memchr.c: Likewise.
5517         * tests/test-memchr2.c: Likewise.
5518         * tests/test-memcmp.c: Likewise.
5519         * tests/test-memmem.c: Likewise.
5520         * tests/test-memrchr.c: Likewise.
5521         * tests/test-mkdir.c: Likewise.
5522         * tests/test-mkdirat.c: Likewise.
5523         * tests/test-mkfifo.c: Likewise.
5524         * tests/test-mkfifoat.c: Likewise.
5525         * tests/test-mknod.c: Likewise.
5526         * tests/test-nanosleep.c: Likewise.
5527         * tests/test-nl_langinfo.c: Likewise.
5528         * tests/test-obstack-printf.c: Likewise.
5529         * tests/test-open.c: Likewise.
5530         * tests/test-openat.c: Likewise.
5531         * tests/test-pipe-filter-gi1.c: Likewise.
5532         * tests/test-pipe-filter-gi2-main.c: Likewise.
5533         * tests/test-pipe-filter-ii1.c: Likewise.
5534         * tests/test-pipe-filter-ii2-main.c: Likewise.
5535         * tests/test-pipe2.c: Likewise.
5536         * tests/test-popen.h: Likewise.
5537         * tests/test-posixtm.c: Likewise.
5538         * tests/test-pread.c: Likewise.
5539         * tests/test-printf-frexp.c: Likewise.
5540         * tests/test-printf-frexpl.c: Likewise.
5541         * tests/test-printf-posix.c: Likewise.
5542         * tests/test-priv-set.c: Likewise.
5543         * tests/test-quotearg.c: Likewise.
5544         * tests/test-random_r.c: Likewise.
5545         * tests/test-rawmemchr.c: Likewise.
5546         * tests/test-rbtree_list.c: Likewise.
5547         * tests/test-rbtree_oset.c: Likewise.
5548         * tests/test-rbtreehash_list.c: Likewise.
5549         * tests/test-readlink.c: Likewise.
5550         * tests/test-remove.c: Likewise.
5551         * tests/test-rename.c: Likewise.
5552         * tests/test-renameat.c: Likewise.
5553         * tests/test-rmdir.c: Likewise.
5554         * tests/test-round1.c: Likewise.
5555         * tests/test-roundf1.c: Likewise.
5556         * tests/test-roundl.c: Likewise.
5557         * tests/test-safe-alloc.c: Likewise.
5558         * tests/test-sameacls.c: Likewise.
5559         * tests/test-set-mode-acl.c: Likewise.
5560         * tests/test-setenv.c: Likewise.
5561         * tests/test-sigaction.c: Likewise.
5562         * tests/test-signbit.c: Likewise.
5563         * tests/test-sleep.c: Likewise.
5564         * tests/test-snprintf-posix.c: Likewise.
5565         * tests/test-snprintf.c: Likewise.
5566         * tests/test-sprintf-posix.c: Likewise.
5567         * tests/test-stat-time.c: Likewise.
5568         * tests/test-stat.c: Likewise.
5569         * tests/test-strcasestr.c: Likewise.
5570         * tests/test-strchrnul.c: Likewise.
5571         * tests/test-strerror.c: Likewise.
5572         * tests/test-striconv.c: Likewise.
5573         * tests/test-striconveh.c: Likewise.
5574         * tests/test-striconveha.c: Likewise.
5575         * tests/test-strsignal.c: Likewise.
5576         * tests/test-strstr.c: Likewise.
5577         * tests/test-strtod.c: Likewise.
5578         * tests/test-strverscmp.c: Likewise.
5579         * tests/test-symlink.c: Likewise.
5580         * tests/test-symlinkat.c: Likewise.
5581         * tests/test-trunc1.c: Likewise.
5582         * tests/test-trunc2.c: Likewise.
5583         * tests/test-truncf1.c: Likewise.
5584         * tests/test-truncf2.c: Likewise.
5585         * tests/test-truncl.c: Likewise.
5586         * tests/test-uname.c: Likewise.
5587         * tests/test-unlink.c: Likewise.
5588         * tests/test-unlinkat.c: Likewise.
5589         * tests/test-unsetenv.c: Likewise.
5590         * tests/test-usleep.c: Likewise.
5591         * tests/test-utimens.c: Likewise.
5592         * tests/test-utimensat.c: Likewise.
5593         * tests/test-vasnprintf-posix.c: Likewise.
5594         * tests/test-vasnprintf-posix2.c: Likewise.
5595         * tests/test-vasnprintf.c: Likewise.
5596         * tests/test-vasprintf-posix.c: Likewise.
5597         * tests/test-vasprintf.c: Likewise.
5598         * tests/test-vdprintf-posix.c: Likewise.
5599         * tests/test-vfprintf-posix.c: Likewise.
5600         * tests/test-vprintf-posix.c: Likewise.
5601         * tests/test-vsnprintf-posix.c: Likewise.
5602         * tests/test-vsnprintf.c: Likewise.
5603         * tests/test-vsprintf-posix.c: Likewise.
5604         * tests/test-wcrtomb.c: Likewise.
5605         * tests/test-wcsnrtombs.c: Likewise.
5606         * tests/test-wcsrtombs.c: Likewise.
5607         * tests/test-wctype.c: Likewise.
5608         * tests/test-wcwidth.c: Likewise.
5609         * tests/test-xfprintf-posix.c: Likewise.
5610         * tests/test-xmemdup0.c: Likewise.
5611         * tests/test-xprintf-posix.c: Likewise.
5612         * tests/test-xvasprintf.c: Likewise.
5613         * tests/unicase/test-locale-language.c: Likewise.
5614         * tests/unicase/test-mapping-part1.h: Likewise.
5615         * tests/unicase/test-predicate-part1.h: Likewise.
5616         * tests/unicase/test-u8-casecmp.c: Likewise.
5617         * tests/unicase/test-u8-casecoll.c: Likewise.
5618         * tests/unicase/test-u8-casefold.c: Likewise.
5619         * tests/unicase/test-u8-is-cased.c: Likewise.
5620         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5621         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5622         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5623         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5624         * tests/unicase/test-u8-tolower.c: Likewise.
5625         * tests/unicase/test-u8-totitle.c: Likewise.
5626         * tests/unicase/test-u8-toupper.c: Likewise.
5627         * tests/unicase/test-u16-casecmp.c: Likewise.
5628         * tests/unicase/test-u16-casecoll.c: Likewise.
5629         * tests/unicase/test-u16-casefold.c: Likewise.
5630         * tests/unicase/test-u16-is-cased.c: Likewise.
5631         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5632         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5633         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5634         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5635         * tests/unicase/test-u16-tolower.c: Likewise.
5636         * tests/unicase/test-u16-totitle.c: Likewise.
5637         * tests/unicase/test-u16-toupper.c: Likewise.
5638         * tests/unicase/test-u32-casecmp.c: Likewise.
5639         * tests/unicase/test-u32-casecoll.c: Likewise.
5640         * tests/unicase/test-u32-casefold.c: Likewise.
5641         * tests/unicase/test-u32-is-cased.c: Likewise.
5642         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5643         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5644         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5645         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5646         * tests/unicase/test-u32-tolower.c: Likewise.
5647         * tests/unicase/test-u32-totitle.c: Likewise.
5648         * tests/unicase/test-u32-toupper.c: Likewise.
5649         * tests/unicase/test-ulc-casecmp.c: Likewise.
5650         * tests/unicase/test-ulc-casecoll.c: Likewise.
5651         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5652         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5653         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5654         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5655         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5656         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5657         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5658         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5659         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5660         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5661         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5662         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5663         * tests/unictype/test-bidi_byname.c: Likewise.
5664         * tests/unictype/test-bidi_name.c: Likewise.
5665         * tests/unictype/test-bidi_of.c: Likewise.
5666         * tests/unictype/test-bidi_test.c: Likewise.
5667         * tests/unictype/test-block_list.c: Likewise.
5668         * tests/unictype/test-block_of.c: Likewise.
5669         * tests/unictype/test-block_test.c: Likewise.
5670         * tests/unictype/test-categ_and.c: Likewise.
5671         * tests/unictype/test-categ_and_not.c: Likewise.
5672         * tests/unictype/test-categ_byname.c: Likewise.
5673         * tests/unictype/test-categ_name.c: Likewise.
5674         * tests/unictype/test-categ_none.c: Likewise.
5675         * tests/unictype/test-categ_of.c: Likewise.
5676         * tests/unictype/test-categ_or.c: Likewise.
5677         * tests/unictype/test-categ_test_withtable.c: Likewise.
5678         * tests/unictype/test-combining.c: Likewise.
5679         * tests/unictype/test-decdigit.c: Likewise.
5680         * tests/unictype/test-digit.c: Likewise.
5681         * tests/unictype/test-mirror.c: Likewise.
5682         * tests/unictype/test-numeric.c: Likewise.
5683         * tests/unictype/test-pr_byname.c: Likewise.
5684         * tests/unictype/test-pr_test.c: Likewise.
5685         * tests/unictype/test-predicate-part1.h: Likewise.
5686         * tests/unictype/test-scripts.c: Likewise.
5687         * tests/unictype/test-sy_c_ident.c: Likewise.
5688         * tests/unictype/test-sy_java_ident.c: Likewise.
5689         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5690         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5691         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5692         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5693         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5694         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5695         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5696         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5697         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5698         * tests/uninorm/test-compat-decomposition.c: Likewise.
5699         * tests/uninorm/test-composition.c: Likewise.
5700         * tests/uninorm/test-decomposing-form.c: Likewise.
5701         * tests/uninorm/test-decomposition.c: Likewise.
5702         * tests/uninorm/test-u8-nfc.c: Likewise.
5703         * tests/uninorm/test-u8-nfd.c: Likewise.
5704         * tests/uninorm/test-u8-nfkc.c: Likewise.
5705         * tests/uninorm/test-u8-nfkd.c: Likewise.
5706         * tests/uninorm/test-u8-normcmp.c: Likewise.
5707         * tests/uninorm/test-u8-normcoll.c: Likewise.
5708         * tests/uninorm/test-u16-nfc.c: Likewise.
5709         * tests/uninorm/test-u16-nfd.c: Likewise.
5710         * tests/uninorm/test-u16-nfkc.c: Likewise.
5711         * tests/uninorm/test-u16-nfkd.c: Likewise.
5712         * tests/uninorm/test-u16-normcmp.c: Likewise.
5713         * tests/uninorm/test-u16-normcoll.c: Likewise.
5714         * tests/uninorm/test-u32-nfc.c: Likewise.
5715         * tests/uninorm/test-u32-nfd.c: Likewise.
5716         * tests/uninorm/test-u32-nfkc.c: Likewise.
5717         * tests/uninorm/test-u32-nfkd.c: Likewise.
5718         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5719         * tests/uninorm/test-u32-normcmp.c: Likewise.
5720         * tests/uninorm/test-u32-normcoll.c: Likewise.
5721         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5722         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5723         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5724         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5725         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5726         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5727         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5728         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5729         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5730         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5731         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5732         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5733         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5734         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5735         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5736         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5737         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5738         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5739         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5740         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5741         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5742         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5743         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5744         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5745         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5746         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5747         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5748         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5749         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5750         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5751         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5752         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5753         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5754         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5755         * tests/uniwidth/test-u8-width.c: Likewise.
5756         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5757         * tests/uniwidth/test-u16-width.c: Likewise.
5758         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5759         * tests/uniwidth/test-u32-width.c: Likewise.
5760         * tests/uniwidth/test-uc_width.c: Likewise.
5761         * tests/uniwidth/test-uc_width2.c: Likewise.
5762         * modules/acl-tests (Files): Add tests/macros.h.
5763         * modules/areadlink-tests (Files): Likewise.
5764         * modules/areadlink-with-size-tests (Files): Likewise.
5765         * modules/areadlinkat-tests (Files): Likewise.
5766         * modules/areadlinkat-with-size-tests (Files): Likewise.
5767         * modules/argmatch-tests (Files): Likewise.
5768         * modules/argv-iter-tests (Files): Likewise.
5769         * modules/array-list-tests (Files): Likewise.
5770         * modules/array-mergesort-tests (Files): Likewise.
5771         * modules/array-oset-tests (Files): Likewise.
5772         * modules/avltree-list-tests (Files): Likewise.
5773         * modules/avltree-oset-tests (Files): Likewise.
5774         * modules/avltreehash-list-tests (Files): Likewise.
5775         * modules/base64-tests (Files): Likewise.
5776         * modules/binary-io-tests (Files): Likewise.
5777         * modules/bitrotate-tests (Files): Likewise.
5778         * modules/btowc-tests (Files): Likewise.
5779         * modules/byteswap-tests (Files): Likewise.
5780         * modules/c-ctype-tests (Files): Likewise.
5781         * modules/c-stack-tests (Files): Likewise.
5782         * modules/c-strcase-tests (Files): Likewise.
5783         * modules/c-strcasestr-tests (Files): Likewise.
5784         * modules/c-strstr-tests (Files): Likewise.
5785         * modules/canonicalize-lgpl-tests (Files): Likewise.
5786         * modules/canonicalize-tests (Files): Likewise.
5787         * modules/carray-list-tests (Files): Likewise.
5788         * modules/ceilf-tests (Files): Likewise.
5789         * modules/ceill-tests (Files): Likewise.
5790         * modules/chown-tests (Files): Likewise.
5791         * modules/cloexec-tests (Files): Likewise.
5792         * modules/copy-file-tests (Files): Likewise.
5793         * modules/count-one-bits-tests (Files): Likewise.
5794         * modules/dprintf-posix-tests (Files): Likewise.
5795         * modules/dup2-tests (Files): Likewise.
5796         * modules/dup3-tests (Files): Likewise.
5797         * modules/duplocale-tests (Files): Likewise.
5798         * modules/fbufmode-tests (Files): Likewise.
5799         * modules/fchdir-tests (Files): Likewise.
5800         * modules/fcntl-safer-tests (Files): Likewise.
5801         * modules/fcntl-tests (Files): Likewise.
5802         * modules/fdopendir-tests (Files): Likewise.
5803         * modules/fdutimensat-tests (Files): Likewise.
5804         * modules/fflush-tests (Files): Likewise.
5805         * modules/filevercmp-tests (Files): Likewise.
5806         * modules/flock-tests (Files): Likewise.
5807         * modules/floorf-tests (Files): Likewise.
5808         * modules/floorl-tests (Files): Likewise.
5809         * modules/fnmatch-tests (Files): Likewise.
5810         * modules/fopen-safer-tests (Files): Likewise.
5811         * modules/fopen-tests (Files): Likewise.
5812         * modules/fpending-tests (Files): Likewise.
5813         * modules/fprintf-posix-tests (Files): Likewise.
5814         * modules/fpurge-tests (Files): Likewise.
5815         * modules/freadable-tests (Files): Likewise.
5816         * modules/freadahead-tests (Files): Likewise.
5817         * modules/freading-tests (Files): Likewise.
5818         * modules/freadptr-tests (Files): Likewise.
5819         * modules/freadseek-tests (Files): Likewise.
5820         * modules/freopen-tests (Files): Likewise.
5821         * modules/frexp-nolibm-tests (Files): Likewise.
5822         * modules/frexp-tests (Files): Likewise.
5823         * modules/frexpl-nolibm-tests (Files): Likewise.
5824         * modules/frexpl-tests (Files): Likewise.
5825         * modules/fseek-tests (Files): Likewise.
5826         * modules/fseeko-tests (Files): Likewise.
5827         * modules/fstrcmp-tests (Files): Likewise.
5828         * modules/fsync-tests (Files): Likewise.
5829         * modules/ftell-tests (Files): Likewise.
5830         * modules/ftello-tests (Files): Likewise.
5831         * modules/func-tests (Files): Likewise.
5832         * modules/futimens-tests (Files): Likewise.
5833         * modules/fwritable-tests (Files): Likewise.
5834         * modules/fwriting-tests (Files): Likewise.
5835         * modules/getcwd-tests (Files): Likewise.
5836         * modules/getdate-tests (Files): Likewise.
5837         * modules/getdelim-tests (Files): Likewise.
5838         * modules/getdtablesize-tests (Files): Likewise.
5839         * modules/getgroups-tests (Files): Likewise.
5840         * modules/getline-tests (Files): Likewise.
5841         * modules/getndelim2-tests (Files): Likewise.
5842         * modules/glob-tests (Files): Likewise.
5843         * modules/hash-tests (Files): Likewise.
5844         * modules/i-ring-tests (Files): Likewise.
5845         * modules/iconv-tests (Files): Likewise.
5846         * modules/iconv_open-utf-tests (Files): Likewise.
5847         * modules/idpriv-drop-tests (Files): Likewise.
5848         * modules/idpriv-droptemp-tests (Files): Likewise.
5849         * modules/inet_ntop-tests (Files): Likewise.
5850         * modules/inet_pton-tests (Files): Likewise.
5851         * modules/isblank-tests (Files): Likewise.
5852         * modules/isfinite-tests (Files): Likewise.
5853         * modules/isinf-tests (Files): Likewise.
5854         * modules/isnan-tests (Files): Likewise.
5855         * modules/isnand-nolibm-tests (Files): Likewise.
5856         * modules/isnand-tests (Files): Likewise.
5857         * modules/isnanf-nolibm-tests (Files): Likewise.
5858         * modules/isnanf-tests (Files): Likewise.
5859         * modules/isnanl-nolibm-tests (Files): Likewise.
5860         * modules/isnanl-tests (Files): Likewise.
5861         * modules/lchown-tests (Files): Likewise.
5862         * modules/ldexpl-tests (Files): Likewise.
5863         * modules/link-tests (Files): Likewise.
5864         * modules/linkat-tests (Files): Likewise.
5865         * modules/linked-list-tests (Files): Likewise.
5866         * modules/linkedhash-list-tests (Files): Likewise.
5867         * modules/localename-tests (Files): Likewise.
5868         * modules/lseek-tests (Files): Likewise.
5869         * modules/lstat-tests (Files): Likewise.
5870         * modules/mbmemcasecmp-tests (Files): Likewise.
5871         * modules/mbmemcasecoll-tests (Files): Likewise.
5872         * modules/mbrtowc-tests (Files): Likewise.
5873         * modules/mbscasecmp-tests (Files): Likewise.
5874         * modules/mbscasestr-tests (Files): Likewise.
5875         * modules/mbschr-tests (Files): Likewise.
5876         * modules/mbscspn-tests (Files): Likewise.
5877         * modules/mbsinit-tests (Files): Likewise.
5878         * modules/mbsncasecmp-tests (Files): Likewise.
5879         * modules/mbsnrtowcs-tests (Files): Likewise.
5880         * modules/mbspbrk-tests (Files): Likewise.
5881         * modules/mbspcasecmp-tests (Files): Likewise.
5882         * modules/mbsrchr-tests (Files): Likewise.
5883         * modules/mbsrtowcs-tests (Files): Likewise.
5884         * modules/mbsspn-tests (Files): Likewise.
5885         * modules/mbsstr-tests (Files): Likewise.
5886         * modules/memchr-tests (Files): Likewise.
5887         * modules/memchr2-tests (Files): Likewise.
5888         * modules/memcmp-tests (Files): Likewise.
5889         * modules/memmem-tests (Files): Likewise.
5890         * modules/memrchr-tests (Files): Likewise.
5891         * modules/mkdir-tests (Files): Likewise.
5892         * modules/mkfifo-tests (Files): Likewise.
5893         * modules/mkfifoat-tests (Files): Likewise.
5894         * modules/mknod-tests (Files): Likewise.
5895         * modules/nanosleep-tests (Files): Likewise.
5896         * modules/nl_langinfo-tests (Files): Likewise.
5897         * modules/obstack-printf-tests (Files): Likewise.
5898         * modules/open-tests (Files): Likewise.
5899         * modules/openat-tests (Files): Likewise.
5900         * modules/pipe-filter-gi-tests (Files): Likewise.
5901         * modules/pipe-filter-ii-tests (Files): Likewise.
5902         * modules/pipe2-tests (Files): Likewise.
5903         * modules/popen-safer-tests (Files): Likewise.
5904         * modules/popen-tests (Files): Likewise.
5905         * modules/posixtm-tests (Files): Likewise.
5906         * modules/pread-tests (Files): Likewise.
5907         * modules/printf-frexp-tests (Files): Likewise.
5908         * modules/printf-frexpl-tests (Files): Likewise.
5909         * modules/printf-posix-tests (Files): Likewise.
5910         * modules/priv-set-tests (Files): Likewise.
5911         * modules/quotearg-tests (Files): Likewise.
5912         * modules/random_r-tests (Files): Likewise.
5913         * modules/rawmemchr-tests (Files): Likewise.
5914         * modules/rbtree-list-tests (Files): Likewise.
5915         * modules/rbtree-oset-tests (Files): Likewise.
5916         * modules/rbtreehash-list-tests (Files): Likewise.
5917         * modules/readlink-tests (Files): Likewise.
5918         * modules/remove-tests (Files): Likewise.
5919         * modules/rename-tests (Files): Likewise.
5920         * modules/renameat-tests (Files): Likewise.
5921         * modules/rmdir-tests (Files): Likewise.
5922         * modules/round-tests (Files): Likewise.
5923         * modules/roundf-tests (Files): Likewise.
5924         * modules/roundl-tests (Files): Likewise.
5925         * modules/safe-alloc-tests (Files): Likewise.
5926         * modules/setenv-tests (Files): Likewise.
5927         * modules/sigaction-tests (Files): Likewise.
5928         * modules/signbit-tests (Files): Likewise.
5929         * modules/sleep-tests (Files): Likewise.
5930         * modules/snprintf-posix-tests (Files): Likewise.
5931         * modules/snprintf-tests (Files): Likewise.
5932         * modules/sprintf-posix-tests (Files): Likewise.
5933         * modules/stat-tests (Files): Likewise.
5934         * modules/stat-time-tests (Files): Likewise.
5935         * modules/strcasestr-tests (Files): Likewise.
5936         * modules/strchrnul-tests (Files): Likewise.
5937         * modules/strerror-tests (Files): Likewise.
5938         * modules/striconv-tests (Files): Likewise.
5939         * modules/striconveh-tests (Files): Likewise.
5940         * modules/striconveha-tests (Files): Likewise.
5941         * modules/strsignal-tests (Files): Likewise.
5942         * modules/strstr-tests (Files): Likewise.
5943         * modules/strtod-tests (Files): Likewise.
5944         * modules/strverscmp-tests (Files): Likewise.
5945         * modules/symlink-tests (Files): Likewise.
5946         * modules/symlinkat-tests (Files): Likewise.
5947         * modules/trunc-tests (Files): Likewise.
5948         * modules/truncf-tests (Files): Likewise.
5949         * modules/truncl-tests (Files): Likewise.
5950         * modules/uname-tests (Files): Likewise.
5951         * modules/unicase/cased-tests (Files): Likewise.
5952         * modules/unicase/ignorable-tests (Files): Likewise.
5953         * modules/unicase/locale-language-tests (Files): Likewise.
5954         * modules/unicase/tolower-tests (Files): Likewise.
5955         * modules/unicase/totitle-tests (Files): Likewise.
5956         * modules/unicase/toupper-tests (Files): Likewise.
5957         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5958         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5959         * modules/unicase/u8-casefold-tests (Files): Likewise.
5960         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5961         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5962         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5963         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5964         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5965         * modules/unicase/u8-tolower-tests (Files): Likewise.
5966         * modules/unicase/u8-totitle-tests (Files): Likewise.
5967         * modules/unicase/u8-toupper-tests (Files): Likewise.
5968         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5969         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5970         * modules/unicase/u16-casefold-tests (Files): Likewise.
5971         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5972         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5973         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5974         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5975         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5976         * modules/unicase/u16-tolower-tests (Files): Likewise.
5977         * modules/unicase/u16-totitle-tests (Files): Likewise.
5978         * modules/unicase/u16-toupper-tests (Files): Likewise.
5979         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5980         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5981         * modules/unicase/u32-casefold-tests (Files): Likewise.
5982         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5983         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5984         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5985         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5986         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5987         * modules/unicase/u32-tolower-tests (Files): Likewise.
5988         * modules/unicase/u32-totitle-tests (Files): Likewise.
5989         * modules/unicase/u32-toupper-tests (Files): Likewise.
5990         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5991         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5992         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5993         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5994         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5995         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5996         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5997         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5998         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5999         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6000         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6001         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6002         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6003         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6004         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6005         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6006         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6007         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6008         * modules/unictype/block-list-tests (Files): Likewise.
6009         * modules/unictype/block-of-tests (Files): Likewise.
6010         * modules/unictype/block-test-tests (Files): Likewise.
6011         * modules/unictype/category-C-tests (Files): Likewise.
6012         * modules/unictype/category-Cc-tests (Files): Likewise.
6013         * modules/unictype/category-Cf-tests (Files): Likewise.
6014         * modules/unictype/category-Cn-tests (Files): Likewise.
6015         * modules/unictype/category-Co-tests (Files): Likewise.
6016         * modules/unictype/category-Cs-tests (Files): Likewise.
6017         * modules/unictype/category-L-tests (Files): Likewise.
6018         * modules/unictype/category-Ll-tests (Files): Likewise.
6019         * modules/unictype/category-Lm-tests (Files): Likewise.
6020         * modules/unictype/category-Lo-tests (Files): Likewise.
6021         * modules/unictype/category-Lt-tests (Files): Likewise.
6022         * modules/unictype/category-Lu-tests (Files): Likewise.
6023         * modules/unictype/category-M-tests (Files): Likewise.
6024         * modules/unictype/category-Mc-tests (Files): Likewise.
6025         * modules/unictype/category-Me-tests (Files): Likewise.
6026         * modules/unictype/category-Mn-tests (Files): Likewise.
6027         * modules/unictype/category-N-tests (Files): Likewise.
6028         * modules/unictype/category-Nd-tests (Files): Likewise.
6029         * modules/unictype/category-Nl-tests (Files): Likewise.
6030         * modules/unictype/category-No-tests (Files): Likewise.
6031         * modules/unictype/category-P-tests (Files): Likewise.
6032         * modules/unictype/category-Pc-tests (Files): Likewise.
6033         * modules/unictype/category-Pd-tests (Files): Likewise.
6034         * modules/unictype/category-Pe-tests (Files): Likewise.
6035         * modules/unictype/category-Pf-tests (Files): Likewise.
6036         * modules/unictype/category-Pi-tests (Files): Likewise.
6037         * modules/unictype/category-Po-tests (Files): Likewise.
6038         * modules/unictype/category-Ps-tests (Files): Likewise.
6039         * modules/unictype/category-S-tests (Files): Likewise.
6040         * modules/unictype/category-Sc-tests (Files): Likewise.
6041         * modules/unictype/category-Sk-tests (Files): Likewise.
6042         * modules/unictype/category-Sm-tests (Files): Likewise.
6043         * modules/unictype/category-So-tests (Files): Likewise.
6044         * modules/unictype/category-Z-tests (Files): Likewise.
6045         * modules/unictype/category-Zl-tests (Files): Likewise.
6046         * modules/unictype/category-Zp-tests (Files): Likewise.
6047         * modules/unictype/category-Zs-tests (Files): Likewise.
6048         * modules/unictype/category-and-not-tests (Files): Likewise.
6049         * modules/unictype/category-and-tests (Files): Likewise.
6050         * modules/unictype/category-byname-tests (Files): Likewise.
6051         * modules/unictype/category-name-tests (Files): Likewise.
6052         * modules/unictype/category-none-tests (Files): Likewise.
6053         * modules/unictype/category-of-tests (Files): Likewise.
6054         * modules/unictype/category-or-tests (Files): Likewise.
6055         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6056         * modules/unictype/combining-class-tests (Files): Likewise.
6057         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6058         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6059         * modules/unictype/ctype-blank-tests (Files): Likewise.
6060         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6061         * modules/unictype/ctype-digit-tests (Files): Likewise.
6062         * modules/unictype/ctype-graph-tests (Files): Likewise.
6063         * modules/unictype/ctype-lower-tests (Files): Likewise.
6064         * modules/unictype/ctype-print-tests (Files): Likewise.
6065         * modules/unictype/ctype-punct-tests (Files): Likewise.
6066         * modules/unictype/ctype-space-tests (Files): Likewise.
6067         * modules/unictype/ctype-upper-tests (Files): Likewise.
6068         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6069         * modules/unictype/decimal-digit-tests (Files): Likewise.
6070         * modules/unictype/digit-tests (Files): Likewise.
6071         * modules/unictype/mirror-tests (Files): Likewise.
6072         * modules/unictype/numeric-tests (Files): Likewise.
6073         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6074         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6075         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6076         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6077         Likewise.
6078         * modules/unictype/property-bidi-block-separator-tests (Files):
6079         Likewise.
6080         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6081         Likewise.
6082         * modules/unictype/property-bidi-common-separator-tests (Files):
6083         Likewise.
6084         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6085         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6086         Likewise.
6087         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6088         Likewise.
6089         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6090         Likewise.
6091         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6092         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6093         Likewise.
6094         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6095         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6096         Likewise.
6097         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6098         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6099         * modules/unictype/property-bidi-segment-separator-tests (Files):
6100         Likewise.
6101         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6102         * modules/unictype/property-byname-tests (Files): Likewise.
6103         * modules/unictype/property-combining-tests (Files): Likewise.
6104         * modules/unictype/property-composite-tests (Files): Likewise.
6105         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6106         * modules/unictype/property-dash-tests (Files): Likewise.
6107         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6108         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6109         Likewise.
6110         * modules/unictype/property-deprecated-tests (Files): Likewise.
6111         * modules/unictype/property-diacritic-tests (Files): Likewise.
6112         * modules/unictype/property-extender-tests (Files): Likewise.
6113         * modules/unictype/property-format-control-tests (Files): Likewise.
6114         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6115         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6116         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6117         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6118         * modules/unictype/property-hyphen-tests (Files): Likewise.
6119         * modules/unictype/property-id-continue-tests (Files): Likewise.
6120         * modules/unictype/property-id-start-tests (Files): Likewise.
6121         * modules/unictype/property-ideographic-tests (Files): Likewise.
6122         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6123         * modules/unictype/property-ids-trinary-operator-tests (Files):
6124         Likewise.
6125         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6126         * modules/unictype/property-iso-control-tests (Files): Likewise.
6127         * modules/unictype/property-join-control-tests (Files): Likewise.
6128         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6129         * modules/unictype/property-line-separator-tests (Files): Likewise.
6130         * modules/unictype/property-logical-order-exception-tests (Files):
6131         Likewise.
6132         * modules/unictype/property-lowercase-tests (Files): Likewise.
6133         * modules/unictype/property-math-tests (Files): Likewise.
6134         * modules/unictype/property-non-break-tests (Files): Likewise.
6135         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6136         * modules/unictype/property-numeric-tests (Files): Likewise.
6137         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6138         * modules/unictype/property-other-default-ignorable-code-point-tests
6139         (Files): Likewise.
6140         * modules/unictype/property-other-grapheme-extend-tests (Files):
6141         Likewise.
6142         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6143         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6144         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6145         * modules/unictype/property-other-math-tests (Files): Likewise.
6146         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6147         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6148         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6149         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6150         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6151         * modules/unictype/property-private-use-tests (Files): Likewise.
6152         * modules/unictype/property-punctuation-tests (Files): Likewise.
6153         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6154         * modules/unictype/property-radical-tests (Files): Likewise.
6155         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6156         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6157         * modules/unictype/property-space-tests (Files): Likewise.
6158         * modules/unictype/property-terminal-punctuation-tests (Files):
6159         Likewise.
6160         * modules/unictype/property-test-tests (Files): Likewise.
6161         * modules/unictype/property-titlecase-tests (Files): Likewise.
6162         * modules/unictype/property-unassigned-code-value-tests (Files):
6163         Likewise.
6164         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6165         * modules/unictype/property-uppercase-tests (Files): Likewise.
6166         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6167         * modules/unictype/property-white-space-tests (Files): Likewise.
6168         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6169         * modules/unictype/property-xid-start-tests (Files): Likewise.
6170         * modules/unictype/property-zero-width-tests (Files): Likewise.
6171         * modules/unictype/scripts-tests (Files): Likewise.
6172         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6173         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6174         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6175         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6176         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6177         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6178         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6179         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6180         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6181         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6182         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6183         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6184         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6185         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6186         * modules/uninorm/composition-tests (Files): Likewise.
6187         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6188         * modules/uninorm/decomposition-tests (Files): Likewise.
6189         * modules/uninorm/filter-tests (Files): Likewise.
6190         * modules/uninorm/nfc-tests (Files): Likewise.
6191         * modules/uninorm/nfd-tests (Files): Likewise.
6192         * modules/uninorm/nfkc-tests (Files): Likewise.
6193         * modules/uninorm/nfkd-tests (Files): Likewise.
6194         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6195         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6196         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6197         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6198         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6199         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6200         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6201         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6202         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6203         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6204         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6205         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6206         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6207         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6208         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6209         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6210         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6211         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6212         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6213         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6214         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6215         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6216         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6217         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6218         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6219         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6220         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6221         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6222         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6223         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6224         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6225         * modules/uniwidth/u8-width-tests (Files): Likewise.
6226         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6227         * modules/uniwidth/u16-width-tests (Files): Likewise.
6228         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6229         * modules/uniwidth/u32-width-tests (Files): Likewise.
6230         * modules/uniwidth/width-tests (Files): Likewise.
6231         * modules/unlink-tests (Files): Likewise.
6232         * modules/unsetenv-tests (Files): Likewise.
6233         * modules/usleep-tests (Files): Likewise.
6234         * modules/utimens-tests (Files): Likewise.
6235         * modules/utimensat-tests (Files): Likewise.
6236         * modules/vasnprintf-posix-tests (Files): Likewise.
6237         * modules/vasnprintf-tests (Files): Likewise.
6238         * modules/vasprintf-posix-tests (Files): Likewise.
6239         * modules/vasprintf-tests (Files): Likewise.
6240         * modules/vdprintf-posix-tests (Files): Likewise.
6241         * modules/vfprintf-posix-tests (Files): Likewise.
6242         * modules/vprintf-posix-tests (Files): Likewise.
6243         * modules/vsnprintf-posix-tests (Files): Likewise.
6244         * modules/vsnprintf-tests (Files): Likewise.
6245         * modules/vsprintf-posix-tests (Files): Likewise.
6246         * modules/wcrtomb-tests (Files): Likewise.
6247         * modules/wcsnrtombs-tests (Files): Likewise.
6248         * modules/wcsrtombs-tests (Files): Likewise.
6249         * modules/wctype-tests (Files): Likewise.
6250         * modules/wcwidth-tests (Files): Likewise.
6251         * modules/xmemdup0-tests (Files): Likewise.
6252         * modules/xprintf-posix-tests (Files): Likewise.
6253         * modules/xvasprintf-tests (Files): Likewise.
6254
6255 2009-12-24  Eric Blake  <ebb9@byu.net>
6256
6257         test-nanosleep: fix typo
6258         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6259         patch.
6260         Reported by Bruno Haible.
6261
6262 2009-12-24  Bruno Haible  <bruno@clisp.org>
6263
6264         Reduce namespace pollution on glibc systems.
6265         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6266         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6267         systems.
6268         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6269         <getopt.h> on glibc systems.
6270         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6271         systems.
6272         * lib/fcntl.c: Include <unistd.h> here instead.
6273
6274 2009-12-24  Bruno Haible  <bruno@clisp.org>
6275
6276         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6277
6278 2009-12-24  Eric Blake  <ebb9@byu.net>
6279
6280         tests: add signature checks
6281         * tests/signature.h (SIGNATURE_CHECK): New file.
6282         * modules/atexit-tests (Files): Use it.
6283         * modules/btowc-tests (Files): Likewise.
6284         * modules/canonicalize-lgpl-tests (Files): Likewise.
6285         * modules/ceilf-tests (Files): Likewise.
6286         * modules/ceill-tests (Files): Likewise.
6287         * modules/chown-tests (Files): Likewise.
6288         * modules/dprintf-posix-tests (Files): Likewise.
6289         * modules/dup2-tests (Files): Likewise.
6290         * modules/dup3-tests (Files): Likewise.
6291         * modules/duplocale-tests (Files): Likewise.
6292         * modules/fchdir-tests (Files): Likewise.
6293         * modules/fcntl-tests (Files): Likewise.
6294         * modules/fdopendir-tests (Files): Likewise.
6295         * modules/fflush-tests (Files): Likewise.
6296         * modules/flock-tests (Files): Likewise.
6297         * modules/floorf-tests (Files): Likewise.
6298         * modules/floorl-tests (Files): Likewise.
6299         * modules/fnmatch-tests (Files): Likewise.
6300         * modules/fopen-tests (Files): Likewise.
6301         * modules/fprintf-posix-tests (Files): Likewise.
6302         * modules/freopen-tests (Files): Likewise.
6303         * modules/frexp-nolibm-tests (Files): Likewise.
6304         * modules/frexp-tests (Files): Likewise.
6305         * modules/frexpl-nolibm-tests (Files): Likewise.
6306         * modules/frexpl-tests (Files): Likewise.
6307         * modules/fseek-tests (Files): Likewise.
6308         * modules/fseeko-tests (Files): Likewise.
6309         * modules/fsync-tests (Files): Likewise.
6310         * modules/ftell-tests (Files): Likewise.
6311         * modules/ftello-tests (Files): Likewise.
6312         * modules/futimens-tests (Files): Likewise.
6313         * modules/getaddrinfo-tests (Files): Likewise.
6314         * modules/getcwd-tests (Files): Likewise.
6315         * modules/getdelim-tests (Files): Likewise.
6316         * modules/getdtablesize-tests (Files): Likewise.
6317         * modules/getgroups-tests (Files): Likewise.
6318         * modules/gethostname-tests (Files): Likewise.
6319         * modules/getline-tests (Files): Likewise.
6320         * modules/getopt-posix-tests (Files): Likewise.
6321         * modules/gettimeofday-tests (Files): Likewise.
6322         * modules/glob-tests (Files): Likewise.
6323         * modules/iconv-tests (Files): Likewise.
6324         * modules/inet_ntop-tests (Files): Likewise.
6325         * modules/inet_pton-tests (Files): Likewise.
6326         * modules/isblank-tests (Files): Likewise.
6327         * modules/lchown-tests (Files): Likewise.
6328         * modules/ldexpl-tests (Files): Likewise.
6329         * modules/link-tests (Files): Likewise.
6330         * modules/linkat-tests (Files): Likewise.
6331         * modules/lseek-tests (Files): Likewise.
6332         * modules/lstat-tests (Files): Likewise.
6333         * modules/mbrtowc-tests (Files): Likewise.
6334         * modules/mbsinit-tests (Files): Likewise.
6335         * modules/mbsnrtowcs-tests (Files): Likewise.
6336         * modules/mbsrtowcs-tests (Files): Likewise.
6337         * modules/memchr-tests (Files): Likewise.
6338         * modules/memcmp-tests (Files): Likewise.
6339         * modules/memmem-tests (Files): Likewise.
6340         * modules/memrchr-tests (Files): Likewise.
6341         * modules/mkdir-tests (Files): Likewise.
6342         * modules/mkfifo-tests (Files): Likewise.
6343         * modules/mkfifoat-tests (Files): Likewise.
6344         * modules/mknod-tests (Files): Likewise.
6345         * modules/nanosleep-tests (Files): Likewise.
6346         * modules/nl_langinfo-tests (Files): Likewise.
6347         * modules/obstack-printf-tests (Files): Likewise.
6348         * modules/open-tests (Files): Likewise.
6349         * modules/openat-tests (Files): Likewise.
6350         * modules/perror-tests (Files): Likewise.
6351         * modules/pipe2-tests (Files): Likewise.
6352         * modules/poll-tests (Files): Likewise.
6353         * modules/popen-tests (Files): Likewise.
6354         * modules/posix_spawn-tests (Files): Likewise.
6355         * modules/posix_spawnp-tests (Files): Likewise.
6356         * modules/pread-tests (Files): Likewise.
6357         * modules/printf-posix-tests (Files): Likewise.
6358         * modules/pty-tests (Files): Likewise.
6359         * modules/random_r-tests (Files): Likewise.
6360         * modules/rawmemchr-tests (Files): Likewise.
6361         * modules/readlink-tests (Files): Likewise.
6362         * modules/remove-tests (Files): Likewise.
6363         * modules/rename-tests (Files): Likewise.
6364         * modules/renameat-tests (Files): Likewise.
6365         * modules/rmdir-tests (Files): Likewise.
6366         * modules/round-tests (Files): Likewise.
6367         * modules/roundf-tests (Files): Likewise.
6368         * modules/roundl-tests (Files): Likewise.
6369         * modules/select-tests (Files): Likewise.
6370         * modules/setenv-tests (Files): Likewise.
6371         * modules/sigaction-tests (Files): Likewise.
6372         * modules/sleep-tests (Files): Likewise.
6373         * modules/snprintf-posix-tests (Files): Likewise.
6374         * modules/snprintf-tests (Files): Likewise.
6375         * modules/sprintf-posix-tests (Files): Likewise.
6376         * modules/stat-tests (Files): Likewise.
6377         * modules/strcasestr-tests (Files): Likewise.
6378         * modules/strchrnul-tests (Files): Likewise.
6379         * modules/strerror-tests (Files): Likewise.
6380         * modules/strsignal-tests (Files): Likewise.
6381         * modules/strstr-tests (Files): Likewise.
6382         * modules/strtod-tests (Files): Likewise.
6383         * modules/strverscmp-tests (Files): Likewise.
6384         * modules/symlink-tests (Files): Likewise.
6385         * modules/symlinkat-tests (Files): Likewise.
6386         * modules/times-tests (Files): Likewise.
6387         * modules/trunc-tests (Files): Likewise.
6388         * modules/truncf-tests (Files): Likewise.
6389         * modules/truncl-tests (Files): Likewise.
6390         * modules/tsearch-tests (Files): Likewise.
6391         * modules/uname-tests (Files): Likewise.
6392         * modules/unlink-tests (Files): Likewise.
6393         * modules/unsetenv-tests (Files): Likewise.
6394         * modules/usleep-tests (Files): Likewise.
6395         * modules/utimensat-tests (Files): Likewise.
6396         * modules/vasprintf-tests (Files): Likewise.
6397         * modules/vdprintf-posix-tests (Files): Likewise.
6398         * modules/vfprintf-posix-tests (Files): Likewise.
6399         * modules/vprintf-posix-tests (Files): Likewise.
6400         * modules/vsnprintf-posix-tests (Files): Likewise.
6401         * modules/vsnprintf-tests (Files): Likewise.
6402         * modules/vsprintf-posix-tests (Files): Likewise.
6403         * modules/wcrtomb-tests (Files): Likewise.
6404         * modules/wcsnrtombs-tests (Files): Likewise.
6405         * modules/wcsrtombs-tests (Files): Likewise.
6406         * modules/wcwidth-tests (Files): Likewise.
6407         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6408         * tests/test-isinf.c (isinf): Likewise.
6409         * tests/test-isnan.c (isnan): Likewise.
6410         * tests/test-signbit.c (signbit): Likewise.
6411         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6412         declaration, either as macro or with correct signature.
6413         (select): Ensure function under test is declared with correct
6414         signature in correct header.
6415         * tests/test-atexit.c (atexit): Likewise.
6416         * tests/test-btowc.c (btowc): Likewise.
6417         * tests/test-canonicalize-lgpl.c (realpath)
6418         (canonicalize_file_name): Likewise.
6419         * tests/test-ceilf1.c (ceilf): Likewise.
6420         * tests/test-ceill.c (ceill): Likewise.
6421         * tests/test-chown.c (chown): Likewise.
6422         * tests/test-dprintf-posix.c (dprintf): Likewise.
6423         * tests/test-dup2.c (dup2): Likewise.
6424         * tests/test-dup3.c (dup3): Likewise.
6425         * tests/test-duplocale.c (duplocale): Likewise.
6426         * tests/test-fchdir.c (fchdir): Likewise.
6427         * tests/test-fchownat.c (fchownat): Likewise.
6428         * tests/test-fcntl.c (fcntl): Likewise.
6429         * tests/test-fdopendir.c (fdopendir): Likewise.
6430         * tests/test-fflush.c (fflush): Likewise.
6431         * tests/test-flock.c (flock): Likewise.
6432         * tests/test-floorf1.c (floorf): Likewise.
6433         * tests/test-floorl.c (floorl): Likewise.
6434         * tests/test-fnmatch.c (fnmatch): Likewise.
6435         * tests/test-fopen.c (fopen): Likewise.
6436         * tests/test-fprintf-posix.c (fprintf): Likewise.
6437         * tests/test-freopen.c (freopen): Likewise.
6438         * tests/test-frexp.c (frexp): Likewise.
6439         * tests/test-frexpl.c (frexpl): Likewise.
6440         * tests/test-fseek.c (fseek): Likewise.
6441         * tests/test-fseeko.c (fseeko): Likewise.
6442         * tests/test-fstatat.c (fstatat): Likewise.
6443         * tests/test-fsync.c (fsync): Likewise.
6444         * tests/test-ftell.c (ftell): Likewise.
6445         * tests/test-ftello.c (ftello): Likewise.
6446         * tests/test-futimens.c (futimens): Likewise.
6447         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6448         (gai_strerror): Likewise.
6449         * tests/test-getcwd.c (getcwd): Likewise.
6450         * tests/test-getdelim.c (getdelim): Likewise.
6451         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6452         * tests/test-getgroups.c (getgroups): Likewise.
6453         * tests/test-gethostname.c (gethostname): Likewise.
6454         * tests/test-getline.c (getline): Likewise.
6455         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6456         Likewise.
6457         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6458         * tests/test-glob.c (glob, globfree): Likewise.
6459         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6460         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6461         * tests/test-inet_pton.c (inet_pton): Likewise.
6462         * tests/test-isblank.c (isblank): Likewise.
6463         * tests/test-lchown.c (lchown): Likewise.
6464         * tests/test-ldexpl.c (ldexpl): Likewise.
6465         * tests/test-link.c (link): Likewise.
6466         * tests/test-linkat.c (linkat): Likewise.
6467         * tests/test-lseek.c (lseek): Likewise.
6468         * tests/test-lstat.c (lstat): Likewise.
6469         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6470         * tests/test-mbsinit.c (mbsinit): Likewise.
6471         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6472         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6473         * tests/test-memchr.c (memchr): Likewise.
6474         * tests/test-memcmp.c (memcmp): Likewise.
6475         * tests/test-memmem.c (memmem): Likewise.
6476         * tests/test-memrchr.c (memrchr): Likewise.
6477         * tests/test-mkdir.c (mkdir): Likewise.
6478         * tests/test-mkdirat.c (mkdirat): Likewise.
6479         * tests/test-mkfifo.c (mkfifo): Likewise.
6480         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6481         * tests/test-mknod.c (mknod): Likewise.
6482         * tests/test-nanosleep.c (nanosleep): Likewise.
6483         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6484         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6485         Likewise.
6486         * tests/test-open.c (open): Likewise.
6487         * tests/test-openat.c (openat): Likewise.
6488         * tests/test-perror.c (perror): Likewise.
6489         * tests/test-pipe2.c (pipe2): Likewise.
6490         * tests/test-poll.c (poll): Likewise.
6491         * tests/test-popen.c (popen, pclose): Likewise.
6492         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6493         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6494         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6495         (posix_spawn_file_actions_destroy)
6496         (posix_spawn_file_actions_addclose)
6497         (posix_spawn_file_actions_addopen)
6498         (posix_spawn_file_actions_adddup2): Likewise.
6499         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6500         * tests/test-pread.c (pread): Likewise.
6501         * tests/test-printf-posix.c (printf): Likewise.
6502         * tests/test-pty.c (openpty, forkpty): Likewise.
6503         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6504         (random_r): Likewise.
6505         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6506         * tests/test-readlink.c (readlink): Likewise.
6507         * tests/test-remove.c (remove): Likewise.
6508         * tests/test-rename.c (rename): Likewise.
6509         * tests/test-renameat.c (renameat): Likewise.
6510         * tests/test-rmdir.c (rmdir): Likewise.
6511         * tests/test-round1.c (round): Likewise.
6512         * tests/test-roundf1.c (roundf): Likewise.
6513         * tests/test-roundl.c (roundl): Likewise.
6514         * tests/test-setenv.c (setenv): Likewise.
6515         * tests/test-sigaction.c (sigaction): Likewise.
6516         * tests/test-sleep.c (sleep): Likewise.
6517         * tests/test-snprintf.c (snprintf): Likewise.
6518         * tests/test-sprintf-posix.c (sprintf): Likewise.
6519         * tests/test-stat.c (stat): Likewise.
6520         * tests/test-stpncpy.c (stpncpy): Likewise.
6521         * tests/test-strcasestr.c (strcasestr): Likewise.
6522         * tests/test-strchrnul.c (strchrnul): Likewise.
6523         * tests/test-strerror.c (strerror): Likewise.
6524         * tests/test-strsignal.c (strsignal): Likewise.
6525         * tests/test-strstr.c (strstr): Likewise.
6526         * tests/test-strtod.c (strtod): Likewise.
6527         * tests/test-strverscmp.c (strverscmp): Likewise.
6528         * tests/test-symlink.c (symlink): Likewise.
6529         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6530         * tests/test-times.c (times): Likewise.
6531         * tests/test-trunc1.c (trunc): Likewise.
6532         * tests/test-truncf1.c (truncf): Likewise.
6533         * tests/test-truncl.c (truncl): Likewise.
6534         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6535         Likewise.
6536         * tests/test-uname.c (uname): Likewise.
6537         * tests/test-unlink.c (unlink): Likewise.
6538         * tests/test-unlinkat.c (unlinkat): Likewise.
6539         * tests/test-unsetenv.c (unsetenv): Likewise.
6540         * tests/test-usleep.c (usleep): Likewise.
6541         * tests/test-utimensat.c (utimensat): Likewise.
6542         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6543         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6544         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6545         * tests/test-vprintf-posix.c (vprintf): Likewise.
6546         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6547         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6548         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6549         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6550         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6551         * tests/test-wcwidth.c (wcwidth): Likewise.
6552
6553         build: pull in conditional headers during GNULIB_POSIXCHECK
6554         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6555         definitions from any conditionally-included headers.
6556         * lib/stdlib.in.h (includes): Likewise.
6557         * lib/unistd.in.h (includes): Likewise.
6558
6559 2009-12-24  Bruno Haible  <bruno@clisp.org>
6560
6561         * tests/test-argv-iter.c: Include header file being tested immediately
6562         after config.h.
6563         * tests/test-base64.c: Likewise.
6564         * tests/test-flock.c: Likewise.
6565         * tests/test-fsync.c: Likewise.
6566         * tests/test-getdate.c: Likewise.
6567         * tests/test-getndelim2.c: Likewise.
6568         * tests/test-isfinite.c: Likewise.
6569         * tests/test-isinf.c: Likewise.
6570         * tests/test-strerror.c: Likewise.
6571         * tests/test-strsignal.c: Likewise.
6572
6573 2009-12-23  Eric Blake  <ebb9@byu.net>
6574
6575         unistd: work around cygwin bug
6576         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6577         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6578         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6579
6580 2009-12-23  Bruno Haible  <bruno@clisp.org>
6581
6582         localename: More tests.
6583         * tests/test-localename.c (SIZEOF): New macro.
6584         (categories): New variable.
6585         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6586         test_locale_name_default): Add test w.r.t. thread locale.
6587         (test_locale_name_thread): New function.
6588         (main): Invoke it.
6589
6590         localename: Make aware of thread locale.
6591         * lib/localename.h (gl_locale_name_thread): New declaration.
6592         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6593         behaviour with respect to thread locale.
6594         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6595         <langinfo.h>, glthread/lock.h.
6596         (SIZE_BITS): New macro.
6597         (string_hash): New function.
6598         (struct hash_node): New type.
6599         (HASH_TABLE_SIZE): New macro.
6600         (struniq_hash_table, struniq_lock): New variables.
6601         (struniq): New function.
6602         (gl_locale_name_thread): New function.
6603         (gl_locale_name): Invoke it.
6604         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6605         * modules/localename (Depends-on): Add lock.
6606         Reported by Mike Gran <spk121@yahoo.com>.
6607
6608 2009-12-23  Eric Blake  <ebb9@byu.net>
6609
6610         va-args: new module
6611         * modules/va-args: New file.
6612         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6613         * MODULES.html.sh (Core language properties): Mention it.
6614
6615         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6616         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6617         named alias for __attribute__((__unused__)).
6618         * lib/chown.c: Update client.
6619         * lib/fchmodat.c: Likewise.
6620         * lib/fts.c: Likewise.
6621         * lib/getdate.y: Likewise.
6622         * lib/getgroups.c: Likewise.
6623         * lib/getopt.c: Likewise.
6624         * lib/getugroups.c: Likewise.
6625         * lib/mkdir.c: Likewise.
6626         * lib/mkfifo.c: Likewise.
6627         * lib/mkfifoat.c: Likewise.
6628         * lib/mknod.c: Likewise.
6629         * lib/mknodat.c: Likewise.
6630         * lib/readlink.c: Likewise.
6631         * lib/se-context.in.h: Likewise.
6632         * lib/se-selinux.in.h: Likewise.
6633         * lib/sockets.c: Likewise.
6634         * lib/symlink.c: Likewise.
6635         * lib/symlinkat.c: Likewise.
6636         * lib/unicodeio.c: Likewise.
6637         * lib/unistr.h: Likewise.
6638         * tests/test-areadlink.c: Likewise.
6639         * tests/test-areadlinkat.c: Likewise.
6640         * tests/test-filenamecat.c: Likewise.
6641         * tests/test-fseeko.c: Likewise.
6642         * tests/test-ftello.c: Likewise.
6643         * tests/test-getdate.c: Likewise.
6644         * tests/test-getgroups.c: Likewise.
6645         * tests/test-gethostname.c: Likewise.
6646         * tests/test-quotearg.c: Likewise.
6647         * tests/test-version-etc.c: Likewise.
6648         * tests/test-xalloc-die.c: Likewise.
6649         * tests/test-xfprintf-posix.c: Likewise.
6650         * tests/test-xprintf-posix.c: Likewise.
6651         * tests/test-xvasprintf.c: Likewise.
6652
6653         tests: avoid compiler warnings
6654         * tests/test-fcntl.c (main): Delete unused parameters.
6655         * tests/test-freopen-safer.c (main): Likewise.
6656         * tests/test-xalloc-die.c (main): Mark unused parameters.
6657         * tests/test-fseeko.c (main): Likewise.
6658         * tests/test-ftello.c (main): Likewise.
6659         * tests/test-nanosleep.c (main): Avoid declaration warning.
6660         * tests/test-sleep.c (main): Likewise.
6661         * tests/test-unsetenv.c (main): Silence warning about string
6662         literal.
6663         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6664
6665 2009-12-23  Bruno Haible  <bruno@clisp.org>
6666
6667         * tests/test-localename.c (test_locale_name): New function, extracted
6668         from main. Also test mixed situations.
6669         (test_locale_name_posix, test_locale_name_environ,
6670         test_locale_name_default): New functions.
6671         (main): Invoke them all.
6672         * modules/localename-tests (configure.ac): Test for newlocale.
6673
6674 2009-12-23  Bruno Haible  <bruno@clisp.org>
6675
6676         unistd: Ensure getcwd gets declared before being overridden.
6677         * lib/unistd.in.h: Conditionally include <io.h>.
6678
6679 2009-12-22  Bruno Haible  <bruno@clisp.org>
6680
6681         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6682         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6683         (gl_WCHAR_H): Invoke it.
6684         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6685         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6686         Reported by Karl Berry <karl@freefriends.org>.
6687
6688 2009-12-22  Eric Blake  <ebb9@byu.net>
6689
6690         math, unistd: avoid redundant includes
6691         * lib/math.in.h (isnan): No need to re-include <math.h>.
6692         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6693
6694         getsubopt: work around cygwin bug
6695         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6696         avoid conflicting with system getsubopt.
6697         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6698         bug.
6699
6700         getopt: synchronize from glibc
6701         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6702         parameter order.  Adjust all callers.
6703         (_getopt_internal_r, main): Adjust quoting in error messages.
6704         Drop considerations for outdated POSIX 1003.2 error message.
6705         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6706         callers.
6707         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6708
6709         test-getopt: test stderr behavior
6710         * modules/getopt-posix-tests (Depends-on): Add dup2.
6711         * tests/test-getopt.c (ASSERT): Avoid stderr.
6712         (main): Move stderr to a temporary file.
6713         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6714         Instead, add parameter to inform caller if output occurred.
6715         (test_getopt): Adjust all existing tests to expect silence, and
6716         add new tests of leading ":".
6717         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6718         glibc shortcomings with leading "-:" or "+:" in optstring.
6719         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6720         Likewise.
6721         * doc/posix-functions/getopt.texi (getopt): Likewise.
6722
6723         test-getopt: enhance test
6724         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6725         supports optind=0.
6726         * tests/test-getopt.c (OPTIND_MIN): Move...
6727         * tests/test-getopt.h (OPTIND_MIN): ...here.
6728         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6729         Require that optind=0 works, since modern BSD supports it in
6730         addition to optreset, and since coreutils expects it.
6731         (test_getopt_long_only): New test.
6732         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6733         glibc shortcomings with 'W;', and enforcement of optind=0.
6734         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6735         Likewise.
6736
6737 2009-12-21  Bruno Haible  <bruno@clisp.org>
6738
6739         localename: Improvements for MacOS X and Cygwin.
6740         * lib/localename.h (gl_locale_name_environ): New declaration.
6741         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6742         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6743         (gl_locale_name_posix): Invoke it.
6744         (gl_locale_name_default): Add comments. Use Windows native API also on
6745         Cygwin.
6746
6747 2009-12-21  Bruno Haible  <bruno@clisp.org>
6748
6749         Update list of Win32 locale ids.
6750         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6751         (LANG_SAMI): Renamed from LANG_SAAMI.
6752         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6753         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6754         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6755         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6756         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6757         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6758         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6759         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6760         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6761         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6762         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6763         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6764         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6765         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6766         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6767         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6768         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6769         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6770         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6771         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6772         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6773         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6774         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6775         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6776         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6777         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6778         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6779         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6780         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6781         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6782         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6783         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6784         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6785         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6786         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6787         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6788         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6789         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6790         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6791         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6792         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6793         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6794         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6795         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6796         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6797         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6798         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6799         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6800         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6801         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6802         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6803         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6804         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6805         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6806         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6807         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6808         Add more languages and countries for Sami, Sorbian. Add more countries
6809         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6810         for Pashto. Change country for Syriac, Tswana.
6811
6812 2009-12-21  Eric Blake  <ebb9@byu.net>
6813
6814         test-utimens: avoid spurious failure
6815         * tests/test-chown.h (nap): Factor...
6816         * tests/nap.h: ...into new file.
6817         * tests/test-lchown.h (nap): Avoid duplication.
6818         * tests/test-utimens-common.h (nap): Use shared implementation,
6819         necessary on file systems with 1-second resolution.
6820         * modules/chown-tests (Files): Include new file.
6821         * modules/fdutimensat-tests (Files): Likewise.
6822         * modules/futimens-tests (Files): Likewise.
6823         * modules/lchown-tests (Files): Likewise.
6824         * modules/openat-tests (Files): Likewise.
6825         * modules/utimens-tests (Files): Likewise.
6826         * modules/utimensat-tests (Files): Likewise.
6827
6828 2009-12-19  Eric Blake  <ebb9@byu.net>
6829
6830         futimens, utimensat: work around Linux bug
6831         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6832         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6833         * lib/utimensat.c (rpl_utimensat): Work around it.
6834         * lib/futimens.c (rpl_futimens): Adjust comment.
6835
6836         utimens: work around Linux ctime bug
6837         * lib/utimens.c (detect_ctime_bug): New helper function.
6838         (update_timespec): Differentiate between workaround needed for
6839         this bug vs. what is needed for systems that lack utimensat.
6840         (fdutimens, lutimens): Work around bug.
6841
6842         utimens: check for ctime update
6843         * tests/test-utimens-common.h (check_ctime): Define.
6844         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6845         * tests/test-futimens.h (test_futimens): Likewise.
6846         * tests/test-lutimens.h (test_lutimens): Likewise.
6847         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6848         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6849
6850 2009-12-19  Bruno Haible  <bruno@clisp.org>
6851
6852         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6853         * tests/test-dprintf-posix2.sh: New file.
6854         * tests/test-dprintf-posix2.c: New file.
6855         * modules/dprintf-posix-tests (Files): Add them.
6856         (configure.ac): Check for getrlimit and setrlimit.
6857         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6858
6859 2009-12-19  Bruno Haible  <bruno@clisp.org>
6860
6861         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6862         * tests/test-fprintf-posix3.sh: New file.
6863         * tests/test-fprintf-posix3.c: New file.
6864         * modules/fprintf-posix-tests (Files): Add them.
6865         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6866
6867 2009-12-19  Eric Blake  <ebb9@byu.net>
6868
6869         dirfd: fix prototype
6870         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6871         * lib/dirfd.c (dirfd): Likewise.
6872
6873         canonicalize: reduce memory usage
6874         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6875         allocation to size.
6876         Reported by Solar Designer <solar@openwall.com>.
6877
6878 2009-12-19  Bruno Haible  <bruno@clisp.org>
6879
6880         New module attribute 'Applicability'.
6881         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6882         * gnulib-tool: New option --extract-applicability.
6883         (func_usage): Document it.
6884         (sed_extract_prog): Recognize it.
6885         (func_get_applicability): New function.
6886         (func_import): Generalize handling of 'link-warning' module.
6887         * modules/link-warning (Applicability): New section.
6888         * modules/arg-nonnull (Applicability): New section.
6889         Repoted by Simon Josefsson <simon@josefsson.org>.
6890
6891 2009-12-19  Bruno Haible  <bruno@clisp.org>
6892
6893         fflush: tweak
6894         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6895         * lib/fseeko.c (rpl_fseeko): Likewise.
6896
6897 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6898
6899         * lib/gl_list.h: Fix typo in comment.
6900
6901 2009-12-16  Eric Blake  <ebb9@byu.net>
6902
6903         fcntl: use to simplify other modules
6904         * modules/cloexec (Depends-on): Add fcntl.
6905         * modules/fchdir (Depends-on): Likewise.
6906         * modules/fd-safer-flag (Depends-on): Likewise.
6907         * modules/unistd-safer (Depends-on): Likewise.
6908         * modules/dup3 (configure.ac): Set module indicator.
6909         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6910         missing.
6911         * lib/fchdir.c (_gl_register_dup): Fix comment.
6912         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6913         * lib/dup-safer.c (dup_safer): Likewise.
6914         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6915         * lib/dup3.c (dup3): Likewise.
6916         * tests/test-fchdir.c (main): Enhance test.
6917         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
6918
6919         fcntl: port portions of fcntl to mingw
6920         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6921         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6922         replacement for mingw.
6923         * modules/fcntl (Description): Update.
6924         (Depends-on): Add dup2.
6925         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6926         * modules/fcntl-h (Makefile.am): Substitute it.
6927         * lib/fcntl.in.h (fcntl): Update declaration.
6928         (F_DUPFD, F_GETFD): New macros, when needed.
6929         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6930         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6931         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6932         we now guarantee.
6933
6934         fcntl: work around cygwin bug in F_DUPFD
6935         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6936         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6937         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6938         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6939         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6940
6941         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6942         * modules/fcntl (Files): List new files.
6943         (configure.ac): Run a test.
6944         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6945         * lib/fcntl.c (rpl_fcntl): Likewise.
6946         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6947         (gl_FCNTL_H): Always replace fcntl.h.
6948         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6949         * lib/fcntl.in.h (fcntl): Declare replacement.
6950         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6951         needed, plus a witness.
6952         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6953         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6954         * tests/test-fcntl.c: New file.
6955         * modules/fcntl-tests: Likewise.
6956
6957         binary-io: avoid potential compilation warning
6958         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6959         directives.
6960
6961         fflush: avoid compilation error on NetBSD
6962         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6963         between off_t and fpos_t, since the latter is sometimes a struct.
6964         * lib/fseeko.c (rpl_fseeko): Likewise.
6965         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6966
6967 2009-12-15  Eric Blake  <ebb9@byu.net>
6968
6969         fcntl-h, stdio, sys_ioctl: fix declarations
6970         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6971         function must not take arguments.
6972         * lib/sys_ioctl.in.h (ioctl): Likewise.
6973         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6974         (open): Add a link warning.
6975
6976 2009-12-15  Jim Meyering  <meyering@redhat.com>
6977
6978         areadlink, areadlink-with-size: relax license to LGPLv2+
6979         * modules/areadlink (License): Relax to LGPLv2+.
6980         * modules/areadlink-with-size (License): Likewise.
6981
6982 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6983             Bruno Haible  <bruno@clisp.org>
6984
6985         *printf: Fix memory leak.
6986         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6987         * lib/vfprintf.c (vfprintf): Likewise.
6988         * lib/dprintf.c (dprintf): Likewise.
6989         * lib/vdprintf.c (vdprintf): Likewise.
6990
6991 2009-12-14  Eric Blake  <ebb9@byu.net>
6992
6993         accept4: adjust module dependencies
6994         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6995
6996         utimens: one more try at avoiding compiler warning
6997         * lib/utimens.c (lutimens): Lower scope of result.
6998
6999 2009-12-13  Bruno Haible  <bruno@clisp.org>
7000
7001         Move the malloc checking from module 'list' to new module 'xlist'.
7002         * modules/xlist: New file.
7003         * lib/gl_xlist.h: New file.
7004         * lib/gl_xlist.c: New file.
7005         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7006         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7007         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7008         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7009         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7010         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7011         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7012         gl_sortedlist_nx_add): New declarations.
7013         (struct gl_list_implementation): Rename and change methods accordingly.
7014         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7015         (gl_list_nx_create): Renamed from gl_list_create.
7016         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7017         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7018         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7019         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7020         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7021         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7022         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7023         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7024         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7025         gl_list_create_empty.
7026         (gl_list_nx_create): Renamed from gl_list_create.
7027         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7028         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7029         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7030         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7031         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7032         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7033         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7034         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7035         * lib/gl_array_list.c: Don't include xalloc.h.
7036         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7037         NULL upon out-of-memory.
7038         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7039         out-of-memory.
7040         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7041         Change return type to 'int'.
7042         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7043         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7044         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7045         upon out-of-memory.
7046         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7047         upon out-of-memory.
7048         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7049         upon out-of-memory.
7050         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7051         upon out-of-memory.
7052         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7053         out-of-memory.
7054         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7055         Update.
7056         (gl_array_list_implementation): Update.
7057         * lib/gl_carray_list.c: Don't include xalloc.h.
7058         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7059         Return NULL upon out-of-memory.
7060         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7061         out-of-memory.
7062         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7063         Change return type to 'int'.
7064         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7065         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7066         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7067         upon out-of-memory.
7068         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7069         upon out-of-memory.
7070         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7071         out-of-memory.
7072         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7073         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7074         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7075         Update.
7076         (gl_carray_list_implementation): Update.
7077         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7078         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7079         gl_linked_create_empty. Return NULL upon out-of-memory.
7080         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7081         out-of-memory.
7082         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7083         Change return type to 'int'. Return -1 upon out-of-memory.
7084         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7085         out-of-memory.
7086         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7087         upon out-of-memory.
7088         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7089         upon out-of-memory.
7090         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7091         NULL upon out-of-memory.
7092         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7093         upon out-of-memory.
7094         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7095         out-of-memory.
7096         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7097         Update.
7098         * lib/gl_linked_list.c: Don't include xalloc.h.
7099         (gl_linked_list_implementation): Update.
7100         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7101         (add_to_bucket): Change return type to 'int'.
7102         (gl_linkedhash_list_implementation): Update.
7103         * lib/gl_anytree_list1.h (free_subtree): New function.
7104         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7105         gl_tree_create_empty. Return NULL upon out-of-memory.
7106         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7107         Change return type to 'int'. Return -1 upon out-of-memory.
7108         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7109         out-of-memory.
7110         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7111         (gl_tree_remove_node): New function, moved here from
7112         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7113         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7114         Update.
7115         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7116         malloc, not xmalloc. Return NULL upon out-of-memory.
7117         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7118         out-of-memory.
7119         (gl_tree_remove_node_from_tree): New function, extracted from
7120         gl_tree_remove_node.
7121         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7122         upon out-of-memory.
7123         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7124         out-of-memory.
7125         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7126         upon out-of-memory.
7127         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7128         upon out-of-memory.
7129         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7130         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7131         not xmalloc. Return NULL upon out-of-memory.
7132         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7133         out-of-memory.
7134         (gl_tree_remove_node_from_tree): New function, extracted from
7135         gl_tree_remove_node.
7136         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7137         upon out-of-memory.
7138         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7139         out-of-memory.
7140         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7141         upon out-of-memory.
7142         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7143         upon out-of-memory.
7144         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7145         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7146         gl_anytree_list1.h before gl_anyavltree_list2.h.
7147         (gl_avltree_list_implementation): Update.
7148         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7149         gl_anytree_list1.h before gl_anyavltree_list2.h.
7150         (gl_rbtree_list_implementation): Update.
7151         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7152         Change return type to 'int'. Return -1 upon out-of-memory. Use
7153         __builtin_expect.
7154         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7155         (gl_avltreehash_list_implementation): Update.
7156         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7157         (gl_rbtreehash_list_implementation): Update.
7158         * modules/array-list (Depends-on): Remove xalloc.
7159         * modules/carray-list (Depends-on): Likewise.
7160         * modules/linked-list (Depends-on): Likewise.
7161         * modules/linkedhash-list (Depends-on): Likewise.
7162         * modules/avltree-list (Depends-on): Likewise.
7163         * modules/rbtree-list (Depends-on): Likewise.
7164         * modules/avltreehash-list (Depends-on): Likewise.
7165         * modules/rbtreehash-list (Depends-on): Likewise.
7166
7167         * modules/xsublist: New file.
7168         * lib/gl_xsublist.h: New file.
7169         * lib/gl_xsublist.c: New file.
7170         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7171         (gl_sublist_nx_create): New declaration.
7172         * lib/gl_sublist.c: Don't include xalloc.h.
7173         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7174         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7175         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7176         Change return type to 'int'. Return -1 upon out-of-memory.
7177         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7178         upon out-of-memory.
7179         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7180         NULL upon out-of-memory.
7181         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7182         upon out-of-memory.
7183         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7184         NULL upon out-of-memory.
7185         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7186         NULL upon out-of-memory.
7187         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7188         upon out-of-memory.
7189         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7190         (gl_sublist_list_implementation): Update.
7191         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7192         upon out-of-memory.
7193         * modules/sublist (Depends-on): Remove xalloc.
7194
7195         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7196         * tests/test-carray_list.c: Likewise.
7197         * tests/test-linked_list.c: Likewise.
7198         * tests/test-linkedhash_list.c: Likewise.
7199         * tests/test-avltree_list.c: Likewise.
7200         * tests/test-rbtree_list.c: Likewise.
7201         * tests/test-avltreehash_list.c: Likewise.
7202         * tests/test-rbtreehash_list.c: Likewise.
7203         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7204         * modules/carray-list-tests (Makefile.am): Likewise.
7205         * modules/linked-list-tests (Makefile.am): Likewise.
7206         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7207         * modules/avltree-list-tests (Makefile.am): Likewise.
7208         * modules/rbtree-list-tests (Makefile.am): Likewise.
7209         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7210         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7211
7212         * NEWS: Mention the changes.
7213
7214         * lib/clean-temp.c: Include gl_xlist.h.
7215         * modules/clean-temp (Depends-on): Add xlist.
7216
7217         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7218         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7219
7220         * tests/test-array_oset.c: Include gl_xlist.h.
7221         * modules/array-oset-tests (Depends-on): Add xlist.
7222
7223         Reported by José E. Marchesi <jemarch@gnu.org>.
7224
7225 2009-12-13  Bruno Haible  <bruno@clisp.org>
7226
7227         Move the malloc checking from module 'oset' to new module 'xoset'.
7228         * modules/xoset: New file.
7229         * lib/gl_xoset.h: New file.
7230         * lib/gl_xoset.c: New file.
7231         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7232         declarations.
7233         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7234         (struct gl_oset_implementation): Rename and change methods accordingly.
7235         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7236         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7237         'int'. Mark as __warn_unused_result__.
7238         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7239         gl_oset_create_empty.
7240         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7241         'int'.
7242         * lib/gl_array_oset.c: Don't include xalloc.h.
7243         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7244         malloc, not xmalloc.
7245         (grow): Change return type to 'int'. Don't call xalloc_die.
7246         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7247         to 'int'.
7248         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7249         'int'.
7250         (gl_array_oset_implementation): Update.
7251         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7252         gl_tree_create_empty.
7253         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7254         'int'.
7255         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7256         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7257         xmalloc.
7258         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7259         not xmalloc.
7260         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7261         xmalloc.
7262         (gl_avltree_oset_implementation): Update.
7263         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7264         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7265         xmalloc.
7266         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7267         not xmalloc.
7268         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7269         xmalloc.
7270         (gl_rbtree_oset_implementation): Update.
7271         * modules/array-oset (Depends-on): Remove xalloc.
7272         * modules/avltree-oset (Depends-on): Likewise.
7273         * modules/rbtree-oset (Depends-on): Likewise.
7274         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7275         * tests/test-avltree_oset.c: Likewise.
7276         * tests/test-rbtree_oset.c: Likewise.
7277         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7278         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7279         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7280         * NEWS: Mention the change.
7281
7282 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7283
7284         maint.mk: allow a project to override release-prep commands
7285         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7286         commands into a new rule.
7287         (release-prep): New rule.
7288         (release-prep-hook): New overridable variable.
7289
7290 2009-12-13  Bruno Haible  <bruno@clisp.org>
7291
7292         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7293
7294 2009-12-13  Jim Meyering  <meyering@redhat.com>
7295
7296         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7297         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7298
7299 2009-12-12  Bruno Haible  <bruno@clisp.org>
7300
7301         duplocale: Tweak.
7302         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7303
7304 2009-12-12  Karl Berry  <karl@gnu.org>
7305
7306         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7307
7308 2009-12-12  Bruno Haible  <bruno@clisp.org>
7309
7310         * m4/po.m4: Undo incorrect untabification.
7311
7312 2009-12-12  Bruno Haible  <bruno@clisp.org>
7313
7314         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7315         * modules/c-strtod (Depends-on): Add locale.
7316         * modules/c-strtold (Depends-on): Likewise.
7317
7318 2009-12-12  Bruno Haible  <bruno@clisp.org>
7319
7320         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7321
7322 2009-12-11  Eric Blake  <ebb9@byu.net>
7323
7324         setenv: relax requirement in light of POSIX ruling
7325         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7326         not NULL.
7327         * tests/test-setenv.c (main): Relax test.
7328         * tests/test-unsetenv.c (main): Likewise.
7329         * doc/posix-functions/setenv.texi (setenv): Document this.
7330         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7331
7332 2009-12-11  Bruno Haible  <bruno@clisp.org>
7333
7334         New module 'fd-safer-flag'.
7335         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7336         * lib/dup-safer.c (dup_safer_flag): Remove function.
7337         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7338         * lib/fd-safer.c (fd_safer_flag): Remove function.
7339         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7340         * modules/cloexec (configure.ac): Drop indicator macro.
7341         * modules/fd-safer-flag: New file.
7342         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7343         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7344         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7345
7346 2009-12-11  Bruno Haible  <bruno@clisp.org>
7347
7348         Tests for module 'nl_langinfo'.
7349         * modules/nl_langinfo-tests: New file.
7350         * tests/test-nl_langinfo.sh: New file.
7351         * tests/test-nl_langinfo.c: New file.
7352
7353         New module 'nl_langinfo'.
7354         * lib/nl_langinfo.c: New file.
7355         * m4/nl_langinfo.m4: New file.
7356         * modules/nl_langinfo: New file.
7357         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7358
7359 2009-12-11  Bruno Haible  <bruno@clisp.org>
7360
7361         Tests for module 'langinfo'.
7362         * modules/langinfo-tests: New file.
7363         * tests/test-langinfo.c: New file.
7364
7365         New module 'langinfo'.
7366         * lib/langinfo.in.h: New file.
7367         * m4/langinfo_h.m4: New file.
7368         * modules/langinfo: New file.
7369         * doc/posix-headers/langinfo.texi: Mention the new module.
7370
7371 2009-12-11  Bruno Haible  <bruno@clisp.org>
7372
7373         * lib/config.charset: Untabify.
7374
7375 2009-12-11  Bruno Haible  <bruno@clisp.org>
7376
7377         * modules/unistd-safer (configure.ac): Drop indicator macro.
7378
7379 2009-12-11  Bruno Haible  <bruno@clisp.org>
7380
7381         Move pipe2-safer code to its own file.
7382         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7383         * lib/pipe-safer.c (pipe2_safer): Remove function.
7384         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7385         (Makefile.am): Add it to lib_SOURCES.
7386
7387 2009-12-10  Bruno Haible  <bruno@clisp.org>
7388
7389         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7390
7391 2009-12-10  Bruno Haible  <bruno@clisp.org>
7392
7393         Declare which arguments expect non-NULL values, for GCC and clang.
7394         * build-aux/arg-nonnull.h: New file.
7395         * modules/arg-nonnull: New file.
7396         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7397         (inet_ntop, inet_pton): Use it.
7398         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7399         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7400         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7401         (open, openat): Use it.
7402         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7403         (fnmatch): Use it.
7404         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7405         (getopt, getopt_long, getopt_long_only): Use it.
7406         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7407         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7408         Use it.
7409         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7410         (iconv_open): Use it.
7411         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7412         (strtoimax, strtoumax): Use it.
7413         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7414         (duplocale): Use it.
7415         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7416         (frexp, frexpl): Use it.
7417         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7418         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7419         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7420         (tsearch, tfind, tdelete, twalk): Use it.
7421         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7422         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7423         sigpending): Use it.
7424         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7425         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7426         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7427         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7428         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7429         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7430         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7431         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7432         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7433         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7434         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7435         Use it.
7436         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7437         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7438         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7439         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7440         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7441         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7442         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7443         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7444         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7445         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7446         strtoull, unsetenv): Use it.
7447         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7448         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7449         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7450         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7451         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7452         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7453         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7454         (strcasecmp, strncasecmp): Use it.
7455         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7456         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7457         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7458         rpl_setsockopt): Use it.
7459         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7460         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7461         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7462         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7463         (gettimeofday): Use it.
7464         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7465         (times): Use it.
7466         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7467         (uname): Use it.
7468         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7469         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7470         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7471         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7472         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7473         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7474         unlinkat, write): Use it.
7475         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7476         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7477         * lib/argv-iter.h: Include arg-nonnull.h.
7478         (_ATTRIBUTE_NONNULL_): Remove macro.
7479         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7480         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7481         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7482         optimization.
7483         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7484         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7485         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7486         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7487         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7488         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7489         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7490         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7491         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7492         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7493         * modules/dirent (Depends-on): Add arg-nonnull.
7494         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7495         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7496         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7497         * modules/fnmatch (Depends-on): Add arg-nonnull.
7498         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7499         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7500         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7501         * modules/glob (Depends-on): Add arg-nonnull.
7502         (Makefile.am): Insert arg-nonnull.h into glob.h.
7503         * modules/iconv_open (Depends-on): Add arg-nonnull.
7504         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7505         * modules/inttypes (Depends-on): Add arg-nonnull.
7506         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7507         * modules/locale (Depends-on): Add arg-nonnull.
7508         (Makefile.am): Insert arg-nonnull.h into locale.h.
7509         * modules/math (Depends-on): Add arg-nonnull.
7510         (Makefile.am): Insert arg-nonnull.h into math.h.
7511         * modules/netdb (Depends-on): Add arg-nonnull.
7512         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7513         * modules/search (Depends-on): Add arg-nonnull.
7514         (Makefile.am): Insert arg-nonnull.h into search.h.
7515         * modules/signal (Depends-on): Add arg-nonnull.
7516         (Makefile.am): Insert arg-nonnull.h into signal.h.
7517         * modules/spawn (Depends-on): Add arg-nonnull.
7518         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7519         * modules/stdio (Depends-on): Add arg-nonnull.
7520         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7521         * modules/stdlib (Depends-on): Add arg-nonnull.
7522         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7523         * modules/string (Depends-on): Add arg-nonnull.
7524         (Makefile.am): Insert arg-nonnull.h into string.h.
7525         * modules/strings (Depends-on): Add arg-nonnull.
7526         (Makefile.am): Insert arg-nonnull.h into strings.h.
7527         * modules/sys_socket (Depends-on): Add arg-nonnull.
7528         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7529         * modules/sys_stat (Depends-on): Add arg-nonnull.
7530         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7531         * modules/sys_time (Depends-on): Add arg-nonnull.
7532         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7533         * modules/sys_times (Depends-on): Add arg-nonnull.
7534         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7535         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7536         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7537         * modules/time (Depends-on): Add arg-nonnull.
7538         (Makefile.am): Insert arg-nonnull.h into time.h.
7539         * modules/unistd (Depends-on): Add arg-nonnull.
7540         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7541         * modules/wchar (Depends-on): Add arg-nonnull.
7542         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7543         * modules/argv-iter (Depends-on): Add arg-nonnull.
7544         * tests/test-canonicalize.c (null_ptr): New function.
7545         (main): Use it.
7546         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7547         (main): Use it.
7548         * tests/test-memmem.c (null_ptr): New function.
7549         (main): Use it.
7550         Reported by Jim Meyering.
7551
7552 2009-12-10  Bruno Haible  <bruno@clisp.org>
7553
7554         Use spaces for indentation, not tabs.
7555         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7556         * m4/*.m4: Untabify.
7557         * build-aux/*.h: Untabify.
7558         * tests/**/*.[hc]: Untabify.
7559         * README: New section "Indent with spaces, not TABs", based on
7560         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7561         * NEWS: Mention the change.
7562
7563 2009-12-10  Bruno Haible  <bruno@clisp.org>
7564
7565         pty test: Fix link error.
7566         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7567         test_pty_LDADD.
7568
7569 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7570
7571         * modules/pty: New file.
7572         * modules/pty-tests: New file.
7573         * m4/pty.m4: New file.
7574         * tests/test-pty.c: New file.
7575         * doc/glibc-headers/pty.texi: Modified.
7576         * doc/glibc-functions/forkpty.texi: Modified.
7577         * doc/glibc-functions/openpty.texi: Modified.
7578
7579 2009-12-10  Bruno Haible  <bruno@clisp.org>
7580
7581         Avoid syntax error in C++ mode.
7582         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7583
7584 2009-12-10  Bruno Haible  <bruno@clisp.org>
7585
7586         Use sed with option -e.
7587         * gnulib-tool (func_version, func_emit_copyright_notice,
7588         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7589         option -e to sed.
7590         * modules/link-warning (Makefile.am): Likewise.
7591
7592 2009-12-10  Jim Meyering  <meyering@redhat.com>
7593
7594         mgetgroups: do not write bytes beyond end of malloc'd buffer
7595         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7596         username, we call getgroups with a one-element-shorter buffer,
7597         but still told it the length was original, max_n_groups.
7598
7599 2009-12-09  Eric Blake  <ebb9@byu.net>
7600
7601         cloexec: relax license
7602         * modules/cloexec (Maintainer): Add myself.
7603         (License): Use LGPL, not GPL.
7604
7605         link-warning: optimize generation
7606         * modules/link-warning (Makefile.am): Reduce process usage.
7607
7608 2009-12-09  Bruno Haible  <bruno@clisp.org>
7609
7610         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7611         workaround was added on 2009-11-17.
7612
7613 2009-12-09  Jim Meyering  <meyering@redhat.com>
7614             Bruno Haible  <bruno@clisp.org>
7615
7616         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7617         * modules/link-warning (Makefile.am): Make the comment-removing sed
7618         command more robust in the face of bootstrap-prepended comment lines.
7619
7620 2009-12-09  Bruno Haible  <bruno@clisp.org>
7621
7622         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7623         most one group.
7624
7625 2009-12-09  Simon Josefsson <simon@josefsson.org>
7626             Bruno Haible  <bruno@clisp.org>
7627
7628         * build-aux/link-warning.h: Add copyright notice.
7629         * modules/link-warning (Makefile.am): Generate link-warning.h from
7630         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7631         * NEWS: Mention change in link-warning module.
7632         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7633         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7634         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7635         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7636         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7637         * modules/math (Makefile.am): Add dependency to math.h.
7638         * modules/search (Makefile.am): Add dependency to search.h.
7639         * modules/signal (Makefile.am): Add dependency to signal.h.
7640         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7641         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7642         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7643         * modules/string (Makefile.am): Add dependency to string.h.
7644         * modules/strings (Makefile.am): Add dependency to strings.h.
7645         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7646         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7647         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7648         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7649         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7650         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7651         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7652         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7653         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7654
7655 2009-12-09  Bruno Haible  <bruno@clisp.org>
7656
7657         fchdir: Optimize away rpl_fstat when possible.
7658         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7659         REPLACE_OPEN_DIRECTORY.
7660         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7661
7662 2009-12-09  Bruno Haible  <bruno@clisp.org>
7663
7664         * lib/fchdir.c: Update comment.
7665
7666 2009-12-09  Bruno Haible  <bruno@clisp.org>
7667
7668         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7669
7670 2009-12-08  Eric Blake  <ebb9@byu.net>
7671
7672         fchdir: avoid memory leak on re-registration.
7673         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7674
7675 2009-12-08  Jim Meyering  <meyering@redhat.com>
7676
7677         init.sh: avoid Solaris 10 /bin/sh portability problem
7678         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7679         sourced script:
7680           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7681           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7682           bar
7683         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7684         and two tests used that idiom.
7685         * tests/init.sh: Update suggested usage comments.
7686         (path_prepend_): New function, to be used in place
7687         of the --src-path=DIR option.
7688         (setup_): Move PATH-prepending code into path_prepend_.
7689         * tests/test-pread.sh: Adapt to new usage.
7690         * tests/test-xalloc-die.sh: Likewise.
7691
7692 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7693
7694         * doc/gnulib.texi (Glibc pty.h): Add.
7695         * doc/glibc-functions/forkpty.texi: Add.
7696         * doc/glibc-functions/openpty.texi: Add.
7697         Suggested by Bruno Haible.
7698
7699 2009-12-08  Eric Blake  <ebb9@byu.net>
7700
7701         fchdir: fix logic bugs
7702         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7703         * tests/test-fchdir.c (main): Enhance test.
7704         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7705         is in use.
7706
7707         dup2: fix logic bugs
7708         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7709         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7710         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7711         exists.
7712         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7713
7714 2009-12-07  Eric Blake  <ebb9@byu.net>
7715
7716         unlink: fix m4 detection
7717         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7718
7719         unistd-safer: add unit test
7720         * modules/unistd-safer-tests: New file.
7721         * tests/test-dup-safer.c: Likewise.
7722         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7723         * tests/test-dup2.c (setmode): Likewise.
7724         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7725
7726         cloexec: preserve text vs. binary across dup_cloexec
7727         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7728         mode.
7729         * modules/dup2-tests (Depends-on): Add binary-io.
7730         * modules/cloexec-tests (Depends-on): Likewise.
7731         * tests/test-dup2.c (setmode, is_mode): New helpers.
7732         (main): Add tests that translation mode is preserved.
7733         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7734         Reported by Bruno Haible.
7735
7736         mgetgroups: reduce duplicate listings
7737         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7738         resulting array.
7739         * tests/test-chown.h (test_chown): Simplify client.
7740         * tests/test-lchown.h (test_lchown): Likewise.
7741
7742 2009-12-06  Bruno Haible  <bruno@clisp.org>
7743
7744         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7745         value.
7746
7747 2009-12-06  Bruno Haible  <bruno@clisp.org>
7748
7749         * lib/progname.c: Include stdio.h, stdlib.h.
7750         (set_program_name): Reject a NULL argument.
7751
7752 2009-12-05  Eric Blake  <ebb9@byu.net>
7753
7754         pipe2-safer: new module
7755         * modules/pipe2-safer: New file.
7756         * lib/unistd-safer.h (pipe2_safer): New prototype.
7757         * lib/unistd--.h (pipe2): New wrapper.
7758         * lib/pipe-safer.c (pipe2_safer): New function.
7759         * modules/pipe (Depends-on): Add pipe2-safer.
7760         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7761
7762         stdlib-safer: preserve cloexec flag for mkostemp[s]
7763         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7764         fd_safer_flag.
7765
7766         unistd-safer: allow preservation of cloexec status via flag
7767         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7768         prototypes.
7769         * lib/dup-safer.c (dup_safer_flag): New function.
7770         * lib/fd-safer.c (fd_safer_flag): Likewise.
7771         * modules/cloexec (configure.ac): Set witness.
7772
7773         test-dup2: enhance test
7774         * modules/dup2-tests (Depends-on): Add cloexec.
7775         * tests/test-dup2.c (main): Enhance test.
7776
7777         cloexec: add dup_cloexec
7778         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7779         header and comments.
7780         * lib/cloexec.c (set_cloexec_flag): Add comments.
7781         (dup_cloexec): New function, with mingw implementation borrowed
7782         from...
7783         * lib/w32spawn.h (dup_noinherit): ...here.
7784         * modules/execute (Depends-on): Add cloexec.
7785         * modules/pipe (Depends-on): Likewise.
7786         * modules/cloexec (Depends-on): Add dup2.
7787         * modules/cloexec-tests (Files): New file.
7788         * tests/test-cloexec.c: Likewise.
7789
7790         test-xalloc-die: fix test for mingw
7791         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7792         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7793         directory and .exe suffix off argv[0] output.
7794
7795         test-fseeko: fix test for mingw
7796         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7797         than undefining fseek, so test will pass on mingw.
7798
7799 2009-12-05  Bruno Haible  <bruno@clisp.org>
7800
7801         * lib/progname.h (set_program_name): Clarify specification.
7802         * lib/progname.c (set_program_name): Likewise.
7803         Reported by Jim Meyering.
7804
7805 2009-12-05  Jim Meyering  <meyering@redhat.com>
7806
7807         maint.mk: backslash-escape parens in default regexp
7808         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7809         backslash-escape the literal parentheses.
7810
7811         maint.mk: news-date-check: use grep -E
7812         * top/maint.mk (today): Define a Make variable, not a...
7813         (news-date-check): ...shell variable.
7814         (news-date-regexp): Use the Make variable.
7815         Use grep's -E option.  Change the failing diagnostic to mention
7816         the variable, $(news-date-regexp).
7817
7818 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7819
7820         maintainer-makefile: allow customization of NEWS entry format
7821         * top/maint.mk (news-date-regexp): New overridable variable.
7822         (news-date-check): Use it.
7823
7824 2009-12-04  Eric Blake  <ebb9@byu.net>
7825
7826         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7827         * lib/mgetgroups.h (xgetgroups): New prototype.
7828         * lib/mgetgroups.c (xgetgroups): New wrapper.
7829         (mgetgroups): Handle ENOSYS.
7830         * modules/mgetgroups (Depends-on): Add realloc.
7831         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7832
7833         mgetgroups: avoid argument promotion issues with -1
7834         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7835         for invalid gid_t.
7836         * tests/test-chown.h (getegid, test_chown): Likewise.
7837         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7838
7839 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7840
7841         exclude: Fix header file problems.
7842         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7843
7844 2009-12-01  Jim Meyering  <meyering@redhat.com>
7845
7846         fts: fts_open: do not let an empty string cause immediate failure
7847         This is required in support of GNU rm, for which the command
7848         "rm A '' B" must process and remove both A and B, in spite of
7849         the empty string argument.
7850         * lib/fts.c (fts_open): Do not let the presence of an empty string
7851         cause fts_open to fail immediately.  Most fts-using tools must be
7852         able to process all arguments, in order, and can be expected to
7853         diagnose such arguments themselves.
7854
7855 2009-11-30  Eric Blake  <ebb9@byu.net>
7856
7857         utimens: fix compilation error
7858         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7859         Declare variable at right scope.
7860
7861 2009-11-29  Jim Meyering  <meyering@redhat.com>
7862
7863         bootstrap: handle perl-5.11's changed --version output
7864         * build-aux/bootstrap (get_version): Handle perl separately,
7865         since perl-5.11's --version output is different.
7866
7867 2009-11-28  Jim Meyering  <meyering@redhat.com>
7868
7869         userspec: depend on the inttostr module, too
7870         * modules/userspec (Depends-on): Add inttostr.
7871
7872         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7873         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7874         number of MAXUID when it evaluates to (uid_t) -1.
7875         Likewise for group ID.  Reported by Matt McCutchen in
7876         <http://savannah.gnu.org/bugs/?28113>
7877
7878         userspec: reformat to use spaces, not TABs
7879         * lib/userspec.c: Expand TABs to spaces.
7880         Add Emacs' "indent-tabs-mode: nil" hint.
7881
7882 2009-11-27  Eric Blake  <ebb9@byu.net>
7883
7884         getopt-gnu: flush out another BSD bug
7885         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7886         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7887         flush out BSD bug.
7888         * tests/test-getopt.h (test_getopt): End lists with NULL.
7889         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7890         (test_getopt_long_posix): Enhance test.
7891         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7892         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7893         getopt-gnu.
7894         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7895         Likewise.
7896
7897 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7898
7899         * modules/idpriv-droptemp-tests (Notice): Fix text.
7900
7901 2009-11-27  Jim Meyering  <meyering@redhat.com>
7902
7903         test-xalloc-die: avoid spurious failure due to libtool argv difference
7904         In a libtool-enabled project, this test would fail due to a difference
7905         in the emitted program name, e.g.,
7906         -test-xalloc-die: memory exhausted
7907         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7908         Use program to avoid that.
7909         * modules/xalloc-die-tests (Depends-on): Add progname.
7910         * tests/test-xalloc-die.c: Include progname.h".
7911         (program_name): Remove decl.
7912         (main): Call set_program_name.
7913         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7914
7915 2009-11-26  Richard Jones  <rjones@redhat.com>
7916
7917         w32sock: leave win32 error in place.
7918         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7919
7920 2009-11-26  Eric Blake  <ebb9@byu.net>
7921
7922         init.sh: suggest to use skip_ and fail_ functions in comments
7923         * tests/init.sh: Add a sentence.
7924
7925 2009-11-25  Bruno Haible  <bruno@clisp.org>
7926
7927         init.sh: add documentation in comments
7928         * tests/init.sh: Add some developer and user documentation.
7929
7930 2009-11-26  Jim Meyering  <meyering@redhat.com>
7931
7932         init.sh: accommodate even those who specify bogus srcdir manually
7933         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7934         configure-time tests to be sanitized, so that there is no need to
7935         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7936         (with no double quotes) suffices.  However, since tests may be
7937         invoked manually, and since you may explicitly set srcdir to the
7938         name of a directory containing spaces, do quote its uses here.
7939         * tests/test-pread.sh: Likewise.
7940         Suggested by Bruno Haible.
7941
7942         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7943         * tests/test-pread.sh: Write no data into the pipe, because
7944         test-pread actually reads none.  This avoids a diagnostic,
7945         "bash: echo: write error: Broken pipe", that arises in the unusual
7946         event something is ignoring SIGPIPE, and might be interpreted
7947         as some sort of failure.  Reported by Bruno Haible.
7948
7949 2009-11-25  Jim Meyering  <meyering@redhat.com>
7950
7951         test-pread: cover failure with ESPIPE and EINVAL
7952         * tests/test-pread.c (main): Test for failure, too.
7953         * tests/test-pread.sh: Invoke with stdin on a pipe.
7954         Suggested by Eric Blake.
7955
7956         pread: improvement and fix
7957         * modules/pread (Depends-on): Depend on lseek, for portability to
7958         e.g., mingw.  Suggested by Eric Blake.
7959         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7960
7961         unistd.in.h: correct declaration of pread
7962         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7963         Reported by Richard W.M. Jones.
7964
7965         test-pread.sh: distribute the test script
7966         * modules/pread-tests (Files): Include test-pread.sh.
7967
7968         test-pread.sh: clean up
7969         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7970         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7971         That is unnecessary, since it's always ".".
7972         Suggestion from Eric Blake.
7973
7974         test-pread.sh: make executable
7975         * tests/test-pread.sh: Set executable bit.
7976         Reported by Eric Blake.
7977
7978         correct typo in test-pread.sh
7979         * tests/test-pread.sh: Add #! line.
7980
7981         test pread
7982         * tests/test-pread.c: New file.
7983         * tests/test-pread.sh: Likewise.
7984         * modules/pread-tests: Likewise.
7985
7986         pread: new module
7987         * modules/pread: New file.
7988         * lib/unistd.in.h (pread): Define/declare.
7989         * lib/pread.c (pread): New file.
7990         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7991         * modules/unistd (Makefile.am): Substitute witnesses.
7992         * doc/posix-functions/pread.texi (pread): Update.
7993         * MODULES.html.sh: Add pread.
7994
7995 2009-11-25  Jim Meyering  <meyering@redhat.com>
7996
7997         tests/init.sh: new file to be used via most *.sh tests
7998         * tests/init.sh: New file.
7999
8000 2009-11-25  Eric Blake  <ebb9@byu.net>
8001
8002         utimens: work around older Linux failure with symlinks
8003         * lib/utimens.c (lutimensat_works_really): New variable.
8004         (fdutimens, lutimens): Use it to manage kernels that support
8005         nanosecond times on files, but not on symlinks.
8006         Reported by OndÅ™ej Vašík.
8007
8008         utimes: fix configure grammar
8009         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8010
8011 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8012
8013         regex: Fix fastmap for multibyte character ranges.
8014         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8015         characters when a multibyte character range is included.
8016
8017 2009-11-22  Andy Wingo  <wingo@pobox.com>
8018
8019         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8020         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8021
8022 2009-11-24  Bruno Haible  <bruno@clisp.org>
8023
8024         doc: Most *_l functions exist in MacOS X 10.5.
8025         * doc/posix-functions/duplocale.texi: Update platforms list.
8026         * doc/posix-functions/freelocale.texi: Likewise.
8027         * doc/posix-functions/newlocale.texi: Likewise.
8028         * doc/posix-functions/uselocale.texi: Likewise.
8029         * doc/posix-functions/isalnum_l.texi: Likewise.
8030         * doc/posix-functions/isalpha_l.texi: Likewise.
8031         * doc/posix-functions/isblank_l.texi: Likewise.
8032         * doc/posix-functions/iscntrl_l.texi: Likewise.
8033         * doc/posix-functions/isdigit_l.texi: Likewise.
8034         * doc/posix-functions/isgraph_l.texi: Likewise.
8035         * doc/posix-functions/islower_l.texi: Likewise.
8036         * doc/posix-functions/isprint_l.texi: Likewise.
8037         * doc/posix-functions/ispunct_l.texi: Likewise.
8038         * doc/posix-functions/isspace_l.texi: Likewise.
8039         * doc/posix-functions/isupper_l.texi: Likewise.
8040         * doc/posix-functions/iswalnum_l.texi: Likewise.
8041         * doc/posix-functions/iswalpha_l.texi: Likewise.
8042         * doc/posix-functions/iswblank_l.texi: Likewise.
8043         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8044         * doc/posix-functions/iswctype_l.texi: Likewise.
8045         * doc/posix-functions/iswdigit_l.texi: Likewise.
8046         * doc/posix-functions/iswgraph_l.texi: Likewise.
8047         * doc/posix-functions/iswlower_l.texi: Likewise.
8048         * doc/posix-functions/iswprint_l.texi: Likewise.
8049         * doc/posix-functions/iswpunct_l.texi: Likewise.
8050         * doc/posix-functions/iswspace_l.texi: Likewise.
8051         * doc/posix-functions/iswupper_l.texi: Likewise.
8052         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8053         * doc/posix-functions/isxdigit_l.texi: Likewise.
8054         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8055         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8056         * doc/posix-functions/strcoll_l.texi: Likewise.
8057         * doc/posix-functions/strfmon_l.texi: Likewise.
8058         * doc/posix-functions/strftime_l.texi: Likewise.
8059         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8060         * doc/posix-functions/strxfrm_l.texi: Likewise.
8061         * doc/posix-functions/tolower_l.texi: Likewise.
8062         * doc/posix-functions/toupper_l.texi: Likewise.
8063         * doc/posix-functions/towctrans_l.texi: Likewise.
8064         * doc/posix-functions/towlower_l.texi: Likewise.
8065         * doc/posix-functions/towupper_l.texi: Likewise.
8066         * doc/posix-functions/wcscoll_l.texi: Likewise.
8067         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8068         * doc/posix-functions/wctrans_l.texi: Likewise.
8069         * doc/posix-functions/wctype_l.texi: Likewise.
8070         * doc/glibc-functions/strptime_l.texi: Likewise.
8071         * doc/glibc-functions/strtod_l.texi: Likewise.
8072         * doc/glibc-functions/strtof_l.texi: Likewise.
8073         * doc/glibc-functions/strtol_l.texi: Likewise.
8074         * doc/glibc-functions/strtold_l.texi: Likewise.
8075         * doc/glibc-functions/strtoll_l.texi: Likewise.
8076         * doc/glibc-functions/strtoul_l.texi: Likewise.
8077         * doc/glibc-functions/strtoull_l.texi: Likewise.
8078         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8079         * doc/glibc-functions/wcstod_l.texi: Likewise.
8080         * doc/glibc-functions/wcstof_l.texi: Likewise.
8081         * doc/glibc-functions/wcstol_l.texi: Likewise.
8082         * doc/glibc-functions/wcstold_l.texi: Likewise.
8083         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8084         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8085         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8086
8087 2009-11-24  Bruno Haible  <bruno@clisp.org>
8088
8089         duplocale: Fix logic bug.
8090         * lib/duplocale.c: Don't include <langinfo.h>.
8091         (_NL_LOCALE_NAME): Remove macro.
8092         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8093         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8094
8095 2009-11-23  Jim Meyering  <meyering@redhat.com>
8096
8097         test-update-copyright: don't hard-code /usr/bin/perl
8098         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8099         perl to print the current year.  Gilles Espinasse reported that
8100         the replaced use of perl was hard-coded as /usr/bin/perl.
8101
8102 2009-11-23  Bruno Haible  <bruno@clisp.org>
8103
8104         duplocale: Add support for glibc 2.3.x.
8105         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8106
8107 2009-11-22  Bruno Haible  <bruno@clisp.org>
8108
8109         vasnprintf: Tiny optimization.
8110         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8111         MacOS X.
8112
8113 2009-11-22  Bruno Haible  <bruno@clisp.org>
8114
8115         Tests for module 'duplocale'.
8116         * modules/duplocale-tests: New file.
8117         * tests/test-duplocale.c: New file.
8118
8119         New module 'duplocale'.
8120         * m4/duplocale.m4: New file.
8121         * lib/locale.in.h (duplocale): New declaration.
8122         * lib/duplocale.c: New file.
8123         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8124         gl_LOCALE_H_DEFAULTS): New macros.
8125         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8126         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8127         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8128         REPLACE_DUPLOCALE.
8129         * modules/duplocale: New file.
8130         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8131
8132 2009-11-22  Bruno Haible  <bruno@clisp.org>
8133
8134         * modules/locale-tests (configure.ac): Test for newlocale function.
8135         * tests/test-locale.c: When the system has extended locale functions,
8136         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8137
8138         locale: Make locale_t available when possible.
8139         * lib/locale.in.h: Include <xlocale.h> when it exists.
8140         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8141         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8142         * modules/locale (Depends-on): Add extensions.
8143         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8144         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8145
8146 2009-11-22  Bruno Haible  <bruno@clisp.org>
8147
8148         Add comments.
8149         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8150         invocation.
8151         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8152         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8153         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8154
8155 2009-11-22  Bruno Haible  <bruno@clisp.org>
8156
8157         error: account for the possibility of freopen (stdout).
8158         * lib/error.c: Include <unistd.h>.
8159         (flush_stdout): New function, extracted from error and error_at_line.
8160         Determine stdout's fd dynamically.
8161         (error, error_at_line): Invoke flush_stdout.
8162         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8163         * modules/error (Depends-on): Add unistd.
8164
8165 2009-11-22  Bruno Haible  <bruno@clisp.org>
8166
8167         diffseq: Add comment.
8168         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8169
8170 2009-11-22  Jim Meyering  <meyering@redhat.com>
8171
8172         c-stack: avoid defining an unused static function
8173         * lib/c-stack.c (find_stack_direction): Do not define this function
8174         when it will not be used.
8175
8176         diffseq: avoid spurious gcc warnings
8177         * lib/diffseq.h (IF_LINT2): Define.
8178         (compareseq): Use it to initialize two members of "part".
8179         This avoids two used-uninitialized warnings.
8180
8181 2009-11-21  Jim Meyering  <meyering@redhat.com>
8182
8183         c-stack: avoid "ignoring return value of `write'" warning
8184         * lib/c-stack.c: Include "ignore-value.h".
8185         (die): Explicitly ignore each write return value.
8186         * modules/c-stack (Depends-on): Add ignore-value.
8187
8188 2009-11-21  Bruno Haible  <bruno@clisp.org>
8189
8190         diffseq: reduce scope of variable 'best'.
8191         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8192         variable, earlier used for two different purposes.
8193
8194 2009-11-21  Jim Meyering  <meyering@redhat.com>
8195
8196         diffseq: remove useless assignment to "best"
8197         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8198         assignment.  At that point "best" is already guaranteed to be zero.
8199
8200 2009-11-20  Eric Blake  <ebb9@byu.net>
8201
8202         build: mention ftp redirector in release announcements
8203         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8204         values that used to come from cfg.mk; mention FTP redirect URL.
8205         * build-aux/announce-gen: Mention the mirror list.
8206         Suggested by Karl Berry.
8207
8208         nanosleep: improve port to mingw
8209         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8210         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8211         LIB_NANOSLEEP, but only when needed.
8212         * modules/select (Link): Document LIBSOCKET.
8213         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8214         enough.
8215
8216         nanosleep: work around cygwin bug
8217         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8218         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8219         bug.
8220         (getnow): Delete, not needed.
8221         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8222         LIB_CLOCK_GETTIME.
8223         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8224         clock-time, gettime.
8225         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8226         bug.
8227         * modules/nanosleep-tests: New test.
8228         * tests/test-nanosleep.c: New file.
8229
8230         sleep: work around cygwin bug
8231         * lib/sleep.c (rpl_sleep): Work around the bug.
8232         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8233         (gl_PREREQ_SLEEP): Delete unused macro.
8234         * modules/sleep (Depends-on): Add verify.
8235         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8236         * modules/unistd (Makefile.am): Substitute witness.
8237         * lib/unistd.in.h (sleep): Update prototype.
8238         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8239         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8240         * modules/sleep-tests (Depends-on): Check for alarm.
8241
8242 2009-11-20  Jim Meyering  <meyering@redhat.com>
8243
8244         maint.mk: improve sc_prohibit_magic_number_exit
8245         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8246         so it does not match uses like System.exit(1).
8247         Add comments showing how to correct all offenders.
8248
8249 2009-11-19  Eric Blake  <ebb9@byu.net>
8250
8251         xalloc-die-tests: add missing library
8252         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8253
8254         test-xvasprintf: silence compiler warnings
8255         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8256         empty string from gcc.
8257
8258 2009-11-19  Jim Meyering  <meyering@redhat.com>
8259
8260         xfreopen: new module, from coreutils
8261         * modules/xfreopen: New module.
8262         * lib/xfreopen.c: New file.
8263         * lib/xfreopen.h: New file.
8264         * MODULES.html.sh (File stream based Input/Output"): Add it.
8265
8266 2009-11-19  Eric Blake  <ebb9@byu.net>
8267
8268         manywarnings: depend on warnings
8269         * modules/manywarnings (Depends-on): Add warnings.
8270
8271         build: avoid compiler warnings
8272         * lib/select.c (rpl_select): Delete unused variable.
8273         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8274
8275 2009-11-18  Eric Blake  <ebb9@byu.net>
8276
8277         tests: avoid false negative with --with-packager
8278         * tests/test-version-etc.sh: Discard packager information.
8279         * tests/test-argp-version-etc-1.sh: Likewise.
8280         Reported by Mike Frysinger.
8281
8282         utimens: fix regression on Solaris
8283         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8284         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8285         can only change fd timestamps via futimesat.  Instead, use an
8286         additional witness macro to avoid BSD bug.
8287         Reported by Jim Meyering.
8288
8289 2009-11-17  Eric Blake  <ebb9@byu.net>
8290
8291         usleep: use it to simplify tests
8292         * modules/stat-time-tests (Depends-on): Add usleep.
8293         (configure.ac): Drop usleep check.
8294         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8295         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8296         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8297         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8298         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8299         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8300         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8301         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8302         Likewise.
8303         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8304         * tests/test-lchown.h (nap): Likewise.
8305         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8306         * tests/test-stat-time.c (nap): Likewise.
8307         * tests/test-utimens-common.h (nap): Update comments.
8308
8309         usleep: new module
8310         * modules/usleep: New file.
8311         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8312         * lib/usleep.c (usleep): Likewise.
8313         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8314         * modules/unistd (Makefile.am): Substitute witnesses.
8315         * lib/unistd.in.h (usleep): Add declaration.
8316         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8317         * MODULES.html.sh (Date and time): Likewise.
8318         * modules/usleep-tests (Depends-on): New test.
8319         * tests/test-usleep.c: New file.
8320
8321         chown: work around OpenBSD bug
8322         * lib/chown.c (rpl_chown): Work around the bug.
8323         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8324         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8325         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8326         * modules/chown (Depends-on): Add stdbool.
8327         * modules/lchown (Depends-on): Likewise.
8328         * doc/posix-functions/chown.texi (chown): Document the bug.
8329         * doc/posix-functions/lchown.texi (lchown): Likewise.
8330         * tests/test-lchown.h (test_chown): Relax test.
8331
8332         mkstemp: avoid conflict with C++ keyword template
8333         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8334         * lib/mkostemp.c (mkostemp): Likewise.
8335         * lib/mkostemps.c (mkostemps): Likewise.
8336         * lib/mkstemp.c (mkstemp): Likewise.
8337         * lib/mkstemps.c (mkstemps): Likewise.
8338
8339         xalloc-die-tests: optimize
8340         * tests/test-xalloc-die.sh: Reduce number of processes.
8341
8342 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8343
8344         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8345         patch from ludo@gnu.org (Ludovic Courtès).
8346
8347 2009-11-17  Jim Meyering  <meyering@redhat.com>
8348
8349         version-etc: use proper license string
8350         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8351         * modules/version-etc-fsf: Likewise.
8352
8353 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8354
8355         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8356         printed to stdout.  Deal with EOL differences.
8357
8358 2009-11-17  Eric Blake  <ebb9@byu.net>
8359
8360         unsetenv: work around Solaris bug
8361         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8362         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8363         Reported by Jim Meyering.
8364
8365         vasnprintf: avoid compiler warnings
8366         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8367         variables.
8368         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8369
8370 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8371
8372         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8373         settings since xalloc-die is no longer the self test,
8374         xalloc-die.sh is.
8375
8376 2009-11-17  Jim Meyering  <meyering@redhat.com>
8377
8378         test-xalloc-die.sh: make the code agree with the commit log
8379         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8380         at the end, just in case you happen to have a test-xalloc-die
8381         program in some other PATH directory.
8382
8383         test-xalloc-die.sh: fix a portability bug
8384         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8385         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8386         Otherwise, argv[0] (as often seen in diagnostics) would be too
8387         system-dependent, sometimes with, and sometimes without the leading "./".
8388
8389         version-etc-fsf: relax license to LGPLv3+
8390         * modules/version-etc-fsf (License): Relax license.
8391
8392 2009-11-16  Eric Blake  <ebb9@byu.net>
8393
8394         xalloc-die-tests: avoid printing null pointer
8395         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8396         shell script.
8397         * tests/test-xalloc-die.c (program_name): Declare.
8398         * tests/test-xalloc-die.sh (tmpfiles): New file.
8399
8400         setenv, unsetenv: work around various bugs
8401         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8402         (setenv) [HAVE_SETENV]: Work around bugs.
8403         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8404         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8405         for bugs.
8406         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8407         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8408         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8409         * modules/stdlib (Makefile.am): Update substitutions.
8410         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8411         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8412         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8413         * modules/setenv-tests: New test.
8414         * modules/unsetenv-tests: Likewise.
8415         * tests/test-setenv.c: New file.
8416         * tests/test-unsetenv.c: Likewise.
8417
8418 2009-11-16  Jim Meyering  <meyering@redhat.com>
8419
8420         version-etc: relax license to LGPLv3+
8421         * modules/version-etc (License): Relax license.
8422
8423         better AC_REQUIRE expanded-before-required-warning avoidance
8424         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8425         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8426         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8427         which is no longer needed.
8428
8429 2009-11-16  Eric Blake  <ebb9@byu.net>
8430
8431         test-freading: clean up temporary file
8432         * tests/test-freading.c (main): Remove file on success, and use
8433         ASSERT more liberally.
8434         Reported by Jim Meyering.
8435
8436 2009-11-16  Jim Meyering  <meyering@redhat.com>
8437
8438         avoid new AC_REQUIRE expanded-before-required warnings
8439         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8440         merely using it.
8441         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8442         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8443
8444 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8445
8446         * tests/test-xalloc-die.c: New file.
8447         * modules/xalloc-die-tests: New file.
8448         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8449         XFAIL_TESTS so it can be appended by modules.
8450
8451 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8452
8453         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8454         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8455
8456 2009-11-14  Eric Blake  <ebb9@byu.net>
8457
8458         fnmatch: avoid compiler warning
8459         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8460         to silence compiler warning about mismatch signedness in ?:.
8461         Reported by Robert Millan.
8462
8463         intprops: add double-inclusion guard
8464         * lib/intprops.h: Allow idempotent includes.
8465         Suggested by Bruce Korb.
8466
8467         openat: detect Solaris fchownat bug
8468         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8469         penalizing glibc chownat when only lchownat is broken.
8470         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8471         trailing slash bugs.
8472         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8473         * modules/openat-tests (Files): Include more files.
8474         (Depends-on): Add mgetgroups, sleep, stat-time.
8475         (configure.ac): Add additional checks.
8476         (Makefile.am): Build new test.
8477         * tests/test-fchownat.c: New file.
8478
8479         lchown: detect Solaris and FreeBSD bug
8480         * lib/lchown.c (rpl_lchown): Work around bug.
8481         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8483         * modules/unistd (Makefile.am): Populate it.
8484         * lib/unistd.in.h (lchown): Update declaration.
8485         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8486         * modules/lchown-tests: New file.
8487         * tests/test-lchown.h (test_lchown): Likewise.
8488         * tests/test-lchown.c (main): Likewise.
8489
8490         chown: detect Solaris and FreeBSD bug
8491         * lib/chown.c (rpl_chown): Work around bug.
8492         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8493         (gl_PREREQ_CHOWN): Delete.
8494         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8495         * modules/unistd (Makefile.am): Populate it.
8496         * lib/unistd.in.h (chown): Update declaration.
8497         * lib/lchown.c (chown): Update client.
8498         * modules/lchown (Depends-on): Add lstat.
8499         * doc/posix-functions/chown.texi (chown): Document the bug.
8500         * doc/posix-functions/getgroups.texi (getgroups): Document
8501         getgroups pitfall.
8502         * modules/chown-tests: New file.
8503         * tests/test-chown.h (test_chown): Likewise.
8504         * tests/test-chown.c (main): Likewise.
8505
8506 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8507
8508         gnulib-tool: correctly detect absence of m4 directories
8509         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8510
8511 2009-11-14  Jim Meyering  <meyering@redhat.com>
8512
8513         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8514         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8515
8516 2009-11-14  John W. Eaton  <jwe@gnu.org>
8517
8518         strftime.h: wrap funtion declaration in extern "C" block
8519         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8520
8521 2009-11-13  Eric Blake  <ebb9@byu.net>
8522
8523         getgroups: avoid compiler warning
8524         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8525
8526         getgroups: work around FreeBSD bug
8527         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8528         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8529         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8530         * tests/test-getgroups.c (main): Fix buffer overrun.
8531
8532         getgroups: avoid compilation failure
8533         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8534         * modules/getgroups (Depends-on): Add stdint.
8535
8536 2009-11-13  Jim Meyering  <meyering@redhat.com>
8537
8538         test-getgroups: avoid compilation failure
8539         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8540
8541 2009-11-13  Eric Blake  <ebb9@byu.net>
8542
8543         mgetgroups: new module, taken from coreutils
8544         * modules/mgetgroups: New file.
8545         * lib/mgetgroups.h: Likewise.
8546         * lib/mgetgroups.c (mgetgroups): Likewise.
8547         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8548         * MODULES.html.sh (Users and groups): Mention it.
8549
8550         getgroups: don't expose GETGROUPS_T to user
8551         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8552         an element at a time if GETGROUPS_T is wrong size.
8553         * lib/getugroups.h (getugroups): Change signature.
8554         * lib/unistd.in.h (getgroups): Likewise.
8555         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8556         signature needs fixing.
8557         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8558         AC_TYPE_GETGROUPS.
8559         * modules/group-member (Depends-on): Add getgroups.
8560         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8561         (group_member): Rely on getgroups replacement.
8562         * lib/getugroups.c (getugroups): Use gid_t.
8563         * tests/test-getgroups.c (main): Likewise.
8564         * NEWS: Mention the signature change.
8565         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8566         problem with signature.
8567         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8568         GETGROUPS_T is still useful for setgroups.
8569
8570         getgroups, getugroups: provide stubs for mingw
8571         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8572         * lib/getugroups.c (getugroups): Likewise.
8573         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8574         function.  Modernize replacement scheme.
8575         (gl_PREREQ_GETGROUPS): Delete.
8576         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8577         * modules/getgroups (configure.ac): Declare witness.
8578         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8579         * modules/unistd (Depends-on): Substitute witness.
8580         * lib/unistd.in.h (getgroups): Declare replacement.
8581
8582         getgroups: avoid calling exit
8583         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8584         drop xalloc.
8585         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8586         dependencies.
8587         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8588         exiting, in the rare case of malloc failure.
8589
8590         getgroups: fix logic error
8591         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8592         has more than 20 groups.
8593         * modules/getgroups-tests: New test.
8594         * tests/test-getgroups.c: New file.
8595
8596 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8597
8598         * tests/test-base64.c: Improve.
8599
8600 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8601
8602         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8603         Blake <ebb9@byu.net>.
8604
8605 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8606
8607         * tests/test-xvasprintf.c: Add %s%s related checks.
8608
8609 2009-11-12  Eric Blake  <ebb9@byu.net>
8610
8611         version-etc: match standards.texi style
8612         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8613         and use <> only for URLs.
8614
8615 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8616
8617         fts: do not fail on a submount during traversal
8618         * lib/fts.c (fts_build): Read the stat info again after opening
8619         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8620         Original report at http://bugzilla.redhat.com/501848.
8621
8622 2009-11-12  Jim Meyering  <meyering@redhat.com>
8623
8624         bootstrap: sync from coreutils
8625         * build-aux/bootstrap (bootstrap_epilogue): New function.
8626         Use git_modules_config in one more place.  This make bootstrap's
8627         --gnulib-srcdir option more useful for testing.
8628
8629         bootstrap: generalize autoheader check
8630         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8631         AC_CONFIG_HEADERS.
8632
8633 2009-11-11  Eric Blake  <ebb9@byu.net>
8634
8635         mkfifoat: use new modules for Solaris and BSD bugs
8636         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8637         * lib/mkfifoat.c (mknodat): Split...
8638         * lib/mknodat.c (mknodat): ...into new file.
8639         * modules/mkfifoat (Files): Ship new file.
8640         (Depends-on): Add mkfifo, mknod.
8641         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8642         (Depends-on): Add symlink.
8643         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8644         redundant with test_mkfifo.h.
8645         (do_mkfifoat, do_mknodat): New helpers.
8646
8647         mknod: new module
8648         * modules/mknod: New file.
8649         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8650         * lib/mknod.c (mknod): Likewise.
8651         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8652         defaults.
8653         * modules/sys_stat (Makefile.am): Substitute them.
8654         * lib/sys_stat.in.h (mknod): Declare replacement.
8655         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8656         Document it.
8657         * doc/posix-functions/mknod.texi (mknod): Likewise.
8658         * modules/mknod-tests: New test.
8659         * tests/test-mknod.c: Likewise.
8660
8661         mkfifo: new module
8662         * modules/mkfifo: New file.
8663         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8664         * lib/mkfifo.c (mkfifo): Likewise.
8665         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8666         defaults.
8667         * modules/sys_stat (Makefile.am): Substitute them.
8668         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8669         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8670         Document it.
8671         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8672         * modules/mkfifo-tests: New test.
8673         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8674         from test-mkfifoat.c.
8675         * tests/test-mkfifo.c: New file.
8676
8677         readlink: detect FreeBSD bug
8678         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8679         slash on symlink.
8680         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8681         * tests/test-readlink.h (test_readlink): Enhance test.
8682
8683         symlink: detect FreeBSD bug
8684         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8685         slash on symlink.
8686         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8687         * tests/test-symlink.h (test_symlink): Enhance test.
8688
8689 2009-11-10  Eric Blake  <ebb9@byu.net>
8690
8691         link: detect FreeBSD bug
8692         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8693         symlink.
8694         * doc/posix-functions/link.texi (link): Document the bug.
8695         * tests/test-link.h (test_link): Enhance test.
8696         * tests/test-linkat.c (main): Update caller.
8697
8698         unlink, remove: detect FreeBSD bug
8699         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8700         slash on symlink.
8701         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8702         * doc/posix-functions/remove.texi (remove): Likewise.
8703         * tests/test-unlink.h (test_unlink): Enhance test.
8704         * tests/test-remove.c (main): Likewise.
8705
8706 2009-11-09  Eric Blake  <ebb9@byu.net>
8707
8708         rename: detect FreeBSD bug
8709         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8710         slash on symlink.
8711         * modules/renameat-tests (Depends-on): Add filenamecat.
8712         * tests/test-rename.h (test_rename): Allow one more errno.
8713         * tests/test-renameat.c (main): Likewise.
8714         * doc/posix-functions/rename.texi (rename): Document the bug.
8715
8716         open: detect FreeBSD bug
8717         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8718         symlink.
8719         * doc/posix-functions/open.texi (open): Document the bug.
8720         * doc/posix-functions/utimes.texi (utimes): Likewise.
8721         * tests/test-open.h (test_open): Add parameters, and test symlink
8722         handling.
8723         * tests/test-open.c (main): Adjust caller.
8724         * tests/test-fcntl-safer.c (main): Likewise.
8725         * modules/open-tests (Depends-on): Add stdbool, symlink.
8726         * modules/fcntl-safer-tests (Depends-on): Likewise.
8727         * tests/test-openat.c (main): Add test-open tests.
8728
8729         stat: detect FreeBSD bug
8730         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8731         symlink.
8732         * doc/posix-functions/stat.texi (stat): Document the bug.
8733         * tests/test-stat.h (test_stat_func): Add argument.
8734         * tests/test-stat.c (main): Adjust caller.
8735         * tests/test-fstatat.c (main): Likewise.
8736         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8737         Reported by Jim Meyering.
8738
8739 2009-11-09  James Youngman  <jay@gnu.org>
8740
8741         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8742         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8743
8744 2009-11-08  Jim Meyering  <meyering@redhat.com>
8745
8746         utimens: remove invalid futimesat call
8747         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8748         It used the file descriptor of the target file as the DIR_FD
8749         parameter and NULL as the file name.  That caused failure with
8750         errno == EFAULT on FreeBSD-8.0-rc2
8751
8752 2009-11-07  Eric Blake  <ebb9@byu.net>
8753
8754         fflush, freadseek: use fseeko, not fseek
8755         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8756         (clear_ungetc_buffer): Avoid potential problems on large files.
8757         * lib/freadseek.c (freadseek): Likewise.
8758         * modules/freadseek (Depends-on): Add fseeko.
8759         * modules/fseek (configure.ac): Set a witness.
8760         * tests/test-fflush.c (main): Use fseeko.
8761         * tests/test-fpurge.c (fseek): Disable link warning.
8762         * tests/test-freadable.c (fseek): Likewise.
8763         * tests/test-freading.c (fseek): Likewise.
8764         * tests/test-fseeko.c (fseek): Likewise.
8765         * tests/test-ftell.c (fseek): Likewise.
8766         * tests/test-ftello.c (fseek): Likewise.
8767         * tests/test-fwritable.c (fseek): Likewise.
8768         * tests/test-fwriting.c (fseek): Likewise.
8769
8770 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8771
8772         * modules/memchr (Depends-on): Drop getpagesize dependency.
8773
8774 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8775
8776         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8777         Reported by Ludovic Courtès.
8778         * build-aux/pmccabe2html: Improve example usage.
8779         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8780
8781 2009-11-06  Jim Meyering  <meyering@redhat.com>
8782
8783         do-release-commit-and-tag: New module.
8784         Automate the release-commit and tag process.
8785         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8786         * modules/do-release-commit-and-tag: New file.
8787         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8788
8789 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8790
8791         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8792         because test-select.c uses inet_pton.
8793
8794 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8795
8796         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8797         GETADDRINFO_LIB.  Bump serial number.
8798         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8799         Suggested by Eric Blake <ebb9@byu.net>.
8800
8801 2009-11-05  Eric Blake  <ebb9@byu.net>
8802
8803         strtod: detect darwin bug
8804         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8805         Reported by Leo Davis.
8806
8807         freopen-safer: new module
8808         * modules/freopen-safer: New module.
8809         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8810         * lib/freopen-safer.c (freopen_safer): New file.
8811         * lib/stdio-safer.h (freopen_safer): New declaration.
8812         * lib/stdio--.h (freopen): New override.
8813         * MODULES.html.sh (File stream based Input/Output): Mention it.
8814         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8815         freopen-safer module.
8816         * doc/posix-functions/stderr.texi (stderr): Likewise.
8817         * doc/posix-functions/stdin.texi (stdin): Likewise.
8818         * doc/posix-functions/stdout.texi (stdout): Likewise.
8819         * modules/freopen-safer-tests: New test.
8820         * tests/test-reopen-safer.c: New file.
8821
8822 2009-11-05  Jim Meyering  <meyering@redhat.com>
8823
8824         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8825         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8826
8827 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8828
8829         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8830
8831 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8832
8833         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8834
8835 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8836
8837         Fix link error.
8838         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8839         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8840
8841 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8842
8843         * tests/test-func.c: Also test value of __func__.
8844
8845 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8846
8847         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8848         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8849
8850 2009-11-05  Bruno Haible  <bruno@clisp.org>
8851
8852         Fix link error.
8853         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8854         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8855         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8856
8857 2009-11-05  Bruno Haible  <bruno@clisp.org>
8858
8859         Tests for module 'inet_pton'.
8860         * modules/inet_pton-tests: New file.
8861         * tests/test-inet_pton.c: New file.
8862
8863 2009-11-05  Bruno Haible  <bruno@clisp.org>
8864
8865         Tests for module 'inet_ntop'.
8866         * modules/inet_ntop-tests: New file.
8867         * tests/test-inet_ntop.c: New file.
8868
8869 2009-11-04  Eric Blake  <ebb9@byu.net>
8870
8871         stdlib-safer: wrap all mkstemp variants
8872         * modules/mkostemp (configure.ac): Set witness.
8873         * modules/mkostemps (configure.ac): Likewise.
8874         * modules/mkstemps (configure.ac): Likewise.
8875         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8876         (mkstemps_safer): Wrap more functions.
8877         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8878         wrapping.
8879         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8880         (mkstemps_safer): Implement the wrappers.
8881
8882         mkstemps, mkostemps: new modules
8883         * modules/mkostemps: New module.
8884         * modules/mkstemps: Likewise.
8885         * lib/mkostemps.c (mkostemps): New file.
8886         * lib/mkstemps.c (mkstemps): Likewise.
8887         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8888         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8889         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8890         * modules/stdlib (Makefile.am): Substitute them.
8891         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8892         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8893         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8894         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8895         * MODULES.html.sh (File system functions): Mention them.
8896
8897         tempname: resync from glibc
8898         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8899         same values for __GT_FILE as glibc.  Abort even when assertions
8900         are disabled.
8901         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8902         match its value otherwise.  Allow idempotent inclusion.
8903         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8904         * lib/mkostemp.c (mkostemp): Likewise.
8905         * lib/mkstemp.c (mkstemp): Likewise.
8906         * lib/tmpfile.c (tmpfile): Likewise.
8907         * NEWS: Document this.
8908
8909         utimens: fix use of futimens on older Linux
8910         * lib/utimens.c (fdutimens): Use updated, rather than original,
8911         timespec to avoid bug in older Linux kernel.
8912         Reported by Simon Josefsson.
8913
8914 2009-11-04  Bruno Haible  <bruno@clisp.org>
8915
8916         Make num_processors more flexible and consistent.
8917         * lib/nproc.h (enum nproc_query): New type.
8918         (num_processors): Add a 'query' argument.
8919         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8920         (num_processors): Add a 'query' argument. Test the value of the
8921         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8922         mingw, count the number of CPUs available for the current process.
8923         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8924         Check for sched_getaffinity and sched_getaffinity_np.
8925         * modules/nproc (Depends-on): Add c-ctype, extensions.
8926         * NEWS: Mention the change.
8927
8928 2009-11-03  Bruno Haible  <bruno@clisp.org>
8929
8930         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8931
8932 2009-11-03  Jim Meyering  <meyering@redhat.com>
8933
8934         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8935         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8936         if it is defined.
8937
8938 2009-11-02  Eric Blake  <ebb9@byu.net>
8939
8940         mktime, timegm: share common declaration
8941         * lib/mktime-internal.h: New file.
8942         * lib/mktime.c: Use it rather than open-coding a declaration.
8943         * lib/timegm.c: Likewise.
8944         * modules/mktime (Files): Ship it.
8945         * modules/timegm (Files): Likewise.
8946         Suggested by Bruno Haible.
8947
8948         test-update-copyright: update test to match script changes
8949         * tests/test-update-copyright.sh: Avoid hard-coding perl
8950         location.  Don't update *.bak created by earlier runs.
8951
8952 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8953             Simon Josefsson  <simon@josefsson.org>
8954             Bruno Haible  <bruno@clisp.org>
8955
8956         Fix link error on Solaris 8.
8957         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8958         also in libnsl. Define also INET_PTON_LIB.
8959         * modules/inet_pton (Link): New section.
8960
8961 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8962             Bruno Haible  <bruno@clisp.org>
8963
8964         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8965         * modules/inet_ntop (Link): New section.
8966         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8967
8968 2009-11-02  Eric Blake  <ebb9@byu.net>
8969
8970         maint: avoid compiler warnings in m4 macros
8971         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8972         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8973
8974 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8975
8976         * m4/pmccabe2html.m4: Remove file.
8977         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8978         function.  Change maintainer.
8979         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8980         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8981         Courtès).
8982
8983 2009-10-31  Eric Blake  <ebb9@byu.net>
8984
8985         fseeko: fix m4 regression
8986         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8987         regression from 2009-10-27.
8988         Reported by Ralf Wildenhues.
8989
8990 2009-10-31  Jim Meyering  <meyering@redhat.com>
8991
8992         inttostr: aesthetics and improved (compile-time) safety
8993         Define inttype_is_signed rather than inttype_is_unsigned,
8994         since the sole use is via "#if inttype_is_signed".
8995         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8996         inttype_is_unsigned.
8997         * lib/offtostr.c (inttype_is_signed): Likewise.
8998         * lib/uinttostr.c (inttype_is_signed): Likewise.
8999         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9000         * lib/inttostr.c (inttostr): Use verify to cross-check the
9001         inttype_is_signed value and the signedness of the actual type.
9002         * modules/inttostr (Depends-on): Add verify.
9003
9004 2009-10-30  Eric Blake  <ebb9@byu.net>
9005
9006         build: avoid compiler warnings
9007         * lib/fchmodat.c (lchmod): Mark unused variables.
9008         * lib/getopt.c (_getopt_initialize): Likewise.
9009         * lib/mktime.c (__mktime_internal): Provide prototype.
9010         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9011         older gcc that do not understand #pragma GCC diagnostic.
9012         * lib/uinttostr.c (inttype_is_unsigned): Define.
9013         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9014
9015 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9016
9017         stat: fix compilation on AIX
9018         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9019         only see struct stat64.
9020
9021 2009-10-30  Eric Blake  <ebb9@byu.net>
9022
9023         exclude: make more robust
9024         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9025         rather than masking a coding bug.
9026         Suggested by Bruno Haible.
9027
9028 2009-10-30  Jim Meyering  <meyering@redhat.com>
9029
9030         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9031         Rather than putting #!/usr/bin/perl on the first line,
9032         start with a variant of what's recommended by "man perlrun" that
9033         invokes the first "perl" program from your shell's search path.
9034         * build-aux/gitlog-to-changelog: Replace #!... as above.
9035         Add a "Local Variables" perl mode setting.
9036         Prompted by a patch from Ludovic Courtès.
9037         Improved by Eric Blake.
9038         * build-aux/useless-if-before-free: Likewise.
9039         * build-aux/announce-gen: Likewise.
9040         * build-aux/update-copyright: Likewise.
9041
9042 2009-10-29  Eric Blake  <ebb9@byu.net>
9043
9044         filenamecat-lgpl: adjust clients
9045         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9046         filenamecat.
9047         * modules/renameat (Depends-on): Likewise.
9048
9049         filenamecat: split into filenamecat-lgpl
9050         * modules/filenamecat-lgpl: New module.
9051         * modules/filenamecat (Files): Move library-safe files into
9052         filenamecat-lgpl.
9053         (Depends-on): Add filenamecat-lgpl.
9054         (configure.ac): Declare witness.
9055         * lib/filenamecat.h (file_name_concat): Only declare when using
9056         GPL module.
9057         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9058         Move...
9059         * lib/filenamecat-lgpl.c: ...into new file.
9060         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9061         (gl_FILE_NAME_CONCAT): Use it.
9062         * MODULES.html.sh (File system functions): Mention new module.
9063
9064         argp: avoid memory leak
9065         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9066         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9067         base_name, since the latter malloc()s and can call exit().
9068         Leak introduced 2006-07-03.
9069
9070         dirname-lgpl: adjust clients that don't need full dirname
9071         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9072         * modules/filenamecat (Depends-on): Likewise.
9073         * modules/linkat (Depends-on): Likewise.
9074         * modules/mkancesdirs (Depends-on): Likewise.
9075         * modules/mkdir (Depends-on): Likewise.
9076         * modules/openat (Depends-on): Likewise.
9077         * modules/savewd (Depends-on): Likewise.
9078         * modules/rename (Depends-on): Likewise.
9079         (License): Relax license.
9080         * modules/mkdir-tests (Depends-on): Drop progname.
9081         (Makefile.am): Delete unneeded LDADD.
9082         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9083
9084         dirname: split into dirname-lgpl
9085         * modules/dirname-lgpl: New module.
9086         * modules/dirname (Files): Move library-safe files into
9087         dirname-lgpl.
9088         (Depends-on): Add dirname-lgpl.
9089         (configure.ac): Declare witness.
9090         * modules/double-slash-root (License): Relax license.
9091         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9092         module.
9093         * lib/dirname.c (dir_len, mdir_name): Move...
9094         * lib/dirname-lgpl.c: ...into new file.
9095         * lib/basename.c (last_component, base_len): Move...
9096         * lib/basename-lgpl.c: ...into new file.
9097         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9098         (gl_DIRNAME): Use it.
9099         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9100         Mention new module.
9101         * modules/dirname-tests (Depends-on): Add progname.
9102         * tests/test-dirname.c (program_name): Delete.
9103
9104         mkdir: make safe for libraries
9105         * modules/mkdir (Depends-on): Drop xalloc.
9106         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9107         exit.
9108
9109         tests: avoid some compiler warnings
9110         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9111         literals.
9112         * tests/test-memchr.c (main): Avoid type mismatch.
9113         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9114         * tests/test-base64.c (main): Likewise.
9115         * tests/test-getdelim.c (main): Likewise.
9116         * tests/test-gethostname.c (main): Likewise.
9117         * tests/test-getline.c (main): Likewise.
9118         * tests/test-netinet_in.c (main): Likewise.
9119         * tests/test-select.c (open_server_socket, main): Likewise.
9120         * tests/test-select-stdin.c (main): Likewise.
9121         * tests/test-sockets.c (main): Likewise.
9122         * tests/test-strsignal.c (main): Likewise.
9123         * tests/test-sys_select.c (main): Likewise.
9124         * tests/test-sys_socket.c (main): Likewise.
9125         * tests/test-u64.c (main): Likewise.
9126         * tests/test-xfprintf-posix.c (main): Likewise.
9127         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9128
9129         sockets: avoid compiler warning
9130         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9131
9132         maint: detect usage(1) and other suspicious exits
9133         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9134
9135 2009-10-29  Jim Meyering  <meyering@redhat.com>
9136
9137         timespec: long-to-int truncation could make timespec_cmp malfunction
9138         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9139         a multiple of 2^32 nanoseconds as no difference.
9140
9141 2009-10-28  Jim Meyering  <meyering@redhat.com>
9142
9143         fprintftime: wrap macro code argument in "do {...} while(0)"
9144         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9145         cpy macro must be a statement that can be followed by a semicolon.
9146         Now that the else clause contains a comment and is hence longer
9147         than one line, I require curly braces.  That in turn requires
9148         that we wrap this code block in the standard do...while(0).
9149
9150         fprintftime: remove stray semicolon from previous change
9151         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9152
9153         fprintftime: avoid a warning about ignored fwrite return value
9154         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9155         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9156         that is unsafe.
9157         * modules/fprintftime (Depends-on): Add ignore-value.
9158
9159         exclude: avoid an unwarranted warning
9160         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9161
9162 2009-10-27  Eric Blake  <ebb9@byu.net>
9163
9164         fseek: avoid compilation failure when fflush is replaced
9165         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9166         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9167         module is in use.
9168         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9169         module is not in use; since REPLACE_FSEEK worked otherwise.
9170         (GNULIB_FTELLO): Likewise for ftell.
9171         Reported by Ian Beckwith and others.
9172
9173 2009-10-27  Bruno Haible  <bruno@clisp.org>
9174
9175         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9176         Reported by Jim Meyering.
9177
9178 2009-10-27  Jim Meyering  <jim@meyering.net>
9179             Bruno Haible  <bruno@clisp.org>
9180
9181         Avoid warning despite dropping the return value of fwrite.
9182         * lib/unicodeio.c: Include ignore-value.h.
9183         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9184         * modules/unicodeio (Depends-on): Add ignore-value.
9185
9186 2009-10-26  Eric Blake  <ebb9@byu.net>
9187
9188         areadlinkat: fix fallback path
9189         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9190         pointer and zero.
9191
9192 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9193
9194         Use a better IO block size for modern systems
9195         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9196         * lib/md2.c: Likewise.
9197         * lib/md4.c: Likewise.
9198         * lib/md5.c: Likewise.
9199         * lib/sha1.c: Likewise.
9200         * lib/sha256.c: Likewise.
9201         * lib/sha512.c: Likewise.
9202
9203 2009-10-22  Eric Blake  <ebb9@byu.net>
9204
9205         tests: avoid several compiler warnings
9206         * tests/test-getcwd.c (main): Avoid buffer underflow.
9207         * tests/test-getdate.c (main): String literals are not safe with
9208         putenv, so use setenv.  Declare unused argument.
9209         * modules/getdate-tests (Depends-on): Add setenv.
9210         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9211         problems with string literals in char *.
9212         * tests/test-hash.c (main): Avoid shadowing declaration.
9213         (insert_new): Treat string literals as char const *.
9214         * tests/test-getopt.h (test_getopt): Likewise.
9215         (getopt_loop): Alter types to minimize casting elsewhere.
9216         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9217         (test_getopt_long_posix): Likewise.
9218         (do_getopt_long): Add wrapper to minimize casting.
9219         * tests/test-atexit.c (clear_temp_file): Use void.
9220         * tests/test-areadlink-with-size.c (main): Declare unused
9221         arguments.
9222         * tests/test-areadlink.c (main): Likewise.
9223         * tests/test-areadlinkat-with-size.c (main): Likewise.
9224         * tests/test-areadlinkat.c (main): Likewise.
9225         * tests/test-canonicalize-lgpl.c (main): Likewise.
9226         * tests/test-canonicalize.c (main): Likewise.
9227         * tests/test-dirent-safer.c (main): Likewise.
9228         * tests/test-dirname.c (main): Likewise.
9229         * tests/test-dup2.c (main): Likewise.
9230         * tests/test-fchdir.c (main): Likewise.
9231         * tests/test-fcntl-h.c (main): Likewise.
9232         * tests/test-fcntl-safer.c (main): Likewise.
9233         * tests/test-fdopendir.c (main): Likewise.
9234         * tests/test-fdutimensat.c (main): Likewise.
9235         * tests/test-fflush.c (main): Likewise.
9236         * tests/test-filenamecat.c (main): Likewise.
9237         * tests/test-filevercmp.c (main): Likewise.
9238         * tests/test-fopen-safer.c (main): Likewise.
9239         * tests/test-fopen.c (main): Likewise.
9240         * tests/test-fpending.c (main): Likewise.
9241         * tests/test-fpurge.c (main): Likewise.
9242         * tests/test-freading.c (main): Likewise.
9243         * tests/test-fstatat.c (main): Likewise.
9244         * tests/test-fsync.c (main): Likewise.
9245         * tests/test-futimens.c (main): Likewise.
9246         * tests/test-getndelim2.c (main): Likewise.
9247         * tests/test-gettimeofday.c (main): Likewise.
9248         * tests/test-getopt.c (main): Likewise.
9249         * tests/test-i-ring.c (main): Likewise.
9250         * tests/test-inttypes.c (main): Likewise.
9251         * tests/test-link.c (main): Likewise.
9252         * tests/test-lstat.c (main): Likewise.
9253         * tests/test-math.c (main): Likewise.
9254         * tests/test-md5.c (main): Likewise.
9255         * tests/test-memchr2.c (main): Likewise.
9256         * tests/test-memrchr.c (main): Likewise.
9257         * tests/test-mkdir.c (main): Likewise.
9258         * tests/test-mkdirat.c (main): Likewise.
9259         * tests/test-mkfifoat.c (main): Likewise.
9260         * tests/test-open.c (main): Likewise.
9261         * tests/test-openat-safer.c (main): Likewise.
9262         * tests/test-openat.c (main): Likewise.
9263         * tests/test-quotearg.c (main): Likewise.
9264         * tests/test-rawmemchr.c (main): Likewise.
9265         * tests/test-readlink.c (main): Likewise.
9266         * tests/test-remove.c (main): Likewise.
9267         * tests/test-rename.c (main): Likewise.
9268         * tests/test-renameat.c (main): Likewise.
9269         * tests/test-rmdir.c (main): Likewise.
9270         * tests/test-sha1.c (main): Likewise.
9271         * tests/test-signal.c (main): Likewise.
9272         * tests/test-sigaction.c (main): Likewise.
9273         * tests/test-stat.c (main): Likewise.
9274         * tests/test-stat-time.c (main): Likewise.
9275         * tests/test-stddef.c (main): Likewise.
9276         * tests/test-stdint.c (main): Likewise.
9277         * tests/test-stdio.c (main): Likewise.
9278         * tests/test-stdlib.c (main): Likewise.
9279         * tests/test-strchrnul.c (main): Likewise.
9280         * tests/test-strerror.c (main): Likewise.
9281         * tests/test-string.c (main): Likewise.
9282         * tests/test-strtod.c (main): Likewise.
9283         * tests/test-strverscmp.c (main): Likewise.
9284         * tests/test-symlink.c (main): Likewise.
9285         * tests/test-symlinkat.c (main): Likewise.
9286         * tests/test-sys_stat.c (main): Likewise.
9287         * tests/test-sys_time.c (main): Likewise.
9288         * tests/test-time.c (main): Likewise.
9289         * tests/test-unistd.c (main): Likewise.
9290         * tests/test-unlink.c (main): Likewise.
9291         * tests/test-unlinkat.c (main): Likewise.
9292         * tests/test-utimens.c (main): Likewise.
9293         * tests/test-utimensat.c (main): Likewise.
9294         * tests/test-version-etc.c (main): Likewise.
9295         * tests/test-wchar.c (main): Likewise.
9296         * tests/test-wctype.c (main): Likewise.
9297         * tests/test-xprintf-posix.c (main): Likewise.
9298         * tests/test-posixtm.c (main): Likewise.
9299         (STREQ): Delete unused macro.
9300         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9301         shadowed variables.
9302         * tests/test-memchr.c (main): Likewise.
9303
9304 2009-10-21  Eric Blake  <ebb9@byu.net>
9305
9306         areadlinkat: avoid failure on older glibc
9307         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9308         rather than mis-comparing 0 against FUNC_RESULT of char*.
9309
9310 2009-10-21  Bruno Haible  <bruno@clisp.org>
9311
9312         * modules/stpncpy (License): Relicense under LGPLv2+.
9313         Reported by David Lutterkort <lutter@redhat.com>.
9314
9315 2009-10-20  Eric Blake  <ebb9@byu.net>
9316
9317         utimensat: work around Solaris 9 bug
9318         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9319         has trailing slash bugs.
9320         * tests/test-lutimens.h (test_lutimens): Enhance test.
9321         * tests/test-utimens.h (test_utimens): Likewise.
9322         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9323         * doc/posix-functions/utimes.texi (utimes): Likewise.
9324         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9325         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9326         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9327         * doc/posix-functions/futimens.texi (futimens): Likewise.
9328
9329         fdutimensat: new module
9330         * modules/fdutimensat: New file.
9331         * lib/fdutimensat.c (fdutimensat): Likewise.
9332         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9333         * MODULES.html.sh (File system functions): Mention module.
9334         * modules/fdutimensat-tests: New test.
9335         * tests/test-fdutimensat.c: Likewise.
9336
9337         doc: regenerate INSTALL
9338         * doc/INSTALL: Reflect recent autoconf update.
9339         * doc/INSTALL.ISO: Likewise.
9340         * doc/INSTALL.UTF-8: Likewise.
9341
9342 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9343
9344         acl: warn if ACL support is not detected
9345         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9346
9347 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9348
9349         * lib/nproc.h: Add extern "C" block for C++.
9350
9351 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9352             Bruno Haible  <bruno@clisp.org>
9353
9354         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9355         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9356         * doc/posix-functions/isalpha.texi: Likewise.
9357         * doc/posix-functions/isblank.texi: Likewise.
9358         * doc/posix-functions/iscntrl.texi: Likewise.
9359         * doc/posix-functions/isdigit.texi: Likewise.
9360         * doc/posix-functions/isgraph.texi: Likewise.
9361         * doc/posix-functions/islower.texi: Likewise.
9362         * doc/posix-functions/isprint.texi: Likewise.
9363         * doc/posix-functions/ispunct.texi: Likewise.
9364         * doc/posix-functions/isspace.texi: Likewise.
9365         * doc/posix-functions/isupper.texi: Likewise.
9366         * doc/posix-functions/isxdigit.texi: Likewise.
9367
9368 2009-10-18  Bruno Haible  <bruno@clisp.org>
9369
9370         Tests for module 'isblank'.
9371         * modules/isblank-tests: New file.
9372         * tests/test-isblank.c: New file.
9373
9374         New module 'isblank'.
9375         * lib/isblank.c: New file.
9376         * m4/isblank.m4: New file.
9377         * modules/isblank: New file.
9378         * doc/posix-functions/isblank.texi: Mention the new module.
9379
9380 2009-10-18  Bruno Haible  <bruno@clisp.org>
9381
9382         New module 'ctype'.
9383         * lib/ctype.in.h: New file.
9384         * m4/ctype.m4: New file.
9385         * modules/ctype: New file.
9386         * doc/posix-headers/ctype.texi: Mention the new module.
9387
9388 2009-10-18  Jim Meyering  <meyering@redhat.com>
9389
9390         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9391         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9392         right after its initialization, rather than farther down.
9393         Keeping these in close proximity makes it easier to ensure
9394         that each such variable is initialized.  E.g.,
9395
9396             LIB_CLOCK_GETTIME=
9397             AC_SUBST([LIB_CLOCK_GETTIME])
9398
9399         This change also increments these serial numbers.
9400         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9401         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9402         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9403
9404 2009-10-18  Bruno Haible  <bruno@clisp.org>
9405
9406         Don't let environment variables perturb build.
9407         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9408         (gl_PREREQ_GETHRXTIME): ... not here.
9409
9410 2009-10-18  Bruno Haible  <bruno@clisp.org>
9411
9412         Avoid symlink attack in localcharset module.
9413         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9414         (O_NOFOLLOW): Define fallback.
9415         (get_charset_aliases): Don't open the file if it is a symbolic link.
9416         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9417         gl_FCNTL_H.
9418         (gl_FCNTL_H): Require it.
9419         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9420         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9421         Reported by Fergal Glynn <fglynn@veracode.com>.
9422
9423 2009-10-18  Bruno Haible  <bruno@clisp.org>
9424
9425         Implement nproc for mingw.
9426         * lib/nproc.c: Include <windows.h>
9427         (num_processors): On native Windows platforms, try GetSystemInfo.
9428
9429 2009-10-18  Bruno Haible  <bruno@clisp.org>
9430
9431         Implement nproc for IRIX.
9432         * lib/nproc.c: Include <sys/sysmp.h>.
9433         (num_processors): On IRIX systems, try sysmp.
9434         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9435
9436 2009-10-18  Bruno Haible  <bruno@clisp.org>
9437
9438         Implement nproc for HP-UX.
9439         * lib/nproc.c: Include <sys/pstat.h>
9440         (num_processors): On HP-UX systems, try pstat_getdynamic.
9441         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9442         pstat_getdynamic.
9443
9444 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9445             Bruno Haible  <bruno@clisp.org>
9446
9447         Implement nproc for NetBSD, OpenBSD.
9448         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9449         (ARRAY_SIZE): New macro.
9450         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9451         * m4/nproc.m4: New file.
9452         * modules/nproc (Files): Add m4/nproc.m4.
9453         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9454         (Makefile.am): Instead, augment lib_SOURCES.
9455
9456 2009-10-18  Bruno Haible  <bruno@clisp.org>
9457
9458         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9459         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9460         sys/param.h.
9461
9462 2009-10-16  Eric Blake  <ebb9@byu.net>
9463
9464         utimensat: new module
9465         * modules/utimensat: New file.
9466         * lib/utimensat.c (utimensat): Likewise.
9467         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9468         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9469         so we can work around Linux bugs.
9470         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9471         * modules/sys_stat (Makefile.am): Substitute them.
9472         * lib/sys_stat.in.h (utimensat): Declare it.
9473         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9474         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9475         * modules/utimensat-tests: New test.
9476         * tests/test-utimensat.c: Likewise.
9477
9478         utimens: let lutimens work on non-symlinks
9479         * lib/utimens.c (lutimens): Fall back to utimens rather than
9480         failing with ENOSYS, when file is not a symlink.
9481         (utimens): Reduce redirection.
9482         * tests/test-lutimens.h (test_lutimens): Update test to cover
9483         non-symlinks.
9484         * tests/test-utimens.h (test_utimens): Update test to cover
9485         symlinks.
9486         * tests/test-utimens.c (main): Update caller.
9487
9488         utimens: cache whether utimensat syscall works
9489         * lib/utimens.c (utimensat_works_really): New cache variable.
9490         (fdutimens, lutimens): Use it to avoid failing syscall.
9491
9492         test-stat-time, test-utimens: improve portability
9493         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9494         ext4 on alpha, and for cygwin.
9495         * tests/test-utimens-common.h: New file.
9496         (nap): Factor delays into single function.
9497         * tests/test-lutimens.h (test_lutimens): Use new header.
9498         * tests/test-futimens.h (test_futimens): Likewise.
9499         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9500         timestamps to occur from same machine, as was done previously for
9501         test_utimens.
9502         * modules/utimens-tests (Files): Ship new file.
9503         * modules/futimens-tests (Files): Likewise.
9504         Reported in part by Jim Meyering.
9505
9506         sys_stat: sort replacement declarations
9507         * lib/sys_stat.in.h: Sort declarations.
9508         * lib/futimens.c (futimens): Fix typo.
9509
9510 2009-10-15  Jim Meyering  <meyering@redhat.com>
9511
9512         don't let environment settings perturb build
9513         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9514         could cause a configure-time and/or build-time malfunction.
9515         Typically, a configure-time function-in-library test is performed
9516         via code like this:
9517
9518           LIB_VAR=
9519           AC_SUBST([LIB_VAR])
9520           prefix_saved_LIBS=$LIBS
9521             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9522                        [test "$ac_cv_search_FUNC" = "none required" ||
9523                         LIB_VAR=$ac_cv_search_FUNC])
9524           LIBS=$prefix_saved_LIBS
9525
9526         However, in each of the files affected by this change, the LIB_VAR=
9527         initialization was omitted.  Thus, when set in the environment, its
9528         value would propagate into generated Makefiles when FUNC is not found
9529         in LIB_NAME.
9530         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9531         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9532         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9533
9534 2009-10-14  Eric Blake  <ebb9@byu.net>
9535
9536         fchdir: avoid infinite recursion in mingw
9537         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9538         recursing.
9539
9540         test-stat-time: port to mingw
9541         * tests/test-stat-time.c (force_unlink): Return a value.
9542         (test_ctime) [W32]: Fix compilation error.
9543         (nap): Don't call usleep with too large an argument.  Use
9544         force_unlink.
9545         * doc/pastposix-functions/usleep.texi (usleep): Document the
9546         portability issue.
9547
9548 2009-10-13  Jim Meyering  <meyering@redhat.com>
9549
9550         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9551         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9552         * modules/pipe-filter-ii: Likewise.
9553         * modules/sys_socket-tests: Likewise.
9554         * modules/tsearch-tests: Likewise.
9555         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9556         (check): Depend on it.
9557
9558 2009-10-12  Eric Blake  <ebb9@byu.net>
9559
9560         utimens-tests: port to NFS file systems
9561         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9562         comparisons to avoid spurious failures from timestamp drift
9563         between NFS machines.
9564
9565 2009-10-12  Eric Blake  <ebb9@byu.net>
9566
9567         stat-time-tests: minor cleanups
9568         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9569         * tests/test-stat-time.c (nap): Separate assignment from call.
9570         Suggested by Paolo Bonzini and Bruno Haible.
9571
9572         sys_stat: guarantee struct timespec
9573         * lib/sys_stat.in.h (includes): Always include <time.h>
9574         * modules/sys_stat (Depends-on): Add time.
9575         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9576         mode_t permission values.
9577         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9578         get at subsecond timestamps.
9579
9580 2009-10-10  Eric Blake  <ebb9@byu.net>
9581
9582         futimens: new module
9583         * modules/futimens: New file.
9584         * lib/futimens.c (futimens): Likewise.
9585         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9586         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9587         we can work around Linux bugs.
9588         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9589         * modules/sys_stat (Makefile.am): Substitute them.
9590         * lib/sys_stat.in.h (futimens): Declare it.
9591         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9592         * doc/posix-functions/futimens.texi (futimens): Likewise.
9593         * modules/futimens-tests: New test.
9594         * tests/test-futimens.c: Likewise.
9595
9596         utimens: introduce fdutimens
9597         * lib/utimens.h (fdutimens): New prototype.
9598         * lib/utimens.c (gl_futimens): Move guts...
9599         (fdutimens): ...to new interface.
9600         * tests/test-utimens.c (do_fdutimens): Use it.
9601
9602         utimens: add UTIME_NOW and UTIME_OMIT support
9603         * lib/utimens.c (validate_timespec, update_timespec): New helper
9604         functions.
9605         (gl_futimens, lutimens): Use them.
9606         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9607         stdbool, sys_stat.
9608         (Link): Mention resulting library dependency.
9609         * modules/utimecmp (Link): Likewise.
9610         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9611         (Makefile.am): Pick up library dependency.
9612         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9613         definition.
9614         * tests/test-sys_stat.c: Test the definitions.
9615         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9616         * NEWS: Document library dependency.
9617
9618         utimecmp: support symlink timestamps
9619         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9620         hashing when possible.  Use pathconf when available.
9621         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9622         * modules/utimecmp (Depends-on): Add lstat.
9623
9624         utimens: add lutimens interface
9625         * lib/utimens.c (lutimens): New function.
9626         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9627         * lib/utimens.h (lutimens): Declare new interface.
9628         * tests/test-utimens.c (main): Enhance test.
9629         * tests/test-lutimens.h (test_lutimens): New file.
9630         * modules/utimens-tests (Files): Distribute it.
9631         (Depends-on): Add symlink.
9632         (configure.ac): Check for usleep.
9633
9634         utimens: validate futimens usage
9635         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9636         fewer syscalls on failure later on.  Avoid compiler warning on
9637         mingw.
9638         * modules/utimens (Depends-on): Add dup2.
9639
9640         utimens: add test
9641         * modules/utimens-tests: New test.
9642         * tests/test-utimens.h: New file.
9643         * tests/test-futimens.h: Likewise.
9644         * tests/test-utimens.c: Likewise.
9645
9646         doc: mention timestamp portability issues
9647         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9648         instead.
9649         * doc/posix-functions/utime.texi (utime): Likewise.
9650         * doc/posix-functions/utimes.texi (utimes): Likewise.
9651         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9652         instead.
9653         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9654         module.
9655         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9656         Mention weakness with symlink timestamps.
9657         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9658         to utimensat/futimens instead.
9659         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9660
9661         test-dup2: enhance test
9662         * tests/test-dup2.c (main): Also check AT_FDCWD.
9663
9664         test-stat-time: avoid more spurious failures
9665         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9666         xfs; and avoid race if the two timestamps cross quantization edge.
9667
9668         relocatable: prefer 'file system' over 'filesystem'
9669         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9670         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9671         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9672         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9673         * lib/relocatable.c (compute_curr_prefix): Likewise.
9674
9675 2009-10-10  Jim Meyering  <meyering@redhat.com>
9676
9677         stat-time-tests: check for the usleep function
9678         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9679
9680 2009-10-10  Bruno Haible  <bruno@clisp.org>
9681
9682         * modules/xnanosleep: Put the Link section after the Include section.
9683
9684 2009-10-09  Eric Blake  <ebb9@byu.net>
9685
9686         dup2: work around FreeBSD 6.1 bug
9687         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9688         * doc/posix-functions/dup2.texi (dup2): Document it.
9689         Reported by Nelson H. F. Beebe and Jim Meyering.
9690
9691         test-stat-time: port to buggy NFS clients
9692         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9693         (test_ctime): Also skip test if mtime and ctime are skewed.
9694
9695         maint: prefer 'file system' over 'filesystem'
9696         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9697         * doc/posix-functions/lstat.texi (lstat): Likewise.
9698         * lib/file-has-acl.c (file_has_acl): Likewise.
9699         * lib/fwriteerror.c [TEST]: Likewise.
9700         * tests/test-areadlink.h (test_areadlink): Likewise.
9701         * tests/test-areadlinkat-with-size.c (main): Likewise.
9702         * tests/test-areadlinkat.c (main): Likewise.
9703         * tests/test-canonicalize-lgpl.c (main): Likewise.
9704         * tests/test-canonicalize.c (main): Likewise.
9705         * tests/test-fstatat.c (main): Likewise.
9706         * tests/test-linkat.c (main): Likewise.
9707         * tests/test-lstat.h (test_lstat_func): Likewise.
9708         * tests/test-mkdir.h (test_mkdir): Likewise.
9709         * tests/test-readlink.h (test_readlink): Likewise.
9710         * tests/test-remove.c (main): Likewise.
9711         * tests/test-rename.h (test_rename): Likewise.
9712         * tests/test-renameat.c (main): Likewise.
9713         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9714         * tests/test-symlink.h (test_symlink): Likewise.
9715         * tests/test-symlinkat.c (main): Likewise.
9716         * tests/test-unlink.h (test_unlink_func): Likewise.
9717         * tests/test-unlinkat.c (main): Likewise.
9718
9719         maint: make realtime library usage explicit
9720         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9721         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9722         * modules/settime (Link): Likewise.
9723         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9724
9725         test-stat-time: speed up execution
9726         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9727         warning on mingw.
9728         (nap): New helper function.
9729         (prepare_test): Use it to reduce sleep time.
9730         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9731         execution.
9732         * modules/stat-time-tests (configure.ac): Check for usleep.
9733
9734 2009-10-09  Jim Meyering  <meyering@redhat.com>
9735
9736         selinux-h: always use getfilecon wrappers
9737         * lib/getfilecon.c: New file.
9738         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9739         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9740         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9741         (fgetfilecon): Provide a stub.
9742         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9743         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9744         file unconditionally.
9745         When <selinux/selinux.h> is found, arrange to use wrappers.
9746         * modules/selinux-h (Files): Add getfilecon.c.
9747         (Makefile.am): Substitute include-next-related bits
9748         into the now-always-generated selinux/selinux.h file.
9749         * doc/glibc-functions/lgetfilecon.texi: New file.
9750         * doc/glibc-functions/fgetfilecon.texi: New file.
9751         * doc/glibc-functions/getfilecon.texi: New file.
9752         * doc/glibc-functions/getfilecon-desc.texi: New file.
9753         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9754         which to pull in the new files.
9755         * MODULES.html.sh (Misc): Add selinux-h.
9756
9757 2009-10-08  Jim Meyering  <meyering@redhat.com>
9758
9759         unistd: fix comment typo
9760         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9761
9762 2009-10-08  Eric Blake  <ebb9@byu.net>
9763
9764         areadlink: use SIZE_MAX consistently
9765         * modules/areadlink (Depends-on): Add stdint.
9766         * modules/areadlink-with-size (Depends-on): Likewise.
9767         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9768         gives NULL; drop sys/types, since unistd gives size_t; and add
9769         stdint for SIZE_MAX.
9770         (SIZE_MAX): Rely on headers.
9771         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9772         and add stdint.
9773         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9774         (SIZE_MAX): Likewise.
9775         (INITIAL_BUF_SIZE): Turn into enum.
9776         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9777
9778 2009-10-08  Jim Meyering  <meyering@redhat.com>
9779
9780         areadlinkat: avoid compilation failure
9781         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9782         Fix typo in comment.
9783
9784 2009-10-07  Eric Blake  <ebb9@byu.net>
9785
9786         areadlinkat-with-size: new module
9787         * modules/areadlinkat-with-size: New module.
9788         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9789         * lib/areadlink.h (areadlinkat): Declare it.
9790         * MODULES.html.sh (File system functions): Mention it.
9791         * modules/areadlinkat-with-size-tests: New test.
9792         * tests/test-areadlinkat-with-size.c: New file.
9793
9794         xreadlinkat: new module
9795         * modules/xreadlinkat: New module.
9796         * lib/xreadlinkat.c (xreadlinkat): New file.
9797         * lib/xreadlink.h (xreadlinkat): Declare it.
9798         * MODULES.html.sh (File system functions): Mention it.
9799
9800         areadlinkat: new module
9801         * lib/at-func.c (FUNC_FAIL): New define.
9802         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9803         * modules/areadlinkat: New module.
9804         * lib/linkat.c (areadlinkat): Move...
9805         * lib/areadlinkat.c (areadlinkat): ...to new file.
9806         * lib/areadlink.h (areadlinkat): Declare it.
9807         * modules/linkat (Depends-on): Add areadlinkat.
9808         * MODULES.html.sh (File system functions): Mention it.
9809         * modules/areadlinkat-tests: New test.
9810         * tests/test-areadlinkat.c: New file.
9811
9812         areadlink, areadlink-with-size: add tests
9813         * modules/areadlink-tests: New test.
9814         * modules/areadlink-with-size-tests: Likewise.
9815         * tests/test-areadlink.h: New file.
9816         * tests/test-areadlink.c: Likewise.
9817         * tests/test-areadlink-with-size.c: Likewise.
9818
9819         maint: minor cleanups
9820         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9821         _UNUSED_PARAMETER_ instead.
9822         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9823         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9824         * modules/linkat-tests (Files): Distribute test-link.h.
9825
9826         openat, utimens: whitespace cleanup
9827         * lib/openat.c: Prefer space throughout, rather than mix of 8
9828         spaces vs. tabs.
9829         * lib/at-func.c: Likewise.
9830         * lib/utimens.c: Likewise.
9831
9832         openat: avoid using wrong fd
9833         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9834         working directory chooses same fd.
9835         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9836
9837         mkdir, mkdirat: fix cygwin 1.5.x bug
9838         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9839         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9840         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9841         bug.
9842         (gl_PREREQ_MKDIR): Delete unused macro.
9843         * modules/mkdir (Files): Track file rename.
9844         (configure.ac): Update macro name.
9845         * modules/openat (Depends-on): Add mkdir.
9846         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9847
9848         mkdir, mkdirat: add tests
9849         * modules/mkdir-tests: New test.
9850         * tests/test-mkdir.h: New file.
9851         * tests/test-mkdir.c: Likewise.
9852         * tests/test-mkdirat.c: Likewise.
9853         * modules/openat-tests (Files): Add new files.
9854         (Makefile.am): Run new test.
9855
9856 2009-10-06  Eric Blake  <ebb9@byu.net>
9857
9858         doc: tweak *at function documentation
9859         * doc/posix-functions/faccessat.texi (faccessat): Mention
9860         known issue with replacement.
9861         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9862         * doc/posix-functions/linkat.texi (linkat): Likewise.
9863         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9864         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9865         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9866         * doc/posix-functions/renameat.texi (renameat): Likewise.
9867         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9868
9869         openat: fix GNU/Hurd bug in unlinkat
9870         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9871         broken.
9872         * doc/posix-functions/unlink.texi (unlink): Document this.
9873         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9874
9875         fdopendir: fix GNU/Hurd bug
9876         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9877         allowing non-directory fds.
9878         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9879         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9880         * modules/dirent (Makefile.am): Substitute it.
9881         * lib/dirent.in.h (fdopendir): Declare replacement.
9882         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9883         * tests/test-fdopendir.c (main): Test something other than
9884         /dev/null, since on Hurd that behaves like a directory.
9885
9886         test-symlink: port to GNU/Hurd
9887         * tests/test-symlink.h (test_symlink): Relax expected errno.
9888
9889         doc: tweak more cygwin information
9890         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9891         now compatible with glibc.
9892         * doc/posix-functions/getopt.texi (getopt): Likewise.
9893
9894         getopt-gnu: add another test
9895         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9896         guarantee behavior relied on by m4.
9897         * tests/test-getopt.c (main): Use it.
9898         * modules/getopt-posix-tests (Depends-on): Add setenv.
9899         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9900
9901         getopt: fix compilation on darwin
9902         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9903         include.
9904         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9905         Reported by Ludovic Courtès.
9906
9907 2009-10-06  Bruno Haible  <bruno@clisp.org>
9908
9909         * modules/size_max (Description): Discourage its use.
9910         Reported by Simon Josefsson.
9911
9912 2009-10-06  Jim Meyering  <meyering@redhat.com>
9913
9914         linkat: avoid compilation failure
9915         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9916
9917 2009-10-05  Eric Blake  <ebb9@byu.net>
9918
9919         linkat: support Linux 2.6.17
9920         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9921         linkat on Linux, but allow cache variable override.
9922         * lib/linkat.c (rpl_linkat): Define override.
9923         * modules/linkat (Depends-on): Add symlinkat.
9924         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9925         * modules/unistd (Makefile.am): Substitute it.
9926         * lib/unistd.in.h (linkat): Declare replacement.
9927         Reported by Pádraig Brady.
9928
9929         quotearg: port test to systems with C.UTF-8 locale
9930         * tests/test-quotearg.c (struct result_strings): Add another
9931         member, differentiating between C.ASCII and C.UTF-8 handling.
9932         (compare_strings): Add parameter.
9933         (main): Adjust all callers.
9934
9935         getopt: avoid clash with FreeBSD _getopt_internal
9936         * lib/getopt.in.h (_getopt_internal): Override the name.
9937         * lib/getopt_int.h (includes): Pick up any overrides.
9938         Reported by Reuben Thomas.
9939
9940         hash: allow C89 compilation
9941         * lib/hash.c (check_tuning): Move declaration before statement.
9942         Reported by Reuben Thomas.
9943
9944 2009-10-05  Karl Berry  <karl@gnu.org>
9945
9946         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9947
9948 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9949             Bruno Haible  <bruno@clisp.org>
9950
9951         * lib/uname.c (uname): Use a table-driven algorithm to compute
9952         Windows NT versions.
9953
9954 2009-10-04  Bruno Haible  <bruno@clisp.org>
9955
9956         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9957         program_invocation_short_name.
9958         * modules/progname (configure.ac): Test for presence of
9959         program_invocation_short_name.
9960         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9961
9962 2009-10-04  Bruno Haible  <bruno@clisp.org>
9963
9964         * lib/progname.c (set_program_name): Fix comment.
9965         Reported by Jim Meyering.
9966
9967 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9968             Bruno Haible  <bruno@clisp.org>
9969
9970         * lib/uname.c: Include <string.h>.
9971         (uname): Do only one call to GetVersionEx in the common case.
9972
9973 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9974             Bruno Haible  <bruno@clisp.org>
9975
9976         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9977         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9978         (uname): Add support for Windows CE and various non-x86 CPU types.
9979
9980 2009-10-03  Bruno Haible  <bruno@clisp.org>
9981
9982         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9983         invocation to tests/configure.ac.
9984         Reported by Ian Beckwith <ianb@erislabs.net>.
9985
9986 2009-10-02  Eric Blake  <ebb9@byu.net>
9987
9988         fchdir: avoid compiler warning
9989         * lib/fchdir.c (canonicalize_file_name)
9990         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9991
9992         test-open: support mingw errno values
9993         * tests/test-open.h (test_open): Relax test.
9994         * tests/test-fopen.h (test_fopen): Likewise.
9995         * tests/test-openat-safer.c (main): Likewise.
9996
9997         open: fix opening directory on mingw
9998         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9999
10000         test-open: on GNU/Hurd, /dev/null is a directory
10001         * tests/test-fopen.h (main): Rename...
10002         (test_fopen): ...to this.  Use a guaranteed non-directory when
10003         confirming open behavior on trailing slash.
10004         * tests/test-openat-safer.c (main): Likewise.
10005         * tests/test-open.h (main): Likewise....
10006         (test_open): ...to this.
10007         * tests/test-fopen.c (main): Adjust caller.
10008         * tests/test-fopen-safer.c (main): Likewise.
10009         * tests/test-open.c (main): Likewise.
10010         * tests/test-fcntl-safer.c (main): Likewise.
10011         Reported by Samuel Thibault.
10012
10013         rename, fchdir: don't ignore chdir failure
10014         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10015         * lib/rename.c (rpl_rename) [W32]: Likewise.
10016         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10017         an empty destination directory if source cannot be renamed,
10018         although there is still possibility for failure.
10019         * doc/posix-functions/rename.texi (rename): Document the race.
10020         Reported by Jim Meyering.
10021
10022         maint: cleanup whitespace in recent commits
10023         * lib/rename.c (rpl_rename): Remove tabs.
10024         * tests/test-link.h (test_link): Likewise.
10025         * lib/fchdir.c (get_name): Likewise.
10026         Reported by Jim Meyering.
10027
10028 2009-10-02  Ben Pfaff  <blp@gnu.org>
10029
10030         relocatable-prog-wrapper: Add missing dependency on
10031         double-slash-root.
10032         * modules/relocatable-prog-wrapper: Add dependency.
10033         Reported by Ian Beckwith <ianb@erislabs.net>.
10034
10035 2009-10-02  Eric Blake  <ebb9@byu.net>
10036
10037         renameat: fix Solaris bugs
10038         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10039         needed fixing.
10040         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10041         * modules/stdio (Makefile.am): Substitute it.
10042         * lib/stdio.in.h (renameat): Declare replacement.
10043         * lib/renameat.c (rpl_renameat): Implement fix.
10044
10045         renameat: new module
10046         * modules/renameat: New file.
10047         * lib/renameat.c (renameat): Likewise.
10048         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10049         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10050         * modules/stdio (Makefile.am): Substitute them.
10051         * lib/stdio.in.h (renameat): Declare it.
10052         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10053         * doc/posix-functions/renameat.texi (renameat): Likewise.
10054         * modules/renameat-tests: New test.
10055         * tests/test-renameat.c: Likewise.
10056
10057         rename: fix mingw bugs
10058         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10059         directory overwrite bugs.
10060
10061         rename: fix another cygwin 1.5 bug
10062         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10063         checks.
10064         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10065         unnecessary cygwin workarounds.  Also work around bug with moving
10066         full directory onto an empty one.
10067         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10068
10069         rename-dest-slash: merge into rename module
10070         * modules/rename-dest-slash (Status): Mark obsolete.
10071         (Depends-on): Add rename.
10072         (Files): Let rename do it all.
10073         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10074         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10075         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10076         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10077         * lib/rename.c (rpl_rename): Update comments.
10078
10079         rename: fix cygwin 1.5.x bugs
10080         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10081         * lib/rename.c (rpl_rename): Work around them.
10082         * modules/rename (Depends-on): Add same-inode.
10083
10084         rename: fix Solaris 10 bug
10085         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10086         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10087         was the only bug.
10088
10089         rename: fix Solaris 9 bug
10090         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10091         on non-directory.  Avoid calling exit.
10092         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10093         strdup.
10094         * modules/rename-tests (Depends-on): Drop lstat.
10095         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10096         (gl_PREREQ_RENAME): Delete unused macro.
10097
10098         rename-dest-slash: fix NetBSD bug
10099         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10100         links.
10101         * modules/rename-dest-slash (Depends-on): Add same-inode.
10102
10103         rename-tests: new test, exposes several platform bugs
10104         * modules/rename-tests: New file.
10105         * tests/test-rename.h: Likewise.
10106         * tests/test-rename.c: Likewise.
10107         * doc/posix-functions/rename.texi (rename): Improve documentation,
10108         including bugs that will eventually be fixed in gnulib.
10109
10110 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10111
10112         * lib/uname.c: Include <stdlib.h>
10113         (uname): Assume version info is available.
10114
10115 2009-10-02  Jim Meyering  <meyering@redhat.com>
10116
10117         gnu-web-doc-update: correct --help output
10118         * build-aux/gnu-web-doc-update: Make --help output relevant.
10119
10120         gnu-web-doc-update: add standard options
10121         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10122
10123         gnu-web-doc-update: New module.
10124         Use this script to automatically update the on-line web documentation
10125         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10126         * modules/gnu-web-doc-update: New file, from coreutils.
10127         * build-aux/gnu-web-doc-update: New script.
10128
10129 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10130
10131         link: LoadLibrary is not needed.
10132         * lib/link.c: Use GetModuleHandle.
10133
10134 2009-10-01  Eric Blake  <ebb9@byu.net>
10135
10136         getopt: bump serial number
10137         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10138         change.
10139
10140         tests: tighten link, rmdir, and remove tests
10141         * tests/test-link.h (includes): No need to use <config.h> here.
10142         Clean up if directory hard link was created, otherwise test for
10143         trailing '.'.
10144         * tests/test-linkat.c (main): Simplify.
10145         * tests/test-remove.c (main): Enhance test for trailing '.'.
10146         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10147
10148 2009-10-01  Jim Meyering  <meyering@redhat.com>
10149
10150         maint.mk: requiring "make major" was annoying, for a "minor" release.
10151         What is intended is "stable", to contrast with alpha and beta,
10152         so require "make stable", not "make major".
10153         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10154         (get_tool_versions): Likewise.
10155         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10156
10157 2009-09-30  Ben Pfaff  <blp@gnu.org>
10158
10159         Fix broken build of replacement for Windows tmpfile().
10160         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10161         flags argument added along with the 'mkostemp' module.
10162
10163 2009-09-28  Bruno Haible  <bruno@clisp.org>
10164
10165         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10166         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10167         to 'remove_elt'.
10168         (gl_list_remove): Update.
10169         * lib/gl_list.c (gl_list_remove): Update.
10170         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10171         to 'remove_elt'.
10172         (gl_oset_remove): Update.
10173         * lib/gl_list.c (gl_oset_remove): Update.
10174         Reported by Eric Blake.
10175
10176 2009-09-28  Eric Blake  <ebb9@byu.net>
10177
10178         doc: mention yet more cygwin 1.7 status
10179         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10180         cygwin.
10181         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10182         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10183
10184         argp: fix test failure
10185         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10186         that are not upper-case.  Pass correct range to tolower.
10187
10188 2009-09-27  Jim Meyering  <meyering@redhat.com>
10189
10190         test-yesno: work around sparc-dash here-document infelicity
10191         Without this change, the literal \177 byte in a here document
10192         would make dash 0.5.5.1-3 access uninitialized memory.
10193         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10194         Instead, use a marker, "@", and filter through tr to create the desired
10195         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10196
10197 2009-09-27  Bruno Haible  <bruno@clisp.org>
10198
10199         Disable untested support for new flavours of ACLs on AIX.
10200         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10201         progress.
10202         * lib/set-mode-acl.c (qset_acl): Likewise.
10203
10204 2008-12-07  Bruno Haible  <bruno@clisp.org>
10205
10206         Add support for new flavours of ACLs on AIX. (Untested.)
10207         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10208         (file_has_acl): Add support for newer AIX.
10209         * lib/set-mode-acl.c (qset_acl): Likewise.
10210         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10211         Rainer Tammer <tammer@tammer.net>.
10212
10213 2009-09-26  Eric Blake  <ebb9@byu.net>
10214
10215         argp: fix compilation of getopt
10216         * lib/getopt.in.h (includes): Use different guard than glibc.
10217         Reported by Sergey Poznyakoff.
10218
10219         doc: mention more cygwin 1.7 status
10220         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10221         bug.
10222         * doc/posix-functions/execl.texi (execl): Likewise.
10223         * doc/posix-functions/execle.texi (execle): Likewise.
10224         * doc/posix-functions/execlp.texi (execlp): Likewise.
10225         * doc/posix-functions/execv.texi (execv): Likewise.
10226         * doc/posix-functions/execve.texi (execve): Likewise.
10227         * doc/posix-functions/execvp.texi (execvp): Likewise.
10228         * doc/glibc-functions/canonicalize_file_name.texi
10229         (canonicalize_file_name): Cygwin 1.7 now provides this.
10230         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10231         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10232         on AT_SYMLINK_NOFOLLOW.
10233
10234 2009-09-24  Eric Blake  <ebb9@byu.net>
10235
10236         test-linkat: make test more robust
10237         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10238
10239         getopt: fix inclusion guards for cygwin
10240         * modules/getopt-posix (Depends-on): Add include-next.
10241         (Makefile.am): Substitute more items in replacement header.
10242         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10243         <getopt.h>.
10244         * lib/getopt.in.h (includes): Use split inclusion guard, and
10245         prefer <getopt.h> over include <unistd.h> when one is present.
10246         (option): Also override name of 'struct option'.
10247
10248         same-inode: revert prior change; it is not yet ready
10249         * NEWS: Undo mention of this change.
10250         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10251         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10252         * lib/cycle-check.c (cycle_check): Likewise.
10253         * lib/same.c (same_name): Likewise.
10254         * lib/at-func2.c (at_func2): Likewise.
10255
10256 2009-09-23  Eric Blake  <ebb9@byu.net>
10257
10258         linkat: new module
10259         * modules/linkat: New file.
10260         * lib/at-func2.c (at_func2): Likewise.
10261         * lib/linkat.c (linkat): Likewise.
10262         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10263         * lib/openat-priv.h (at_func2): Add declaration.
10264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10265         * modules/unistd (Makefile.am): Substitute them.
10266         * lib/unistd.in.h (linkat): Declare it.
10267         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10268         * doc/posix-functions/linkat.texi (linkat): Likewise.
10269         * doc/posix-functions/link.texi (link): Tweak wording.
10270         * tests/test-link.c (main): Move guts...
10271         * tests/test-link.h (test_link): ...into new file.
10272         * modules/linkat-tests: New test.
10273         * tests/test-linkat.c: Likewise.
10274         * modules/link-tests (Files): Ship new file.
10275         (Depends-on): Add stdbool.
10276
10277         dirname: add library-safe mdir_name
10278         * lib/dirname.h (mdir_name): New prototype.
10279         * lib/dirname.c (dir_name): Move guts...
10280         (mdir_name): ...to new function that avoids xalloc_die.
10281
10282         fchdir: another mingw fix
10283         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10284         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10285         on mingw (where it has not yet been ported), and make it optional
10286         elsewhere.
10287         (_gl_register_fd): Use it.
10288
10289         same-inode: make SAME_INODE tri-state, to port to mingw
10290         * NEWS: Mention this change.
10291         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10292         st_ino always being 0.
10293         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10294         * lib/cycle-check.c (cycle_check): Likewise.
10295         * lib/same.c (same_name): Likewise.
10296
10297         lstat: avoid mingw compilation error
10298         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10299         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10300         lstat ourselves.
10301         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10302         was adequate.
10303         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10304         the checks for lstat.
10305         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10306
10307         link: fix test failure on Solaris 9
10308         * lib/link.c (rpl_link): Don't assume link will catch bogus
10309         trailing slash on source.
10310
10311         test-symlinkat: enhance test
10312         * tests/test-readlink.c (main): Move guts...
10313         * tests/test-readlink.h (test_readlink): ...into new file.
10314         * tests/test-symlink.c (main): Move guts...
10315         * tests/test-symlink.h (test_symlink): ...into new file.
10316         * tests/test-symlinkat.c (main): Use new files for further
10317         coverage.
10318         (do_symlink, do_readlink): New helper functions.
10319         * modules/symlink-tests (Files): Ship new file.
10320         (Depends-on): Add stdbool.
10321         * modules/readlink-tests (Files): Ship new file.
10322         (Depends-on): Add stdbool.
10323         * modules/symlinkat-tests (Files): Use new files.
10324
10325 2009-09-23  Eric Blake  <ebb9@byu.net>
10326
10327         readlink: document portability issue with symlink length
10328         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10329         systems have bogus st_size on symlinks, and mention the
10330         areadlink-with-size module.
10331         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10332         * doc/posix-functions/readlink.texi (readlink): Mention the
10333         areadlink module, and ERANGE failure.
10334         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10335         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10336
10337         readlink: fix Solaris 9 bug with trailing slash
10338         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10339         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10340         * doc/posix-functions/readlink.texi (readlink): Document this.
10341         * modules/readlink-tests: New test.
10342         * tests/test-readlink.c: Likewise.
10343
10344         readlink: fix cygwin 1.5.x bug with return type
10345         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10346         * lib/unistd.in.h (readlink): Use ssize_t.
10347         * lib/readlink.c (readlink): Likewise.
10348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10349         * modules/unistd (Makefile.am): Substitute it.
10350         * lib/unistd.in.h (readlink): Declare replacement.
10351         * doc/posix-functions/readlink.texi (readlink): Document this.
10352
10353         symlink: use throughout gnulib
10354         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10355         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10356         symlink is not used.
10357         * modules/symlinkat (Depends-on): Add symlink.
10358         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10359         * modules/canonicalize-tests (Depends-on): Likewise.
10360         * modules/lstat-tests (Depends-on): Likewise.
10361         * modules/openat-tests (Depends-on): Likewise.
10362         * modules/remove-tests (Depends-on): Likewise.
10363         * modules/rmdir-tests (Depends-on): Likewise.
10364         * modules/unlink-tests (Depends-on): Likewise.
10365         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10366         * tests/test-canonicalize.c (symlink): Likewise.
10367         * tests/test-fstatat.c (symlink): Likewise.
10368         * tests/test-lstat.c (symlink): Likewise.
10369         * tests/test-remove.c (symlink): Likewise.
10370         * tests/test-rmdir.c (symlink): Likewise.
10371         * tests/test-unlink.c (symlink): Likewise.
10372         * tests/test-unlinkat.c (symlink): Likewise.
10373
10374         symlink: new module, for Solaris 9 bug
10375         * modules/symlink: New file.
10376         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10377         * lib/symlink.c: Likewise.
10378         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10379         * modules/unistd (Makefile.am): Substitute them.
10380         * lib/unistd.in.h (symlink): Declare replacement.
10381         * MODULES.html.sh (File system functions): Mention it.
10382         * doc/posix-functions/symlink.texi (symlink): Likewise.
10383         * modules/symlink-tests: New test.
10384         * tests/test-symlink.c: Likewise.
10385
10386 2009-09-23  Bruno Haible  <bruno@clisp.org>
10387
10388         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10389         when needed.
10390         Test case: gnulib-tool --import --with-tests atexit inttypes.
10391         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10392
10393 2009-09-23  Bruno Haible  <bruno@clisp.org>
10394
10395         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10396         subcommand, not in a subshell.
10397
10398 2009-09-22  Eric Blake  <ebb9@byu.net>
10399
10400         unistd: sort replacement declarations
10401         * lib/unistd.in.h: Sort declarations.
10402
10403         open, openat: minor optimization
10404         * lib/open.c (open): If open succeeded, len is non-zero.
10405         * lib/openat.c (rpl_openat): Likewise.
10406
10407         link-follow: ensure correct result
10408         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10409         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10410         distinguish between possible failures.
10411
10412 2009-09-21  Eric Blake  <ebb9@byu.net>
10413
10414         fts: avoid compiler warning
10415         * lib/fts.c (dirent_inode_sort_may_be_useful)
10416         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10417
10418 2009-09-19  Bruno Haible  <bruno@clisp.org>
10419
10420         * lib/progreloc.c (canonicalize_file_name): New declaration.
10421
10422 2009-09-19  Eric Blake  <ebb9@byu.net>
10423
10424         link: fix quoting
10425         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10426
10427         openat: fix openat bugs on Solaris 9
10428         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10429         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10430         * modules/openat (Depends-on): Add open.
10431         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10432         * modules/fcntl-h (Makefile.am): Substitute it.
10433         * lib/fcntl.in.h (openat): Declare replacement.
10434         * doc/posix-functions/openat.texi (openat): Document this.
10435
10436         openat: move fstatat and unlinkat into correct files
10437         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10438         compiled.
10439         * lib/openat.c (fstatat, unlinkat): Move...
10440         * lib/fstatat.c (fstatat): ...into correct files.
10441         * lib/unlinkat.c (unlinkat): Likewise.
10442
10443         openat: fix unlinkat bugs on Solaris 9
10444         * lib/unlinkat.c (unlinkat): New file.
10445         * modules/openat (Depends-on): Add unlink.
10446         (Files): Distribute it.
10447         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10448         trailing slash behavior is broken.
10449         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10450         * modules/unistd (Makefile.am): Substitute it.
10451         * lib/unistd.in.h (unlinkat): Declare replacement.
10452         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10453
10454         openat: fix fstatat bugs on Solaris 9
10455         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10456         stat.
10457         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10458
10459         test-unlinkat: enhance test, to expose Solaris 9 bug
10460         * tests/test-unlink.c (main): Factor guts...
10461         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10462         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10463         * tests/test-rmdir.c (main): Adjust caller.
10464         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10465         (unlinker): New helper function.
10466         (rmdirat): Enhance check.
10467         * modules/rmdir-tests (Depends-on): Add stdbool.
10468         * modules/unlink-tests (Depends-on): Likewise.
10469         (Files): Add test-unlink.h.
10470         * modules/openat-tests (Files): Likewise.
10471         (Depends-on): Add unlinkdir.
10472
10473         test-fstatat: new test, to expose Solaris 9 bugs
10474         * tests/test-stat.c (main): Factor guts...
10475         * tests/test-stat.h (test_stat_func): ...into new file.
10476         * tests/test-lstat.c (main): Factor guts...
10477         * tests/test-lstat.h (test_lstat_func): ...into new file.
10478         * tests/test-fstatat.c: New file.
10479         * modules/stat-tests (Files): Add test-stat.h.
10480         * modules/lstat-tests (Files): Add test-lstat.h.
10481         (Depends-on): Add stdbool.
10482         * modules/openat-tests (Depends-on): Add pathmax.
10483         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10484         (Makefile.am): Run new test.
10485
10486         remove: new module, for mingw and Solaris 9 bugs
10487         * modules/remove: New file.
10488         * lib/remove.c: Likewise.
10489         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10490         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10491         * modules/stdio (Makefile.am): Use them.
10492         * lib/stdio.in.h (remove): Declare replacement.
10493         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10494         * doc/posix-functions/remove.texi (remove): Likewise.
10495         * modules/remove-tests: New test.
10496         * tests/test-remove.c: Likewise.
10497
10498         unlink: new module, for Solaris 9 bug
10499         * modules/unlink: New file.
10500         * lib/unlink.c: Likewise.
10501         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10502         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10503         * modules/unistd (Makefile.am): Use them.
10504         * lib/unistd.in.h (stat): Declare replacement.
10505         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10506         * doc/posix-functions/unlink.texi (unlink): Likewise.
10507         * modules/unlink-tests: New test.
10508         * tests/test-unlink.c: Likewise.
10509
10510         lstat: fix Solaris 9 bug
10511         * lib/lstat.c (lstat): Also check for trailing slash on
10512         non-symlink, non-directories.  Use stat module to simplify logic.
10513         * doc/posix-functions/lstat.texi (lstat): Document it.
10514         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10515         (configure.ac): Check for symlink.
10516         * tests/test-lstat.c (main): Add more tests.
10517
10518         stat: add as dependency to other modules
10519         * modules/chown (Depends-on): Add stat.
10520         * modules/euidaccess (Depends-on): Likewise.
10521         * modules/fchdir (Depends-on): Likewise.
10522         * modules/isdir (Depends-on): Likewise.
10523         * modules/link (Depends-on): Likewise.
10524         * modules/lstat (Depends-on): Likewise.
10525         * modules/mkdir-p (Depends-on): Likewise.
10526         * modules/modechange (Depends-on): Likewise.
10527         * modules/open (Depends-on): Likewise.
10528         * modules/readlink (Depends-on): Likewise.
10529         * modules/same (Depends-on): Likewise.
10530
10531         stat: fix Solaris 9 bug
10532         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10533         slash.
10534         * lib/stat.c (rpl_stat): Work around it.
10535         * doc/posix-functions/stat.texi (stat): Update documentation.
10536
10537         stat: new module, for mingw bug
10538         * modules/stat: New file.
10539         * lib/stat.c: Likewise.
10540         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10541         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10542         * modules/sys_stat (Makefile.am): Use them.
10543         * lib/sys_stat.in.h (stat): Declare replacement.
10544         * lib/openat.c (fstatat): Deal with lstat and stat being function
10545         macros.
10546         * modules/openat (Depends-on): Add inline.
10547         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10548         * doc/posix-functions/stat.texi (stat): Likewise.
10549         * modules/stat-tests: New test.
10550         * tests/test-stat.c: Likewise.
10551
10552 2009-09-19  Jim Meyering  <meyering@redhat.com>
10553
10554         syntax-check: detect unnecessary inclusion of canonicalize.h
10555         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10556
10557 2009-09-19  Eric Blake  <ebb9@byu.net>
10558
10559         canonicalize-lgpl: adjust clients to use correct header
10560         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10561         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10562         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10563         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10564         * lib/progreloc.c (includes): Likewise.
10565
10566 2009-09-19  Jim Meyering  <meyering@redhat.com>
10567
10568         test-posixtm.c: correct a comment
10569         * tests/test-posixtm.c: Correct first-line comment.
10570         Spotted by Eric Blake.
10571
10572 2009-09-16  Jim Meyering  <meyering@redhat.com>
10573
10574         posixtm-tests: make T const-correct; add a test case
10575         * tests/test-posixtm.c (T): Declare const.
10576         Add a test for -(2^31+1).
10577         Remove useless can-succeed-only-in-2002 test.
10578
10579         posixtm-tests: adjust the sole failing test
10580         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10581         expected output matches what mktime now produces.  Cross-checked via
10582         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10583
10584         posixtm: move #ifdef'd tests into a new module
10585         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10586         * tests/test-posixtm.c: ... this new file.
10587         * modules/posixtm-tests: New module.
10588
10589 2009-09-19  Eric Blake  <ebb9@byu.net>
10590
10591         openat: simplify use of at-func.c
10592         * lib/at-func.c (includes): Include prerequisites here, to
10593         simplify requirements on client files.
10594         * lib/openat-priv.h: Add double-inclusion guard.
10595         * lib/faccessat.c (includes): Simplify.
10596         * lib/fchmodat.c (includes): Likewise.
10597         * lib/fchownat.c (includes): Likewise.
10598         * lib/mkdirat.c (includes): Likewise.
10599         * lib/mkfifoat.c (includes): Likewise.
10600         * lib/symlinkat.c (includes): Likewise.
10601
10602         openat: allow return of fd 0
10603         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10604         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10605         unistd-safer.
10606         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10607         <fcntl.h>; this module does not leak fds.
10608         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10609         must be allowed to return 0, leaving openat_safer to add the
10610         safety.
10611         (openat_permissive): Avoid writing to just-opened fd 2 if
10612         restoring the current directory fails.
10613         * lib/openat-die.c (openat_restore_fail): Add comment.
10614         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10615         (save_cwd): Guarantee safe fd, but without use of open_safer.
10616         * tests/test-openat.c: New test.
10617         * modules/openat-tests (Files, Makefile.am): Distribute and build
10618         new file.
10619
10620         relocatable-prog-wrapper: fix build
10621         * modules/relocatable-prog-wrapper (Files): Update name of
10622         canonicalize m4 file, broken on 2009-09-17.
10623         Reported by emad hajjar <aleppos@hotmail.com>.
10624
10625 2009-09-19  Bruno Haible  <bruno@clisp.org>
10626
10627         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10628         * lib/safe-alloc.c: Likewise.
10629         Reported by Ian Beckwith <ianb@erislabs.net>.
10630
10631 2009-09-18  Bruno Haible  <bruno@clisp.org>
10632
10633         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10634         Reported by <erobles@sensacd.com.mx>.
10635
10636 2009-09-17  Eric Blake  <ebb9@byu.net>
10637
10638         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10639         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10640         slashes when checking if last component is missing.
10641         * tests/test-canonicalize.c (main): Test this.
10642
10643         canonicalize, canonicalize-lgpl: honor // if distinct from /
10644         * modules/canonicalize (Files): Add double-slash-root.m4.
10645         * modules/canonicalize-lgpl (Files): Likewise.
10646         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10647         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10648         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10649         fallback definition.
10650         (canonicalize_filename_mode): Use it to protect //.
10651         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10652         (__realpath): Likewise.
10653         * tests/test-canonicalize.c (main): Test this.
10654         * tests/test-canonicalize-lgpl.c (main): Likewise.
10655         * modules/canonicalize-tests (Depends-on): Add same-inode.
10656         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10657
10658         canonicalize-lgpl: fix glibc bug with trailing slash
10659         * m4/canonicalize-lgpl.m4: Move contents...
10660         * m4/canonicalize.m4: ...here.
10661         (gl_CANONICALIZE_LGPL): Factor realpath check...
10662         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10663         glibc 2.3.5 bug, fixed 2005-04-27.
10664         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10665         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10666         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10667         * modules/canonicalize-lgpl (Files): Manage file rename.
10668         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10669         * modules/stdlib (Makefile.am): Substitute witness.
10670         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10671         is needed.
10672         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10673         replacement is required.
10674         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10675         * doc/glibc-functions/canonicalize_file_name.texi
10676         (canonicalize_file_name): Document this.
10677         * doc/posix-functions/realpath.texi (realpath): Likewise.
10678
10679         canonicalize-lgpl: reject non-directory with trailing slash
10680         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10681         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10682         catches failures in glibc 2.3.5.
10683         * tests/test-canonicalize.c (main): Likewise.
10684
10685         canonicalize-lgpl: use native realpath if it works
10686         * lib/canonicalize-lgpl.c (realpath): Guard with
10687         FUNC_REALPATH_WORKS.
10688         * lib/stdlib.in.h (realpath): Make declaration optional based on
10689         HAVE_REALPATH.
10690         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10691         native realpath works.
10692         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10693         * modules/stdlib (Makefile.am): Substitute witness.
10694
10695         canonicalize, canonicalize-lgpl: use <stdlib.h>
10696         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10697         (Include): Mention <stdlib.h>.
10698         (configure.ac): Mention functions we provide.
10699         * modules/canonicalize (configure.ac): Likewise.
10700         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10701         realpath if canonicalize_file_name is missing.
10702         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10703         * modules/stdlib (Makefile.am): Substitute witnesses.
10704         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10705         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10706         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10707         * NEWS: Document this.
10708         * doc/glibc-functions/canonicalize_file_name.texi
10709         (canonicalize_file_name): Likewise.
10710         * doc/posix-functions/realpath.texi (realpath): Likewise.
10711         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10712
10713         test-canonicalize: consolidate into single C program
10714         * tests/test-canonicalize.sh: Delete; move setup into...
10715         * tests/test-canonicalize.c (main): ...the program, making it
10716         easier to run in debugger.  Add some tests.
10717         * modules/canonicalize-tests (Files): Remove unused file.
10718         (Depends-on): Add progname.
10719         (configure.ac, Makefile.am): Simplify.
10720
10721         test-canonicalize-lgpl: consolidate into single C program
10722         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10723         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10724         easier to run in debugger.  Add some tests.
10725         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10726         (configure.ac, Makefile.am): Simplify.
10727
10728         canonicalize: avoid resolvepath
10729         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10730         unnecessary checks.
10731         * lib/canonicalize.c (includes): Simplify.
10732         (canonicalize_file_name): Drop resolvepath implementation.
10733         * modules/canonicalize (Depends-on): Drop filenamecat.
10734
10735         canonicalize: don't lose errno
10736         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10737         over calls to free.
10738
10739         canonicalize: simplify errno handling
10740         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10741         assignment.
10742
10743         canonicalize, canonicalize-lgpl: update module dependencies
10744         * modules/canonicalize (Depends-on): Add extensions, lstat,
10745         pathmax, stdlib.
10746         (Files): Drop pathmax.h.
10747         (configure.ac): Adjust macro name.
10748         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10749         lstat, stdlib, sys_stat.
10750         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10751         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10752         extensions.
10753         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10754         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10755         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10756         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10757         declaration, if available.
10758         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10759         we can rely on the readlink module.
10760         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10761         (includes): Use <unistd.h> unconditionally.
10762
10763 2009-09-17  Eric Blake  <ebb9@byu.net>
10764
10765         maint: make Include sections of modules consistent
10766         * modules/alloca: Use only header name; no need to list #include.
10767         * modules/alloca-opt: Likewise.
10768         * modules/arpa_inet: Likewise.
10769         * modules/canon-host: Likewise.
10770         * modules/configmake: Likewise.
10771         * modules/dirent: Likewise.
10772         * modules/eealloc: Likewise.
10773         * modules/environ: Likewise.
10774         * modules/fchdir: Likewise.
10775         * modules/fcntl: Likewise.
10776         * modules/fcntl-h: Likewise.
10777         * modules/gethrxtime: Likewise.
10778         * modules/gettime: Likewise.
10779         * modules/ignore-value: Likewise.
10780         * modules/inet_ntop: Likewise.
10781         * modules/inet_pton: Likewise.
10782         * modules/inttypes: Likewise.
10783         * modules/isnand-nolibm: Likewise.
10784         * modules/isnanf-nolibm: Likewise.
10785         * modules/mbchar: Likewise.
10786         * modules/mbfile: Likewise.
10787         * modules/mbiter: Likewise.
10788         * modules/mbuiter: Likewise.
10789         * modules/netdb: Likewise.
10790         * modules/netinet_in: Likewise.
10791         * modules/nproc: Likewise.
10792         * modules/pagealign_alloc: Likewise.
10793         * modules/poll: Likewise.
10794         * modules/printf-frexp: Likewise.
10795         * modules/pthread: Likewise.
10796         * modules/putenv: Likewise.
10797         * modules/random_r: Likewise.
10798         * modules/relocatable-prog: Likewise.
10799         * modules/search: Likewise.
10800         * modules/select: Likewise.
10801         * modules/selinux-h: Likewise.
10802         * modules/settime: Likewise.
10803         * modules/signal: Likewise.
10804         * modules/size_max: Likewise.
10805         * modules/socklen: Likewise.
10806         * modules/ssize_t: Likewise.
10807         * modules/stdarg: Likewise.
10808         * modules/stdbool: Likewise.
10809         * modules/stddef: Likewise.
10810         * modules/stdint: Likewise.
10811         * modules/stdio: Likewise.
10812         * modules/stdlib: Likewise.
10813         * modules/string: Likewise.
10814         * modules/strings: Likewise.
10815         * modules/sys_file: Likewise.
10816         * modules/sys_ioctl: Likewise.
10817         * modules/sys_select: Likewise.
10818         * modules/sys_socket: Likewise.
10819         * modules/sys_stat: Likewise.
10820         * modules/sys_time: Likewise.
10821         * modules/sys_times: Likewise.
10822         * modules/sys_utsname: Likewise.
10823         * modules/sys_wait: Likewise.
10824         * modules/sysexits: Likewise.
10825         * modules/time: Likewise.
10826         * modules/times: Likewise.
10827         * modules/tmpfile: Likewise.
10828         * modules/trim: Likewise.
10829         * modules/unistd: Likewise.
10830         * modules/wchar: Likewise.
10831         * modules/wctype: Likewise.
10832
10833 2009-09-17  Bruno Haible  <bruno@clisp.org>
10834
10835         Make getdate.y compile on QNX and NetBSD 5 / i386.
10836         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10837         TIME_T_FITS_IN_LONG_INT.
10838         * lib/getdate.y (long_time_t): New type.
10839         (relative_time): Change type of 'seconds' field to long_time_t.
10840         (get_date): Update types of local variables. Check against overflow
10841         during conversion from long_time_t to time_t.
10842         Reported by Matt Kraai <kraai@ftbfs.org>
10843         and Hasso Tepper <hasso@netbsd.org>.
10844
10845 2009-09-17  Bruno Haible  <bruno@clisp.org>
10846
10847         * modules/COPYING: Update copyright years.
10848         * modules/README: Likeiwse.
10849         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10850         Reported by Ian Beckwith <ianb@erislabs.net>.
10851
10852 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10853
10854         * users.txt: Update references for gnuit package.
10855
10856 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10857
10858         * m4/getdelim.m4: Fix typo in copyright line.
10859
10860 2009-09-17  Bruno Haible  <bruno@clisp.org>
10861
10862         * lib/atoll.c: Use the standard header with GPL copyright.
10863         * lib/argz.in.h: Likewise.
10864         * lib/glob.c: Likewise.
10865         * lib/glob-libc.h: Likewise.
10866         * lib/random_r.c: Likewise.
10867         * lib/siglist.h: Likewise.
10868         * lib/strsignal.c: Likewise.
10869         Reported by Ian Beckwith <ianb@erislabs.net>.
10870
10871 2009-09-17  Eric Blake  <ebb9@byu.net>
10872
10873         rmdir: ensure correct dependency order
10874         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10875
10876 2009-09-17  Bruno Haible  <bruno@clisp.org>
10877
10878         Disable assertion that fails on NetBSD 5 / i386.
10879         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10880         Reported by Sam Steingold <sds@gnu.org>
10881         and Hasso Tepper <hasso@netbsd.org>.
10882
10883 2009-09-16  Eric Blake  <ebb9@byu.net>
10884
10885         unlinkdir: port to mingw
10886         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10887         on which no one can unlink a directory.
10888
10889         stdlib: sort witness names
10890         * modules/stdlib (Makefile.am): Sort replacements.
10891         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10892         * lib/stdlib.in.h: Likewise.
10893
10894         parse-duration-tests: avoid link failure
10895         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10896         LIBINTL.
10897         Reported by Tom G. Christensen.
10898
10899         openat-tests: ensure unlinkat behaves like rmdir
10900         * tests/test-rmdir.c (main): Factor guts...
10901         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10902         * modules/rmdir-tests (Files): Ship new file.
10903         * modules/openat-tests: New test.
10904         * tests/test-unlinkat.c: Likewise.
10905
10906         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10907         * modules/rmdir-errno (Status, Notice): Now obsolete.
10908
10909         rmdir: work around cygwin 1.5.x and mingw bugs
10910         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10911         * lib/rmdir.c (rmdir): Work around it.
10912         * modules/rmdir (Status, Notice): No longer obsolete.
10913         (Files): Add dos.m4.
10914         (Depends-on): Add unistd.
10915         (configure.ac): Set witnesses.
10916         (License): Relax to LGPLv2+.
10917         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10918         * modules/unistd (Makefile.am): Substitute witnesses.
10919         * lib/unistd.in.h (rmdir): Declare replacement.
10920         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10921         * modules/rmdir-tests: New tests.
10922         * tests/test-rmdir.c: Likewise.
10923
10924 2009-09-15  Eric Blake  <ebb9@byu.net>
10925
10926         fchdir: improve use of replacement functions
10927         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10928         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10929         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10930         REPLACE_CLOSEDIR.
10931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10932         * modules/sys_stat (Makefile.am): Substitute correct witness.
10933         * modules/dirent (Makefile.am): Likewise.
10934         * modules/unistd (Makefile.am): Likewise.
10935         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10936         * lib/unistd.in.h (dup): Likewise.
10937         * lib/sys_stat.in.h (fstat): Likewise.
10938
10939         maint: ignore gnulib-tool temp files
10940         * .gitignore: Ignore files created during gnulib-tool --test.
10941
10942 2009-09-13  Jim Meyering  <meyering@redhat.com>
10943
10944         posixtm: don't reject a time that specify "60" as the number of seconds
10945         * lib/posixtm.c (posixtime): The code to reject invalid dates
10946         would also reject a time specified with the .60 suffix.
10947         But POSIX allows that, in order to accommodate leap seconds.
10948         So don't reject it.
10949         (main): Adjust tests accordingly.
10950         * modules/posixtm (Depends-on): Add stpcpy.
10951
10952 2009-09-11  Jim Meyering  <meyering@redhat.com>
10953
10954         announce-gen: include [$release_type] in emitted Subject:
10955         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10956         e.g., [stable] in the emitted Subject: line.
10957
10958 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10959
10960         Remove obsolete macros from several modules.
10961         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10962         obsolete Autoconf macros with their modern counterparts.
10963         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10964         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10966         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10967         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10968         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10969         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10970         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10971         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10972         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10973         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10974         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10975         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10976         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10977         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10978         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10979         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10980         * m4/time_r.m4 (gl_TIME_R): Likewise.
10981         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10982         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10983         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10984
10985         Fix copyright header in build-aux scripts.
10986         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10987         recommendation.
10988         * build-aux/ncftpput-ftp: Likewise.
10989         * build-aux/update-copyright: Likewise.
10990
10991 2009-09-09  Eric Blake  <ebb9@byu.net>
10992
10993         test-link: allow Linux choice of errno
10994         * tests/test-link.c (main): Relax test for alternate error.
10995
10996         strndup: fix improper m4 caching
10997         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10998         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10999         (gl_PREREQ_STRNDUP): Delete.
11000         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11001         * modules/string (Makefile.am): Substitute it.
11002         * lib/string.in.h (strndup): Modernize prototype.
11003
11004         getcwd: port to mingw
11005         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11006         different from the POSIX assumptions made throughout the getcwd
11007         module; fortunately, the mingw getcwd does not need replacement.
11008         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11009         * modules/getcwd-tests: New test.
11010         * tests/test-getcwd.c: Likewise.
11011
11012         link: fix platform bugs
11013         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11014         * lib/link.c (link): Work around them.  Fix related mingw bug.
11015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11016         * modules/unistd (Makefile.am): Substitute it.
11017         * lib/unistd.in.h (link): Declare replacement.
11018         * doc/posix-functions/link.texi (link): Document this.
11019         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11020
11021         test-link: consolidate into single C program, test more cases
11022         * tests/test-link.sh: Delete.
11023         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11024         at least Cygwin and Solaris.
11025         * modules/link-tests (Files): Remove unused file.
11026         (Depends-on): Add errno, sys_stat.
11027         (Makefile.am): Simplify.
11028
11029 2009-09-08  Bruno Haible  <bruno@clisp.org>
11030
11031         Work around towlower, towupper bug on mingw.
11032         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11033         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11034         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11035         * doc/posix-functions/towupper.texi: Likewise.
11036         Reported by Eric Blake.
11037
11038 2009-09-08  Jim Meyering  <meyering@redhat.com>
11039
11040         build: don't try to run autoheader if we don't use it
11041         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11042         is not used in configure.ac.
11043
11044 2009-09-08  Eric Blake  <ebb9@byu.net>
11045
11046         euidaccess: fix compilation error
11047         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11048
11049         rawmemchr: relax license
11050         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11051         okay.
11052         Reported by Jim Meyering.
11053
11054         mkfifoat: new module
11055         * modules/mkfifoat: New file.
11056         * lib/mkfifoat.c: Likewise.
11057         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11058         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11059         * modules/sys_stat (Makefile.am): Use them.
11060         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11061         * MODULES.html.sh (File system functions): Mention module.
11062         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11063         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11064         * modules/mkfifoat-tests: New test.
11065         * tests/test-mkfifoat.c: Likewise.
11066
11067         strchrnul: relax license
11068         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11069         okay.
11070         Reported by Jim Meyering.
11071
11072 2009-09-08  Eric Blake  <ebb9@byu.net>
11073
11074         fstatat: fix compilation on Solaris
11075         * lib/fstatat.c (includes): Add fcntl.h.
11076         Reported by Pádraig Brady.
11077
11078 2009-09-07  Eric Blake  <ebb9@byu.net>
11079
11080         rename: modernize replacement
11081         * modules/rename (Depends-on): Add stdio.
11082         (configure.ac): Declare witness.
11083         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11084         stdio take care of replacement.
11085         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11086         * modules/stdio (Makefile.am): Substitute them.
11087         * lib/stdio.in.h (rename): Declare replacement.
11088         * lib/rename.c (includes): Allow cross-compilation to non-windows
11089         machines.
11090         * doc/posix-functions/rename.texi (rename): Improve
11091         documentation.
11092
11093         stdio: sort witness names
11094         * modules/stdio (Makefile.am): Sort replacements.
11095         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11096         * lib/stdio.in.h: Likewise.
11097
11098         getcwd: minor cleanups
11099         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11100         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11101
11102         openat: provide more convenience names
11103         * modules/faccessat (configure.ac): Add C witness.
11104         * lib/unistd.in.h (readlinkat): Fix typo.
11105         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11106         convenience wrappers.
11107         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11108         wrappers in syntax checks.
11109
11110 2009-09-06  Eric Blake  <ebb9@byu.net>
11111
11112         doc: fix comments in recent patches
11113         * lib/faccessat.c: Mention correct function.
11114         * lib/fchmodat.c: Likewise.
11115         * lib/fchownat.c: Likewise.
11116         * lib/symlinkat.c: Likewise.
11117         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11118         constants.
11119
11120         faccessat, symlinkat: continue cleanup of previous patch
11121         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11122         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11123         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11124         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11125         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11126         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11127         set.
11128
11129 2009-09-06  Bruno Haible  <bruno@clisp.org>
11130
11131         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11132         (fstatat): Declare if GNULIB_FSTATAT is set.
11133         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11134         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11135         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11136         * modules/fcntl-h (Files): Remove m4/openat.m4.
11137         * modules/sys_stat (Files): Remove m4/openat.m4.
11138         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11139         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11140         * modules/unistd (Files): Remove m4/openat.m4.
11141         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11142         GNULIB_OPENAT.
11143         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11144         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11145         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11146         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11147         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11148         gl_OPENAT_DEFAULTS.
11149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11150         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11151         Don't require gl_OPENAT_DEFAULTS.
11152         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11153         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11154         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11155         (gl_OPENAT_DEFAULTS): Remove macro.
11156
11157 2009-09-06  Bruno Haible  <bruno@clisp.org>
11158
11159         * modules/openat (configure.ac): Remove unneeded witness.
11160
11161 2009-09-06  Bruno Haible  <bruno@clisp.org>
11162
11163         Set errno to ENOSYS when a function is entirely unsupported.
11164         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11165         EOPNOTSUPP.
11166         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11167         * modules/chown (Depends-on): Remove errno.
11168
11169 2009-09-06  Bruno Haible  <bruno@clisp.org>
11170
11171         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11172
11173 2009-09-06  Bruno Haible  <bruno@clisp.org>
11174
11175         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11176
11177 2009-09-06  Ben Pfaff  <blp@gnu.org>
11178             Bruno Haible  <bruno@clisp.org>
11179
11180         Work around a glibc bug in strtok_r.
11181         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11182         Undefine if UNDEFINE_STRTOK_R is set.
11183         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11184         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11185         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11186         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11187         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11188         UNDEFINE_STRTOK_R.
11189         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11190
11191 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11192
11193         exclude: minor fix
11194         * lib/exclude.c: Include wctype.h
11195
11196 2009-09-06  Akim Demaille  <demaille@gostai.com>
11197
11198         bootstrap: improve error message
11199         * build-aux/bootstrap (find_tool): Upon failure, report the list
11200         of candidates.
11201         Honor the initial value of the envvar.
11202
11203 2009-09-05  Eric Blake  <ebb9@byu.net>
11204
11205         symlinkat: new module
11206         * modules/symlinkat: New file.
11207         * lib/symlinkat.c: Likewise.
11208         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11210         * modules/unistd (Makefile.am): Use them.
11211         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11212         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11213         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11214         * MODULES.html.sh (File system functions): Mention module.
11215         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11216         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11217         * modules/symlinkat-tests: New test.
11218         * tests/test-symlinkat.c: Likewise.
11219
11220         test-openat-safer: add more checks
11221         * tests/test-openat-safer.c (main): Check more code paths.
11222
11223 2009-09-05  Jim Meyering  <meyering@redhat.com>
11224
11225         syntax-check: detect unnecessary inclusion of openat.h
11226         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11227
11228 2009-09-05  Bruno Haible  <bruno@clisp.org>
11229
11230         Support towlower, towupper.
11231         * doc/posix-functions/towlower.texi: Mention module wctype.
11232         * doc/posix-functions/towupper.texi: Likewise.
11233         * lib/wctype.in.h (towlower, towupper): New functions.
11234         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11235         (ASSERT): New macro.
11236         (e): New variable.
11237         (main): Test also towlower, towupper. Test WEOF argument.
11238         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11239
11240 2009-09-05  Bruno Haible  <bruno@clisp.org>
11241
11242         Fix conversion behaviour when the input is invalid.
11243         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11244         mark occurring in first pass of indirect conversion.
11245         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11246         input.
11247         Found by clang's static analyzer.
11248
11249 2009-09-05  Bruno Haible  <bruno@clisp.org>
11250
11251         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11252         where direct conversion is possible.
11253
11254 2009-09-04  Eric Blake  <ebb9@byu.net>
11255
11256         openat: fail with ENOENT on empty name
11257         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11258         buffer.
11259
11260         link-follow: fix logic bug in prior patch
11261         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11262         reversed sense of yes and no in prior patch.  Avoid confusing
11263         compilation failure with desired semantics.
11264
11265         link-follow: accomodate mingw and cross-compilation
11266         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11267         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11268         cross-compilation results to -1, to make linkat easier to
11269         implement when cross-compiling.  Trivially support mingw.
11270         * modules/link-follow (configure.ac): Call new name.
11271         * NEWS: Mention this.
11272
11273 2009-09-03  Eric Blake  <ebb9@byu.net>
11274
11275         faccessat: compile replacement
11276         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11277         needed.
11278
11279         fts: fix compilation error
11280         * lib/fts.c (includes): Re-add "openat.h", for
11281         openat_needs_fchdir.
11282
11283         faccessat: new module
11284         * modules/faccessat: New file.
11285         * lib/faccessat.c: Likewise.
11286         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11287         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11288         * modules/unistd (Makefile.am): Use it.
11289         * lib/unistd.in.h (faccessat): Declare it.
11290         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11291         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11292         * MODULES.html.sh (File system functions): Mention it.
11293         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11294         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11295
11296         euidaccess: prefer POSIX over non-standard implementation
11297         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11298         * lib/euidaccess.c (euidaccess): Use it if available.
11299
11300         openat: make template easier to use
11301         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11302         AT_FUNC_F2 to be undefined.
11303         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11304         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11305         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11306         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11307         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11308         Likewise.
11309         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11310         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11311         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11312         Likewise.
11313
11314         openat: declare in POSIX headers
11315         * NEWS: Mention this.
11316         * modules/openat (configure.ac): Declare witnesses.
11317         (Depends-on): Add fcntl-h, sys_stat, unistd.
11318         (Include): Mention correct headers.
11319         * modules/fcntl-h (Depends-on): Add link-warning.
11320         (Files): Add openat.m4.
11321         (Makefile.am): Substitute witnesses.
11322         * modules/sys_stat (Files, Makefile.am): Likewise.
11323         * modules/unistd (Files, Makefile.am): Likewise.
11324         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11325         (gl_OPENAT_DEFAULTS): New macro.
11326         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11327         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11328         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11329         (SYS_STAT_H): Remove unused variable.
11330         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11331         * lib/fcntl--.h (includes): Remove unneeded header.
11332         * lib/openat-safer.c (includes): Likewise.
11333         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11334         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11335         appropriate headers.
11336         (__OPENAT_PREFIX): Delete.
11337         * lib/fcntl.in.h (openat): Provide declaration.
11338         (AT_FDCWD): Fix Solaris bug.
11339         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11340         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11341         * lib/fchmodat.c (includes):  Adjust to find declaration.
11342         * lib/fchownat.c (includes): Likewise.
11343         * lib/mkdirat.c (includes): Likewise.
11344         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11345         still visible.
11346
11347 2009-09-02  Eric Blake  <ebb9@byu.net>
11348
11349         errno: use consistently
11350         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11351         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11352         * lib/canonicalize.c (ELOOP): Likewise.
11353         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11354         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11355         * lib/lchown.c (EOPNOTSUPP): Likewise.
11356         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11357         * lib/savewd.c (ESTALE): Likewise.
11358         * lib/settime.c (ENOSYS): Likewise.
11359         * lib/utimens.c (ENOSYS): Likewise.
11360         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11361         * lib/chdir-safer.c (ELOOP): Likewise.
11362         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11363         * modules/c-stack (Depends-on): Add errno.
11364         * modules/canonicalize (Depends-on): Likewise.
11365         * modules/chdir-safer (Depends-on): Likewise.
11366         * modules/fdopendir (Depends-on): Likewise.
11367         * modules/inet_ntop (Depends-on): Likewise.
11368         * modules/inet_pton (Depends-on): Likewise.
11369         * modules/lchown (Depends-on): Likewise.
11370         * modules/openat (Depends-on): Likewise.
11371         * modules/savewd (Depends-on): Likewise.
11372         * modules/settime (Depends-on): Likewise.
11373         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11374
11375         fts: avoid leaking fds
11376         * modules/fts (Depends-on): Add cloexec.
11377         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11378         flag.
11379
11380         fts: make directory fds more robust
11381         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11382         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11383
11384         backupfile, chdir-long, fts, savedir: make safer
11385         * lib/backupfile.c (includes): Use "dirent--.h", since
11386         numbered_backup can write to stderr during readdir.
11387         * lib/savedir.c (includes): Likewise.
11388         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11389         emulation can write to stderr on failure.
11390         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11391         * lib/getcwd.c: Document why opendir_safer is unused.
11392         * lib/glob.c: Likewise.
11393         * lib/scandir.c: Likewise.
11394         * lib/openat-proc.c: Likewise, for open_safer.
11395         * modules/backupfile (Depends-on): Add dirent-safer.
11396         * modules/savedir (Depends-on): Likewise.
11397         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11398         * modules/chdir-long (Depends-on): Add openat-safer.
11399
11400         openat-safer: new module
11401         * modules/openat-safer: New file.
11402         * lib/openat-safer.c: Likewise.
11403         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11404         * lib/fcntl-safer.h (openat_safer): Declare.
11405         * lib/fcntl--.h (openat): Override.
11406         * MODULES.html.sh (File descriptor based I/O): Mention it.
11407         * lib/openat.h: Add double-inclusion guards.
11408         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11409         "fcntl--.h", so we can implement openat.
11410         * modules/openat-safer-tests: New test.
11411         * tests/test-openat-safer.c: New file.
11412
11413         dirent-safer: new module
11414         * modules/dirent-safer: New file.
11415         * lib/dirent--.h: Likewise.
11416         * lib/dirent-safer.h: Likewise.
11417         * lib/opendir-safer.c: Likewise.
11418         * m4/dirent-safer.m4: Likewise.
11419         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11420         * modules/dirent-safer-tests: New test.
11421         * tests/test-dirent-safer.c: New file.
11422         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11423
11424         fdopendir: optimize on mingw
11425         * lib/unistd.in.h (_gl_directory_name): New prototype.
11426         * lib/fchdir.c (_gl_directory_name): Implement it.
11427         (fchdir): Use it to simplify implementation.
11428         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11429         fchdir, when available, to avoid calling [f]chdir().
11430
11431         fdopendir: split into its own module
11432         * lib/openat.c (fdopendir): Move...
11433         * lib/fdopendir.c: ...into new file.
11434         * modules/fdopendir: New module.
11435         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11436         * modules/openat (Depends-on): Add fdopendir.
11437         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11438         fdopendir here.
11439         * modules/savedir (Depends-on): Only need fdopendir, not full
11440         openat.
11441         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11442         * lib/openat.h (fdopendir): Drop prototype.
11443         * lib/dirent.in.h (fdopendir): Provide prototype.
11444         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11445         * modules/dirent (Makefile.am): Substitute them.
11446         * MODULES.html.sh (File system functions): Mention it.
11447         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11448         * modules/fdopendir-tests: New file.
11449         * tests/test-fdopendir.c: Likewise.
11450
11451         fchdir: use more consistent macro convention
11452         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11453         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11454         REPLACE_FCHDIR, rather than relying on config.h macros.
11455         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11456         inside a single make-time REPLACE_FCHDIR block, rather than using
11457         the config.h FCHDIR_REPLACEMENT.
11458         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11459         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11460         Manage fstat replacement.
11461         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11462         REPLACE_FCHDIR.
11463         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11464         (Makefile.am): Substitute REPLACE_FCHDIR.
11465         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11466         FCHDIR_REPLACEMENT.
11467         * lib/dup-safer.c (dup_safer): Likewise.
11468         * lib/dup2.c (rpl_dup2): Likewise.
11469         * lib/dup3.c (rpl_dup3): Likewise.
11470         * lib/open.c (rpl_open): Likewise.
11471
11472         fchdir: simplify error handling, and support dup3
11473         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11474         stdbool, malloc-posix, realloc-posix.
11475         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11476         (ensure_dirs_slot): Return false on allocation failure.
11477         (rpl_dup2): Delete.
11478         (_gl_register_dup): New function.
11479         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11480         (_gl_register_fd): Close fd on allocation failure.
11481         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11482         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11483         prototype.
11484         (rpl_dup2_fchdir): Delete prototype.
11485         * lib/open.c (open): Update caller.
11486         * lib/dup2.c (dup2): Track fchdir metadata.
11487         * lib/dup3.c (dup3): Likewise.
11488         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11489         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11490
11491 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11492
11493         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11494         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11495         don't pass arguments to AC_OUTPUT.
11496
11497 2009-09-02  Bruno Haible  <bruno@clisp.org>
11498
11499         * modules/mkdtemp (License): Relicense under LGPLv2+.
11500         Reported by Paolo Bonzini.
11501
11502 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11503
11504         Replace uses of obsolete autoconf macros in Jim's modules.
11505         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11506         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11507         can evoke a warning from autoconf when run with -Wobsolete
11508         enabled.  They were declared obsolete for good reasons (see
11509         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11510         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11511         should not continue using the deprecated macros.
11512         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11513         obsolete Autoconf macros with modern counterparts.
11514         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11515         * m4/dos.m4 (gl_AC_DOS): Likewise.
11516         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11517         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11518         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11519         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11520         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11521         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11522         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11523         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11524         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11525         Likewise.
11526         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11527         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11528         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11529         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11530         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11531         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11532
11533 2009-09-01  Eric Blake  <ebb9@byu.net>
11534
11535         fchdir: fix off-by-one bug in previous patch
11536         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11537         (_gl_unregister_fd): Delete useless if.
11538
11539 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11540
11541         maint.mk: sort the list of syntax-check rules
11542         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11543         easier to get a sense of progress when the rules are run sequentially
11544         and take a long time.
11545
11546 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11547
11548         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11549         * modules/netinet_in: Likewise.
11550         * modules/sys_file: Likewise.
11551         * modules/sys_ioctl: Likewise.
11552         * modules/sys_select: Likewise.
11553         * modules/sys_socket: Likewise.
11554         * modules/sys_stat: Likewise.
11555         * modules/sys_time: Likewise.
11556         * modules/sys_times: Likewise.
11557         * modules/sys_utsname: Likewise.
11558         * modules/sys_wait: Likewise.
11559
11560 2009-09-01  Jim Meyering  <meyering@redhat.com>
11561
11562         fts: help ensure that return values are not ignored
11563         * lib/fts_.h (__GNUC_PREREQ): Define.
11564         (__attribute_warn_unused_result__): Define.
11565         (fts_children, fts_close, fts_open, fts_read): Declare with
11566         __attribute_warn_unused_result__.
11567
11568         fts: fts_close now fails also when closing a dir file descriptor fails
11569         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11570         and propagate to caller, along with errno.
11571
11572         announce-gen: correct formatting in --help output
11573         * build-aux/announce-gen (usage): Move the one-line description in
11574         --help output "up", to where it belongs, just after Usage:.
11575
11576 2009-08-31  Eric Blake  <ebb9@byu.net>
11577
11578         fchdir: port to mingw
11579         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11580         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11581         opened, then use a substitute.
11582         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11583         replacement.
11584         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11585         (_gl_register_fd): No need to check stat if open already filters
11586         all directories.
11587         (fchdir): Fix error condition to match POSIX.
11588         * modules/fchdir (Depends-on): Add sys_stat.
11589         * doc/posix-functions/open.texi (open): Document the limitation.
11590         * modules/fchdir-tests: New file.
11591         * tests/test-fchdir.c: Likewise.
11592
11593         canonicalize: allow cross-testing from cygwin to mingw
11594         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11595         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11596         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11597         Likewise.
11598         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11599         target does not support symlinks.
11600         * tests/test-canonicalize-lgpl.sh: Likewise.
11601
11602         chown: avoid compilation warning on mingw
11603         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11604         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11605         mingw.
11606         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11607         * modules/chown (Depends-on): Add errno.
11608
11609 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11610
11611         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11612         command.
11613
11614 2009-08-31  Jim Meyering  <meyering@redhat.com>
11615
11616         canonicalize: remove useless initialization
11617         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11618         initialization of local, "end".
11619
11620 2009-08-30  Bruno Haible  <bruno@clisp.org>
11621
11622         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11623         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11624         ENOSYS.
11625
11626 2009-08-30  Bruno Haible  <bruno@clisp.org>
11627
11628         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11629         /usr/xpg4/bin/tr when it exists.
11630         * tests/test-pipe-filter-gi1.sh: Likewise.
11631
11632 2009-08-30  Bruno Haible  <bruno@clisp.org>
11633
11634         Work around deficient /usr/bin/id program on Solaris.
11635         * tests/test-file-has-acl.sh (ID): New variable.
11636         * tests/test-set-mode-acl.sh (ID): Likewise.
11637         * tests/test-copy-acl.sh (ID): Likewise.
11638         * tests/test-copy-file.sh (ID): Likewise.
11639
11640 2009-08-30  Bruno Haible  <bruno@clisp.org>
11641
11642         New module 'xstriconveh'.
11643         * lib/xstriconveh.h: New file.
11644         * lib/xstriconveh.c: New file.
11645         * modules/xstriconveh: New file.
11646
11647 2009-08-30  Bruno Haible  <bruno@clisp.org>
11648
11649         Make it easier to use mem_cd_iconveh.
11650         * lib/striconveh.h (iconveh_t): New type.
11651         (iconveh_open, iconveh_close): New declarations.
11652         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11653         with a single 'const iconveh_t *' argument.
11654         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11655         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11656         with a single 'const iconveh_t *' argument.
11657         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11658         * tests/test-striconveh.c (main): Update.
11659         * NEWS: Mention the change.
11660
11661 2009-08-30  Bruno Haible  <bruno@clisp.org>
11662
11663         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11664         problem.
11665
11666 2009-08-30  Bruno Haible  <bruno@clisp.org>
11667
11668         Work around iconv_open problem on Solaris.
11669         * lib/iconv_open-solaris.gperf: New file.
11670         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11671         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11672         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11673         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11674         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11675         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11676
11677 2009-08-29  Jim Meyering  <meyering@redhat.com>
11678
11679         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11680         * top/maint.mk (cvs-check): Remove target; it was just an alias
11681         to the better-named vc-diff-check.
11682         (maintainer-distcheck): Remove rule.  It was used only from
11683         the (alpha/beta/major) target, and all of its commands but one
11684         were coreutils-specific.
11685         (vc-dist): Remove rule.
11686         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11687         Run vc-diff-check, not vc-dist.
11688         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11689
11690 2009-08-27  Bruno Haible  <bruno@clisp.org>
11691
11692         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11693         of 0.
11694
11695 2009-08-27  Bruno Haible  <bruno@clisp.org>
11696
11697         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11698         compilers.
11699         * doc/func.texi: Document the SunPRO C bug.
11700
11701 2009-08-27  Bruno Haible  <bruno@clisp.org>
11702
11703         Fix link error on Solaris.
11704         * tests/test-parse-duration.c (xstrdup): Remove function.
11705
11706 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11707
11708         ignore-value: handle pointer types, too
11709         * lib/ignore-value.h (__attribute__): Remove definition.
11710         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11711         of a more concise and more-often effective "(void) i" statement.
11712         (ignore_ptr): New function to suppress warnings from functions that
11713         return pointers, and to make it explicit that one function doesn't
11714         handle all cases.
11715
11716 2009-08-25  Bruno Haible  <bruno@clisp.org>
11717
11718         dup2: work around a Linux bug.
11719         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11720         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11721         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11722         Reported by Simon Josefsson.
11723
11724 2009-08-25  Jim Meyering  <meyering@redhat.com>
11725
11726         libguestfs uses gnulib
11727         * users.txt: Add libguestfs.
11728
11729 2009-08-24  Eric Blake  <ebb9@byu.net>
11730
11731         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11732         * lib/pipe2.c (includes): Add binary-io.h.
11733         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11734
11735 2009-08-24  Bruno Haible  <bruno@clisp.org>
11736
11737         Tolerate declared but missing accept4 syscall.
11738         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11739         available.
11740         * lib/sys_socket.in.h (accept4): If the function is already present,
11741         override it.
11742         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11743         * modules/accept4 (Makefile.am): Compile accept4.c always.
11744         Reported by Paolo Bonzini and Eric Blake.
11745
11746 2009-08-23  Bruno Haible  <bruno@clisp.org>
11747
11748         New module 'accept4'.
11749         * lib/sys_socket.in.h (accept4): New declaration.
11750         * lib/accept4.c: New file.
11751         * m4/accept4.m4: New file.
11752         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11753         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11754         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11755         HAVE_ACCEPT4.
11756         * modules/accept4: New file.
11757         * doc/glibc-functions/accept4.texi: Mention the new module.
11758
11759 2009-08-24  Jim Meyering  <meyering@redhat.com>
11760
11761         progname: also set global program_invocation_name, when possible
11762         Before this change, a libtool-enabled program that calls glibc's
11763         error function would report the program name as
11764         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11765         * modules/progname (configure.ac): Check for a declaration of
11766         program_invocation_name.
11767         * lib/progname.c:  Include <errno.h>.
11768         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11769         Set program_invocation_name.
11770
11771 2009-08-23  Bruno Haible  <bruno@clisp.org>
11772
11773         * lib/dup3.c: Include <string.h>.
11774
11775 2009-08-23  Bruno Haible  <bruno@clisp.org>
11776
11777         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11778         * lib/pipe2.c (pipe2): Likewise.
11779         Suggested by Eric Blake.
11780
11781 2009-08-23  Bruno Haible  <bruno@clisp.org>
11782
11783         Tolerate declared but missing dup3 syscall.
11784         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11785         * lib/unistd.in.h (dup3): If the function is already present,
11786         override it.
11787         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11788         * modules/dup3 (Makefile.am): Compile dup3.c always.
11789         Reported by Paolo Bonzini.
11790
11791 2009-08-23  Bruno Haible  <bruno@clisp.org>
11792
11793         Tolerate declared but missing pipe2 syscall.
11794         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11795         available.
11796         * lib/unistd.in.h (pipe2): If the function is already present,
11797         override it.
11798         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11799         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11800         Reported by Paolo Bonzini.
11801
11802 2009-08-23  Bruno Haible  <bruno@clisp.org>
11803
11804         * lib/pipe2.c (pipe2): Move #ifs inside function.
11805
11806 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11807
11808         quotearg: document limitations of quote_these_too
11809         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11810         those limitations are created.
11811         * lib/quotearg.h (set_char_quoting): Document that digits and
11812         letters that are special after backslash are not permitted.
11813         (quotearg_char): Cross-reference set_char_quoting documentation.
11814
11815 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11816
11817         quotearg: implement custom_quoting_style
11818         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11819         right_quote fields.
11820         (set_custom_quoting): New public function.
11821         (quotearg_buffer_restyled): Add left_quote and right_quote
11822         arguments, handle them very much like locale quoting, and update
11823         all uses.
11824         (quotearg_n_custom): New public function.
11825         (quotearg_n_custom_mem): New public function.
11826         (quotearg_custom): New public function.
11827         (quotearg_custom_mem): New public function.
11828         * lib/quotearg.h: Prototype and document new public functions.
11829         (enum quoting_style): For escape_quoting_style and
11830         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11831         ignored even though they're otherwise like c_quoting_style.
11832         Add custom_quoting_style member and document with comparison to
11833         clocale_quoting_style.
11834         * tests/test-quotearg.c (custom_quotes): New array.
11835         (custom_results): New array.
11836         (main): Extend to test custom quoting.
11837
11838 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11839
11840         quotearg: fix right quote escaping when it's in quote_these_too
11841         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11842         quote, be sure to prepend only one backslash.
11843         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11844         (main): Test it.
11845
11846 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11847
11848         quotearg-tests: test escaping of embedded locale quotes
11849         * tests/test-quotearg.c (struct result_strings): Add member for
11850         new input.
11851         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11852         (inputs): Add new input.
11853         (results_g): Add expected results.
11854         (flag_results): Likewise.
11855         (locale_results): Likewise.
11856         (compare_strings): Check those.
11857
11858 2009-08-23  Bruno Haible  <bruno@clisp.org>
11859
11860         Tests for module 'dup3'.
11861         * modules/dup3-tests: New file.
11862         * tests/test-dup3.c: New file.
11863
11864         New module 'dup3'.
11865         * lib/unistd.in.h (dup3): New declaration.
11866         * lib/dup3.c: New file.
11867         * m4/dup3.m4: New file.
11868         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11869         HAVE_DUP3.
11870         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11871         * modules/dup3: New file.
11872         * doc/glibc-functions/dup3.texi: Mention the new module.
11873
11874 2009-08-23  Bruno Haible  <bruno@clisp.org>
11875
11876         Tweak the dup2 test.
11877         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11878         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11879         the test file is still empty. Fix argument order of lseek.
11880
11881 2009-08-23  Bruno Haible  <bruno@clisp.org>
11882
11883         Avoid test link errors when the modules getopt-gnu, gettext are used.
11884         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11885         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11886
11887 2009-08-23  Bruno Haible  <bruno@clisp.org>
11888
11889         Fix getdtablesize() on mingw.
11890         * lib/getdtablesize.c (getdtablesize): Implement differently.
11891         * lib/unistd.in.h (getdtablesize): Improve comment.
11892
11893 2009-08-23  Bruno Haible  <bruno@clisp.org>
11894
11895         New module 'mkostemp'.
11896         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11897         * lib/stdlib.in.h (mksotemp): New declaration.
11898         * lib/mkostemp.c: New file, from glibc with modifications.
11899         * lib/tempname.h (GT_FILE): Remove outdated comment.
11900         (gen_tempname): Add flags argument.
11901         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11902         (__GT_FILE): Map to 1.
11903         (small_open, large_open): Remove macros.
11904         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11905         * lib/mkstemp.c (mkstemp): Update.
11906         * lib/mkdtemp.c (mkdtemp): Likewise.
11907         * m4/mkostemp.m4: New file.
11908         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11909         HAVE_MKOSTEMP.
11910         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11911         HAVE_MKOSTEMP.
11912         * modules/mkostemp: New file, based on modules/mkstemp.
11913         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11914         * NEWS: Mention the change.
11915
11916 2009-08-23  Bruno Haible  <bruno@clisp.org>
11917
11918         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11919         Reported by Eric Blake.
11920
11921 2009-08-23  Bruno Haible  <bruno@clisp.org>
11922
11923         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11924         Reported by Eric Blake.
11925
11926 2009-08-23  Bruno Haible  <bruno@clisp.org>
11927
11928         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11929         * modules/pipe2 (Depends-on): Likewise.
11930
11931 2009-08-23  Eric Blake  <ebb9@byu.net>
11932
11933         fcntl-h: add O_TTY_INIT support
11934         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11935         * tests/test-fcntl-h.c (o): Test it.
11936         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11937
11938         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11939         * modules/fcntl: Move <fcntl.h> header replacement...
11940         * modules/fcntl-h: ...to new name, so as not to collide with
11941         like-named function.
11942         * tests/test-fcntl.c: Rename...
11943         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11944         * modules/fcntl-tests: Rename...
11945         * modules/fcntl-h-tests: ...to this.  Update test file name.
11946         * modules/chdir-long (Depends-on): Update clients.
11947         * modules/chdir-safer (Depends-on): Likewise.
11948         * modules/fcntl-safer (Depends-on): Likewise.
11949         * modules/fts (Depends-on): Likewise.
11950         * modules/mkancesdirs (Depends-on): Likewise.
11951         * modules/mkdir-p (Depends-on): Likewise.
11952         * modules/open (Depends-on): Likewise.
11953         * modules/savewd (Depends-on): Likewise.
11954         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11955         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11956
11957 2009-08-22  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/binary-io (License): Relicense under LGPL.
11960         * modules/pipe2 (License): Likewise.
11961
11962 2009-08-22  Bruno Haible  <bruno@clisp.org>
11963
11964         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11965         return value.
11966         * lib/pipe-filter-gi.c (filter_init): Likewise.
11967         Reported by Eric Blake.
11968
11969 2009-08-22  Bruno Haible  <bruno@clisp.org>
11970
11971         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11972         * modules/pipe (Depends-on): Add pipe2.
11973
11974 2009-08-22  Bruno Haible  <bruno@clisp.org>
11975
11976         Tests for module 'pipe2'.
11977         * modules/pipe2-tests: New file.
11978         * tests/test-pipe2.c: New file.
11979
11980         New module 'pipe2'.
11981         * lib/unistd.in.h (pipe2): New declaration.
11982         * lib/pipe2.c: New file.
11983         * m4/pipe2.m4: New file.
11984         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11985         HAVE_PIPE2.
11986         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11987         * modules/pipe2: New file.
11988         * doc/glibc-functions/pipe2.texi: Mention the new module.
11989
11990 2009-08-22  Bruno Haible  <bruno@clisp.org>
11991
11992         Reference some new glibc functions.
11993         * doc/glibc-functions/accept4.texi: New file.
11994         * doc/glibc-functions/dup3.texi: New file.
11995         * doc/glibc-functions/mkostemp.texi: New file.
11996         * doc/glibc-functions/pipe2.texi: New file.
11997         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11998         (Glibc sys/socket.h): Refer to accept4.
11999         (Glibc unistd.h): Refer to dup3, pipe2.
12000         Reported by Eric Blake.
12001
12002 2009-08-22  Jim Meyering  <meyering@redhat.com>
12003             Bruno Haible  <bruno@clisp.org>
12004
12005         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12006         This makes it so packages using automake-1.11's silent-rules option
12007         can print e.g., a single "GEN    configmake.h" line, rather than
12008         the 30+ statements that perform the job.  If you want to see the
12009         actual commands, you can still run "make V=1".
12010         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12011         so that make output is abbreviated when those variables are defined
12012         appropriately.
12013         * modules/argz: Likewise.
12014         * modules/arpa_inet: Likewise.
12015         * modules/byteswap: Likewise.
12016         * modules/configmake: Likewise.
12017         * modules/dirent: Likewise.
12018         * modules/errno: Likewise.
12019         * modules/fcntl: Likewise.
12020         * modules/float: Likewise.
12021         * modules/fnmatch: Likewise.
12022         * modules/getopt-posix: Likewise.
12023         * modules/glob: Likewise.
12024         * modules/iconv_open: Likewise.
12025         * modules/inttypes: Likewise.
12026         * modules/localcharset: Likewise.
12027         * modules/locale: Likewise.
12028         * modules/math: Likewise.
12029         * modules/netdb: Likewise.
12030         * modules/netinet_in: Likewise.
12031         * modules/poll: Likewise.
12032         * modules/posix_spawnp-tests: Likewise.
12033         * modules/sched: Likewise.
12034         * modules/search: Likewise.
12035         * modules/selinux-h: Likewise.
12036         * modules/signal: Likewise.
12037         * modules/spawn: Likewise.
12038         * modules/stdarg: Likewise.
12039         * modules/stdbool: Likewise.
12040         * modules/stddef: Likewise.
12041         * modules/stdint: Likewise.
12042         * modules/stdio: Likewise.
12043         * modules/stdlib: Likewise.
12044         * modules/string: Likewise.
12045         * modules/strings: Likewise.
12046         * modules/sys_file: Likewise.
12047         * modules/sys_ioctl: Likewise.
12048         * modules/sys_select: Likewise.
12049         * modules/sys_socket: Likewise.
12050         * modules/sys_stat: Likewise.
12051         * modules/sys_time: Likewise.
12052         * modules/sys_times: Likewise.
12053         * modules/sys_utsname: Likewise.
12054         * modules/sys_wait: Likewise.
12055         * modules/sysexits: Likewise.
12056         * modules/time: Likewise.
12057         * modules/unistd: Likewise.
12058         * modules/wchar: Likewise.
12059         * modules/wctype: Likewise.
12060
12061 2009-08-22  Jim Meyering  <meyering@redhat.com>
12062
12063         announce-gen: detect write failure
12064         * build-aux/announce-gen: Add Coda at end.
12065         Remove equivalent-but-more-verbose block at top.
12066
12067 2009-08-19  Akim Demaille  <demaille@gostai.com>
12068
12069         bootstrap: --help to stdout.
12070         * bootstrap (usage): Don't send --help to stderr.
12071         Use a here doc instead of a long string.
12072
12073 2009-08-21  Eric Blake  <ebb9@byu.net>
12074
12075         test-popen-safer: split from test-popen
12076         * tests/test-popen.c (main): Move...
12077         * tests/test-popen.h: ...into new file.
12078         * tests/test-popen-safer2.c: New file.
12079         * modules/popen-tests (Files): Add test-popen.h.
12080         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12081         Suggested by Bruno Haible.
12082
12083         test-fcntl-safer: split from test-open
12084         * tests/test-open.c (main): Move...
12085         * tests/test-open.h: ...into new file.
12086         * tests/test-fcntl-safer.c: New file.
12087         * modules/open-tests (Files): Add test-open.h.
12088         * modules/fcntl-safer-tests: New file.
12089         Suggested by Bruno Haible.
12090
12091         test-fopen-safer: split from test-fopen
12092         * tests/test-fopen.c (main): Move...
12093         * tests/test-fopen.h: ...into new file.
12094         * tests/test-fopen-safer.c: New file.
12095         * modules/fopen-tests (Files): Add test-fopen.h.
12096         * modules/fopen-safer-tests: New file.
12097         Suggested by Bruno Haible.
12098
12099 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12100
12101         popen-safer: test O_CLOEXEC at run-time.
12102         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12103
12104 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12105
12106         fcntl: move more flags to the header
12107         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12108         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12109         * lib/fcntl.in.h: Do both things here.
12110
12111 2009-08-21  Jim Meyering  <meyering@redhat.com>
12112
12113         consistently remove $@-t before redirecting to it
12114         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12115         * modules/alloca-opt: Likewise.
12116         * modules/byteswap: Likewise.
12117         * modules/fnmatch: Likewise.
12118         * modules/getopt-posix: Likewise.
12119         * modules/glob: Likewise.
12120         * modules/poll: Likewise.
12121         * modules/posix_spawnp-tests: Likewise.
12122         * modules/sys_socket: Likewise.
12123         * modules/sysexits: Likewise.
12124
12125 2009-08-21  Eric Blake  <ebb9@byu.net>
12126
12127         popen: simplify access to original popen
12128         * lib/popen.c (rpl_popen): No need to worry about popen being a
12129         macro.
12130         Reported by Bruno Haible.
12131
12132 2009-08-20  Eric Blake  <ebb9@byu.net>
12133
12134         build: avoid some compiler warnings
12135         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12136         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12137         type.
12138         (new_exclude_segment, excluded_file_pattern_p)
12139         (excluded_file_name_p): Reduce scope.
12140         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12141         old-style declaration.
12142
12143 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12144
12145         * tests/test-exclude1.sh: Handle Windows EOL.
12146         * tests/test-exclude2.sh: Likewise.
12147         * tests/test-exclude3.sh: Likewise.
12148         * tests/test-exclude4.sh: Likewise.
12149         * tests/test-exclude5.sh: Likewise.
12150         * tests/test-exclude6.sh: Likewise.
12151         * tests/test-exclude7.sh: Likewise.
12152
12153 2009-08-19  Akim Demaille  <demaille@gostai.com>
12154
12155         bootstrap: find sha1sum when named gsha1sum.
12156         * bootstrap (find_tool): New.
12157         ($SHA1SUM): New.
12158         Use it.
12159
12160 2009-08-20  Jim Meyering  <meyering@redhat.com>
12161
12162         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12163         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12164         expression that converts "." in a file name to "\." in the resulting
12165         regexp.  Start with a dummy statement, so that prior shell variable
12166         definitions are expanded portably.  Reported by Simon Josefsson.
12167
12168 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12169
12170         Fix polling for writeability of a screen buffer.
12171         * lib/poll.c: Distinguish input and screen buffers for the
12172         Win32 implementation.
12173         * lib/select.c: Likewise.
12174
12175 2009-08-19  Eric Blake  <ebb9@byu.net>
12176
12177         popen-safer: prevent popen from clobbering std descriptors
12178         * modules/popen-safer: New file.
12179         * lib/popen-safer.c: Likewise.
12180         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12181         * lib/stdio--.h (popen): Provide override.
12182         * lib/stdio-safer.h (popen_safer): Provide declaration.
12183         * tests/test-popen.c (includes): Partially test this.
12184         * modules/popen-safer-tests: New file, for more tests.
12185         * tests/test-popen-safer.c: Likewise.
12186         * MODULES.html.sh (file stream based Input/Output): Mention it.
12187
12188         tests: test some of the *-safer modules
12189         * modules/fopen-safer (Depends-on): Add fopen.
12190         * modules/fcntl-safer (Depends-on): Add fcntl.
12191         * modules/stdlib-safer (Depends-on): Add stdlib.
12192         (configure.ac): Set indicator.
12193         * modules/unistd-safer (configure.ac): Likewise.
12194         * modules/tmpfile-safer (configure.ac): Likewise.
12195         (Depends-on): Add tmpfile.
12196         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12197         active.
12198         * tests/test-fopen.c (includes): Test safer versions when they are
12199         in use.
12200         * tests/test-open.c (includes): Likewise.
12201
12202         popen: fix cygwin 1.5 bug when stdin closed
12203         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12204         * modules/popen: New file.
12205         * modules/popen-tests: Likewise.
12206         * tests/test-popen.c: Likewise.
12207         * m4/popen.m4: Likewise.
12208         * lib/popen.c: Likewise.
12209         * lib/stdio.in.h (popen): New declaration.
12210         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12211         * modules/stdio (Makefile.am): Likewise.
12212         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12213
12214 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12215
12216         maint.mk: give full control over update-copyright exclusions
12217         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12218         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12219         (update-copyright): Don't force inclusion of top-level
12220         ChangeLog.  Don't force exclusion of all COPYING files, but make
12221         them the default exclusion instead.
12222
12223 2009-08-16  Bruno Haible  <bruno@clisp.org>
12224
12225         Fix test failures on Solaris 10.
12226         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12227         tests when Solaris iconv() is used.
12228         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12229         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12230         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12231         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12232         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12233
12234 2009-08-16  Bruno Haible  <bruno@clisp.org>
12235
12236         Fix test failures on Solaris 10.
12237         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12238         'tr' program and pass it as first argument.
12239         * tests/test-pipe-filter-gi1.sh: Likewise.
12240         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12241         program as first argument.
12242         * tests/test-pipe-filter-gi1.c (main): Likewise.
12243
12244 2009-08-16  Eric Blake  <ebb9@byu.net>
12245
12246         fpurge: fix previous commits
12247         * modules/fpurge (Makefile.am): Make replacement conditional,
12248         partially reverting 2007-04-29 change; missed in previous
12249         attempt.
12250         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12251         is missing.
12252
12253 2009-08-16  Bruno Haible  <bruno@clisp.org>
12254
12255         Clarify fpurge's effect on the file position.
12256         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12257         * tests/test-fpurge.c (main): Make a second pass for checking the file
12258         position.
12259
12260 2009-08-16  Bruno Haible  <bruno@clisp.org>
12261
12262         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12263         declaration of fpurge is missing.
12264         * tests/test-fpurge.c (main): Check that the file has not more contents
12265         than expected. Close the file before removing it.
12266
12267 2009-08-15  Eric Blake  <ebb9@byu.net>
12268
12269         fpurge: don't wrap working cygwin implementation
12270         * lib/fpurge.c (fpurge): Fix comment typo.
12271         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12272         1.7 to avoid replacement.
12273         * tests/test-fpurge.c (main): Enhance test.
12274
12275 2009-08-15  Eric Blake  <ebb9@byu.net>
12276         and Jim Meyering  <meyering@redhat.com>
12277
12278         test-update-copyright: skip if perl is insufficient
12279         * tests/test-update-copyright.sh: Failure to run maintainer tool
12280         should not cause testsuite failure on cygwin 1.5.
12281
12282 2009-08-14  Eric Blake  <ebb9@byu.net>
12283
12284         doc: mention more functions added in cygwin 1.7.0
12285         * doc/posix-headers/limits.texi (limits.h): Update for recent
12286         cygwin additions.
12287         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12288         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12289         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12290         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12291         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12292
12293 2009-08-14  Eric Blake  <ebb9@byu.net>
12294
12295         maint.mk: simplify update-copyright rule
12296         * top/maint.mk (update-copyright-local): Delete, and document how
12297         to do it in cfg.mk instead.
12298         (update-copyright-exclude-regexp): Delete, and document how to do
12299         it in .x-update-copyright instead.
12300         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12301         exclude ChangeLog.
12302
12303 2009-08-14  Bruno Haible  <bruno@clisp.org>
12304
12305         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12306
12307 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12308
12309         maint.mk: support update-copyright-env
12310         * top/maint.mk (update-copyright-env): Define place-holder.
12311         (update-copyright): Expand $(update-copyright-env) before
12312         invoking update-copyright.
12313
12314 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12315
12316         update-copyright: implement forced reformatting
12317         * build-aux/update-copyright: Implement and document
12318         UPDATE_COPYRIGHT_FORCE.
12319         * tests/test-update-copyright.sh: Test it.
12320
12321 2009-08-14  Eric Blake  <ebb9@byu.net>
12322         and Bruno Haible  <bruno@clisp.org>
12323
12324         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12325         * tests/test-locale.c: Revert previous patch related to NULL.
12326         * tests/test-stdio.c: Likewise.
12327         * tests/test-stdlib.c: Likewise.
12328         * tests/test-string.c: Likewise.
12329         * tests/test-unistd.c: Likewise.
12330         * modules/time-tests (Depends-on): Add verify.
12331         * modules/wchar-tests (Depends-on): Likewise.
12332         * tests/test-time.c: Test for NULL compliance.
12333         * tests/test-wchar.c: Likewise.
12334         * modules/locale (Depends-on): Add stddef.
12335         * modules/stdio (Depends-on): Likewise.
12336         * modules/stdlib (Depends-on): Likewise.
12337         * modules/string (Depends-on): Likewise.
12338         * modules/time (Depends-on): Likewise.
12339         * modules/unistd (Depends-on): Likewise.
12340         * modules/wchar (Depends-on): Likewise.
12341         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12342         * lib/stdlib.in.h (includes): Likewise.
12343         * lib/string.in.h (includes): Likewise.
12344         * lib/time.in.h (includes): Likewise.
12345         * lib/unistd.in.h (includes): Likewise.
12346         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12347         replaced.
12348         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12349         * m4/stddef_h.m4: New file.
12350         * modules/stddef: Likewise.
12351         * lib/stddef.in.h: Likewise.
12352         * modules/stddef-tests: Likewise.
12353         * tests/test-stddef.c: Likewise.
12354         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12355         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12356         * doc/posix-headers/locale.texi (locale.h): Likewise.
12357         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12358         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12359         * doc/posix-headers/string.texi (string.h): Likewise.
12360         * doc/posix-headers/time.texi (time.h): Likewise.
12361         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12362         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12363
12364 2009-08-14  Eric Blake  <ebb9@byu.net>
12365
12366         doc: improve git diff of texinfo files
12367         * .gitattributes: Add rule for *.texi files, with hint on how to
12368         use it.
12369         Copied from m4, and based on a report by Bruno Haible.
12370
12371 2009-08-14  Bruno Haible  <bruno@clisp.org>
12372
12373         Disable multithread support by default on Cygwin 1.5.x for real.
12374         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12375
12376 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12377
12378         update-copyright: much ado about intervals
12379         * build-aux/update-copyright: Implement and document
12380         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12381         of copyright year intervals.
12382         Also, document UPDATE_COPYRIGHT_YEAR.
12383         * tests/test-update-copyright.sh: Test it.
12384
12385         update-copyright: convert 2-digit to 4-digit years
12386         * build-aux/update-copyright: Implement and document.
12387         * tests/test-update-copyright.sh: Update.
12388
12389 2009-08-14  Jim Meyering  <meyering@redhat.com>
12390
12391         test-exclude: avoid coreutils "make check" failure
12392         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12393         just as in test-argmatch.c.
12394
12395 2009-08-13  Eric Blake  <ebb9@byu.net>
12396
12397         test-dup2: fix bad assumption
12398         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12399         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12400
12401         test-version-etc: fix CRLF portability issue
12402         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12403         recognize \r.
12404         * tests/test-argp-version-etc-1.sh: Likewise.
12405
12406         getopt: update client modules
12407         * modules/argp (Depends-on): Use getopt-gnu.
12408         * modules/git-merge-changelog (Depends-on): Likewise.
12409         * modules/long-options (Depends-on): Likewise.
12410         * modules/xstrtol (Depends-on): Likewise.
12411
12412 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12413
12414         * tests/test-version-etc.sh: Don't fail on different
12415         project/version.  Don't fail on CRLF differences.  Rewrite to use
12416         multiple -e instead of multiple sed forks, suggested by Eric Blake
12417         <ebb9@byu.net>.
12418         * tests/test-argp-version-etc-1.sh: Likewise.
12419
12420 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12421
12422         * tests/test-version-etc.sh: Don't fail on different
12423         project/version.
12424
12425 2009-08-12  Bruno Haible  <bruno@clisp.org>
12426
12427         Tests for modules 'getopt-posix', 'getopt-gnu'.
12428         * modules/getopt-posix-tests: New file.
12429         * tests/test-getopt.c: New file.
12430         * tests/test-getopt.h: New file.
12431         * tests/test-getopt_long.h: New file.
12432
12433         New modules 'getopt-posix', 'getopt-gnu'.
12434         * modules/getopt-gnu: New file, renamed from modules/getopt.
12435         * modules/getopt-posix: New file.
12436         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12437         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12438         (gl_GETOPT): Remove macro.
12439         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12440         Disable the test against BSD systems that declare optreset. Test
12441         against mingw bug. Test against lack of support of optional arguments
12442         on many platforms.
12443         * doc/glibc-headers/getopt.texi: Update module name and list of
12444         relevant platforms.
12445         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12446         'getopt-gnu' and more portability problems.
12447         * NEWS: Mention the changes.
12448
12449 2009-08-12  Bruno Haible  <bruno@clisp.org>
12450
12451         Ensure that optarg etc. get declared by <unistd.h>.
12452         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12453         AC_USE_SYSTEM_EXTENSIONS.
12454         * modules/getopt (Depends-on): Add 'extensions'.
12455
12456 2009-08-12  Bruno Haible  <bruno@clisp.org>
12457
12458         Avoid test link errors.
12459         * modules/pipe-filter-ii-tests (Makefile.am): Define
12460         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12461         * modules/pipe-filter-gi-tests (Makefile.am): Define
12462         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12463         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12464
12465 2009-08-12  Bruno Haible  <bruno@clisp.org>
12466
12467         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12468         gl_GETOPT_SUBSTITUTE before.
12469         (gl_GETOPT): Use it.
12470         * m4/argp.m4 (gl_ARGP): Update.
12471         Reported by Sergey Poznyakoff.
12472
12473         * m4/getopt.m4: Reorder macros.
12474         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12475         (gl_GETOPT_SUBSTITUTE): Remove macro.
12476
12477 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12478
12479         Minor improvement in gitlog-to-changelog
12480
12481         * build-aux/gitlog-to-changelog: New option `--format' makes
12482         output format string configurable.
12483
12484 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12485
12486         Optimize exclude: use hash tables for non-wildcard patterns.
12487
12488         * lib/exclude.c: Include hash.h and mbuiter.h
12489         (struct exclude_pattern, exclude_segment): New data types.
12490         (struct exclude): Rewrite.
12491         (fnmatch_pattern_has_wildcards): New function.
12492         (new_exclude_segment, free_exclude_segment): New functions.
12493         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12494         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12495         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12496         * modules/exclude: Depend on hash and mbuiter.
12497
12498         * modules/exclude-tests: New file.
12499         * tests/test-exclude.c: New file.
12500         * tests/test-exclude1.sh: New file.
12501         * tests/test-exclude2.sh: New file.
12502         * tests/test-exclude3.sh: New file.
12503         * tests/test-exclude4.sh: New file.
12504         * tests/test-exclude5.sh: New file.
12505         * tests/test-exclude6.sh: New file.
12506         * tests/test-exclude7.sh: New file.
12507
12508 2009-08-12  Bruno Haible  <bruno@clisp.org>
12509
12510         Ensure that getopt() gets declared by <unistd.h>.
12511         * lib/unistd.in.h: Conditionally include getopt.h.
12512         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12513         Set GNULIB_UNISTD_H_GETOPT.
12514         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12515         GNULIB_UNISTD_H_GETOPT.
12516         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12517
12518 2009-08-12  Bruno Haible  <bruno@clisp.org>
12519
12520         Clarify logic.
12521         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12522         gl_replace_getopt instead of GETOPT_H.
12523
12524 2009-08-12  Bruno Haible  <bruno@clisp.org>
12525
12526         * m4/getopt.m4: Add comments.
12527
12528 2009-08-12  Bruno Haible  <bruno@clisp.org>
12529
12530         Disable multithread support by default on Cygwin 1.5.x.
12531         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12532         set gl_use_threads=no if not specified otherwise.
12533
12534 2009-08-11  Bruno Haible  <bruno@clisp.org>
12535
12536         Avoid compilation error on NetBSD 5.0.
12537         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12538         * tests/test-stdio.c: Likewise.
12539         * tests/test-stdlib.c: Likewise.
12540         * tests/test-string.c: Likewise.
12541         * tests/test-unistd.c: Likewise.
12542         Reported by Greg Troxel <gdt@ir.bbn.com>
12543         at <https://savannah.gnu.org/support/?106973>.
12544
12545 2009-08-11  Bruno Haible  <bruno@clisp.org>
12546
12547         * modules/dup2-tests (Depends-on): Remove close.
12548
12549         Undo 2009-07-19 commit.
12550         * modules/acl-tests (Depends-on): Remove close.
12551         * modules/binary-io-tests (Depends-on): Likewise.
12552         * modules/closein-tests (Depends-on): Likewise.
12553         * modules/flock-tests (Depends-on): Likewise.
12554         * modules/fsync-tests (Depends-on): Likewise.
12555         * modules/lseek-tests (Depends-on): Likewise.
12556         * modules/pipe-tests (Depends-on): Likewise.
12557         * modules/posix_spawn-tests (Depends-on): Likewise.
12558         * modules/posix_spawnp-tests (Depends-on): Likewise.
12559         * modules/stat-time-tests (Depends-on): Likewise.
12560         * modules/yesno-tests (Depends-on): Likewise.
12561
12562 2009-08-10  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12565
12566 2009-08-10  Bruno Haible  <bruno@clisp.org>
12567
12568         Fix a gcc warning.
12569         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12570
12571 2009-08-10  Bruno Haible  <bruno@clisp.org>
12572
12573         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12574         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12575         not only the first time.
12576         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12577         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12578         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12579         is 1, not only the the first time.
12580
12581 2009-08-10  Bruno Haible  <bruno@clisp.org>
12582
12583         Make it possible to use module 'gethostname' without module 'close'.
12584         * lib/unistd.in.h (close): Evoke a link error only if
12585         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12586         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12587         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12588         * modules/unistd (Makefile.am): Substitute
12589         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12590         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12591         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12592         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12593         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12594         * modules/sys_ioctl (Makefile.am): Substitute
12595         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12596         * modules/socket (configure.ac): On native Windows, set
12597         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12598         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12599         Reported by Sam Steingold <sds@gnu.org>.
12600
12601 2009-08-10  Bruno Haible  <bruno@clisp.org>
12602
12603         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12604         * modules/ioctl (configure.ac): Likewise.
12605
12606 2009-08-10  Bruno Haible  <bruno@clisp.org>
12607
12608         Avoid collision between gnulib wrapper and libintl wrapper.
12609         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12610         already defined in intl/printf.c.
12611         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12612         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12613
12614 2009-08-09  Bruno Haible  <bruno@clisp.org>
12615
12616         Make <sys/select.h> really self-contained, also on Solaris 10.
12617         * lib/sys_select.in.h: Include <string.h>.
12618         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12619         Solaris 10 problem.
12620         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12621         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12622         Reported by Jim Meyering.
12623
12624 2009-08-09  Bruno Haible  <bruno@clisp.org>
12625
12626         Avoid warnings from 'aclocal' that are due to a use of macro name
12627         AM_XGETTEXT_OPTION that is not defined in automake.
12628         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12629         automake.
12630         * modules/error (configure.ac): Likewise.
12631         * modules/propername (configure.ac): Likewise.
12632         * modules/vasprintf (configure.ac): Likewise.
12633         * modules/verror (configure.ac): Likewise.
12634         * modules/xprintf (configure.ac): Likewise.
12635         * modules/xvasprintf (configure.ac): Likewise.
12636
12637 2009-08-08  Bruno Haible  <bruno@clisp.org>
12638
12639         Avoid compilation error in C++ mode.
12640         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12641         Reported by Sam Steingold <sds@gnu.org>.
12642
12643 2009-08-08  Bruno Haible  <bruno@clisp.org>
12644
12645         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12646         for the various Unix platforms.
12647         * doc/posix-headers/limits.texi: Update platforms list regarding
12648         HOST_NAME_MAX.
12649         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12650
12651 2009-08-07  Jim Meyering  <meyering@redhat.com>
12652
12653         selinux-at: fix typo in a comment
12654         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12655         Spotted by Paolo Bonzini.
12656
12657         selinux-at: remove redundant m4 code, add documentation
12658         * modules/selinux-at (configure.ac): Remove redundant code.
12659         LIB_SELINUX is already set via the dependent module, selinux-h.
12660         (Include): Add quotes around selinux-at.h.
12661         * lib/selinux-at.h: Add documentation.
12662         Reported by Bruno Haible in
12663         http://marc.info/?l=gnulib-bug&m=124958988300749
12664
12665 2009-08-07  Bruno Haible  <bruno@clisp.org>
12666
12667         Avoid link error on MacOS X 10.3 and 10.4.
12668         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12669         on non-ELF systems.
12670         * lib/argp-pv.c (argp_program_version): Likewise.
12671         Reported by Simon Josefsson.
12672
12673 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12674
12675         * tests/test-version-etc.sh: Use $EXEEXT.
12676
12677 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12678
12679         update-copyright: update documentation to point to maint.mk
12680         * build-aux/update-copyright: Here.
12681
12682 2009-08-06  Jim Meyering  <meyering@redhat.com>
12683
12684         maint.mk: support update-copyright-local
12685         * top/maint.mk (update-copyright-local): Define place-holder.
12686         (update-copyright): Depend on $(update-copyright-local).
12687
12688 2009-08-06  Jim Meyering  <meyering@redhat.com>
12689
12690         selinux-at: new module
12691         Initially written for coreutils, this module will soon be
12692         used by findutils, too.
12693         * MODULES.html.sh [Misc]: Add selinux-at.
12694         * lib/selinux-at.h: New file, from coreutils.
12695         * lib/selinux-at.c: Likewise.
12696         * modules/selinux-at: Likewise.
12697         (License): Change from LGPL to GPL, since it depends
12698         on the GPL'd openat module.
12699
12700         doc: update README
12701         * README: Remove references to cogito.
12702         Remove cvs-repo-updating instructions from 2007.
12703         Don't imply that CVS is better if you have limited disk space.
12704
12705 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12706
12707         update-copyright: support C-style comments
12708         * build-aux/update-copyright: Implement and document.
12709         * tests/test-update-copyright.sh: Test.
12710
12711 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12712
12713         update-copyright: support omitted "(C)"
12714         * build-aux/update-copyright: Implement and document.  Also,
12715         allow variable whitespace before "(C)".
12716         * tests/test-update-copyright.sh: Test.
12717
12718 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12719
12720         update-copyright: don't trip on non-FSF copyright statements
12721         * build-aux/update-copyright: Fix so that the first correctly
12722         formatted FSF copyright statement is recognized no matter what
12723         appears before it.  Update documentation.
12724         * tests/test-update-copyright.sh: Test that.
12725
12726 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12727
12728         update-copyright: clean up code a little
12729         * build-aux/update-copyright: Append "_re" to the name of any
12730         variable holding a regular expression.
12731         Replace "old" and "new" with "stmt" in variable names.
12732         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12733         handled correctly.
12734         Format code more consistently.
12735
12736 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12737
12738         update-copyright-tests: improve portability
12739         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12740         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12741
12742 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12743
12744         update-copyright: support @copyright{} and &copy;
12745         * build-aux/update-copyright: Implement and document.
12746         * tests/test-update-copyright.sh: Test.
12747
12748 2009-08-04  Jim Meyering  <meyering@redhat.com>
12749
12750         update-copyright-tests: correctly test EOL=\r\n handling
12751         * tests/test-update-copyright.sh: Put \r at the end of some lines
12752         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12753
12754         maint.mk: make update-copyright exclusion list more configurable
12755         * top/maint.mk (update-copyright): Default to excluding COPYING,
12756         but allow an override, in case someone does want to update that file.
12757
12758         maint.mk: don't update copyright date in COPYING
12759         * top/maint.mk (update-copyright): Exclude COPYING.
12760
12761         maint.mk: add a copyright-updating rule
12762         * top/maint.mk (update-copyright): New rule.
12763         Derived from coreutils/Makefile.am.
12764
12765         update-copyright: rename some variables
12766         * build-aux/update-copyright: Rename a few variables for clarity.
12767         Tweak syntax.  List Joel E. Denny as coauthor.
12768
12769 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12770
12771         update-copyright: fix bug for 2-digit last year and add tests
12772         * build-aux/update-copyright: Fix bug.
12773         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12774         specified.
12775         * modules/update-copyright-tests: New
12776         * tests/test-update-copyright.sh: New.
12777
12778 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12779
12780         update-copyright: handle leading tabs in line prefix
12781         * build-aux/update-copyright: Count leading tabs as 8 spaces
12782         when computing margin.  This helps with the formatting of
12783         ChangeLogs, for example.
12784         Fix documentation a little.
12785
12786 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12787
12788         update-copyright: support EOL=\r\n
12789         * build-aux/update-copyright: Implement that.
12790
12791 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12792
12793         update-copyright: automatically format copyright statements
12794         * build-aux/update-copyright: Implement that.
12795         Also, be a little more predictable and safer by always failing
12796         when the full copyright format is not perfectly recognized as an
12797         unbroken whole.  Discussed at
12798         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12799         Rewrite documentation.
12800
12801 2009-08-03  Bruno Haible  <bruno@clisp.org>
12802
12803         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12804
12805 2009-08-02  Bruno Haible  <bruno@clisp.org>
12806
12807         Tests for module 'uname'.
12808         * modules/uname-tests: New file.
12809         * tests/test-uname.c: New file.
12810
12811         New module 'uname'.
12812         * lib/uname.c: New file.
12813         * m4/uname.m4: New file.
12814         * modules/uname: New file.
12815         * doc/posix-functions/uname.texi: Mention the new module.
12816
12817 2009-08-02  Bruno Haible  <bruno@clisp.org>
12818
12819         Tests for module 'sys_utsname'.
12820         * modules/sys_utsname-tests: New file.
12821         * tests/test-sys_utsname.c: New file.
12822
12823         New module 'sys_utsname'.
12824         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12825         * m4/sys_utsname_h.m4: New file.
12826         * modules/sys_utsname: New file.
12827         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12828
12829 2009-08-02  Bruno Haible  <bruno@clisp.org>
12830
12831         Implicitly initialize the sockets library.
12832         * lib/gethostname.c: Include sockets.h.
12833         (rpl_gethostname): Invoke gl_sockets_startup.
12834         * lib/socket.c: Include sockets.h.
12835         (rpl_socket): Invoke gl_sockets_startup.
12836         * modules/gethostname (Depends-on): Add sockets.
12837         * modules/socket (Depends-on): Likewise.
12838         * tests/test-poll.c: Don't include sockets.h.
12839         (main): Don't invoke gl_sockets_startup.
12840         * tests/test-select.c: Don't include sockets.h.
12841         (main): Don't invoke gl_sockets_startup.
12842
12843 2009-08-02  Bruno Haible  <bruno@clisp.org>
12844
12845         Allow multiple calls to gl_sockets_startup.
12846         * lib/sockets.c (initialized_sockets_version): New variable.
12847         (gl_sockets_startup): Do nothing if already called for this or a higher
12848         version.
12849         (gl_sockets_cleanup): Reset initialized_sockets_version.
12850
12851 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12852
12853         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12854         different project/version.
12855
12856 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12857             Bruno Haible  <bruno@clisp.org>
12858
12859         Tests for module 'pipe-filter-gi'.
12860         * modules/pipe-filter-gi-tests: New file.
12861         * tests/test-pipe-filter-gi1.sh: New file.
12862         * tests/test-pipe-filter-gi1.c: New file.
12863         * tests/test-pipe-filter-gi2.sh: New file.
12864         * tests/test-pipe-filter-gi2-main.c: New file.
12865         * tests/test-pipe-filter-gi2-child.c: New file.
12866
12867         New module 'pipe-filter-gi'.
12868         * lib/pipe-filter-gi.c: New file.
12869         * modules/pipe-filter-gi: New file.
12870
12871 2009-08-02  Bruno Haible  <bruno@clisp.org>
12872             Paolo Bonzini  <bonzini@gnu.org>
12873
12874         Tests for module 'pipe-filter-ii'.
12875         * modules/pipe-filter-ii-tests: New file.
12876         * tests/test-pipe-filter-ii1.sh: New file.
12877         * tests/test-pipe-filter-ii1.c: New file.
12878         * tests/test-pipe-filter-ii2.sh: New file.
12879         * tests/test-pipe-filter-ii2-main.c: New file.
12880         * tests/test-pipe-filter-ii2-child.c: New file.
12881
12882         New module 'pipe-filter-ii'.
12883         * lib/pipe-filter.h: New file.
12884         * lib/pipe-filter-ii.c: New file.
12885         * lib/pipe-filter-aux.h: New file.
12886         * modules/pipe-filter-ii: New file.
12887
12888 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12889
12890         * lib/gc-libgcrypt.c: Change copyright to FSF.
12891         * lib/gc-gnulib.c: Likewise.
12892
12893 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12894
12895         * lib/gethostname.c: Include limits.h.
12896
12897 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12898             Bruno Haible  <bruno@clisp.org>
12899
12900         Ensure HOST_NAME_MAX as part of the gethostname module.
12901         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12902         define also HOST_NAME_MAX.
12903         * tests/test-gethostname.c: Include <limits.h>.
12904         (main): Check also HOST_NAME_MAX.
12905         * doc/posix-headers/limits.texi: Document the mingw problem.
12906
12907 2009-08-02  Bruno Haible  <bruno@clisp.org>
12908
12909         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12910         Add comments.
12911
12912 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12913
12914         * lib/gethostname.c: Add Windows wrapper.
12915         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12916         * modules/gethostname: Depend on sys_socket & errno, for also
12917         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12918         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12919
12920 2009-07-31  Jim Meyering  <meyering@redhat.com>
12921
12922         getloadavg: fix symbol name in comment
12923         * lib/getloadavg.c: Correct a typo I introduced when adding
12924         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12925         Matt Kraai spotted the problem.
12926
12927 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12928
12929         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12930         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12931         code also if ! defined N_NAME_POINTER.
12932         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12933         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12934         but the n_name member is a 12-byte array.
12935
12936 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12937
12938         update-copyright: generalize comment handling
12939         * build-aux/update-copyright: Handle copyright statements
12940         within more comment styles.
12941         Document usage.
12942         Report any file with an external copyright holder or parse failure.
12943
12944 2009-07-29  Jim Meyering  <meyering@redhat.com>
12945
12946         mktime: correct setting of REPLACE_MKTIME
12947         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12948
12949         update-copyright: new module
12950         * modules/update-copyright: New file.
12951         * build-aux/update-copyright: New file.
12952         * MODULES.html.sh (maint+release support): Add update-copyright.
12953
12954 2009-07-27  Bruno Haible  <bruno@clisp.org>
12955
12956         Fix compilation error when <ctime> is used and mktime is replaced.
12957         * lib/time.in.h (mktime): New declaration.
12958         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12959         REPLACE_MKTIME instead of defining mktime in config.h.
12960         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12961         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12962         Reported by Ross McFarland <rwmcfa1@neces.com>.
12963
12964 2009-07-27  Bruno Haible  <bruno@clisp.org>
12965
12966         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12967         Reported by Matt Kraai <mkraai@beckman.com>.
12968
12969 2009-07-25  Jim Meyering  <meyering@redhat.com>
12970
12971         maint.mk: avoid warnings about missing files
12972         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12973         diagnostic when .prev-version does not exist.
12974         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12975         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12976         nonexistent cfg.mk.
12977         Suggestions from Simon Josefsson.
12978
12979 2009-07-25  Bruno Haible  <bruno@clisp.org>
12980
12981         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12982         defined as macros. Needed on QNX 6.4.1.
12983         Reported by Matt Kraai <mkraai@beckman.com>.
12984
12985 2009-07-23  Jim Meyering  <meyering@redhat.com>
12986
12987         maint.mk: invoke "make dist" with a working value of XZ_OPT
12988         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12989
12990 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12991
12992         Make fseeko.c compile on QNX.
12993         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12994
12995 2009-07-22  Peter Simons  <simons@cryp.to>
12996
12997         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12998         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12999         * lib/md4.h: Likewise.
13000         * lib/md5.h: Likewise.
13001         * lib/sha1.h: Likewise.
13002         * lib/sha256.h: Likewise.
13003         * lib/sha512.h: Likewise.
13004
13005         tests-sha1: don't assign literal string to 'char *' variable
13006         * tests/test-sha1.c (main): Declare locals with "const" to match
13007         attributes of the right hand side.
13008
13009 2009-07-21  Eric Blake  <ebb9@byu.net>
13010
13011         dup2: fix more mingw problems
13012         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13013         fd to itself.
13014         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13015         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13016         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13017         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13018         care of mingw bugs.
13019
13020 2009-07-21  Jim Meyering  <meyering@redhat.com>
13021
13022         vc-list-files: avoid failure when /bin/sh is dash
13023         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13024         On some Debian based systems, /bin/sh is a symlink to dash, and running
13025         this command would omit the "/" following each 'tests' prefix:
13026           dash -x build-aux/vc-list-files -C . tests
13027         That is because bash and dash work differently:
13028           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13029           bash ok
13030           dash odd
13031
13032 2009-07-21  Eric Blake  <ebb9@byu.net>
13033
13034         dup2-tests: test previous patch
13035         * modules/dup2-tests: New file.
13036         * tests/test-dup2.c: Likewise.
13037         * tests/test-open.c (main): Avoid unspecified behavior.
13038         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13039         test.
13040
13041         dup2: work around mingw and cygwin 1.5 bug
13042         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13043         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13044         * modules/unistd (Makefile.am): Substitute it.
13045         * lib/unistd.in.h (dup2): Declare the replacement.
13046         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13047         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13048         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13049         * modules/execute (Depends-on): Add dup2.
13050         * modules/fseterr (Depends-on): Likewise.
13051         * modules/pipe (Depends-on): Likewise.
13052         * modules/posix_spawn-internal (Depends-on): Likewise.
13053
13054 2009-07-21  Bruno Haible  <bruno@clisp.org>
13055
13056         * modules/.gitattributes: New file.
13057
13058 2009-07-20  Bruno Haible  <bruno@clisp.org>
13059
13060         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13061         (main): Use it.
13062
13063 2009-07-20  Eric Blake  <ebb9@byu.net>
13064
13065         test-pipe: make a bit more robust.
13066         * tests/test-pipe.c (myerr): Allow error messages regardless of
13067         what we do to stderr.
13068         (test_pipe): Rearrange to avoid deadlock.
13069         (child_main): Try a larger read, to ensure we avoided deadlock.
13070         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13071         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13072         if misused.
13073
13074 2009-07-19  Jim Meyering  <meyering@redhat.com>
13075
13076         fts: avoid false-positive cycle-detection
13077         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13078         for each new command line argument.
13079
13080 2009-07-19  Bruno Haible  <bruno@clisp.org>
13081
13082         Fix build error on mingw with the modules sys_select and unistd.
13083         * modules/acl-tests (Depends-on): Add close.
13084         * modules/binary-io-tests (Depends-on): Likewise.
13085         * modules/closein-tests (Depends-on): Likewise.
13086         * modules/flock-tests (Depends-on): Likewise.
13087         * modules/fsync-tests (Depends-on): Likewise.
13088         * modules/lseek-tests (Depends-on): Likewise.
13089         * modules/pipe-tests (Depends-on): Likewise.
13090         * modules/posix_spawn-tests (Depends-on): Likewise.
13091         * modules/posix_spawnp-tests (Depends-on): Likewise.
13092         * modules/stat-time-tests (Depends-on): Likewise.
13093         * modules/yesno-tests (Depends-on): Likewise.
13094
13095 2009-07-19  Bruno Haible  <bruno@clisp.org>
13096
13097         Unify conditionals.
13098         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13099         macros, not at the compiler macros.
13100         * lib/pipe.c: Likewise.
13101         * lib/execute.c: Likewise.
13102         * lib/spawni.c: Likewise.
13103
13104 2009-07-19  Bruno Haible  <bruno@clisp.org>
13105
13106         Fix handling of closed stdin/stdout/stderr on mingw.
13107         * lib/w32spawn.h: Include unistd.h.
13108         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13109         file descriptor with O_NOINHERIT flag.
13110         (fd_safer_noinherit): New function, based on fd-safer.c.
13111         (dup_safer_noinherit): New function, based on dup-safer.c.
13112         (undup_safer_noinherit): New function.
13113         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13114         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13115         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13116         instead of fd_safer.
13117         * tests/test-pipe.c: Include <windows.h>.
13118         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13119
13120         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13121         from main.
13122         (test_pipe): Pass an extra argument for disambiguation.
13123         (main): Invoke parent_main or child_main.
13124
13125         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13126         consistently.
13127
13128 2009-07-18  Eric Blake  <ebb9@byu.net>
13129
13130         test-pipe: fix mingw build
13131         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13132
13133 2009-07-18  Bruno Haible  <bruno@clisp.org>
13134
13135         * modules/pipe-tests (Makefile.am): Fix typo.
13136
13137 2009-07-18  Eric Blake  <ebb9@byu.net>
13138
13139         error: fix mingw build
13140         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13141         Reported by Bruno Haible.
13142
13143         error: avoid undefined use of stdout
13144         * lib/error.c (error, error_at_line): Check that fd 1 is open
13145         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13146         is handling faults and the close_stdout module wants to report the
13147         detection of closed stdout as an error.
13148
13149 2009-07-17  Eric Blake  <ebb9@byu.net>
13150
13151         pipe: be robust in face of closed fds
13152         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13153         should cause child to misbehave.
13154         * modules/pipe-tests: New module.
13155         * tests/test-pipe.c: New file.
13156         * tests/test-pipe.sh: New file.
13157         Reported by Akim Demaille.
13158
13159 2009-07-14  Bruno Haible  <bruno@clisp.org>
13160
13161         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13162         Reported by anonymous kc.
13163
13164 2009-07-07  Jim Meyering  <meyering@redhat.com>
13165
13166         maint.mk: don't look for translatable strings in *.m4 or *.mk
13167         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13168         when searching for translatable strings.
13169
13170 2009-07-05  Jim Meyering  <meyering@redhat.com>
13171
13172         remove superfluous parentheses in STREQ definition
13173         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13174         * lib/getugroups.c (STREQ): Likewise.
13175         * lib/fnmatch.c (STREQ): Likewise.
13176         Spotted by Bruno Haible.
13177
13178 2009-07-04  Jim Meyering  <meyering@redhat.com>
13179
13180         argv-iter: new module
13181         * MODULES.html.sh: Add argv-iter.
13182         * lib/argv-iter.c, lib/argv-iter.h: New files.
13183         * modules/argv-iter: New file.
13184         * modules/argv-iter-tests: New file.
13185         * tests/test-argv-iter.c: Test it.
13186
13187 2009-07-04  Bruno Haible  <bruno@clisp.org>
13188
13189         Fix assertion.
13190         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13191         contains more exact copies of a given entry than file2, leave the extra
13192         copies unpaired rather than aborting.
13193         Reported by Eric Blake.
13194
13195 2009-07-02  Bruno Haible  <bruno@clisp.org>
13196
13197         Speedup git-merge-changelog for git cherry-pick.
13198         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13199         (entries_mapping_get): New function, extracted from compute_mapping.
13200         (entries_mapping_reverse_get): New function.
13201         (compute_mapping): Add a 'full' argument. Return the result in a
13202         'struct entries_mapping'.
13203         (main): Update. Access the mappings through entries_mapping_get.
13204         Reported by Eric Blake.
13205
13206 2009-07-02  Bruno Haible  <bruno@clisp.org>
13207
13208         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13209         best_i.
13210
13211 2009-07-02  Bruno Haible  <bruno@clisp.org>
13212
13213         Speed up approximate search for matching ChangeLog entries.
13214         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13215         argument. Call fstrcmp_bounded instead of fstrcmp.
13216         (compute_mapping, try_split_merged_entry, main): Update callers.
13217
13218 2009-07-02  Bruno Haible  <bruno@clisp.org>
13219
13220         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13221
13222 2009-06-30  Bruno Haible  <bruno@clisp.org>
13223
13224         Reduce the number of uc_is_cased calls.
13225         * lib/unicase.h (casing_suffix_context_t): Add
13226         'first_char_except_ignorable' field.
13227         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13228         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13229         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13230         Update initializer.
13231         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13232         case-ignorable characters.
13233         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13234         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13235         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13236         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13237         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13238
13239 2009-06-30  Bruno Haible  <bruno@clisp.org>
13240
13241         Tests for module 'unicase/ignorable'.
13242         * modules/unicase/ignorable-tests: New file.
13243         * tests/unicase/test-ignorable.c: New file, generated by
13244         gen-uni-tables.
13245
13246         Tests for module 'unicase/cased'.
13247         * modules/unicase/cased-tests: New file.
13248         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13249         * tests/unicase/test-predicate-part1.h: New file, derived from
13250         tests/unictype/test-predicate-part1.h.
13251         * tests/unicase/test-predicate-part2.h: New file, same as
13252         tests/unictype/test-predicate-part2.h.
13253
13254         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13255         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13256         (output_casing_properties): New function.
13257         (main): Call it.
13258         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13259         * lib/unicase/cased.c: Include unictype/bitmap.h.
13260         (uc_is_cased): Define through a bitmap lookup.
13261         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13262         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13263         (uc_is_case_ignorable): Define through a bitmap lookup.
13264         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13265         lib/unictype/bitmap.h.
13266         (Depends-on): Add inline. Clean up.
13267         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13268         lib/unictype/bitmap.h.
13269         (Depends-on): Add inline. Clean up.
13270         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13271         recognition.
13272         * tests/unicase/test-u16-tolower.c (main): Likewise.
13273         * tests/unicase/test-u32-tolower.c (main): Likewise.
13274
13275 2009-06-30  Bruno Haible  <bruno@clisp.org>
13276
13277         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13278         * lib/unicase/u16-casemap.c: Likewise.
13279         * lib/unicase/u32-casemap.c: Likewise.
13280
13281 2009-06-29  Bruno Haible  <bruno@clisp.org>
13282
13283         Define u32_casefold as a wrapper around u32_ct_casefold.
13284         * lib/unicase/u32-casefold.c: Update.
13285         * modules/unicase/u32-casefold (Depends-on): Add
13286         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13287         unicase/empty-suffix-context. Clean up.
13288
13289         Define u16_casefold as a wrapper around u16_ct_casefold.
13290         * lib/unicase/u16-casefold.c: Update.
13291         * modules/unicase/u16-casefold (Depends-on): Add
13292         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13293         unicase/empty-suffix-context. Clean up.
13294
13295         Define u8_casefold as a wrapper around u8_ct_casefold.
13296         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13297         * lib/unicase/u8-casefold.c: Update.
13298         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13299         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13300
13301         Define u32_totitle as a wrapper around u32_ct_totitle.
13302         * lib/unicase/u32-totitle.c: Update.
13303         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13304         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13305
13306         Define u16_totitle as a wrapper around u16_ct_totitle.
13307         * lib/unicase/u16-totitle.c: Update.
13308         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13309         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13310
13311         Define u8_totitle as a wrapper around u8_ct_totitle.
13312         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13313         functions.
13314         (FUNC): Delegate to U_CT_TOTITLE.
13315         * lib/unicase/u8-totitle.c: Update.
13316         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13317         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13318
13319         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13320         invocation.
13321         * modules/unicase/u32-tolower (Depends-on): Add
13322         unicase/empty-prefix-context, unicase/empty-suffix-context.
13323
13324         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13325         invocation.
13326         * modules/unicase/u16-tolower (Depends-on): Add
13327         unicase/empty-prefix-context, unicase/empty-suffix-context.
13328
13329         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13330         * modules/unicase/u8-tolower (Depends-on): Add
13331         unicase/empty-prefix-context, unicase/empty-suffix-context.
13332
13333         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13334         invocation.
13335         * modules/unicase/u32-toupper (Depends-on): Add
13336         unicase/empty-prefix-context, unicase/empty-suffix-context.
13337
13338         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13339         invocation.
13340         * modules/unicase/u16-toupper (Depends-on): Add
13341         unicase/empty-prefix-context, unicase/empty-suffix-context.
13342
13343         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13344         * modules/unicase/u8-toupper (Depends-on): Add
13345         unicase/empty-prefix-context, unicase/empty-suffix-context.
13346
13347         New module 'unicase/u32-ct-casefold'.
13348         * lib/unicase/u32-ct-casefold.c: New file.
13349         * modules/unicase/u32-ct-casefold: New file.
13350
13351         New module 'unicase/u16-ct-casefold'.
13352         * lib/unicase/u16-ct-casefold.c: New file.
13353         * modules/unicase/u16-ct-casefold: New file.
13354
13355         New module 'unicase/u8-ct-casefold'.
13356         * lib/unicase/u8-ct-casefold.c: New file.
13357         * lib/unicase/u-ct-casefold.h: New file, derived from
13358         lib/unicase/u-casefold.h.
13359         * modules/unicase/u8-ct-casefold: New file.
13360
13361         New module 'unicase/u32-ct-totitle'.
13362         * lib/unicase/u32-ct-totitle.c: New file.
13363         * modules/unicase/u32-ct-totitle: New file.
13364
13365         New module 'unicase/u16-ct-totitle'.
13366         * lib/unicase/u16-ct-totitle.c: New file.
13367         * modules/unicase/u16-ct-totitle: New file.
13368
13369         New module 'unicase/u8-ct-totitle'.
13370         * lib/unicase/u8-ct-totitle.c: New file.
13371         * lib/unicase/u-ct-totitle.h: New file, derived from
13372         lib/unicase/u-totitle.h.
13373         * modules/unicase/u8-ct-totitle: New file.
13374
13375         New module 'unicase/u32-ct-tolower'.
13376         * lib/unicase/u32-ct-tolower.c: New file.
13377         * modules/unicase/u32-ct-tolower: New file.
13378
13379         New module 'unicase/u16-ct-tolower'.
13380         * lib/unicase/u16-ct-tolower.c: New file.
13381         * modules/unicase/u16-ct-tolower: New file.
13382
13383         New module 'unicase/u8-ct-tolower'.
13384         * lib/unicase/u8-ct-tolower.c: New file.
13385         * modules/unicase/u8-ct-tolower: New file.
13386
13387         New module 'unicase/u32-ct-toupper'.
13388         * lib/unicase/u32-ct-toupper.c: New file.
13389         * modules/unicase/u32-ct-toupper: New file.
13390
13391         New module 'unicase/u16-ct-toupper'.
13392         * lib/unicase/u16-ct-toupper.c: New file.
13393         * modules/unicase/u16-ct-toupper: New file.
13394
13395         New module 'unicase/u8-ct-toupper'.
13396         * lib/unicase/u8-ct-toupper.c: New file.
13397         * modules/unicase/u8-ct-toupper: New file.
13398
13399         Add context arguments to u*_casemap functions.
13400         * lib/unicase/unicasemap.h: Include unicase.h.
13401         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13402         suffix_context arguments.
13403         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13404         functions.
13405         (FUNC): Add prefix_context and suffix_context arguments. Use
13406         uc_is_cased and uc_is_case_ignorable.
13407         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13408         * lib/unicase/u16-casemap.c: Likewise.
13409         * lib/unicase/u32-casemap.c: Likewise.
13410         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13411         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13412         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13413         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13414         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13415         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13416
13417         New module 'unicase/u32-suffix-context'.
13418         * lib/unicase/u32-suffix-context.c: New file.
13419         * modules/unicase/u32-suffix-context: New file.
13420
13421         New module 'unicase/u16-suffix-context'.
13422         * lib/unicase/u16-suffix-context.c: New file.
13423         * modules/unicase/u16-suffix-context: New file.
13424
13425         New module 'unicase/u8-suffix-context'.
13426         * lib/unicase/u8-suffix-context.c: New file.
13427         * lib/unicase/u-suffix-context.h: New file.
13428         * modules/unicase/u8-suffix-context: New file.
13429
13430         New module 'unicase/empty-suffix-context'.
13431         * lib/unicase/empty-suffix-context.c: New file.
13432         * modules/unicase/empty-suffix-context: New file.
13433
13434         New module 'unicase/u32-prefix-context'.
13435         * lib/unicase/u32-prefix-context.c: New file.
13436         * modules/unicase/u32-prefix-context: New file.
13437
13438         New module 'unicase/u16-prefix-context'.
13439         * lib/unicase/u16-prefix-context.c: New file.
13440         * modules/unicase/u16-prefix-context: New file.
13441
13442         New module 'unicase/u8-prefix-context'.
13443         * lib/unicase/u8-prefix-context.c: New file.
13444         * lib/unicase/u-prefix-context.h: New file.
13445         * lib/unicase/context.h: New file.
13446         * modules/unicase/u8-prefix-context: New file.
13447
13448         New module 'unicase/empty-prefix-context'.
13449         * lib/unicase/empty-prefix-context.c: New file.
13450         * modules/unicase/empty-prefix-context: New file.
13451
13452         New module 'unicase/ignorable'.
13453         * lib/unicase/ignorable.c: New file.
13454         * modules/unicase/ignorable: New file.
13455
13456         New module 'unicase/cased'.
13457         * lib/unicase/caseprop.h: New file.
13458         * lib/unicase/cased.c: New file.
13459         * modules/unicase/cased: New file.
13460
13461         New functions for case mapping of substrings.
13462         * lib/unicase.h (casing_prefix_context_t): New type.
13463         (unicase_empty_prefix_context): New variable.
13464         (u8_casing_prefix_context, u16_casing_prefix_context,
13465         u32_casing_prefix_context, u8_casing_prefixes_context,
13466         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13467         declarations.
13468         (casing_suffix_context_t): New type.
13469         (unicase_empty_suffix_context): New variable.
13470         (u8_casing_suffix_context, u16_casing_suffix_context,
13471         u32_casing_suffix_context, u8_casing_suffixes_context,
13472         u16_casing_suffixes_context, u32_casing_suffixes_context,
13473         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13474         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13475         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13476         declarations.
13477
13478 2009-06-28  Jim Meyering  <meyering@redhat.com>
13479
13480         boostrap: indent only with spaces
13481         * build-aux/bootstrap: Indent only with spaces, never TABs.
13482
13483         bootstrap: split long lines
13484         * build-aux/bootstrap: Keep line length < 80.
13485
13486         bootstrap: sync from coreutils
13487         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13488         just as autoreconf does.  Verify a list of prerequisite
13489         package-name,version-number pairs if defined in bootstrap.conf.
13490         Refer to README-prereq, if prerequisites are not satisfied.
13491
13492 2009-06-27  Eric Blake  <ebb9@byu.net>
13493
13494         tests: add test for bogus NULL definition
13495         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13496         * tests/test-stdlib.c: Likewise.
13497         * tests/test-string.c: Likewise.
13498         * tests/test-locale.c: Likewise.
13499         * tests/test-unistd.c: Likewise.
13500         * modules/stdio-tests (Depends-on): Add verify.
13501         * modules/stdlib-tests (Depends-on): Likewise.
13502         * modules/string-tests (Depends-on): Likewise.
13503         * modules/locale-tests (Depends-on): Likewise.
13504         * modules/unistd-tests (Depends-on): Likewise.
13505
13506 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13507
13508         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13509         self-explaining comment.
13510         * m4/selinux-selinux-h: Update serial.
13511         (gl_LIBSELINUX): New macro, adding a warning for missing development
13512         packages to code extracted from...
13513         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13514         Add warning for missing development packages here, too.
13515
13516 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13517
13518         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13519
13520 2009-06-25  Eric Blake  <ebb9@byu.net>
13521
13522         version-etc: fix regression
13523         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13524         gcc.
13525         (version_etc): Use it, to catch bugs with trailing NULL.
13526         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13527         (version_etc_va): Fix logic bug.
13528         * modules/version-etc-tests: Add test.
13529         * tests/test-version-etc.c: New file.
13530         * tests/test-version-etc.sh: Likewise.
13531
13532 2009-06-25  Sam Steingold  <sds@gnu.org>
13533
13534         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13535         mbtowc declaration.
13536
13537 2009-06-25  Eric Blake  <ebb9@byu.net>
13538
13539         fpurge: migrate into <stdio.h>
13540         * lib/fpurge.h: Delete...
13541         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13542         * lib/fpurge.c (fpurge): Change declaring header.
13543         * modules/fpurge (Files): Drop deleted file.
13544         (Depends-on): Add stdio.
13545         (configure.ac): Set witness.
13546         * modules/stdio (Makefile.am): Support fpurge macros.
13547         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13548         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13549         * lib/fflush.c: Update client.
13550         * tests/test-fpurge.c: Likewise.
13551         * NEWS: Mention the change.
13552
13553 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13554
13555         * lib/argp-version-etc.c (program_authors): Add const
13556         qualifier.
13557         * lib/version-etc.c: Fix typos in the comments.
13558         * modules/argp-version-etc: Depends on version-etc.
13559
13560 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13561
13562         argp-version-etc: new module.
13563
13564         * lib/argp-version-etc.c: New file.
13565         * lib/argp-version-etc.h: New file.
13566         * modules/argp-version-etc: New file.
13567         * modules/argp-version-etc-tests: New file.
13568         * tests/test-argp-version-etc.c: New test.
13569         * tests/test-argp-version-etc-1.sh: New test.
13570
13571 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13572
13573         Provide additional interfaces and documentation for version-etc
13574         module.
13575
13576         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13577         interfaces.
13578         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13579         prototypes.
13580
13581 2009-06-24  Bruno Haible  <bruno@clisp.org>
13582
13583         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13584         HAVE_LIB${NAME} macro.
13585         Reported by Sam Steingold <sds@gnu.org>.
13586
13587 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13588
13589         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13590         needed.
13591
13592 2009-06-21  Bruno Haible  <bruno@clisp.org>
13593
13594         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13595         work.
13596         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13597         together with LIB${NAME}, LTLIB${NAME}.
13598         Reported by Sam Steingold <sds@gnu.org>.
13599
13600 2009-06-20  Jim Meyering  <meyering@redhat.com>
13601
13602         tests: make sc_require_test_exit_idiom more generic
13603         * top/maint.mk (Exit_witness_file): New overridable variable.
13604         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13605         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13606
13607 2009-06-19  Jim Meyering  <meyering@redhat.com>
13608
13609         hash: reverse order of src/dst parameters in an internal interface
13610         * lib/hash.c (transfer_entries): Reverse order of parameters to
13611         put DST before SRC.  Adjust callers.
13612
13613         tests: test-hash: avoid wholesale duplication
13614         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13615         Instead, use a loop and add a single conditional.
13616
13617         tests: test-hash: allow seed selection via a command line argument
13618         * tests/test-hash.c (get_seed): New function.
13619         (main): Use it.
13620
13621 2009-06-19  Eric Blake  <ebb9@byu.net>
13622
13623         hash: avoid memory leak on allocation failure
13624         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13625         failure.  Factor repeated algorithm...
13626         (transfer_entries): ...into new helper routine.
13627         (hash_delete): React to hash_rehash return value.
13628
13629         hash: reduce memory pressure in hash_rehash no-op case
13630         * lib/hash.c (next_prime): Avoid overflow.
13631         (hash_initialize): Factor bucket size computation...
13632         (compute_bucket_size): ...into new helper function.
13633         (hash_rehash): Use new function and open coding to reduce memory
13634         pressure, and avoid a memory leak in USE_OBSTACK code.
13635         Reported by Jim Meyering.
13636
13637 2009-06-18  Eric Blake  <ebb9@byu.net>
13638
13639         hash: make rotation more obvious
13640         * modules/hash (Depends-on): Add bitrotate and stdint.
13641         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13642         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13643         (SIZE_MAX): Rely on headers for definition.
13644         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13645         (raw_hasher): Use rotr_sz.
13646         Suggested by Jim Meyering.
13647
13648         hash: fix memory leak in last patch
13649         * lib/hash.c (hash_rehash): Avoid memory leak.
13650
13651         hash: avoid no-op rehashing
13652         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13653
13654         hash: provide default callback functions
13655         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13656         (hash_initialize): Use them as defaults.
13657         * tests/test-hash.c (main): Test this.
13658
13659         hash: minor optimization
13660         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13661         when possible.
13662         (hash_initialize): Document this promise.
13663         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13664         * tests/test-hash.c (hash_compare_strings): Test this.
13665
13666 2009-06-18  Bruno Haible  <bruno@clisp.org>
13667
13668         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13669         going to be replaced anyway.
13670
13671 2009-06-18  Bruno Haible  <bruno@clisp.org>
13672
13673         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13674         in one place.
13675         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13676         be replaced anyway.
13677
13678 2009-06-18  Eric Blake  <ebb9@byu.net>
13679
13680         hash: check for resize before insertion
13681         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13682         threshold before insertion, so that a pathological hash_rehash
13683         that fills every bucket can still trigger another rehash.
13684
13685 2009-06-18  Jim Meyering  <meyering@redhat.com>
13686
13687         hash-tests: add a loop around the small tests
13688         * tests/test-hash.c (main): Repeat small tests with selected
13689         small initial table sizes.
13690
13691 2009-06-17  Eric Blake  <ebb9@byu.net>
13692
13693         hash: minor cleanups
13694         * lib/hash.h (hash_entry): Make opaque, by moving...
13695         * lib/hash.c (hash_entry): ...here.
13696         (hash_insert): Clarify restrictions on what can be inserted.
13697         (hash_get_next): Clarify when it is safe to remove an element
13698         during traversal.
13699         (check_tuning): Skip verification when tuning is known safe.
13700         (hash_initialize): Clarify restrictions on tuning.
13701
13702 2009-06-17  Jim Meyering  <jim@meyering.net>
13703         and Eric Blake  <ebb9@byu.net>
13704
13705         hash-tests: new module
13706         * modules/hash-tests: New file.
13707         * tests/test-hash.c: New file.
13708
13709 2009-06-17  Eric Blake  <ebb9@byu.net>
13710
13711         strstr-simple: document new module
13712         * MODULES.html.sh: Document new module.
13713
13714         strstr, strcasestr: replace on platforms with broken memchr
13715         * modules/strstr: Split into...
13716         * modules/strstr-simple: ...new module that does not care about
13717         performance, but does care about glibc bug.
13718         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13719         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13720         if platform memchr is broken, per Debian bug 521737.
13721         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13722         memchr.
13723         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13724         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13725         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13726         * modules/mountlist (Depends-on): Add strstr-simple.
13727         * modules/gen-uni-tables (Depends-on): Likewise.
13728         * modules/argz (Depends-on): Add strstr.
13729
13730 2009-06-17  Bruno Haible  <bruno@clisp.org>
13731
13732         * modules/posix_spawn-internal (Depends-on): Add errno.
13733
13734 2009-06-17  Bruno Haible  <bruno@clisp.org>
13735
13736         Define missing ESTALE on Interix 3.5.
13737         * lib/errno.in.h (ESTALE): Assign a value if missing.
13738         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13739         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13740         missing.
13741         * doc/posix-headers/errno.texi: Mention the Interix bug.
13742         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13743
13744 2009-06-15  Eric Blake  <ebb9@byu.net>
13745
13746         memchr, memchr2: add valgrind exception
13747         * lib/memchr.valgrind: New file.
13748         * lib/memchr2.valgrind: New file.
13749         * modules/memchr (Files): Distribute valgrind file.
13750         * modules/memchr2 (Files): Likewise.
13751
13752         docs: memchr is no longer obsolete
13753         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13754         * lib/string.in.h (memchr): Simplify logic.
13755
13756 2009-06-14  Jim Meyering  <meyering@redhat.com>
13757
13758         link-follow: fix the "checking..." message to not mention trailing slash
13759         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13760         never considered trailing slashes.
13761
13762 2009-06-14  Bruno Haible  <bruno@clisp.org>
13763
13764         * m4/memchr.m4: Mention also the bug on IA-64.
13765         * doc/posix-functions/memchr.texi: Likewise.
13766
13767 2009-06-12  Eric Blake  <ebb9@byu.net>
13768
13769         memchr: detect broken x86_64 and alpha implementations
13770         * modules/memchr-tests (Depends-on): Move mmap detection...
13771         * modules/memchr (Depends-on): ...here.
13772         (configure.ac): Set indicator.
13773         * lib/string.in.h (memchr): Declare replacement.
13774         * modules/string (Makefile.am): Trigger replacement.
13775         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13776         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13777         bugs.
13778         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13779         * modules/getpagesize (License): Relax license.
13780
13781 2009-06-11  Bruno Haible  <bruno@clisp.org>
13782
13783         * lib/idpriv.h: Add more references.
13784
13785 2009-06-08  Bruno Haible  <bruno@clisp.org>
13786
13787         Tests for module 'idpriv-droptemp'.
13788         * modules/idpriv-droptemp-tests: New file.
13789         * tests/test-idpriv-droptemp.sh: New file.
13790         * tests/test-idpriv-droptemp.su.sh: New file.
13791         * tests/test-idpriv-droptemp.c: New file.
13792
13793         New module 'idpriv-droptemp'.
13794         * lib/idpriv-droptemp.c: New file.
13795         * modules/idpriv-droptemp: New file.
13796
13797 2009-06-08  Bruno Haible  <bruno@clisp.org>
13798
13799         Tests for module 'idpriv-drop'.
13800         * modules/idpriv-drop-tests: New file.
13801         * tests/test-idpriv-drop.sh: New file.
13802         * tests/test-idpriv-drop.su.sh: New file.
13803         * tests/test-idpriv-drop.c: New file.
13804
13805         New module 'idpriv-drop'.
13806         * lib/idpriv.h: New file.
13807         * lib-idpriv-drop.c: New file.
13808         * m4/idpriv.m4: New file.
13809         * modules/idpriv-drop: New file.
13810
13811 2009-06-08  Bruno Haible  <bruno@clisp.org>
13812
13813         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13814         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13815         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13816         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13817         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13818         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13819         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13820
13821 2009-06-08  Eric Blake  <ebb9@byu.net>
13822
13823         test-strstr: use memory fence, when possible
13824         * tests/test-strstr.c (main): Use memory fence, in order to be
13825         more likely to trigger Debian bug 521737.
13826         * modules/strstr-tests (Files): Pull in additional files.
13827
13828         memchr: no longer obsolete, for wider field testing
13829         * modules/memchr (Status, Notice): Delete, this module is no
13830         longer obsolete.
13831         * modules/vasnprintf (Depends-on): Add memchr.
13832
13833 2009-06-07  Jim Meyering  <meyering@redhat.com>
13834
13835         hash: declare some functions with the warn_unused_result attribute
13836         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13837
13838 2009-06-07  Bruno Haible  <bruno@clisp.org>
13839
13840         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13841         Reported by Eric Blake.
13842
13843 2009-06-06  Eric Blake  <ebb9@byu.net>
13844
13845         test-alignof: fix typo with long double
13846         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13847         compiler error.
13848
13849 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13850
13851         Escape non-texinfo { and }s.
13852         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13853         markup error.
13854
13855 2009-06-04  Jim Meyering  <meyering@redhat.com>
13856
13857         gitlog-to-changelog: don't infloop on an empty commit log
13858         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13859         Reported by Boris Petersen <transacid@centerim.org>.
13860
13861 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13862
13863         version-etc: extend for packagers
13864         Add three new configure options, intended for packagers:
13865           --with-packager="packager name"
13866           --with-packager-version="packager-specific version"
13867           --with-packager-bug-reports="packager bug reporting"
13868         An example with coreutils:
13869           $ ./configure \
13870             --with-packager=Gentoo \
13871             --with-packager-bug-report=http://bugs.gentoo.org/ \
13872             --with-packager-version="patchset 1.6"
13873           $ ./src/ls --version | head -n2
13874           ls (GNU coreutils) 7.1-dirty
13875           Packaged by Gentoo (patchset 1.6)
13876         Note that the bug reporting info via --help doesn't show up because
13877         coreutils uses its own custom emit_bug_reporting_address() implementation
13878         in src/system.h.  If it didn't, it'd look like:
13879           $ ./src/ls --help | tail -n4
13880           Report bugs to <bug-coreutils@gnu.org>.
13881           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13882           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13883           General help using GNU software: <http://www.gnu.org/gethelp/>.
13884         * lib/version-etc.c: Print new information, if provided.
13885         * m4/version-etc.m4: New file.
13886         * modules/version-etc (Files): Add m4/version-etc.m4.
13887         (configure.ac): Add gl_VERSION_ETC.
13888
13889 2009-05-31  Bruno Haible  <bruno@clisp.org>
13890
13891         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13892         and 'int64_t'.
13893         * modules/alignof-tests (Dependencies): Add stdint.
13894         Reported by Eric Blake.
13895
13896 2009-05-31  Bruno Haible  <bruno@clisp.org>
13897
13898         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13899         restriction due to compiler bugs.
13900         Reported by Eric Blake.
13901
13902 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13903             Bruno Haible  <bruno@clisp.org>
13904
13905         Fix test-alignof failure.
13906         * lib/alignof.h (alignof_slot): New macro.
13907         (alignof_type): New macro, with the same semantics as the previous
13908         'alignof'.
13909         (alignof): Alias to alignof_slot.
13910         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13911         check that the results are usable as constant expressions.
13912
13913 2009-05-31  Bruno Haible  <bruno@clisp.org>
13914
13915         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13916         * tests/test-memchr.c (main): Check that memchr does not read past the
13917         first occurrence of the byte.
13918         * tests/test-strstr.c (main): Update comment.
13919         Suggested by Eric Blake.
13920
13921 2009-05-30  Bruno Haible  <bruno@clisp.org>
13922
13923         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13924         detail how to use dumpbin.
13925         Reported by David Byron <dbyron@dbyron.com>.
13926
13927 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13928
13929         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13930
13931 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13932
13933         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13934
13935 2009-05-28  Bruno Haible  <bruno@clisp.org>
13936
13937         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13938         build-aux/ files.
13939
13940 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13941
13942         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13943
13944 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13945
13946         * gnulib-tool (sed_transform_main_lib_file)
13947         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13948         regexps.
13949
13950 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13951
13952         * tests/test-strstr.c: Add another self-test.
13953         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13954         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13955
13956 2009-05-23  Bruno Haible  <bruno@clisp.org>
13957
13958         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13959         change.
13960
13961 2009-05-21  Bruno Haible  <bruno@clisp.org>
13962
13963         Simplify use of mode_t varargs.
13964         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13965         uses 'mode_t' or 'int'.
13966         * lib/openat.c (openat): Likewise.
13967         * lib/open-safer.c (open_safer): Likewise.
13968         * m4/mode_t.m4: New file.
13969         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13970         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13971         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13972         * modules/open (Files): Add m4/mode_t.m4.
13973         * modules/openat (Files): Likewise.
13974         * modules/fcntl-safer (Files): Likewise.
13975         Suggested by Eric Blake.
13976
13977 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13978
13979         * doc/glibc-functions/fallocate.texi: New file.
13980         * doc/gnulib.texi: Include it.
13981
13982 2009-05-21  Eric Blake  <ebb9@byu.net>
13983             Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13986         invocations.
13987         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13988
13989 2009-05-21  Eric Blake  <ebb9@byu.net>
13990             Bruno Haible  <bruno@clisp.org>
13991
13992         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13993         include_next. Fix of 2008-11-20 commit.
13994         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13995         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13996         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13997         NEXT_MATH_H.
13998         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13999         instead of NEXT_MATH_H.
14000
14001 2009-05-21  Bruno Haible  <bruno@clisp.org>
14002
14003         Avoid redefinition warnings for SIZE_MAX.
14004         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14005         Reported by Simon Josefsson.
14006
14007 2009-05-21  Bruno Haible  <bruno@clisp.org>
14008
14009         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14010         AC_CACHE_VAL.
14011
14012 2009-05-20  Bruno Haible  <bruno@clisp.org>
14013
14014         Make zeroptr.h work on mingw.
14015         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14016         mprotect.
14017         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14018         * modules/memchr2-tests (configure.ac): Likewise.
14019         * modules/memcmp-tests (configure.ac): Likewise.
14020         * modules/memmem-tests (configure.ac): Likewise.
14021         * modules/memrchr-tests (configure.ac): Likewise.
14022         Reported by Simon Josefsson.
14023
14024 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14025
14026         * tests/test-glob.c: Include string.h for strcmp prototype.
14027
14028 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14029
14030         * modules/getdelim (Depends-on): Add explicit stdint, although it
14031         was implicitly already pulled in via realloc-posix.
14032         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14033
14034 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14035
14036         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14037         G. Christensen" <tgc@jupiterrise.com>.
14038         * m4/sys_socket_h.m4: Check for sa_family_t.
14039         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14040         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14041         * tests/test-sys_socket.c: Check that sa_family_t works.
14042
14043 2009-05-18  Eric Blake  <ebb9@byu.net>
14044
14045         maint.mk: allow gnulib_dir in VPATH build
14046         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14047
14048 2009-05-15  Jim Meyering  <meyering@redhat.com>
14049
14050         maint.mk: Give gnulib_dir a default definition.
14051         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14052         Thus, most packages no longer need to specify this variable in cfg.mk
14053
14054 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14055
14056         rename.m4: fix typos that would make non-mingw cross-configure fail
14057         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14058
14059 2009-05-13  Eric Blake  <ebb9@byu.net>
14060
14061         mmap-anon: avoid out-of-order autoconf expansion
14062         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14063         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14064         * modules/memchr-tests (Depends-on): Add extensions.
14065         * modules/memchr2-tests (Depends-on): Add extensions.
14066         * modules/memcmp-tests (Depends-on): Add extensions.
14067         * modules/memmem-tests (Depends-on): Add extensions.
14068         * modules/memrchr-tests (Depends-on): Add extensions.
14069
14070 2009-05-13  Bruno Haible  <bruno@clisp.org>
14071
14072         Make some tests ISO C 99 compliant.
14073         * tests/zerosize-ptr.h: New file.
14074         * tests/test-memchr.c: Include zerosize-ptr.h.
14075         (main): Use a zero-size object pointer instead of NULL.
14076         * tests/test-memchr2.c: Include zerosize-ptr.h.
14077         (main): Use a zero-size object pointer instead of NULL.
14078         * tests/test-memcmp.c: Include zerosize-ptr.h.
14079         (main): Use a zero-size object pointer instead of NULL.
14080         * tests/test-memmem.c: Include zerosize-ptr.h.
14081         (main): Use a zero-size object pointer instead of NULL.
14082         * tests/test-memrchr.c: Include zerosize-ptr.h.
14083         (main): Use a zero-size object pointer instead of NULL.
14084         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14085         m4/mmap-anon.m4.
14086         (Depends-on): Add getpagesize.
14087         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14088         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14089         m4/mmap-anon.m4.
14090         (Depends-on): Add getpagesize.
14091         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14092         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14093         m4/mmap-anon.m4.
14094         (Depends-on): Add getpagesize.
14095         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14096         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14097         m4/mmap-anon.m4.
14098         (Depends-on): Add getpagesize.
14099         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14100         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14101         m4/mmap-anon.m4.
14102         (Depends-on): Add getpagesize.
14103         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14104
14105 2009-05-12  Bruno Haible  <bruno@clisp.org>
14106
14107         Tests for module 'alignof'.
14108         * modules/alignof-tests: New file.
14109         * tests/test-alignof.c: New file.
14110
14111 2009-05-12  Bruno Haible  <bruno@clisp.org>
14112
14113         Fix alignof macro.
14114         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14115         vendor compilers that are always correct.
14116
14117 2009-05-12  Bruno Haible  <bruno@clisp.org>
14118
14119         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14120         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14121         not whether its fully works.
14122
14123 2009-05-12  Bruno Haible  <bruno@clisp.org>
14124
14125         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14126
14127 2009-05-12  Jim Meyering  <meyering@redhat.com>
14128
14129         * top/maint.mk: Adjust backslash alignment.
14130
14131 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14132
14133         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14134
14135 2009-05-11  Eric Blake  <ebb9@byu.net>
14136
14137         argp: avoid undefined behavior
14138         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14139         macros.
14140
14141 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14142
14143         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14144         user.name to prevent git commit from complaining.
14145
14146 2009-05-10  Bruno Haible  <bruno@clisp.org>
14147
14148         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14149         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14150         it rewrites every file name only once.
14151         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14152
14153 2009-05-08  Bruno Haible  <bruno@clisp.org>
14154
14155         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14156         instead of 'max'.
14157
14158 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14159
14160         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14161         sockaddr_storage test.
14162
14163 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14164
14165         * modules/sys_socket (Makefile.am): Substitute
14166         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14167         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14168         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14169         * tests/test-sys_socket.c: Check sockaddr_storage.
14170
14171 2009-05-08  Bruno Haible  <bruno@clisp.org>
14172
14173         New module 'alignof'.
14174         * lib/alignof.h: New file.
14175         * modules/alignof: New file.
14176
14177 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14178             Bruno Haible  <bruno@clisp.org>
14179
14180         Fix test-file-has-acl on FreeBSD.
14181         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14182         mask is implicitly added.
14183         * tests/test-file-has-acl.c: Include <signal.h>.
14184         (main): Terminate the test after 5 seconds.
14185         * modules/acl-tests (configure.ac): Check for alarm function.
14186
14187 2009-05-04  Bruno Haible  <bruno@clisp.org>
14188
14189         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14190         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14191         * modules/errno (configure.ac): Drop AC_REQUIRE.
14192         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14193         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14194
14195 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14196
14197         * modules/glob-tests: New module.
14198         * tests/test-glob.c: Add.
14199
14200 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14201
14202         * modules/fnmatch-tests: New module.
14203         * tests/test-fnmatch.c: Add.
14204
14205 2009-05-04  Eric Blake  <ebb9@byu.net>
14206
14207         maint: make the new no-submodule-changes rule VPATH-safe
14208         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14209
14210 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14211             Bruno Haible  <bruno@clisp.org>
14212
14213         acl: Fix infinite loop on FreeBSD.
14214         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14215         of return value from acl_get_entry.
14216         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14217         Likewise.
14218
14219 2009-05-03  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/acl-internal.h (acl_entries): Clarify return value.
14222         * lib/acl_entries.c (acl_entries): Likewise.
14223
14224 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14225
14226         Bug fix in acl module.
14227         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14228
14229 2009-05-03  Bruno Haible  <bruno@clisp.org>
14230
14231         Create gperf-generated file in the source dir, not in the build dir.
14232         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14233         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14234         * modules/unicase/locale-language (unicase/locale-languages.h):
14235         Likewise.
14236         * modules/unicase/special-casing (unicase/special-casing-table.h):
14237         Likewise.
14238         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14239         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14240         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14241         Reported by Ralf Wildenhues.
14242
14243 2009-05-03  Bruno Haible  <bruno@clisp.org>
14244
14245         * modules/fnmatch (Description, configure.ac): Taken from
14246         fnmatch-posix.
14247         * modules/fnmatch-posix: Turn into a symbolic reference to the
14248         'fnmatch' module, and deprecate.
14249         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14250
14251 2009-05-03  Bruno Haible  <bruno@clisp.org>
14252
14253         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14254         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14255         Reported by Ralf Wildenhues.
14256
14257 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14258
14259         * m4/fnmatch.m4: Fix fnmatch re-define.
14260
14261 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14262
14263         priv-set: new module and tests; adapt write-any-file
14264         * lib/priv-set.c: New file.
14265         * lib/priv-set.h: New file.
14266         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14267         * lib/write-any-file.c: Simplify by using priv-set module.
14268         * m4/priv-set.m4: New file.
14269         * modules/priv-set: New file.
14270         * modules/unlinkdir: Add dependency on priv-set module.
14271         * modules/write-any-file: Likewise.
14272
14273         Tests for module 'priv-set'.
14274         * modules/priv-set-tests: New file.
14275         * tests/test-priv-set.c: New file.
14276
14277 2009-05-03  Jim Meyering  <meyering@redhat.com>
14278             Bruno Haible  <bruno@clisp.org>
14279
14280         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14281         use the converted UTF-8 variant of the name instead.
14282
14283 2009-05-03  Jim Meyering  <meyering@redhat.com>
14284
14285         tests: tighten some getdate tests
14286         * tests/test-getdate.c (main): Tighten tests: require equality,
14287         not just greater than.  Set TZ envvar to UTC0.
14288
14289 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14290
14291         getdate: correctly interpret "next monday" when run on a Monday
14292         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14293         that e.g., "next tues" (when run on a tuesday) results in a date
14294         that is one week in the future, and not today's date.
14295         I.e., add a week when the wday is the same as the current one.
14296         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14297         and earlier by Martin Bernreuther and Jan Minář.
14298         * tests/test-getdate.c (main): Check that "next DAY" is always in
14299         the future and that "last DAY" is always in the past.
14300
14301 2009-05-02  Jim Meyering  <meyering@redhat.com>
14302
14303         build: ensure that a release build fails when a submodule is unclean
14304         * top/maint.mk (no-submodule-changes): New rule.
14305         (alpha beta major): Depend on it.
14306
14307 2009-05-02  Bruno Haible  <bruno@clisp.org>
14308
14309         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14310         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14311         shell variable gl_fnmatch_required to detect which variant is
14312         requested.
14313         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14314         gl_FUNC_FNMATCH_POSIX.
14315         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14316         exclude fnmatch-posix.
14317
14318 2009-05-02  Bruno Haible  <bruno@clisp.org>
14319
14320         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14321         * modules/mbsrtowcs (License): Change to LGPLv2+.
14322         * modules/strnlen1 (License): Likewise.
14323         Reported by Simon Josefsson.
14324
14325 2009-05-02  Bruno Haible  <bruno@clisp.org>
14326
14327         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14328         "cross".
14329         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14330         gnulib-tool was called with option --source-base=lib.
14331
14332 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14333
14334         Use automake *-local hooks without commands, for extensibility.
14335         * modules/localcharset (Makefile.am): Rename install-exec-local
14336         rule to install-exec-localcharset, and make it a prerequisite of
14337         install-exec-local.  Likewise, rename the uninstall-local rule to
14338         uninstall-localcharset, and make it a prerequisite of the former.
14339
14340 2009-05-01  Bruno Haible  <bruno@clisp.org>
14341
14342         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14343         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14344         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14345         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14346         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14347         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14348         m4/locale-zh.m4, m4/codeset.m4.
14349
14350         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14351         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14352         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14353         m4/locale-zh.m4.
14354
14355         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14356         REPLACE_WCRTOMB if mbstate_t must be replaced.
14357         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14358         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14359
14360 2009-05-01  Bruno Haible  <bruno@clisp.org>
14361
14362         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14363         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14364         dngettext, dcngettext, textdomain, bindtextdomain,
14365         bind_textdomain_codeset): Undefine before redefining.
14366
14367 2009-04-30  Bruno Haible  <bruno@clisp.org>
14368
14369         Fix bug introduced on 2009-04-25.
14370         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14371         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14372         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14373         is defined.
14374         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14375         is defined.
14376         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14377         is defined.
14378         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14379
14380 2009-04-28  Bruno Haible  <bruno@clisp.org>
14381
14382         Comment tweaks.
14383         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14384         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14385         * lib/unicase.h (u*_casexfrm): Likewise.
14386         Reported by Paolo Bonzini.
14387
14388 2009-04-28  Bruno Haible  <bruno@clisp.org>
14389
14390         Fix a compilation error.
14391         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14392         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14393         Reported by Jim Meyering.
14394
14395 2009-04-27  Bruno Haible  <bruno@clisp.org>
14396
14397         New module 'libunistring'.
14398         * modules/libunistring: New file.
14399         * m4/libunistring.m4: New file.
14400         * MODULES.html.sh (Unicode string functions): Add it.
14401
14402 2009-04-27  Eric Blake  <ebb9@byu.net>
14403
14404         maint.mk: allow package-specific header to provide <config.h>
14405         * top/maint.mk (sc_require_config_h): New variable.
14406         (sc_require_config_h, sc_require_config_h_first): Use it.
14407
14408 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14409
14410         * top/maint.mk (sc_avoid_if_before_free): Except
14411         useless-if-before-free script.
14412
14413 2009-04-27  Eric Blake  <ebb9@byu.net>
14414
14415         maintainer-makefile: depend on all required helper scripts
14416         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14417         useless-if-before-free.
14418         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14419         version, rather than assuming gnulib checkout is available.
14420         Reported by Simen Josefsson.
14421
14422 2009-04-26  Bruno Haible  <bruno@clisp.org>
14423
14424         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14425         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14426         "../" or "..".
14427
14428 2009-04-26  Bruno Haible  <bruno@clisp.org>
14429
14430         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14431         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14432         AC_LIB_HAVE_LINKFLAGS.
14433
14434 2009-04-26  Bruno Haible  <bruno@clisp.org>
14435
14436         Simplify calling convention of u*_conv_from_encoding.
14437         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14438         u32_conv_from_encoding): Expect a resultbuf argument and return the
14439         result directly as a pointer.
14440         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14441         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14442         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14443         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14444         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14445         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14446         Update.
14447         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14448         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14449         * lib/vasnprintf.c (VASNPRINTF): Update.
14450         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14451         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14452         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14453         * NEWS: Mention the change.
14454
14455 2009-04-26  Bruno Haible  <bruno@clisp.org>
14456
14457         Simplify calling convention of u*_conv_to_encoding.
14458         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14459         u32_conv_to_encoding): Expect a resultbuf argument and return the
14460         result directly as a pointer.
14461         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14462         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14463         freeing scaled_offsets if mem_iconveha failed.
14464         * lib/unicase/u-casexfrm.h (FUNC): Update.
14465         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14466         * lib/vasnprintf.c (VASNPRINTF): Update.
14467         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14468         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14469         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14470         * NEWS: Mention the change.
14471
14472 2009-04-26  Bruno Haible  <bruno@clisp.org>
14473
14474         Avoid test failures on AIX and OSF/1.
14475         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14476         malloc(0).
14477         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14478         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14479         Likewise.
14480         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14481         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14482         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14483         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14484         * doc/posix-functions/malloc.texi: Document the portability problem
14485         related to malloc(0).
14486
14487 2009-04-26  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14490         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14491         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14492
14493 2009-04-25  Bruno Haible  <bruno@clisp.org>
14494
14495         Avoid link error when creating a namespace clean library.
14496         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14497         as macro with arguments if already defined as an alias.
14498         * lib/signbitf.c (gl_signbitf): Don't undefine.
14499         * lib/signbitd.c (gl_signbitd): Don't undefine.
14500         * lib/signbitl.c (gl_signbitl): Don't undefine.
14501
14502 2009-04-25  Jim Meyering  <meyering@redhat.com>
14503
14504         vc-list-files: fix another quoting bug
14505         * build-aux/vc-list-files: Avoid sed backslash expansion
14506         of pathological directory names.
14507
14508 2009-04-25  Eric Blake  <ebb9@byu.net>
14509
14510         vc-list-files: fix shell quoting error
14511         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14512         timestamp.
14513
14514 2009-04-25  Jim Meyering  <meyering@redhat.com>
14515
14516         vc-list-files: restore lost functionality with subdir argument
14517         * build-aux/vc-list-files: When given a non-"." sub-directory
14518         argument, substitute the $dir/ prefix back onto each resulting name.
14519         Otherwise, coreutils' root_tests check would fail.
14520
14521 2009-04-24  Eric Blake  <ebb9@byu.net>
14522
14523         vc-list-files: ignore git symlinks
14524         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14525         than ls-files, to ignore git symlinks.
14526
14527         maint.mk: import improvements from m4
14528         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14529         (move_if_change): Delete unused macro.
14530         (news-date-check, vc-diff-check): Support VPATH builds.
14531         (announcement): Likewise.  Split --bootstrap-tools list...
14532         (boostrap-tools): ...into separate list, which can be overridden
14533         in cfg.mk.
14534         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14535         requiring dependency on useless-if-before-free module.
14536         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14537         Support VPATH builds.
14538
14539 2009-04-24  Jim Meyering  <meyering@redhat.com>
14540
14541         maint.mk: remove coreutils-specific rules and variables
14542         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14543         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14544         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14545
14546         maint.mk: remove obsolete rule
14547         * top/maint.mk (rel-check): Remove rule.
14548         (WGET, WGETFLAGS): Remove now-unused variables.
14549
14550 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14551
14552         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14553         consistency.
14554
14555         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14556         '$(PATH_SEPARATOR)' instead of ':'.
14557
14558 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14559
14560         * lib/getopt1.c (main): Use 'const' for static array.
14561
14562 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14563
14564         * top/maint.mk: Sync with coreutils.
14565         * NEWS: Explain incompatibilities.
14566
14567 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14568             Bruno Haible  <bruno@clisp.org>
14569
14570         Fix cross-compilation results.
14571         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14572         statement, as third argument of AC_TRY_RUN.
14573         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14574         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14575         Likewise.
14576         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14577         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14578         Likewise.
14579         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14580         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14581         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14582
14583 2009-04-20  Bruno Haible  <bruno@clisp.org>
14584
14585         Avoid test failure on mingw.
14586         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14587
14588 2009-04-20  Bruno Haible  <bruno@clisp.org>
14589
14590         Avoid compilation error on mingw.
14591         * modules/localename-tests (Depends-on): Add locale.
14592
14593 2009-04-19  Bruno Haible  <bruno@clisp.org>
14594
14595         Support for building a shared library on Windows platforms.
14596         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14597         (main): Test the presence of UNINORM_NFC here.
14598         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14599         (main): Test the presence of UNINORM_NFD here.
14600         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14601         (main): Test the presence of UNINORM_NFKC here.
14602         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14603         (main): Test the presence of UNINORM_NFKD here.
14604
14605 2009-04-19  Bruno Haible  <bruno@clisp.org>
14606
14607         Avoid a compiler warning.
14608         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14609         Change type of variable 'sequence'.
14610
14611 2009-04-19  Bruno Haible  <bruno@clisp.org>
14612
14613         * modules/configmake (Makefile.am): When the contents of configmake.h
14614         does not change, arrange to preserve its modification time.
14615
14616 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14617
14618         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14619         gettext domain.
14620
14621 2009-04-16  Jim Meyering  <meyering@redhat.com>
14622
14623         useless-if-before-free: improve conversion code
14624         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14625         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14626
14627 2009-04-14  Bruno Haible  <bruno@clisp.org>
14628
14629         * modules/fcntl (Depends-on): Add extensions.
14630         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14631
14632 2009-04-12  Ben Pfaff  <blp@gnu.org>
14633
14634         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14635         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14636
14637 2009-03-20  Ben Pfaff  <blp@gnu.org>
14638
14639         Make rename replace existing destinations on Windows.
14640         * m4/rename.m4: Add test for Mingw.
14641         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14642         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14643         * doc/posix-functions/rename.texi: Document.
14644
14645 2009-04-10  Bruno Haible  <bruno@clisp.org>
14646
14647         New include file "iconveh.h".
14648         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14649         * lib/striconveh.h: Include it.
14650         (enum iconv_ilseq_handler): Remove definition.
14651         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14652         striconveh.h.
14653         * lib/striconveha.c: Include striconveh.h.
14654         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14655         * modules/striconveh (Files): Add lib/iconveh.h.
14656         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14657         lib/striconveh.h.
14658
14659 2009-04-10  Bruno Haible  <bruno@clisp.org>
14660
14661         * lib/uniconv.h: Update comment.
14662
14663 2009-04-10  Bruno Haible  <bruno@clisp.org>
14664
14665         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14666         always.
14667         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14668         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14669         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14670         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14671         "unistring-notinline.h", so that the function gets defined always.
14672         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14673         * lib/unistr/u8-uctomb.c: Likewise.
14674         * lib/unistr/u16-mbtouc.c: Likewise.
14675         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14676         * lib/unistr/u16-uctomb.c: Likewise.
14677         * lib/unistr/u32-mbtouc.c: Likewise.
14678         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14679         * lib/unistr/u32-uctomb.c: Likewise.
14680
14681 2009-04-10  Bruno Haible  <bruno@clisp.org>
14682
14683         Mark 'utime' obsolete.
14684         * modules/utime (Status, Notice): New sections.
14685         Suggested by Jim Meyering.
14686
14687         Fix cross-compile guess for utime test.
14688         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14689         autoconf.
14690         * doc/posix-functions/utime.texi: Give more precisions.
14691         Reported by Jan <ipif@ymail.com>.
14692
14693 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14694
14695         filevercmp: correct today's change
14696         * lib/filevercmp.c: Also handle coreutils' test inputs.
14697         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14698
14699         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14700         for reporting it.
14701         * lib/filevercmp.c: Special handle for "", "." and "..".
14702         * tests/test-filevercmp.c: Enlarge the set suite.
14703
14704 2009-04-07  Jim Meyering  <meyering@redhat.com>
14705
14706         useless-if-before-free: show how to remove braced useless free, too
14707         * build-aux/useless-if-before-free: still only in a comment, though.
14708
14709 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14710
14711         maint.mk: import changes to syntax-check macros from coreutils
14712         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14713         Use them in the relevant macros.
14714
14715 2009-04-06  Bruno Haible  <bruno@clisp.org>
14716
14717         Fix unportable use of bit-fields.
14718         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14719         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14720         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14721
14722 2009-04-06  Bruno Haible  <bruno@clisp.org>
14723
14724         Avoid test failures on AIX and OSF/1.
14725         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14726         that malloc(0) = NULL.
14727         * tests/unicase/test-u8-tolower.c (check): Likewise.
14728         * tests/unicase/test-u8-totitle.c (check): Likewise.
14729         * tests/unicase/test-u8-toupper.c (check): Likewise.
14730         * tests/unicase/test-u16-casefold.c (check): Likewise.
14731         * tests/unicase/test-u16-tolower.c (check): Likewise.
14732         * tests/unicase/test-u16-totitle.c (check): Likewise.
14733         * tests/unicase/test-u16-toupper.c (check): Likewise.
14734         * tests/unicase/test-u32-casefold.c (check): Likewise.
14735         * tests/unicase/test-u32-tolower.c (check): Likewise.
14736         * tests/unicase/test-u32-totitle.c (check): Likewise.
14737         * tests/unicase/test-u32-toupper.c (check): Likewise.
14738         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14739         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14740         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14741         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14742         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14743         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14744         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14745         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14746         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14747         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14748         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14749         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14750
14751 2009-04-05  Bruno Haible  <bruno@clisp.org>
14752
14753         Work around an autoconf limitation.
14754         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14755         comment line if it would be longer than 3 KB.
14756
14757 2009-04-05  Bruno Haible  <bruno@clisp.org>
14758
14759         Avoid test failure with libiconv-1.13.
14760         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14761         of the expected test results.
14762
14763 2009-04-05  Bruno Haible  <bruno@clisp.org>
14764
14765         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14766         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14767         that it should be installed.
14768
14769 2009-04-05  Bruno Haible  <bruno@clisp.org>
14770
14771         * gnulib-tool: New option --copy-file.
14772         (func_usage): Document it.
14773         (func_dest_tmpfilename): Moved out of func_import.
14774         (func_add_file, func_update_file): New functions, extracted from
14775         func_import.
14776         (func_import): Update.
14777
14778 2009-04-05  Karl Berry  <karl@gnu.org>
14779
14780         * README: prominently mention gnulib-tool.
14781         Rearrange sections so getting the code is near the top.
14782
14783 2009-04-05  Bruno Haible  <bruno@clisp.org>
14784
14785         * lib/unicase.h: Mention u*_cmp2.
14786         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14787         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14788         * lib/unicase/ulc-casecmp.c: Likewise.
14789         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14790         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14791         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14792         unistr/u8-cmp.
14793         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14794         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14795         unistr/u16-cmp.
14796         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14797         unistr/u32-cmp.
14798
14799         * lib/uninorm.h: Mention u*_cmp2.
14800         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14801         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14802         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14803         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14804         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14805         unistr/u8-cmp.
14806         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14807         unistr/u16-cmp.
14808         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14809         unistr/u32-cmp.
14810
14811         New module 'unistr/u32-cmp2'.
14812         * lib/unistr/u32-cmp2.c: New file.
14813         * modules/unistr/u32-cmp2: New file.
14814
14815         New module 'unistr/u16-cmp2'.
14816         * lib/unistr/u16-cmp2.c: New file.
14817         * modules/unistr/u16-cmp2: New file.
14818
14819         New module 'unistr/u8-cmp2'.
14820         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14821         * lib/unistr/u8-cmp2.c: New file.
14822         * lib/unistr/u-cmp2.h: New file.
14823         * modules/unistr/u8-cmp2: New file.
14824
14825 2009-04-05  Bruno Haible  <bruno@clisp.org>
14826
14827         * lib/unictype.h (uc_property_is_valid): New macro.
14828         * tests/unictype/test-pr_byname.c (main): Use it.
14829
14830         * lib/unistr.h: Doc fixes.
14831         * lib/uniconv.h: Doc fixes.
14832         * lib/unictype.h: Doc fixes.
14833
14834 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14835
14836         Port coreutils 7.2 to Solaris 8.
14837
14838         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14839         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14840         for Solaris 8.  This is a bit of a hack, as it means it's the
14841         caller's responsibility to add -lnsl if needed, but most likely it
14842         won't be needed since only getaddrinfo uses this and getaddrinfo
14843         isn't needed on Solaris 8.
14844
14845         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14846         problem to Solaris 8 encountered with coreutils 7.2, which
14847         resulted in a message "fnmatch.c:292: warning: passing argument 4
14848         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14849         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14850
14851 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14852
14853         * m4/ld-version-script.m4: Add FIXME comment.
14854
14855 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14856
14857         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14858         SOVERSION variable.
14859
14860 2009-04-02  Bruno Haible  <bruno@clisp.org>
14861
14862         * Makefile (info, html, dvi, pdf): Combine the rules.
14863         Suggested by Jim Meyering.
14864
14865 2009-04-01  Bruno Haible  <bruno@clisp.org>
14866
14867         * Makefile (info, html, dvi, pdf): New targets.
14868         Reported by Reuben Thomas <rrt@sc3d.org>.
14869
14870 2009-04-01  Bruno Haible  <bruno@clisp.org>
14871
14872         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14873         can be put into PATH.
14874         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14875
14876 2009-04-01  Bruno Haible  <bruno@clisp.org>
14877
14878         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14879
14880 2009-04-01  Bruno Haible  <bruno@clisp.org>
14881
14882         Rename module 'visibility'.
14883         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14884         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14885         * doc/gnulib.texi: Update.
14886         * MODULES.html.sh (Misc): Update.
14887         * NEWS: Mention the change.
14888
14889 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14890
14891         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14892         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14893         Eric Blake <ebb9@byu.net> for review.
14894         * MODULES.html.sh: Add lib-msvc-compat.
14895         * doc/gnulib.texi: Link to new section.
14896         * m4/ld-output-def.m4: New file.
14897         * doc/ld-output-def.texi: New file.
14898
14899 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14900
14901         Rename ld-version-script to lib-symbol-versions.  Suggested by
14902         Bruno Haible <bruno@clisp.org>.
14903         * modules/ld-version-script: Renamed to lib-symbol-versions.
14904         * doc/ld-version-script.texi: Fix module name.
14905         * MODULES.html.sh: Add lib-symbol-versions.
14906
14907 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14908
14909         * modules/u64-tests: New file.
14910         * tests/test-u64.c: New file.
14911
14912 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14913
14914         * MODULES.html.sh: Mention u64.
14915         * modules/u64: New module.
14916         * modules/crypto/sha512: Depend on u64 module instead of providing
14917         u64.h.
14918
14919 2009-03-27  Eric Blake  <ebb9@byu.net>
14920
14921         test-strerror: make debugging EAI_SYSTEM easier
14922         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14923         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14924         failure was EAI_SYSTEM.
14925
14926 2009-03-25  Bruno Haible  <bruno@clisp.org>
14927
14928         Fix a problem with --enable-relocatable on Solaris 7.
14929         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14930         since 2008-02-24.
14931
14932 2009-03-25  Eric Blake  <ebb9@byu.net>
14933
14934         test-sockets: avoid gcc warning
14935         * tests/test-sockets.c (main): Silence compiler warning.
14936
14937 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         New modules nproc, pthread, contributed by Glen Lenker.
14940
14941         * MODULES.html.sh: Add pthread, nproc.
14942         * lib/nproc.c: New file.
14943         * lib/nproc.h: New file.
14944         * lib/pthread.in.h: New file.
14945         * m4/pthread.m4: New file.
14946         * modules/nproc: New file.
14947         * modules/pthread: New file.
14948
14949 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14950
14951         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14952         New variable.
14953
14954 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14955
14956         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14957         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14958         * tests/test-filevercmp.c: Add tests for backup suffixes.
14959
14960 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14961
14962         * modules/stdlib (Depends-on): Add stdint, needed when defining
14963         struct random_data on, for example, HP-UX 10.20.  Reported by
14964         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14965
14966 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14967
14968         * lib/readline.c (readline): Call fflush on stdout after printing
14969         prompt.
14970
14971 2009-03-20  Bruno Haible  <bruno@clisp.org>
14972
14973         Remove dependency from 'close' module to -lws2_32 on native Windows.
14974         * lib/close-hook.h: New file.
14975         * lib/close-hook.c: New file.
14976         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14977         w32sock.h.
14978         (_gl_close_fd_maybe_socket): Remove function.
14979         (rpl_close): Invoke execute_all_close_hooks instead of
14980         _gl_close_fd_maybe_socket.
14981         * lib/sockets.c: Include close-hook.h, w32sock.h.
14982         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14983         (close_sockets_hook): New variable.
14984         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14985         (gl_sockets_cleanup): Unregister it.
14986         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14987         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14988         * modules/close-hook: New file.
14989         * modules/close (Files): Remove lib/w32sock.h.
14990         (Depends-on): Add close-hook.
14991         (Link): Remove section.
14992         * modules/sockets (Files): Add lib/w32sock.h.
14993         (Depends-on): Add close-hook.
14994         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14995         invocation.
14996         * NEWS: Mention that LIB_CLOSE is gone.
14997
14998 2009-03-23  Eric Blake  <ebb9@byu.net>
14999
15000         signal-tests: test previous patch
15001         * tests/test-signal.c: New file.
15002         * modules/signal-tests: Likewise.
15003
15004         signal.h: always support 'volatile sig_atomic_t'
15005         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15006         (gl_SIGNAL_H_DEFAULTS): Add a default.
15007         * modules/signal (Makefile.am): Substitute if needed.
15008         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15009         users can blindly add volatile.
15010         * doc/posix-headers/signal.texi (signal.h): Document it.
15011         Reported by Matthew Woehlke.
15012
15013 2009-03-23  Jim Meyering  <meyering@redhat.com>
15014
15015         pathmax: PATH_MAX: use pathconf only when available
15016         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15017         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15018         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15019         This avoids a link failure in a PSP cross-compilation environment
15020         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15021
15022         * lib/vasnprintf.c (divide): Fix typo in comment.
15023
15024 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15025
15026         * gnulib-tool (func_filter_filelist): Fix comment.
15027
15028 2009-03-20  Bruno Haible  <bruno@clisp.org>
15029
15030         Make sockets.h self-contained.
15031         * lib/sockets.c: Include sockets.h first.
15032         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15033
15034 2009-03-19  Eric Blake  <ebb9@byu.net>
15035
15036         doc: mention more functions added in cygwin 1.7.0
15037         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15038         addition.
15039         * doc/posix-functions/log2f.texi: Likewise.
15040
15041 2009-03-19  Jim Meyering  <meyering@redhat.com>
15042
15043         fsusage: avoid syntax error due to statement-before-declaration
15044         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15045         after all declarations.  Reported by Matthew Woehlke in
15046         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15047
15048 2009-03-18  Eric Blake  <ebb9@byu.net>
15049
15050         build-aux/compile: sync from automake
15051         * build-aux/compile: New file, from automake.
15052         * config/srclist.txt: Mention build-aux/compile.
15053
15054 2009-03-17  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/git-merge-changelog.c: Fix typo in comment.
15057         Reported by Reuben Thomas <rrt@sc3d.org>.
15058
15059 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15060
15061         * m4/regex.m4: update and improve help for
15062         --without-included-regex.
15063
15064 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15065
15066         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15067         failure on missing include files.
15068
15069 2009-03-17  Eric Blake  <ebb9@byu.net>
15070
15071         doc: mention more functions added in cygwin 1.7.0
15072         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15073         addition.
15074         * doc/posix-functions/fwscanf.texi: Likewise.
15075         * doc/posix-functions/swprintf.texi: Likewise.
15076         * doc/posix-functions/swscanf.texi: Likewise.
15077         * doc/posix-functions/vfwprintf.texi: Likewise.
15078         * doc/posix-functions/vfwscanf.texi: Likewise.
15079         * doc/posix-functions/vswprintf.texi: Likewise.
15080         * doc/posix-functions/vswscanf.texi: Likewise.
15081         * doc/posix-functions/vwprintf.texi: Likewise.
15082         * doc/posix-functions/vwscanf.texi: Likewise.
15083         * doc/posix-functions/wcscasecmp.texi: Likewise.
15084         * doc/posix-functions/wcsdup.texi: Likewise.
15085         * doc/posix-functions/wcsftime.texi: Likewise.
15086         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15087         * doc/posix-functions/wprintf.texi: Likewise.
15088         * doc/posix-functions/wscanf.texi: Likewise.
15089         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15090
15091 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15092
15093         maint.mk: really add $(AM_MAKEFLAGS)
15094         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15095         was inadvertently omitted in the last commit.
15096         Spotted by Bruno Haible.
15097
15098         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15099         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15100         $(AM_MAKEFLAGS)' rather than plain `make'.
15101
15102         gnulib-tool: execute $MAKE not make
15103         * gnulib-tool: Default $MAKE to 'make'.
15104         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15105         than make.  Initialize $MAKE in the do-autobuild script.
15106
15107         gnulib-tool: use $MAKE not make in generated files
15108         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15109         make, in generated files.  Initialize $MAKE in the do-autobuild
15110         script.
15111
15112         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15113
15114         GNUmakefile: disable parallelism only for multiple, recursive targets
15115         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15116         additions in the Makefile.
15117         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15118         by Automake.
15119         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15120         are listed on the command line and at least one of them is
15121         listed in $(ALL_RECURSIVE_TARGETS).
15122
15123 2009-03-14  Bruno Haible  <bruno@clisp.org>
15124
15125         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15126         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15127         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15128         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15129         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15130         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15131         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15132         unistr/u8-uctomb.
15133         * modules/unistr/u8-strchr (Depends-on): Likewise.
15134         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15135         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15136         unistr/u16-uctomb.
15137         * modules/unistr/u16-strchr (Depends-on): Likewise.
15138         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15139
15140 2009-03-12  Bruno Haible  <bruno@clisp.org>
15141
15142         Work around select() bug on Interix 3.5.
15143         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15144         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15145         * m4/select.m4: New file.
15146         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15147         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15148         * modules/select (Files): Add m4/select.m4.
15149         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15150         * modules/nanosleep (Depends-on): Add select.
15151         * modules/poll (Depends-on): Likewise.
15152         * doc/posix-functions/select.texi: Mention the Interix bug.
15153         Reported by Markus Duft <mduft@gentoo.org>.
15154
15155         * lib/select.c: Renamed from lib/winsock-select.c.
15156         * modules/select (Files): Add lib/select.c, remove
15157         lib/winsock-select.c.
15158         (configure.ac): Update.
15159
15160 2009-03-12  Jim Meyering  <meyering@redhat.com>
15161
15162         avoid gcc warnings about unused macro definitions
15163         * lib/readtokens.c (STREQ): Remove unused definition.
15164         * lib/xmalloc.c (SIZE_MAX): Likewise.
15165         * lib/openat-die.c (N_): Likewise.
15166         * lib/mountlist.c (SIZE_MAX): Remove definition.
15167         Instead, include <stdint.h>.
15168         * lib/readutmp.c: Likewise.
15169         * modules/readutmp (Depends-on): Add stdint.
15170         * modules/mountlist (Depends-on): Add stdint.
15171         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15172
15173 2009-03-10  Bruno Haible  <bruno@clisp.org>
15174
15175         Tests for module 'mbmemcasecoll'.
15176         * modules/mbmemcasecoll-tests: New file.
15177         * tests/test-mbmemcasecoll1.sh: New file.
15178         * tests/test-mbmemcasecoll2.sh: New file.
15179         * tests/test-mbmemcasecoll3.sh: New file.
15180         * tests/test-mbmemcasecoll.c: New file.
15181
15182         New module 'mbmemcasecoll'.
15183         * lib/mbmemcasecoll.h: New file.
15184         * lib/mbmemcasecoll.c: New file.
15185         * modules/mbmemcasecoll: New file.
15186
15187         * tests/test-mbmemcasecmp.h: New file, extracted from
15188         tests/test-mbmemcasecmp.c.
15189         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15190         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15191         (main): Update.
15192         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15193
15194 2009-03-09  Bruno Haible  <bruno@clisp.org>
15195
15196         Tests for module 'mbmemcasecmp'.
15197         * modules/mbmemcasecmp-tests: New file.
15198         * tests/test-mbmemcasecmp1.sh: New file.
15199         * tests/test-mbmemcasecmp2.sh: New file.
15200         * tests/test-mbmemcasecmp3.sh: New file.
15201         * tests/test-mbmemcasecmp.c: New file.
15202
15203         New module 'mbmemcasecmp'.
15204         * lib/mbmemcasecmp.h: New file.
15205         * lib/mbmemcasecmp.c: New file.
15206         * modules/mbmemcasecmp: New file.
15207
15208 2009-03-09  Bruno Haible  <bruno@clisp.org>
15209
15210         Tests for module 'unicase/ulc-casecoll'.
15211         * modules/unicase/ulc-casecoll-tests: New file.
15212         * tests/unicase/test-ulc-casecoll1.sh: New file.
15213         * tests/unicase/test-ulc-casecoll2.sh: New file.
15214         * tests/unicase/test-ulc-casecoll.c: New file.
15215
15216         New module 'unicase/ulc-casecoll'.
15217         * lib/unicase.h (ulc_casecoll): New declaration.
15218         * lib/unicase/ulc-casecoll.c: New file.
15219         * modules/unicase/ulc-casecoll: New file.
15220
15221         New module 'unicase/ulc-casexfrm'.
15222         * lib/unicase.h (ulc_casexfrm): New declaration.
15223         * lib/unicase/ulc-casexfrm.c: New file.
15224         * modules/unicase/ulc-casexfrm: New file.
15225
15226 2009-03-09  Bruno Haible  <bruno@clisp.org>
15227
15228         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15229         invocations.
15230
15231         * m4/mbscasecmp.m4: Remove file.
15232         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15233         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15234
15235         * m4/mbscasestr.m4: Remove file.
15236         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15237         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15238
15239         * m4/mbschr.m4: Remove file.
15240         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15241         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15242
15243         * m4/mbscspn.m4: Remove file.
15244         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15245         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15246
15247         * m4/mbslen.m4: Remove file.
15248         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15249         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15250
15251         * m4/mbsncasecmp.m4: Remove file.
15252         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15253         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15254
15255         * m4/mbsnlen.m4: Remove file.
15256         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15257         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15258
15259         * m4/mbspbrk.m4: Remove file.
15260         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15261         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15262
15263         * m4/mbspcasecmp.m4: Remove file.
15264         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15265         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15266
15267         * m4/mbsrchr.m4: Remove file.
15268         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15269         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15270
15271         * m4/mbssep.m4: Remove file.
15272         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15273         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15274
15275         * m4/mbsspn.m4: Remove file.
15276         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15277         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15278
15279         * m4/mbsstr.m4: Remove file.
15280         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15281         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15282
15283         * m4/mbstok_r.m4: Remove file.
15284         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15285         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15286
15287         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15288
15289         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15290         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15291
15292         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15293
15294 2009-03-08  Bruno Haible  <bruno@clisp.org>
15295
15296         Tests for module 'unicase/ulc-casecmp'.
15297         * modules/unicase/ulc-casecmp-tests: New file.
15298         * tests/unicase/test-ulc-casecmp1.sh: New file.
15299         * tests/unicase/test-ulc-casecmp2.sh: New file.
15300         * tests/unicase/test-ulc-casecmp.c: New file.
15301
15302         New module 'unicase/ulc-casecmp'.
15303         * lib/unicase.h (ulc_casecmp): New declaration.
15304         * lib/unicase/ulc-casecmp.c: New file.
15305         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15306         'const SRC_UNIT *'.
15307         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15308         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15309         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15310         * modules/unicase/ulc-casecmp: New file.
15311
15312         Tests for module 'unicase/u32-is-cased'.
15313         * modules/unicase/u32-is-cased-tests: New file.
15314         * tests/unicase/test-u32-is-cased.c: New file.
15315
15316         Tests for module 'unicase/u16-is-cased'.
15317         * modules/unicase/u16-is-cased-tests: New file.
15318         * tests/unicase/test-u16-is-cased.c: New file.
15319
15320         Tests for module 'unicase/u8-is-cased'.
15321         * modules/unicase/u8-is-cased-tests: New file.
15322         * tests/unicase/test-u8-is-cased.c: New file.
15323         * tests/unicase/test-is-cased.h: New file.
15324
15325         New module 'unicase/u32-is-cased'.
15326         * lib/unicase/u32-is-cased.c: New file.
15327         * modules/unicase/u32-is-cased: New file.
15328
15329         New module 'unicase/u16-is-cased'.
15330         * lib/unicase/u16-is-cased.c: New file.
15331         * modules/unicase/u16-is-cased: New file.
15332
15333         New module 'unicase/u8-is-cased'.
15334         * lib/unicase/u8-is-cased.c: New file.
15335         * lib/unicase/u-is-cased.h: New file.
15336         * modules/unicase/u8-is-cased: New file.
15337
15338         Tests for module 'unicase/u32-is-casefolded'.
15339         * modules/unicase/u32-is-casefolded-tests: New file.
15340         * tests/unicase/test-u32-is-casefolded.c: New file.
15341
15342         Tests for module 'unicase/u16-is-casefolded'.
15343         * modules/unicase/u16-is-casefolded-tests: New file.
15344         * tests/unicase/test-u16-is-casefolded.c: New file.
15345
15346         Tests for module 'unicase/u8-is-casefolded'.
15347         * modules/unicase/u8-is-casefolded-tests: New file.
15348         * tests/unicase/test-u8-is-casefolded.c: New file.
15349         * tests/unicase/test-is-casefolded.h: New file.
15350
15351         New module 'unicase/u32-is-casefolded'.
15352         * lib/unicase/u32-is-casefolded.c: New file.
15353         * modules/unicase/u32-is-casefolded: New file.
15354
15355         New module 'unicase/u16-is-casefolded'.
15356         * lib/unicase/u16-is-casefolded.c: New file.
15357         * modules/unicase/u16-is-casefolded: New file.
15358
15359         New module 'unicase/u8-is-casefolded'.
15360         * lib/unicase/u8-is-casefolded.c: New file.
15361         * modules/unicase/u8-is-casefolded: New file.
15362
15363         Tests for module 'unicase/u32-is-titlecase'.
15364         * modules/unicase/u32-is-titlecase-tests: New file.
15365         * tests/unicase/test-u32-is-titlecase.c: New file.
15366
15367         Tests for module 'unicase/u16-is-titlecase'.
15368         * modules/unicase/u16-is-titlecase-tests: New file.
15369         * tests/unicase/test-u16-is-titlecase.c: New file.
15370
15371         Tests for module 'unicase/u8-is-titlecase'.
15372         * modules/unicase/u8-is-titlecase-tests: New file.
15373         * tests/unicase/test-u8-is-titlecase.c: New file.
15374         * tests/unicase/test-is-titlecase.h: New file.
15375
15376         New module 'unicase/u32-is-titlecase'.
15377         * lib/unicase/u32-is-titlecase.c: New file.
15378         * modules/unicase/u32-is-titlecase: New file.
15379
15380         New module 'unicase/u16-is-titlecase'.
15381         * lib/unicase/u16-is-titlecase.c: New file.
15382         * modules/unicase/u16-is-titlecase: New file.
15383
15384         New module 'unicase/u8-is-titlecase'.
15385         * lib/unicase/u8-is-titlecase.c: New file.
15386         * modules/unicase/u8-is-titlecase: New file.
15387
15388         Tests for module 'unicase/u32-is-lowercase'.
15389         * modules/unicase/u32-is-lowercase-tests: New file.
15390         * tests/unicase/test-u32-is-lowercase.c: New file.
15391
15392         Tests for module 'unicase/u16-is-lowercase'.
15393         * modules/unicase/u16-is-lowercase-tests: New file.
15394         * tests/unicase/test-u16-is-lowercase.c: New file.
15395
15396         Tests for module 'unicase/u8-is-lowercase'.
15397         * modules/unicase/u8-is-lowercase-tests: New file.
15398         * tests/unicase/test-u8-is-lowercase.c: New file.
15399         * tests/unicase/test-is-lowercase.h: New file.
15400
15401         New module 'unicase/u32-is-lowercase'.
15402         * lib/unicase/u32-is-lowercase.c: New file.
15403         * modules/unicase/u32-is-lowercase: New file.
15404
15405         New module 'unicase/u16-is-lowercase'.
15406         * lib/unicase/u16-is-lowercase.c: New file.
15407         * modules/unicase/u16-is-lowercase: New file.
15408
15409         New module 'unicase/u8-is-lowercase'.
15410         * lib/unicase/u8-is-lowercase.c: New file.
15411         * modules/unicase/u8-is-lowercase: New file.
15412
15413         Tests for module 'unicase/u32-is-uppercase'.
15414         * modules/unicase/u32-is-uppercase-tests: New file.
15415         * tests/unicase/test-u32-is-uppercase.c: New file.
15416
15417         Tests for module 'unicase/u16-is-uppercase'.
15418         * modules/unicase/u16-is-uppercase-tests: New file.
15419         * tests/unicase/test-u16-is-uppercase.c: New file.
15420
15421         Tests for module 'unicase/u8-is-uppercase'.
15422         * modules/unicase/u8-is-uppercase-tests: New file.
15423         * tests/unicase/test-u8-is-uppercase.c: New file.
15424         * tests/unicase/test-is-uppercase.h: New file.
15425
15426         New module 'unicase/u32-is-uppercase'.
15427         * lib/unicase/u32-is-uppercase.c: New file.
15428         * modules/unicase/u32-is-uppercase: New file.
15429
15430         New module 'unicase/u16-is-uppercase'.
15431         * lib/unicase/u16-is-uppercase.c: New file.
15432         * modules/unicase/u16-is-uppercase: New file.
15433
15434         New module 'unicase/u8-is-uppercase'.
15435         * lib/unicase/u8-is-uppercase.c: New file.
15436         * modules/unicase/u8-is-uppercase: New file.
15437
15438         New module 'unicase/u32-is-invariant'.
15439         * lib/unicase/u32-is-invariant.c: New file.
15440         * modules/unicase/u32-is-invariant: New file.
15441
15442         New module 'unicase/u16-is-invariant'.
15443         * lib/unicase/u16-is-invariant.c: New file.
15444         * modules/unicase/u16-is-invariant: New file.
15445
15446         New module 'unicase/u8-is-invariant'.
15447         * lib/unicase/u8-is-invariant.c: New file.
15448         * lib/unicase/invariant.h: New file.
15449         * lib/unicase/u-is-invariant.h: New file.
15450         * modules/unicase/u8-is-invariant: New file.
15451
15452         Tests for module 'unicase/u32-casecoll'.
15453         * modules/unicase/u32-casecoll-tests: New file.
15454         * tests/unicase/test-u32-casecoll.c: New file.
15455
15456         Tests for module 'unicase/u16-casecoll'.
15457         * modules/unicase/u16-casecoll-tests: New file.
15458         * tests/unicase/test-u16-casecoll.c: New file.
15459
15460         Tests for module 'unicase/u8-casecoll'.
15461         * modules/unicase/u8-casecoll-tests: New file.
15462         * tests/unicase/test-u8-casecoll.c: New file.
15463
15464         New module 'unicase/u32-casecoll'.
15465         * lib/unicase/u32-casecoll.c: New file.
15466         * modules/unicase/u32-casecoll: New file.
15467
15468         New module 'unicase/u16-casecoll'.
15469         * lib/unicase/u16-casecoll.c: New file.
15470         * modules/unicase/u16-casecoll: New file.
15471
15472         New module 'unicase/u8-casecoll'.
15473         * lib/unicase/u8-casecoll.c: New file.
15474         * lib/unicase/u-casecoll.h: New file.
15475         * modules/unicase/u8-casecoll: New file.
15476
15477         New module 'unicase/u32-casexfrm'.
15478         * lib/unicase/u32-casexfrm.c: New file.
15479         * modules/unicase/u32-casexfrm: New file.
15480
15481         New module 'unicase/u16-casexfrm'.
15482         * lib/unicase/u16-casexfrm.c: New file.
15483         * modules/unicase/u16-casexfrm: New file.
15484
15485         New module 'unicase/u8-casexfrm'.
15486         * lib/unicase/u8-casexfrm.c: New file.
15487         * lib/unicase/u-casexfrm.h: New file.
15488         * modules/unicase/u8-casexfrm: New file.
15489
15490         Tests for module 'unicase/u32-casecmp'.
15491         * modules/unicase/u32-casecmp-tests: New file.
15492         * tests/unicase/test-u32-casecmp.c: New file.
15493
15494         Tests for module 'unicase/u16-casecmp'.
15495         * modules/unicase/u16-casecmp-tests: New file.
15496         * tests/unicase/test-u16-casecmp.c: New file.
15497
15498         Tests for module 'unicase/u8-casecmp'.
15499         * modules/unicase/u8-casecmp-tests: New file.
15500         * tests/unicase/test-u8-casecmp.c: New file.
15501         * tests/unicase/test-casecmp.h: New file.
15502
15503         New module 'unicase/u32-casecmp'.
15504         * lib/unicase/u32-casecmp.c: New file.
15505         * modules/unicase/u32-casecmp: New file.
15506
15507         New module 'unicase/u16-casecmp'.
15508         * lib/unicase/u16-casecmp.c: New file.
15509         * modules/unicase/u16-casecmp: New file.
15510
15511         New module 'unicase/u8-casecmp'.
15512         * lib/unicase/u8-casecmp.c: New file.
15513         * lib/unicase/u-casecmp.h: New file.
15514         * modules/unicase/u8-casecmp: New file.
15515
15516         Tests for module 'unicase/u32-casefold'.
15517         * modules/unicase/u32-casefold-tests: New file.
15518         * tests/unicase/test-u32-casefold.c: New file.
15519
15520         Tests for module 'unicase/u16-casefold'.
15521         * modules/unicase/u16-casefold-tests: New file.
15522         * tests/unicase/test-u16-casefold.c: New file.
15523
15524         Tests for module 'unicase/u8-casefold'.
15525         * modules/unicase/u8-casefold-tests: New file.
15526         * tests/unicase/test-u8-casefold.c: New file.
15527
15528         New module 'unicase/u32-casefold'.
15529         * lib/unicase/u32-casefold.c: New file.
15530         * modules/unicase/u32-casefold: New file.
15531
15532         New module 'unicase/u16-casefold'.
15533         * lib/unicase/u16-casefold.c: New file.
15534         * modules/unicase/u16-casefold: New file.
15535
15536         New module 'unicase/u8-casefold'.
15537         * lib/unicase/u8-casefold.c: New file.
15538         * lib/unicase/u-casefold.h: New file.
15539         * modules/unicase/u8-casefold: New file.
15540
15541         New module 'unicase/tocasefold'.
15542         * lib/unicase/casefold.h: New file.
15543         * lib/unicase/tocasefold.c: New file.
15544         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15545         * modules/unicase/tocasefold: New file.
15546
15547         Tests for module 'unicase/u32-totitle'.
15548         * modules/unicase/u32-totitle-tests: New file.
15549         * tests/unicase/test-u32-totitle.c: New file.
15550
15551         Tests for module 'unicase/u16-totitle'.
15552         * modules/unicase/u16-totitle-tests: New file.
15553         * tests/unicase/test-u16-totitle.c: New file.
15554
15555         Tests for module 'unicase/u8-totitle'.
15556         * modules/unicase/u8-totitle-tests: New file.
15557         * tests/unicase/test-u8-totitle.c: New file.
15558
15559         New module 'unicase/u32-totitle'.
15560         * lib/unicase/u32-totitle.c: New file.
15561         * modules/unicase/u32-totitle: New file.
15562
15563         New module 'unicase/u16-totitle'.
15564         * lib/unicase/u16-totitle.c: New file.
15565         * modules/unicase/u16-totitle: New file.
15566
15567         New module 'unicase/u8-totitle'.
15568         * lib/unicase/u8-totitle.c: New file.
15569         * lib/unicase/u-totitle.h: New file.
15570         * modules/unicase/u8-totitle: New file.
15571
15572         Tests for module 'unicase/u32-tolower'.
15573         * modules/unicase/u32-tolower-tests: New file.
15574         * tests/unicase/test-u32-tolower.c: New file.
15575
15576         Tests for module 'unicase/u16-tolower'.
15577         * modules/unicase/u16-tolower-tests: New file.
15578         * tests/unicase/test-u16-tolower.c: New file.
15579
15580         Tests for module 'unicase/u8-tolower'.
15581         * modules/unicase/u8-tolower-tests: New file.
15582         * tests/unicase/test-u8-tolower.c: New file.
15583
15584         New module 'unicase/u32-tolower'.
15585         * lib/unicase/u32-tolower.c: New file.
15586         * modules/unicase/u32-tolower: New file.
15587
15588         New module 'unicase/u16-tolower'.
15589         * lib/unicase/u16-tolower.c: New file.
15590         * modules/unicase/u16-tolower: New file.
15591
15592         New module 'unicase/u8-tolower'.
15593         * lib/unicase/u8-tolower.c: New file.
15594         * modules/unicase/u8-tolower: New file.
15595
15596         Tests for module 'unicase/u32-toupper'.
15597         * modules/unicase/u32-toupper-tests: New file.
15598         * tests/unicase/test-u32-toupper.c: New file.
15599
15600         Tests for module 'unicase/u16-toupper'.
15601         * modules/unicase/u16-toupper-tests: New file.
15602         * tests/unicase/test-u16-toupper.c: New file.
15603
15604         Tests for module 'unicase/u8-toupper'.
15605         * modules/unicase/u8-toupper-tests: New file.
15606         * tests/unicase/test-u8-toupper.c: New file.
15607
15608         New module 'unicase/u32-toupper'.
15609         * lib/unicase/u32-toupper.c: New file.
15610         * modules/unicase/u32-toupper: New file.
15611
15612         New module 'unicase/u16-toupper'.
15613         * lib/unicase/u16-toupper.c: New file.
15614         * modules/unicase/u16-toupper: New file.
15615
15616         New module 'unicase/u8-toupper'.
15617         * lib/unicase/u8-toupper.c: New file.
15618         * modules/unicase/u8-toupper: New file.
15619
15620         New module 'unicase/u32-casemap'.
15621         * lib/unicase/u32-casemap.c: New file.
15622         * modules/unicase/u32-casemap: New file.
15623
15624         New module 'unicase/u16-casemap'.
15625         * lib/unicase/u16-casemap.c: New file.
15626         * modules/unicase/u16-casemap: New file.
15627
15628         New module 'unicase/u8-casemap'.
15629         * lib/unicase/unicasemap.h: New file.
15630         * lib/unicase/u8-casemap.c: New file.
15631         * lib/unicase/u-casemap.h: New file.
15632         * modules/unicase/u8-casemap: New file.
15633
15634         New module 'unicase/special-casing'.
15635         * lib/unicase/special-casing.h: New file.
15636         * lib/unicase/special-casing.c: New file.
15637         * lib/unicase/special-casing-table.gperf: New file, generated by
15638         gen-uni-tables.c.
15639         * modules/unicase/special-casing: New file.
15640
15641         Tests for module 'unicase/locale-language'.
15642         * modules/unicase/locale-language-tests: New file.
15643         * tests/unicase/test-locale-language.sh: New file.
15644         * tests/unicase/test-locale-language.c: New file.
15645
15646         New module 'unicase/locale-language'.
15647         * lib/unicase/locale-language.c: New file.
15648         * lib/unicase/locale-languages.gperf: New file.
15649         * modules/unicase/locale-language: New file.
15650
15651         Generate more tables for case conversion and case folding.
15652         * lib/gen-uni-tables.c (SCC_*): New enum items.
15653         (struct special_casing_rule): New type.
15654         (casing_rules, num_casing_rules, allocated_casing_rules): New
15655         variables.
15656         (add_casing_rule, fill_casing_rules): New functions.
15657         (struct casefold_rule): New type.
15658         (casefolding_rules, num_casefolding_rules,
15659         allocated_casefolding_rules): New variables.
15660         (fill_casefolding_rules): New function.
15661         (unicode_casefold): New variable.
15662         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15663         sort_casing_rules, output_casing_rules): New functions.
15664         (main): Accept to more arguments: SpecialCasing.txt and
15665         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15666         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15667         Output mapping for casefolding.
15668
15669         * lib/unicase.h: Include stdbool.h, uninorm.h.
15670         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15671         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15672         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15673         arguments.
15674         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15675         resultp arguments.
15676         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15677         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15678         resultp arguments.
15679         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15680         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15681         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15682         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15683         declarations.
15684         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15685
15686 2009-03-08  Bruno Haible  <bruno@clisp.org>
15687
15688         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15689         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15690         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15691         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15692
15693 2009-03-07  Bruno Haible  <bruno@clisp.org>
15694
15695         Adjust u*_normcmp, u*_normcoll API.
15696         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15697         u16_normcoll, u32_normcoll): Change failure conventions.
15698         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15699         errno and return -1.
15700         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15701
15702 2009-03-07  Bruno Haible  <bruno@clisp.org>
15703
15704         Tests for module 'uninorm/u32-normcoll'.
15705         * modules/uninorm/u32-normcoll-tests: New file.
15706         * tests/uninorm/test-u32-normcoll.c: New file.
15707
15708         Tests for module 'uninorm/u16-normcoll'.
15709         * modules/uninorm/u16-normcoll-tests: New file.
15710         * tests/uninorm/test-u16-normcoll.c: New file.
15711
15712         Tests for module 'uninorm/u8-normcoll'.
15713         * modules/uninorm/u8-normcoll-tests: New file.
15714         * tests/uninorm/test-u8-normcoll.c: New file.
15715
15716 2009-03-07  Bruno Haible  <bruno@clisp.org>
15717
15718         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15719         tests/uninorm/test-u32-normcmp.c.
15720         * tests/uninorm/test-u32-normcmp.c: Include it.
15721         (test_nonascii): New function, extracted from main. Add some more
15722         tests.
15723         (main): Invoke test_ascii and test_nonascii.
15724         * modules/uninorm/u32-normcmp-tests (Files): Add
15725         tests/uninorm/test-u32-normcmp.h.
15726         (Depends-on): Remove uninorm/u32-normcmp.
15727
15728         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15729         tests/uninorm/test-u16-normcmp.c.
15730         * tests/uninorm/test-u16-normcmp.c: Include it.
15731         (test_nonascii): New function, extracted from main. Add some more
15732         tests.
15733         (main): Invoke test_ascii and test_nonascii.
15734         * modules/uninorm/u16-normcmp-tests (Files): Add
15735         tests/uninorm/test-u16-normcmp.h.
15736         (Depends-on): Remove uninorm/u16-normcmp.
15737
15738         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15739         tests/uninorm/test-u8-normcmp.c.
15740         * tests/uninorm/test-u8-normcmp.c: Include it.
15741         (test_nonascii): New function, extracted from main. Add some more
15742         tests.
15743         (main): Invoke test_ascii and test_nonascii.
15744         * modules/uninorm/u8-normcmp-tests (Files): Add
15745         tests/uninorm/test-u8-normcmp.h.
15746         (Depends-on): Remove uninorm/u8-normcmp.
15747
15748 2009-03-07  Bruno Haible  <bruno@clisp.org>
15749
15750         New module 'uninorm/u32-normcoll'.
15751         * lib/uninorm/u32-normcoll.c: New file.
15752         * modules/uninorm/u32-normcoll: New file.
15753
15754         New module 'uninorm/u16-normcoll'.
15755         * lib/uninorm/u16-normcoll.c: New file.
15756         * modules/uninorm/u16-normcoll: New file.
15757
15758         New module 'uninorm/u8-normcoll'.
15759         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15760         declarations.
15761         * lib/uninorm/u8-normcoll.c: New file.
15762         * lib/uninorm/u-normcoll.h: New file.
15763         * modules/uninorm/u8-normcoll: New file.
15764
15765         New module 'uninorm/u32-normxfrm'.
15766         * lib/uninorm/u32-normxfrm.c: New file.
15767         * modules/uninorm/u32-normxfrm: New file.
15768
15769         New module 'uninorm/u16-normxfrm'.
15770         * lib/uninorm/u16-normxfrm.c: New file.
15771         * modules/uninorm/u16-normxfrm: New file.
15772
15773         New module 'uninorm/u8-normxfrm'.
15774         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15775         declarations.
15776         * lib/uninorm/u8-normxfrm.c: New file.
15777         * lib/uninorm/u-normxfrm.h: New file.
15778         * modules/uninorm/u8-normxfrm: New file.
15779
15780 2009-03-07  Bruno Haible  <bruno@clisp.org>
15781
15782         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15783         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15784         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15785
15786 2009-03-07  Bruno Haible  <bruno@clisp.org>
15787
15788         New module 'memxfrm'.
15789         * lib/memxfrm.h: New file.
15790         * lib/memxfrm.c: New file.
15791         * modules/memxfrm: New file.
15792
15793 2009-03-07  Bruno Haible  <bruno@clisp.org>
15794
15795         New module 'memcmp2'.
15796         * lib/memcmp2.h: New file.
15797         * lib/memcmp2.c: New file.
15798         * modules/memcmp2: New file.
15799
15800 2009-03-07  Bruno Haible  <bruno@clisp.org>
15801
15802         Tests for module 'uninorm/decomposing-form'.
15803         * modules/uninorm/decomposing-form-tests: New file.
15804         * tests/uninorm/test-decomposing-form.c: New file.
15805
15806         New module 'uninorm/decomposing-form'.
15807         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15808         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15809         Add 'decomposing_variant' field.
15810         * lib/uninorm/decomposing-form.c: New file.
15811         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15812         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15813         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15814         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15815         * modules/uninorm/decomposing-form: New file.
15816         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15817         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15818
15819 2009-03-07  Bruno Haible  <bruno@clisp.org>
15820
15821         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15822         strings.
15823
15824 2009-03-06  Bruno Haible  <bruno@clisp.org>
15825
15826         Tests for module 'uninorm/u32-normcmp'.
15827         * tests/uninorm/test-u32-normcmp.c: New file.
15828         * modules/uninorm/u32-normcmp-tests: New file.
15829
15830         Tests for module 'uninorm/u16-normcmp'.
15831         * tests/uninorm/test-u16-normcmp.c: New file.
15832         * modules/uninorm/u16-normcmp-tests: New file.
15833
15834         Tests for module 'uninorm/u8-normcmp'.
15835         * tests/uninorm/test-u8-normcmp.c: New file.
15836         * modules/uninorm/u8-normcmp-tests: New file.
15837
15838         New module 'uninorm/u32-normcmp'.
15839         * lib/uninorm/u32-normcmp.c: New file.
15840         * modules/uninorm/u32-normcmp: New file.
15841
15842         New module 'uninorm/u16-normcmp'.
15843         * lib/uninorm/u16-normcmp.c: New file.
15844         * modules/uninorm/u16-normcmp: New file.
15845
15846         New module 'uninorm/u8-normcmp'.
15847         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15848         declarations.
15849         * lib/uninorm/u8-normcmp.c: New file.
15850         * lib/uninorm/u-normcmp.h: New file.
15851         * modules/uninorm/u8-normcmp: New file.
15852
15853 2009-03-06  Bruno Haible  <bruno@clisp.org>
15854
15855         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15856         Reported by Eric Blake.
15857
15858 2009-03-06  Eric Blake  <ebb9@byu.net>
15859             Bruno Haible  <bruno@clisp.org>
15860
15861         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15862         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15863         condition.
15864         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15865         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15866         condition.
15867         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15868
15869 2009-03-06  Eric Blake  <ebb9@byu.net>
15870
15871         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15872         to avoid compiler warnings.
15873         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15874
15875 2009-03-05  Bruno Haible  <bruno@clisp.org>
15876
15877         * tests/test-ftell.c (main): Disable test beyond end of file on
15878         FreeMiNT.
15879         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15880
15881 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15882
15883         * lib/filevercmp.c: Move hidden files up in ordering.
15884         * tests/test-filevercmp.c: Add tests for hidden files.
15885
15886 2009-03-04  Bruno Haible  <bruno@clisp.org>
15887
15888         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15889         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15890         AM_CFLAGS.
15891         Reported by Simon Josefsson.
15892
15893 2009-03-03  Bruno Haible  <bruno@clisp.org>
15894
15895         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15896         Reported by Simon Josefsson.
15897
15898         * doc/ld-version-script.texi: Update node reference.
15899
15900 2009-03-03  Bruno Haible  <bruno@clisp.org>
15901
15902         * modules/visibility (License): Change to 'unlimited'.
15903         Suggested by Simon Josefsson.
15904
15905 2009-03-03  Jim Meyering  <meyering@redhat.com>
15906
15907         unlinkdir: cannot_unlink_dir may modify process state
15908         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15909         it's neither thread-safe nor appropriate for use in a library.
15910
15911 2009-03-03  Eric Blake  <ebb9@byu.net>
15912
15913         test-closein: silence test under Darwin
15914         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15915         care if it dies from EPIPE or EBADF.
15916
15917 2009-03-03  Bruno Haible  <bruno@clisp.org>
15918
15919         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15920         earlier.
15921         * doc/visibility.texi: Fix @node and @section.
15922
15923 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15924
15925         * doc/gnulib.texi: Link to sections for ld version script and
15926         visibility.
15927         * doc/visibility.texi: Add @node and @section.
15928         * modules/ld-version-script: New module.
15929         * m4/ld-version-script.m4: New file.
15930         * doc/ld-version-script.texi: New file.
15931
15932 2009-03-02  David Lutterkort  <lutter@redhat.com>
15933
15934         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15935         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15936
15937 2009-03-02  Bruno Haible  <bruno@clisp.org>
15938
15939         * doc/visibility.texi: Mention libtool's -export-symbols option.
15940
15941 2009-03-02  Jim Meyering  <meyering@redhat.com>
15942
15943         announce-gen: new option: --no-print-checksums
15944         * build-aux/announce-gen (usage): Describe it.
15945         (print_checksums): Print a newline here, not in the [*] footnote.
15946         (main): Honor it.
15947
15948 2009-03-01  Bruno Haible  <bruno@clisp.org>
15949
15950         Use socklen_t in the native Windows replacements prototypes.
15951         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15952         instead of 'int'.
15953         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15954         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15955         * modules/getsockopt (Depends-on): Add socklen.
15956         * modules/setsockopt (Depends-on): Add socklen.
15957
15958 2009-03-01  Bruno Haible  <bruno@clisp.org>
15959
15960         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15961         least 4.2.
15962
15963 2009-03-01  Eric Blake  <ebb9@byu.net>
15964             Bruno Haible  <bruno@clisp.org>
15965
15966         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15967         error messages.
15968         * lib/wait-process.c (wait_subprocess): Omit error message about
15969         deadly signal sent to the child of termsigp != NULL.
15970
15971 2009-03-01  Eric Blake  <ebb9@byu.net>
15972
15973         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15974
15975 2009-03-01  Bruno Haible  <bruno@clisp.org>
15976
15977         Avoid a gcc warning.
15978         * tests/test-sched.c (b): Make global.
15979         Reported by Eric Blake.
15980
15981 2009-01-19  Martin Lambers  <marlam@marlam.de>
15982
15983         Provide POSIX semantics for socket timeout options on W32.
15984         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15985         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15986         * modules/setsockopt: Depend on sys_time module for struct timeval.
15987         * modules/getsockopt: Depend on sys_time module for struct timeval.
15988
15989 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15990
15991         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15992         __USE_GNU, for consistency with netdb.in.h.
15993         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15994
15995 2009-03-01  Bruno Haible  <bruno@clisp.org>
15996
15997         More support for FreeMiNT.
15998         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15999         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16000
16001 2009-03-01  Bruno Haible  <bruno@clisp.org>
16002
16003         More support for FreeMiNT.
16004         * lib/fpurge.c (fpurge): Correct last commit.
16005         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16006
16007 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16008
16009         Fix unportable awk script in vc-list-files.
16010         * build-aux/vc-list-files: In the replacement awk script, use
16011         substr with a second argument of 1, not zero.
16012         Report by Simon Josefsson.
16013
16014 2009-02-28  Bruno Haible  <bruno@clisp.org>
16015
16016         More support for FreeMiNT.
16017         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16018         to FreeMiNT today.
16019         * lib/fwriting.c (fwriting): Likewise.
16020         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16021
16022 2009-02-28  Bruno Haible  <bruno@clisp.org>
16023
16024         * tests/test-freadseek.c (main): Disable test beyond end of file on
16025         FreeMiNT.
16026         * tests/test-ftello.c (main): Likewise.
16027         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16028
16029 2009-02-28  Bruno Haible  <bruno@clisp.org>
16030
16031         Add tentative support for FreeMiNT.
16032         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16033         * lib/fpurge.c (fpurge): Likewise.
16034         * lib/freadable.c (freadable): Likewise.
16035         * lib/freading.c (freading): Likewise.
16036         * lib/freadptr.c (freadptr): Likewise.
16037         * lib/freadseek.c (freadptrinc): Likewise.
16038         * lib/fseeko.c (rpl_fseeko): Likewise.
16039         * lib/fseterr.c (fseterr): Likewise.
16040         * lib/fwritable.c (fwritable): Likewise.
16041         * lib/fwriting.c (fwriting): Likewise.
16042         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16043         Hourihane.
16044         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16045
16046 2009-02-28  Bruno Haible  <bruno@clisp.org>
16047
16048         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16049         SIGCHLD.
16050         Reported by Jim Meyering.
16051
16052 2009-02-28  Bruno Haible  <bruno@clisp.org>
16053
16054         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16055         Mention the results of these tests on various platforms.
16056         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16057         order.
16058         * doc/posix-functions/printf.texi: Likewise.
16059         * doc/posix-functions/snprintf.texi: Likewise.
16060         * doc/posix-functions/sprintf.texi: Likewise.
16061         * doc/posix-functions/vfprintf.texi: Likewise.
16062         * doc/posix-functions/vprintf.texi: Likewise.
16063         * doc/posix-functions/vsnprintf.texi: Likewise.
16064         * doc/posix-functions/vsprintf.texi: Likewise.
16065         * doc/glibc-functions/obstack_printf.texi: Likewise.
16066         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16067
16068 2009-02-28  Bruno Haible  <bruno@clisp.org>
16069
16070         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16071         Reported by Loïc Minier <lool@dooz.org>.
16072
16073 2009-02-27  Bruno Haible  <bruno@clisp.org>
16074
16075         * gnulib-tool (func_import): Make the sed expression used to create the
16076         sed script for updating the .gitignore file POSIX compliant.
16077         Reported by Eric Blake.
16078
16079 2009-02-27  Bruno Haible  <bruno@clisp.org>
16080
16081         * gnulib-tool (sed): Don't alias as "sed --posix".
16082         Reported by Eric Blake.
16083
16084 2009-02-27  Bruno Haible  <bruno@clisp.org>
16085
16086         Avoid test link errors.
16087         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16088         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16089         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16090         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16091         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16092
16093 2009-02-27  Bruno Haible  <bruno@clisp.org>
16094
16095         Avoid spurious "(cached)" in configure output.
16096         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16097         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16098         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16099         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16100         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16101         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16102         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16103         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16104         Reported by Eric Blake.
16105
16106 2009-02-27  Eric Blake  <ebb9@byu.net>
16107
16108         printf: fix regression in previous patch
16109         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16110
16111 2009-02-27  Bruno Haible  <bruno@clisp.org>
16112
16113         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16114         value.
16115         * lib/stdint.in.h: Likewise.
16116         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16117
16118 2009-02-27  Eric Blake  <ebb9@byu.net>
16119
16120         doc: mention more functions added in cygwin 1.7.0
16121         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16122         addition.
16123         * doc/posix-functions/open_wmemstream.texi: Likewise.
16124         * doc/posix-functions/wcsnlen.texi: Likewise.
16125         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16126         * doc/posix-functions/wcstod.texi: Likewise.
16127         * doc/posix-functions/wcstof.texi: Likewise.
16128         * doc/posix-functions/wcstoimax.texi: Likewise.
16129         * doc/posix-functions/wcstok.texi: Likewise.
16130         * doc/posix-functions/wcstoumax.texi: Likewise.
16131
16132         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16133         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16134         * doc/posix-functions/fprintf.texi: Update.
16135         * doc/posix-functions/printf.texi: Update.
16136         * doc/posix-functions/snprintf.texi: Update.
16137         * doc/posix-functions/sprintf.texi: Update.
16138         * doc/posix-functions/vfprintf.texi: Update.
16139         * doc/posix-functions/vprintf.texi: Update.
16140         * doc/posix-functions/vsnprintf.texi: Update.
16141         * doc/posix-functions/vsprintf.texi: Update.
16142         * doc/glibc-functions/obstack_printf.texi: Update.
16143         * doc/glibc-functions/obstack_vprintf.texi: Update.
16144
16145 2009-02-26  Eric Blake  <ebb9@byu.net>
16146
16147         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16148         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16149         compilation bug by using runtime conversion.
16150         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16151         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16152         * modules/ceill-tests (Files): Use nan.h.
16153         * modules/floorl-tests (Files): Likewise.
16154         * modules/frexpl-tests (Files): Likewise.
16155         * modules/isnanl-tests (Files): Likewise.
16156         * modules/ldexpl-tests (Files): Likewise.
16157         * modules/roundl-tests (Files): Likewise.
16158         * modules/truncl-tests (Files): Likewise.
16159         * tests/test-ceill.c (main): Use a working NaN.
16160         * tests/test-floorl.c (main): Likewise.
16161         * tests/test-frexpl.c (main): Likewise.
16162         * tests/test-isnan.c (test_long_double): Likewise.
16163         * tests/test-isnanl.h (main): Likewise.
16164         * tests/test-ldexpl.h (main): Likewise.
16165         * tests/test-roundl.h (main): Likewise.
16166         * tests/test-truncl.h (main): Likewise.
16167         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16168
16169 2009-02-26  Eric Blake  <ebb9@byu.net>
16170             Bruno Haible  <bruno@clisp.org>
16171
16172         Work around a *printf bug with %ls on Solaris.
16173         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16174         precision is specified, sprintf stops converting the wide string
16175         argument when the number of bytes that have been produced by this
16176         conversion equals or exceeds the precision.
16177         * doc/posix-functions/fprintf.texi: Update.
16178         * doc/posix-functions/printf.texi: Update.
16179         * doc/posix-functions/snprintf.texi: Update.
16180         * doc/posix-functions/sprintf.texi: Update.
16181         * doc/posix-functions/vfprintf.texi: Update.
16182         * doc/posix-functions/vprintf.texi: Update.
16183         * doc/posix-functions/vsnprintf.texi: Update.
16184         * doc/posix-functions/vsprintf.texi: Update.
16185         * doc/glibc-functions/obstack_printf.texi: Update.
16186         * doc/glibc-functions/obstack_vprintf.texi: Update.
16187
16188 2009-02-26  Eric Blake  <ebb9@byu.net>
16189
16190         stdlib: favor compiler check of random.h
16191         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16192         to avoid an ObjC random.h installed by Swarm.
16193
16194 2009-02-26  Bruno Haible  <bruno@clisp.org>
16195
16196         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16197         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16198         Reported by Gary V. Vaughan <gary@gnu.org>.
16199
16200 2009-02-26  Bruno Haible  <bruno@clisp.org>
16201
16202         Fix *printf behaviour regarding the %ls directive.
16203         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16204         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16205         NEED_PRINTF_DIRECTIVE_LS.
16206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16207         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16208         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16209         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16210         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16211         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16212         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16213         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16214         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16215         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16217         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16218         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16219         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16220         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16221         * doc/posix-functions/fprintf.texi: Update.
16222         * doc/posix-functions/printf.texi: Update.
16223         * doc/posix-functions/snprintf.texi: Update.
16224         * doc/posix-functions/sprintf.texi: Update.
16225         * doc/posix-functions/vfprintf.texi: Update.
16226         * doc/posix-functions/vprintf.texi: Update.
16227         * doc/posix-functions/vsnprintf.texi: Update.
16228         * doc/posix-functions/vsprintf.texi: Update.
16229         * doc/glibc-functions/obstack_printf.texi: Update.
16230         * doc/glibc-functions/obstack_vprintf.texi: Update.
16231         Reported by Eric Blake.
16232
16233 2009-02-25  Bruno Haible  <bruno@clisp.org>
16234
16235         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16236         with known value.
16237         Reported by Gary V. Vaughan <gary@gnu.org>.
16238
16239 2009-02-25  Bruno Haible  <bruno@clisp.org>
16240
16241         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16242         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16243         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16244         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16245         Reported by Gary V. Vaughan <gary@gnu.org>.
16246
16247 2009-02-25  Bruno Haible  <bruno@clisp.org>
16248
16249         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16250         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16251         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16252         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16253         Reported by Gary V. Vaughan <gary@gnu.org>.
16254
16255 2009-02-25  Eric Blake  <ebb9@byu.net>
16256
16257         tests: skip fseek/ftell tests if ungetc is broken
16258         * m4/ungetc.m4: New file.
16259         * modules/fseek-tests: Split test, so ungetc dependency is
16260         separate from rest of test.
16261         * modules/fseeko-tests: Likewise.
16262         * modules/ftell-tests: Likewise.
16263         * modules/ftello-tests: Likewise.
16264         * tests/test-fseek.c (main): Isolate ungetc dependency.
16265         * tests/test-fseeko.c (main): Likewise.
16266         * tests/test-ftell.c (main): Likewise.
16267         * tests/test-ftello.c (main): Likewise.
16268         * tests/test-fseek2.sh: New file.
16269         * tests/test-fseeko2.sh: Likewise.
16270         * tests/test-ftell2.sh: Likewise.
16271         * tests/test-ftello2.sh: Likewise.
16272
16273 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16274
16275         test-getaddrinfo: fix usage of skip return code 77
16276         * tests/test-gettaddrinfo.c: Return skip code 77 only
16277         for first occurance of skip (4x77 is not 77)
16278
16279 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16280
16281         strtod: avoid C99 decl-after-statement
16282         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16283
16284 2009-02-24  Eric Blake  <ebb9@byu.net>
16285
16286         strtod: detect HP-UX 11.31 bug
16287         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16288         Reported by Gary V. Vaughan.
16289
16290 2009-02-23  Bruno Haible  <bruno@clisp.org>
16291
16292         Fix invalid read past end of memory block.
16293         * lib/vasnprintf.c (DCHAR_SET): Define.
16294         (local_wcslen): Define only when needed.
16295         (local_strnlen, local_wcsnlen): New functions.
16296         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16297         directives that involve a conversion ourselves.
16298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16299         wcsnlen, mbrtowc, wcrtomb.
16300         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16301         * tests/test-vasprintf-posix.c (test_function): Likewise.
16302         * tests/test-snprintf-posix.h (test_function): Likewise.
16303         * tests/test-sprintf-posix.h (test_function): Likewise.
16304         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16305
16306 2009-02-22  Bruno Haible  <bruno@clisp.org>
16307
16308         Implement new clarified decomposition of Hangul syllables.
16309         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16310         of type LTV, return only a pairwise decomposition.
16311         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16312         Likewise.
16313         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16314         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16315         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16316
16317 2009-02-22  Bruno Haible  <bruno@clisp.org>
16318
16319         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16320         zero-length results and shrink excess allocated memory.
16321         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16322         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16323         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16324         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16325         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16326         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16327         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16328         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16329         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16330         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16331         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16332         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16333
16334 2009-02-21  Bruno Haible  <bruno@clisp.org>
16335
16336         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16337         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16338         spaces after a period. Put a space between a macro name and its
16339         argument list. Trivial rewordings.
16340         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16341         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16342         (main): Return 0 explicitly.
16343
16344 2009-02-21  Bruno Haible  <bruno@clisp.org>
16345
16346         Tests for module 'uninorm/filter'.
16347         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16348         * modules/uninorm/filter-tests: New file.
16349
16350         New module 'uninorm/filter'.
16351         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16352         uninorm_filter_flush, uninorm_filter_free): New declarations.
16353         * lib/uninorm/uninorm-filter.c: New file.
16354         * modules/uninorm/filter: New file.
16355
16356 2009-02-21  Bruno Haible  <bruno@clisp.org>
16357
16358         Tests for module 'uninorm/nfkc'.
16359         * tests/uninorm/test-nfkc.c: New file.
16360         * tests/uninorm/test-u8-nfkc.c: New file.
16361         * tests/uninorm/test-u16-nfkc.c: New file.
16362         * tests/uninorm/test-u32-nfkc.c: New file.
16363         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16364         * tests/uninorm/test-u32-nfkc-big.c: New file.
16365         * modules/uninorm/nfkc-tests: New file.
16366
16367         New module 'uninorm/nfkc'.
16368         * lib/uninorm/nfkc.c: New file.
16369         * modules/uninorm/nfkc: New file.
16370
16371         Tests for module 'uninorm/nfkd'.
16372         * tests/uninorm/test-nfkd.c: New file.
16373         * tests/uninorm/test-u8-nfkd.c: New file.
16374         * tests/uninorm/test-u16-nfkd.c: New file.
16375         * tests/uninorm/test-u32-nfkd.c: New file.
16376         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16377         * tests/uninorm/test-u32-nfkd-big.c: New file.
16378         * modules/uninorm/nfkd-tests: New file.
16379
16380         New module 'uninorm/nfkd'.
16381         * lib/uninorm/nfkd.c: New file.
16382         * modules/uninorm/nfkd: New file.
16383
16384         Tests for module 'uninorm/nfc'.
16385         * tests/uninorm/test-nfc.c: New file.
16386         * tests/uninorm/test-u8-nfc.c: New file.
16387         * tests/uninorm/test-u16-nfc.c: New file.
16388         * tests/uninorm/test-u32-nfc.c: New file.
16389         * tests/uninorm/test-u32-nfc-big.sh: New file.
16390         * tests/uninorm/test-u32-nfc-big.c: New file.
16391         * modules/uninorm/nfc-tests: New file.
16392
16393         New module 'uninorm/nfc'.
16394         * lib/uninorm/nfc.c: New file.
16395         * modules/uninorm/nfc: New file.
16396
16397         Tests for module 'uninorm/nfd'.
16398         * tests/uninorm/test-nfd.c: New file.
16399         * tests/uninorm/test-u8-nfd.c: New file.
16400         * tests/uninorm/test-u16-nfd.c: New file.
16401         * tests/uninorm/test-u32-nfd.c: New file.
16402         * tests/uninorm/test-u32-nfd-big.sh: New file.
16403         * tests/uninorm/test-u32-nfd-big.c: New file.
16404         * tests/uninorm/test-u32-normalize-big.h: New file.
16405         * tests/uninorm/test-u32-normalize-big.c: New file.
16406         * tests/uninorm/NormalizationTest.txt: New file, created from
16407         Unicode 5.1.0 NormalizationTest.txt.
16408         * modules/uninorm/nfd-tests: New file.
16409
16410         New module 'uninorm/nfd'.
16411         * lib/uninorm/nfd.c: New file.
16412         * modules/uninorm/nfd: New file.
16413
16414         New module 'uninorm/u32-normalize'.
16415         * lib/uninorm/u32-normalize.c: New file.
16416         * modules/uninorm/u32-normalize: New file.
16417
16418         New module 'uninorm/u16-normalize'.
16419         * lib/uninorm/u16-normalize.c: New file.
16420         * modules/uninorm/u16-normalize: New file.
16421
16422         New module 'uninorm/u8-normalize'.
16423         * lib/uninorm/u8-normalize.c: New file.
16424         * lib/uninorm/normalize-internal.h: New file.
16425         * lib/uninorm/u-normalize-internal.h: New file.
16426         * modules/uninorm/u8-normalize: New file.
16427
16428         New module 'uninorm/decompose-internal'.
16429         * lib/uninorm/decompose-internal.c: New file.
16430         * modules/uninorm/decompose-internal: New file.
16431
16432         Tests for module 'uninorm/composition'.
16433         * tests/uninorm/test-composition.c: New file.
16434         * modules/uninorm/composition-tests: New file.
16435
16436         New module 'uninorm/composition'.
16437         * lib/uninorm/composition.c: New file.
16438         * lib/uninorm/composition-table.gperf: New file, generated by
16439         gen-uni-tables.
16440         * modules/uninorm/composition: New file.
16441
16442         Tests for module 'uninorm/compat-decomposition'.
16443         * tests/uninorm/test-compat-decomposition.c: New file.
16444         * modules/uninorm/compat-decomposition-tests: New file.
16445
16446         New module 'uninorm/compat-decomposition'.
16447         * lib/uninorm/decompose-internal.h: New file.
16448         * lib/uninorm/compat-decomposition.c: New file.
16449         * modules/uninorm/compat-decomposition: New file.
16450
16451         Tests for module 'uninorm/canonical-decomposition'.
16452         * tests/uninorm/test-canonical-decomposition.c: New file.
16453         * modules/uninorm/canonical-decomposition-tests: New file.
16454
16455         New module 'uninorm/canonical-decomposition'.
16456         * lib/uninorm/canonical-decomposition.c: New file.
16457         * modules/uninorm/canonical-decomposition: New file.
16458
16459         Tests for module 'uninorm/decomposition'.
16460         * tests/uninorm/test-decomposition.c: New file.
16461         * modules/uninorm/decomposition-tests: New file.
16462
16463         New module 'uninorm/decomposition'.
16464         * lib/uninorm/decomposition.c: New file.
16465         * modules/uninorm/decomposition: New file.
16466
16467         New module 'uninorm/decomposition-table'.
16468         * lib/uninorm/decomposition-table.h: New file.
16469         * lib/uninorm/decomposition-table.c: New file.
16470         * lib/uninorm/decomposition-table1.h: New file, generated by
16471         gen-uni-tables.
16472         * lib/uninorm/decomposition-table2.h: New file, generated by
16473         gen-uni-tables.
16474         * modules/uninorm/decomposition-table: New file.
16475
16476         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16477         (UC_DECOMP_*): New enumeration items.
16478         (get_decomposition): New function.
16479         (struct decomp_table): New type.
16480         (output_decomposition, output_decomposition_tables): New functions.
16481         (unicode_composition_exclusions): New variable.
16482         (fill_composition_exclusions, debug_output_composition_tables): New
16483         functions.
16484         (main): Accept one more argument. Invoke fill_composition_exclusions.
16485         Output decomposition and composition tables.
16486
16487         New module 'uninorm/base'.
16488         * lib/uninorm.h: New file.
16489         * lib/unictype.h: Update comment.
16490         * modules/uninorm/base: New file.
16491
16492 2009-02-21  David Lutterkort  <lutter@redhat.com>
16493
16494         Tests for module 'safe-alloc'.
16495         * tests/test-safe-alloc.c: New file.
16496         * modules/safe-alloc-tests: New file.
16497
16498         New module 'safe-alloc'.
16499         * lib/safe-alloc.h: New file.
16500         * lib/safe-alloc.c: New file.
16501         * m4/safe-alloc.m4: New file.
16502         * modules/safe-alloc: New file.
16503         * doc/safe-alloc.texi: New file.
16504         * doc/gnulib.texi: Include it.
16505         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16506         safe-alloc.
16507
16508 2009-02-18  Bruno Haible  <bruno@clisp.org>
16509
16510         Fix link error on non-glibc systems.
16511         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16512         variable.
16513         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16514
16515 2009-02-18  Jim Meyering  <meyering@redhat.com>
16516
16517         fts: avoid used-uninitialized error due to recent change
16518         * lib/fts.c (fts_read): Guard uses of the new member,
16519         parent->fts_n_dirs_remaining, since it's not relevant for
16520         the parent of a directory specified on the command-line.
16521
16522 2009-02-17  James Youngman  <jay@gnu.org>
16523             Bruno Haible  <bruno@clisp.org>
16524
16525         * m4/include_next.m4: Reformulate comment.
16526
16527 2009-02-16  Jim Meyering  <meyering@redhat.com>
16528
16529         fts: add #if guards so that the fts_lgpl module still builds
16530         * lib/fts.c: Guard just-added hash-table-using parts with
16531         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16532         Reported by Simon Josefsson.
16533
16534 2009-02-15  Bruno Haible  <bruno@clisp.org>
16535
16536         * modules/array-mergesort-tests: New file.
16537         * tests/test-array-mergesort.c: New file.
16538
16539         New module 'array-mergesort'.
16540         * modules/array-mergesort: New file.
16541         * lib/array-mergesort.h: New file.
16542
16543 2009-02-15  Bruno Haible  <bruno@clisp.org>
16544
16545         Fix 2009-02-07 commit.
16546         * lib/gen-uni-tables.c (output_predicate, output_category,
16547         output_combclass, output_bidi_category, output_decimal_digit,
16548         output_digit, output_numeric, output_mirror, output_scripts,
16549         output_ident_category, output_simple_mapping): Fix format directives.
16550         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16551
16552 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16553
16554         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16555         fixes are available from IBM.
16556
16557 2009-02-13  Jim Meyering  <meyering@redhat.com>
16558
16559         fts: arrange not to stat non-directories in more cases
16560         This makes GNU find (when it doesn't need to stat each file)
16561         *much* more efficient at traversing reiserfs file systems.
16562         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16563         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16564         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16565         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16566         (leaf_optimization_applies): New function.
16567         (LCO_hash, LCO_compare): New helper functions.
16568         (link_count_optimize_ok): New function.
16569         (fts_stat): Initialize new member (if dir).
16570         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16571         we've just stat'ed a directory.  Skip the stat call when possible.
16572         ---
16573         Note this AFS-related exchange:
16574         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16575         and note find's pioctl call in find/fstype.c.
16576         But that is necessary only if you want to enable the
16577         optimization for AFS, and for now, I don't.
16578
16579         fts: move a function definition "up" (no semantic change)
16580         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16581         "up" to precede upcoming use of a related function.
16582
16583 2009-02-11  Jim Meyering  <meyering@redhat.com>
16584
16585         fts: correct internal computation of nlinks (optimization-related)
16586         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16587         whether the current entry is a directory, so don't test it.
16588
16589 2009-02-10  Bruno Haible  <bruno@clisp.org>
16590
16591         Tests for module 'uniwbrk/ulc-wordbreaks'.
16592         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16593         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16594         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16595
16596         Tests for module 'uniwbrk/u32-wordbreaks'.
16597         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16598         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16599
16600         Tests for module 'uniwbrk/u16-wordbreaks'.
16601         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16602         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16603
16604         Tests for module 'uniwbrk/u8-wordbreaks'.
16605         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16606         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16607
16608 2009-02-10  Bruno Haible  <bruno@clisp.org>
16609
16610         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16611         property.
16612         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16613         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16614         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16615
16616 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16617
16618         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16619         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16620
16621 2009-02-10  Bruno Haible  <bruno@clisp.org>
16622
16623         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16624         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16625         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16626         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16627         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16628         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16629
16630 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16631
16632         * lib/sockets.h (gl_fd_to_handle): New function.
16633
16634         * tests/test-sockets.c: Call gl_fd_to_handle.
16635
16636 2009-02-09  Bruno Haible  <bruno@clisp.org>
16637
16638         * doc/havelib.texi: Document the conventions on bi-arch systems.
16639
16640 2009-02-08  Bruno Haible  <bruno@clisp.org>
16641
16642         Document the AC_LIB_LINKFLAGS macro.
16643         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16644         * doc/gnulib.texi: Include it.
16645
16646 2009-02-08  Bruno Haible  <bruno@clisp.org>
16647
16648         Fix wrong order of sections, compared to TOC.
16649         * doc/gnulib.texi: Include relocatable-maint.texi after the
16650         "Regular expressions" node, not before.
16651
16652 2009-02-08  Bruno Haible  <bruno@clisp.org>
16653
16654         Tests for module 'unicase/totitle'.
16655         * modules/unicase/totitle-tests: New file.
16656
16657         Tests for module 'unicase/tolower'.
16658         * modules/unicase/tolower-tests: New file.
16659
16660         Tests for module 'unicase/toupper'.
16661         * modules/unicase/toupper-tests: New file.
16662         * tests/unicase/test-mapping-part1.h: New file.
16663         * tests/unicase/test-mapping-part2.h: New file.
16664
16665         New module 'unicase/totitle'.
16666         * modules/unicase/totitle: New file.
16667         * lib/unicase/totitle.c: New file.
16668
16669         New module 'unicase/tolower'.
16670         * modules/unicase/tolower: New file.
16671         * lib/unicase/tolower.c: New file.
16672
16673         New module 'unicase/toupper'.
16674         * modules/unicase/toupper: New file.
16675         * lib/unicase/toupper.c: New file.
16676         * lib/unicase/simple-mapping.h: New file.
16677
16678         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16679         (mapping_table): New structure.
16680         (output_simple_mapping): New function.
16681         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16682         * modules/gen-uni-tables (Description): Update.
16683         * lib/unicase/toupper.h: New file, automatically generated by
16684         gen-uni-tables.
16685         * lib/unicase/tolower.h: New file, automatically generated by
16686         gen-uni-tables.
16687         * lib/unicase/totitle.h: New file, automatically generated by
16688         gen-uni-tables.
16689         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16690         gen-uni-tables.
16691         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16692         gen-uni-tables.
16693         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16694         gen-uni-tables.
16695
16696         New module 'unicase/base'.
16697         * modules/unicase/base: New file.
16698         * lib/unicase.h: New file.
16699
16700 2009-02-08  Bruno Haible  <bruno@clisp.org>
16701
16702         New module 'uniwbrk/ulc-wordbreaks'.
16703         * modules/uniwbrk/ulc-wordbreaks: New file.
16704         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16705
16706         New module 'uniwbrk/u32-wordbreaks'.
16707         * modules/uniwbrk/u32-wordbreaks: New file.
16708         * lib/uniwbrk/u32-wordbreaks.c: New file.
16709
16710         New module 'uniwbrk/u16-wordbreaks'.
16711         * modules/uniwbrk/u16-wordbreaks: New file.
16712         * lib/uniwbrk/u16-wordbreaks.c: New file.
16713
16714         New module 'uniwbrk/u8-wordbreaks'.
16715         * modules/uniwbrk/u8-wordbreaks: New file.
16716         * lib/uniwbrk/u8-wordbreaks.c: New file.
16717         * lib/uniwbrk/u-wordbreaks.h: New file.
16718
16719         New module 'uniwbrk/table'.
16720         * modules/uniwbrk/table: New file.
16721         * lib/uniwbrk/wbrktable.h: New file.
16722         * lib/uniwbrk/wbrktable.c: New file.
16723
16724         New module 'uniwbrk/wordbreak-property'.
16725         * modules/uniwbrk/wordbreak-property: New file.
16726         * lib/uniwbrk/wordbreak-property.c: New file.
16727
16728         * lib/gen-uni-tables.c (WBP_*): New enum items.
16729         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16730         (unicode_org_wbp): New variable.
16731         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16732         New functions.
16733         (wbp_table): New structure.
16734         (output_wbp, output_wbrk_tables): New functions.
16735         (main): Accept additional argument. Invoke fill_org_wbp,
16736         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16737         output_wbrk_tables.
16738         * modules/gen-uni-tables (Description): Update.
16739         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16740         gen-uni-tables.
16741
16742         New module 'uniwbrk/base'.
16743         * modules/uniwbrk/base: New file.
16744         * lib/uniwbrk.h: New file.
16745
16746 2009-02-08  Bruno Haible  <bruno@clisp.org>
16747
16748         Update to Unicode 5.1.0.
16749         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16750         U+2185..U+2188.
16751         (is_property_default_ignorable_code_point): Don't include characters
16752         of category Cc or Cs and not-a-characters.
16753         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16754         U+0D79, U+109E, U+109F, U+A60C.
16755         * lib/unictype/bidi_of.h: Regenerated.
16756         * lib/unictype/blocks.h: Regenerated.
16757         * lib/unictype/categ_C.h: Regenerated.
16758         * lib/unictype/categ_Cf.h: Regenerated.
16759         * lib/unictype/categ_Cn.h: Regenerated.
16760         * lib/unictype/categ_L.h: Regenerated.
16761         * lib/unictype/categ_Ll.h: Regenerated.
16762         * lib/unictype/categ_Lm.h: Regenerated.
16763         * lib/unictype/categ_Lo.h: Regenerated.
16764         * lib/unictype/categ_Lu.h: Regenerated.
16765         * lib/unictype/categ_M.h: Regenerated.
16766         * lib/unictype/categ_Mc.h: Regenerated.
16767         * lib/unictype/categ_Me.h: Regenerated.
16768         * lib/unictype/categ_Mn.h: Regenerated.
16769         * lib/unictype/categ_N.h: Regenerated.
16770         * lib/unictype/categ_Nd.h: Regenerated.
16771         * lib/unictype/categ_Nl.h: Regenerated.
16772         * lib/unictype/categ_No.h: Regenerated.
16773         * lib/unictype/categ_P.h: Regenerated.
16774         * lib/unictype/categ_Pd.h: Regenerated.
16775         * lib/unictype/categ_Pe.h: Regenerated.
16776         * lib/unictype/categ_Pf.h: Regenerated.
16777         * lib/unictype/categ_Pi.h: Regenerated.
16778         * lib/unictype/categ_Po.h: Regenerated.
16779         * lib/unictype/categ_Ps.h: Regenerated.
16780         * lib/unictype/categ_S.h: Regenerated.
16781         * lib/unictype/categ_Sk.h: Regenerated.
16782         * lib/unictype/categ_Sm.h: Regenerated.
16783         * lib/unictype/categ_So.h: Regenerated.
16784         * lib/unictype/categ_of.h: Regenerated.
16785         * lib/unictype/combining.h: Regenerated.
16786         * lib/unictype/ctype_alnum.h: Regenerated.
16787         * lib/unictype/ctype_alpha.h: Regenerated.
16788         * lib/unictype/ctype_graph.h: Regenerated.
16789         * lib/unictype/ctype_lower.h: Regenerated.
16790         * lib/unictype/ctype_print.h: Regenerated.
16791         * lib/unictype/ctype_punct.h: Regenerated.
16792         * lib/unictype/ctype_upper.h: Regenerated.
16793         * lib/unictype/decdigit.h: Regenerated.
16794         * lib/unictype/digit.h: Regenerated.
16795         * lib/unictype/mirror.h: Regenerated.
16796         * lib/unictype/numeric.h: Regenerated.
16797         * lib/unictype/pr_alphabetic.h: Regenerated.
16798         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16799         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16800         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16801         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16802         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16803         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16804         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16805         * lib/unictype/pr_combining.h: Regenerated.
16806         * lib/unictype/pr_dash.h: Regenerated.
16807         * lib/unictype/pr_decimal_digit.h: Regenerated.
16808         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16809         * lib/unictype/pr_deprecated.h: Regenerated.
16810         * lib/unictype/pr_diacritic.h: Regenerated.
16811         * lib/unictype/pr_extender.h: Regenerated.
16812         * lib/unictype/pr_format_control.h: Regenerated.
16813         * lib/unictype/pr_grapheme_base.h: Regenerated.
16814         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16815         * lib/unictype/pr_grapheme_link.h: Regenerated.
16816         * lib/unictype/pr_id_continue.h: Regenerated.
16817         * lib/unictype/pr_id_start.h: Regenerated.
16818         * lib/unictype/pr_ideographic.h: Regenerated.
16819         * lib/unictype/pr_ignorable_control.h: Regenerated.
16820         * lib/unictype/pr_lowercase.h: Regenerated.
16821         * lib/unictype/pr_math.h: Regenerated.
16822         * lib/unictype/pr_numeric.h: Regenerated.
16823         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16824         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16825         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16826         * lib/unictype/pr_other_id_continue.h: Regenerated.
16827         * lib/unictype/pr_other_lowercase.h: Regenerated.
16828         * lib/unictype/pr_other_math.h: Regenerated.
16829         * lib/unictype/pr_punctuation.h: Regenerated.
16830         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16831         * lib/unictype/pr_soft_dotted.h: Regenerated.
16832         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16833         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16834         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16835         * lib/unictype/pr_uppercase.h: Regenerated.
16836         * lib/unictype/pr_xid_continue.h: Regenerated.
16837         * lib/unictype/pr_xid_start.h: Regenerated.
16838         * lib/unictype/pr_zero_width.h: Regenerated.
16839         * lib/unictype/scripts.h: Regenerated.
16840         * lib/unictype/scripts_byname.gperf: Regenerated.
16841         * lib/unictype/sy_java_ident.h: Regenerated.
16842         * lib/unilbrk/lbrkprop1.h: Regenerated.
16843         * lib/unilbrk/lbrkprop2.h: Regenerated.
16844         * tests/unictype/test-categ_C.c: Regenerated.
16845         * tests/unictype/test-categ_Cf.c: Regenerated.
16846         * tests/unictype/test-categ_Cn.c: Regenerated.
16847         * tests/unictype/test-categ_L.c: Regenerated.
16848         * tests/unictype/test-categ_Ll.c: Regenerated.
16849         * tests/unictype/test-categ_Lm.c: Regenerated.
16850         * tests/unictype/test-categ_Lo.c: Regenerated.
16851         * tests/unictype/test-categ_Lu.c: Regenerated.
16852         * tests/unictype/test-categ_M.c: Regenerated.
16853         * tests/unictype/test-categ_Mc.c: Regenerated.
16854         * tests/unictype/test-categ_Me.c: Regenerated.
16855         * tests/unictype/test-categ_Mn.c: Regenerated.
16856         * tests/unictype/test-categ_N.c: Regenerated.
16857         * tests/unictype/test-categ_Nd.c: Regenerated.
16858         * tests/unictype/test-categ_Nl.c: Regenerated.
16859         * tests/unictype/test-categ_No.c: Regenerated.
16860         * tests/unictype/test-categ_P.c: Regenerated.
16861         * tests/unictype/test-categ_Pd.c: Regenerated.
16862         * tests/unictype/test-categ_Pe.c: Regenerated.
16863         * tests/unictype/test-categ_Pf.c: Regenerated.
16864         * tests/unictype/test-categ_Pi.c: Regenerated.
16865         * tests/unictype/test-categ_Po.c: Regenerated.
16866         * tests/unictype/test-categ_Ps.c: Regenerated.
16867         * tests/unictype/test-categ_S.c: Regenerated.
16868         * tests/unictype/test-categ_Sk.c: Regenerated.
16869         * tests/unictype/test-categ_Sm.c: Regenerated.
16870         * tests/unictype/test-categ_So.c: Regenerated.
16871         * tests/unictype/test-ctype_alnum.c: Regenerated.
16872         * tests/unictype/test-ctype_alpha.c: Regenerated.
16873         * tests/unictype/test-ctype_graph.c: Regenerated.
16874         * tests/unictype/test-ctype_lower.c: Regenerated.
16875         * tests/unictype/test-ctype_print.c: Regenerated.
16876         * tests/unictype/test-ctype_punct.c: Regenerated.
16877         * tests/unictype/test-ctype_upper.c: Regenerated.
16878         * tests/unictype/test-decdigit.h: Regenerated.
16879         * tests/unictype/test-digit.h: Regenerated.
16880         * tests/unictype/test-numeric.h: Regenerated.
16881         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16882         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16883         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16884         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16885         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16886         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16887         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16888         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16889         * tests/unictype/test-pr_combining.c: Regenerated.
16890         * tests/unictype/test-pr_dash.c: Regenerated.
16891         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16892         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16893         * tests/unictype/test-pr_deprecated.c: Regenerated.
16894         * tests/unictype/test-pr_diacritic.c: Regenerated.
16895         * tests/unictype/test-pr_extender.c: Regenerated.
16896         * tests/unictype/test-pr_format_control.c: Regenerated.
16897         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16898         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16899         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16900         * tests/unictype/test-pr_id_continue.c: Regenerated.
16901         * tests/unictype/test-pr_id_start.c: Regenerated.
16902         * tests/unictype/test-pr_ideographic.c: Regenerated.
16903         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16904         * tests/unictype/test-pr_lowercase.c: Regenerated.
16905         * tests/unictype/test-pr_math.c: Regenerated.
16906         * tests/unictype/test-pr_numeric.c: Regenerated.
16907         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16908         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16909         Regenerated.
16910         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16911         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16912         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16913         * tests/unictype/test-pr_other_math.c: Regenerated.
16914         * tests/unictype/test-pr_punctuation.c: Regenerated.
16915         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16916         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16917         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16918         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16919         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16920         * tests/unictype/test-pr_uppercase.c: Regenerated.
16921         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16922         * tests/unictype/test-pr_xid_start.c: Regenerated.
16923         * tests/unictype/test-pr_zero_width.c: Regenerated.
16924
16925         Update to Unicode 5.1.0.
16926         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16927         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16928         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16929         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16930         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16931         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16932         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16933         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16934         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16935         (nonspacing_table_ind): Update.
16936         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16937
16938         Update to Unicode 5.1.0.
16939         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16940         code transform.
16941         * lib/uniname/uniname.c (unicode_character_name,
16942         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16943         * lib/uniname/uninames.h: Regenerated.
16944         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16945
16946 2009-02-07  Bruno Haible  <bruno@clisp.org>
16947
16948         Merge gen-ctype and gen-lbrk into a single program.
16949         * lib/gen-uni-tables.c: New file, incorporating
16950         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16951         Add directory prefixes to the names of the generated files.
16952         * lib/unictype/gen-ctype.c: Remove file.
16953         * lib/unilbrk/gen-lbrk.c: Remove file.
16954         * modules/gen-uni-tables: New file.
16955         * modules/unictype/gen-ctype: Remove file.
16956         * modules/unilbrk/gen-lbrk: Remove file.
16957
16958 2009-02-07  Bruno Haible  <bruno@clisp.org>
16959
16960         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16961
16962         New module 'unistr/u32-strcoll'.
16963         * modules/unistr/u32-strcoll: New file.
16964         * lib/unistr/u32-strcoll.c: New file.
16965
16966         New module 'unistr/u16-strcoll'.
16967         * modules/unistr/u16-strcoll: New file.
16968         * lib/unistr/u16-strcoll.c: New file.
16969
16970         New module 'unistr/u8-strcoll'.
16971         * modules/unistr/u8-strcoll: New file.
16972         * lib/unistr/u8-strcoll.c: New file.
16973         * lib/unistr/u-strcoll.h: New file.
16974
16975 2009-02-07  Bruno Haible  <bruno@clisp.org>
16976
16977         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16978         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16979         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16980         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16981         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16982         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16983
16984 2009-02-07  Bruno Haible  <bruno@clisp.org>
16985
16986         Make 64-bit clean.
16987         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16988         output_combclass, output_bidi_category, output_decimal_digit,
16989         output_digit, output_numeric, output_mirror, output_scripts,
16990         output_ident_category): Use proper width specifier in format strings.
16991
16992 2009-02-07  Bruno Haible  <bruno@clisp.org>
16993
16994         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16995         failure behaviour.
16996
16997 2009-02-07  Jim Meyering  <meyering@redhat.com>
16998
16999         regex: avoid compilation failure with upcoming gcc-4.4
17000         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17001         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17002         "... error: integer overflow in preprocessor expression".
17003
17004 2009-02-05  Ben Pfaff  <blp@gnu.org>
17005
17006         Fix link errors on Windows when close module is used.
17007         * modules/close: Add $(LIB_CLOSE) to Link section.
17008         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17009         $(LIB_CLOSE) on Windows.
17010
17011 2009-02-05  Jim Meyering  <meyering@redhat.com>
17012
17013         still avoid unused-parameter warnings, but do it cleanly
17014         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17015         (get_fs_usage): Cast to void instead.
17016         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17017         (dev_from_mount_options, read_file_system_list): Cast to void.
17018         Prompted by Bruno Haible.
17019
17020 2009-02-04  Jim Meyering  <meyering@redhat.com>
17021
17022         fsusage.c: correct copyright year
17023         * lib/fsusage.c: Reflect year in which the change is pushed into
17024
17025         avoid misc. warnings
17026         * lib/fsusage.c (UNUSED_PARAM): Define.
17027         (get_fs_usage): Mark parameter "disk" as unused.
17028         * lib/getugroups.c (getgrent): Use "void" in prototype.
17029         * lib/mountlist.c: Mark unused parameters.
17030         (read_file_system_list): Declare a local with "const".
17031         * lib/nanosleep.c (getnow): Declare static.
17032         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17033
17034         dirfd: set errno upon failure
17035         * lib/dirfd.c: Include <errno.h>.
17036         Set errno to ENOTSUP when returning -1.
17037         * modules/dirfd (Depends-on): Add errno.
17038         Suggested by John Kodis <kodis@comcast.net>.
17039
17040 2009-02-01  Bruno Haible  <bruno@clisp.org>
17041
17042         Don't assume sizeof (long) >= sizeof (void *).
17043         * lib/memcmp.c: Include stdint.h.
17044         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17045         srcp2 to 'const byte *'.
17046         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17047         types to uintptr_t.
17048         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17049         * modules/memcmp (Depends-on): Add stdint.
17050         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17051
17052 2009-01-30  Eric Blake  <ebb9@byu.net>
17053
17054         fix more require-before-expand issues
17055         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17056         expand, AC_PROG_AWK.
17057         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17058
17059 2009-01-28  Eric Blake  <ebb9@byu.net>
17060
17061         version-etc: use consistent URL formatting
17062         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17063         Improve formatting.  Use fputs for string without %.
17064
17065 2009-01-28  Jim Meyering  <meyering@redhat.com>
17066
17067         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17068         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17069         "underquoted definition of NAME" from autoconf-2.59.
17070
17071 2009-01-28  Bruno Haible  <bruno@clisp.org>
17072
17073         * doc/gnulib.texi: Add "Obsolete modules" to index.
17074
17075 2009-01-28  Jim Meyering  <meyering@redhat.com>
17076
17077         useless-if-before-free: recognize more variants
17078         * build-aux/useless-if-before-free: Also recognize e.g.,
17079         if (NULL != p) free (p);
17080
17081 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17082
17083         test-getaddrinfo: skip (don't fail) this test when there's no network
17084         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17085         on the presumption that it means you lack network access.
17086
17087 2009-01-26  Jim Meyering  <meyering@redhat.com>
17088
17089         fflush: avoid warnings on modern systems
17090         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17091         pos and result, into scopes where they're used.
17092
17093 2009-01-26  Eric Blake  <ebb9@byu.net>
17094
17095         Silence warning reintroduced by recent extensions patch.
17096         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17097         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17098         autoconf.
17099
17100         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17101         * m4/00gnulib.m4: New file.
17102         * gnulib-tool (func_get_filelist): Always use it.
17103         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17104         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17105
17106 2009-01-25  Bruno Haible  <bruno@clisp.org>
17107
17108         Make test-quotearg work on MacOS X and AIX.
17109         * tests/test-quotearg.sh: New file.
17110         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17111         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17112         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17113         include <libintl.h>.
17114         (fake_locale): Remove variable.
17115         (gettext, dgettext, dcgettext): Remove functions.
17116         (main): Instead of setting a fake locale, set a real locale. Call
17117         textdomain and bindtextdomain.
17118         * modules/quotearg-tests (Files): Add the new files.
17119         (Depends-on): Add gettext, setenv, unsetenv.
17120         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17121         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17122         Augment TESTS_ENVIRONMENT.
17123
17124 2009-01-25  Bruno Haible  <bruno@clisp.org>
17125
17126         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17127         fr_FR.ISO8859-1 locale on MacOS X.
17128         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17129         ja_JP.eucJP locale on MacOS X.
17130         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17131         zh_CN.GB18030 locale on MacOS X.
17132
17133 2009-01-25  Bruno Haible  <bruno@clisp.org>
17134
17135         Avoid link errors on MacOS X 10.3.
17136         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17137         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17138
17139 2009-01-25  Bruno Haible  <bruno@clisp.org>
17140
17141         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17142         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17143         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17144         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17145         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17146         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17147         posix_spawnattr_init, posix_spawnattr_setsigmask,
17148         posix_spawnattr_setflags, posix_spawnattr_destroy.
17149
17150         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17151         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17152         * modules/execute (Files): Remove m4/posix_spawn.m4.
17153         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17154         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17155         posix_spawnattr_init, posix_spawnattr_setsigmask,
17156         posix_spawnattr_setflags, posix_spawnattr_destroy.
17157
17158 2009-01-25  Bruno Haible  <bruno@clisp.org>
17159
17160         * lib/glthread/threadlib.c: Include <stdlib.h>.
17161
17162 2009-01-25  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/glthread/threadlib.c (dummy): New declaration.
17165
17166 2009-01-25  Bruno Haible  <bruno@clisp.org>
17167
17168         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17169         multibyte characters also for the GB18030 encoding. Don't crash when
17170         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17171
17172 2009-01-25  Bruno Haible  <bruno@clisp.org>
17173
17174         Avoid redefining 'struct random_data' on OSF/1 5.1.
17175         * lib/stdlib.in.h: Include <random.h> if it exists.
17176         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17177         HAVE_RANDOM_H. Include <random.h> when testing whether
17178         'struct random_data' exists.
17179         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17180
17181 2009-01-25  Bruno Haible  <bruno@clisp.org>
17182
17183         Don't install charset.alias on MacOS X >= 10.3.
17184         * lib/localcharset.c (DARWIN7): New macro.
17185         (get_charset_aliases): Hardcode the result for Darwin7.
17186         * modules/localcharset (install-exec-local): Don't install
17187         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17188
17189 2009-01-25  Bruno Haible  <bruno@clisp.org>
17190
17191         Don't install charset.alias on mingw and Cygwin.
17192         * modules/localcharset (install-exec-local): Don't install
17193         charset.alias on mingw and Cygwin, if the file does not yet exist.
17194         The result for these platforms is hardcoded in localcharset.c.
17195
17196 2009-01-25  Bruno Haible  <bruno@clisp.org>
17197
17198         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17200         before requiring AC_USE_SYSTEM_EXTENSIONS.
17201
17202 2009-01-25  Jim Meyering  <meyering@redhat.com>
17203
17204         c-strtod: avoid warnings
17205         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17206         "assignment discards qualifiers from pointer target type" warnings.
17207
17208 2009-01-24  Bruno Haible  <bruno@clisp.org>
17209
17210         Add support for non-UTF-8 locales on MacOS X.
17211         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17212         canonical encodings. For Darwin 7 and newer, don't map traditional
17213         encodings to UTF-8.
17214         Reported by Vincent Lefevre <vincent@vinc17.org>
17215         at <http://savannah.gnu.org/bugs/?25235>.
17216
17217 2009-01-24  Bruno Haible  <bruno@clisp.org>
17218
17219         * doc/gnulib.texi (Obsolete modules): New section.
17220         Reported by Mike Frysinger <vapier@gentoo.org>.
17221
17222 2009-01-24  Bruno Haible  <bruno@clisp.org>
17223
17224         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17225         (%.dvi): New rule.
17226
17227 2009-01-24  Bruno Haible  <bruno@clisp.org>
17228
17229         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17230         Reported by Eric Blake.
17231
17232 2009-01-24  Bruno Haible  <bruno@clisp.org>
17233
17234         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17235         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17236         Reported by Gary V. Vaughan <gary@gnu.org>.
17237
17238 2009-01-24  Bruno Haible  <bruno@clisp.org>
17239
17240         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17241
17242 2009-01-23  Bruno Haible  <bruno@clisp.org>
17243
17244         Make c-strtod, c-strtold usable in libraries.
17245         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17246         (C_STRTOD): Call strdup instead of xstrdup.
17247         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17248         * modules/c-strtold (Depends-on): Likewise.
17249         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17250         * NEWS: Mention the change.
17251         Reported by Michael Gold <mgold@ncf.ca>.
17252
17253 2009-01-23  Jim Meyering  <meyering@redhat.com>
17254
17255         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17256         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17257         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17258
17259 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17260
17261         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17262         GNU CoreUtils.
17263         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17264         * modules/version-etc (Description): Update.
17265
17266 2009-01-22  Bruno Haible  <bruno@clisp.org>
17267
17268         Cache the C locale object.
17269         * lib/c-strtod.c (c_locale_cache): New variable.
17270         (c_locale): New function.
17271         (C_STRTOD): Use it, and don't call freelocale.
17272         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17273         Suggested by Paolo Bonzini.
17274
17275 2009-01-21  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17278         conditions other than overflow.
17279
17280 2009-01-21  Bruno Haible  <bruno@clisp.org>
17281
17282         * lib/c-strtod.c: Include errno.h.
17283         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17284         value from STRTOD_L and STRTOD.
17285
17286 2009-01-21  Bruno Haible  <bruno@clisp.org>
17287         and Jim Meyering  <meyering@redhat.com>
17288
17289         nanosleep: skip configure test (fail it) for apple universal builds
17290         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17291         universal builds, assume that nanosleep does not work.
17292         * modules/nanosleep (Depends-on): Add multiarch.
17293
17294         mktime: skip configure test (fail it) for apple universal builds
17295         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17296         universal builds, assume that mktime does not work.
17297         * modules/mktime (Depends-on): Add multiarch.
17298
17299 2009-01-21  Eric Blake  <ebb9@byu.net>
17300
17301         multiarch: avoid expand-before-require warning
17302         * modules/multiarch (configure.ac): Require, rather than expand,
17303         gl_MULTIARCH.
17304         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17305         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17306         enforce that all clients require it.  Partial reversion of
17307         2008-12-29 patch.
17308
17309         error: avoid expand-before-require warning
17310         * modules/errno (configure.ac): Require, rather than expand,
17311         gl_HEADER_ERRNO_H.
17312         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17313         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17314         enforce that all clients require it.
17315
17316         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17317         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17318         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17319         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17320
17321 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17322
17323         Revert:
17324         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17325
17326         regex: do not depend on obsolete modules.
17327         * modules/regex: Remove memcmp and memmove.
17328
17329 2009-01-20  Bruno Haible  <bruno@clisp.org>
17330
17331         Make the 'link' module link on Windows NT 4.
17332         * lib/link.c (_WIN32_WINNT): Don't define.
17333         (CreateHardLinkFuncType): New type.
17334         (CreateHardLinkFunc, initialized): New variables.
17335         (initialize): New function.
17336         (link): Invoke CreateHardLink indirectly through the function pointer.
17337
17338 2009-01-20  Bruno Haible  <bruno@clisp.org>
17339
17340         Fix compilation failure on mingw.
17341         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17342
17343 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17344
17345         * doc/c-strtod.texi: Mention a couple of restrictions.
17346
17347 2009-01-20  Jim Meyering  <meyering@redhat.com>
17348
17349         gettimeofday: move more declarations out of functions
17350         * lib/gettimeofday.c: Move extern declarations of tzset and
17351         gmtime out of containing functions.  Prompted by Bruno Haible.
17352
17353 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17354
17355         regex: do not depend on obsolete modules.
17356         * modules/regex: Remove memcmp and memmove.
17357
17358 2009-01-19  Bruno Haible  <bruno@clisp.org>
17359
17360         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17361         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17362         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17363         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17364         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17365
17366 2009-01-19  Bruno Haible  <bruno@clisp.org>
17367
17368         * tests/test-link.c: Include <errno.h>.
17369         (main): Exit with code 77 when a hard link cannot be created due to
17370         the file system.
17371         * tests/test-link.sh: Skip test when a hard link cannot be created due
17372         to the file system.
17373         Suggested by Eric Blake.
17374
17375 2009-01-19  Martin Lambers  <marlam@marlam.de>
17376
17377         * modules/link-tests: New file.
17378         * tests/test-link.sh: New file.
17379         * tests/test-link.c: New file.
17380
17381 2009-01-19  Eric Blake  <ebb9@byu.net>
17382
17383         doc: mention another function added in cygwin 1.7.0
17384         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17385         Another new function in cygwin 1.7.
17386
17387 2009-01-19  Bruno Haible  <bruno@clisp.org>
17388
17389         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17390         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17391         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17392         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17393         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17394         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17395         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17396         * m4/md4.m4 (gl_MD4): Likewise.
17397         * m4/md5.m4 (gl_MD5): Likewise.
17398         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17399         * m4/sha1.m4 (gl_SHA1): Likewise.
17400         * m4/sha256.m4 (gl_SHA256): Likewise.
17401         * m4/sha512.m4 (gl_SHA512): Likewise.
17402
17403 2009-01-19  Bruno Haible  <bruno@clisp.org>
17404
17405         * modules/uniname/uniname-tests (Depends-on): Add progname.
17406         * tests/uniname/test-uninames.c: Include progname.h.
17407         (main): Call set_program_name.
17408
17409         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17410         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17411         (main): Call set_program_name.
17412
17413         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17414         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17415         (main): Call set_program_name.
17416
17417         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17418         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17419         (main): Call set_program_name.
17420
17421         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17422         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17423         (main): Call set_program_name.
17424
17425         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17426         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17427         (main): Call set_program_name.
17428
17429         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17430         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17431         (main): Call set_program_name.
17432
17433         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17434         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17435         (main): Call set_program_name.
17436
17437         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17438         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17439         (main): Call set_program_name.
17440
17441 2009-01-19  Eric Blake  <ebb9@byu.net>
17442
17443         test-unistd: test previous patch
17444         * tests/test-unistd.c: Test *_FILENO macros.
17445
17446         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17447         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17448         Guarantee a definition.
17449         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17450         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17451         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17452         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17453         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17454         Likewise.
17455         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17456         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17457         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17458         Likewise.
17459         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17460         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17461         (STDERR_FILENO): Likewise.
17462         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17463         (STDERR_FILENO): Likewise.
17464         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17465         (STDERR_FILENO): Likewise.
17466         Reported by Elbert Pol.
17467
17468 2009-01-19  Eric Blake  <ebb9@byu.net>
17469
17470         doc: mention more functions added in cygwin 1.7.0
17471         * doc/posix-functions/abort.texi (abort): Update wording related
17472         to cygwin.
17473         * doc/posix-functions/daylight.texi (daylight): Likewise.
17474         * doc/posix-functions/optarg.texi (optarg): Likewise.
17475         * doc/posix-functions/optarg.texi (opterr): Likewise.
17476         * doc/posix-functions/optarg.texi (optind): Likewise.
17477         * doc/posix-functions/optarg.texi (optopt): Likewise.
17478         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17479         worked in 1.5.x, and was withdrawn in 1.7.
17480         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17481         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17482         cygwin versions.
17483         * doc/posix-functions/perror.texi (perror): Likewise.
17484         * doc/posix-functions/printf.texi (printf): Likewise.
17485         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17486         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17487         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17488         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17489         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17490         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17491         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17492         Likewise.
17493         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17494         Likewise.
17495         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17496         this function.
17497         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17498         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17499         Likewise.
17500         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17501         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17502         * doc/posix-functions/confstr.texi (confstr): Likewise.
17503         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17504         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17505         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17506         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17507         * doc/posix-functions/fputws.texi (fputws): Likewise.
17508         * doc/posix-functions/fwide.texi (fwide): Likewise.
17509         * doc/posix-functions/getwc.texi (getwc): Likewise.
17510         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17511         * doc/posix-functions/putwc.texi (putwc): Likewise.
17512         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17513         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17514         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17515         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17516         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17517         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17518         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17519         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17520         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17521         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17522         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17523
17524 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17525
17526         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17527         * lib/ioctl.c: Include <sys/ioctl.h>.
17528
17529 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17530
17531         * modules/getdate-tests (Depends-on): Add progname.
17532         * tests/test-getdate.c: Use progname module, to avoid link errors
17533         on non-glibc systems.
17534
17535 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17536
17537         * modules/filenamecat-tests (Depends-on): Add progname.
17538         * modules/fstrcmp-tests (Depends-on): Likewise.
17539
17540         * tests/test-filenamecat.c: Use progname module, to avoid link
17541         errors on non-glibc systems.
17542         * tests/test-fstrcmp.c: Likewise.
17543
17544 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17545
17546         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17547         * lib/gettimeofday.c: Move extern declaration out of function.
17548
17549 2009-01-18  Bruno Haible  <bruno@clisp.org>
17550
17551         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17552         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17553         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17554
17555 2009-01-18  Bruno Haible  <bruno@clisp.org>
17556
17557         * lib/strftime.c (MEMPCPY): Remove unused macro.
17558         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17559
17560 2009-01-18  Martin Lambers  <marlam@marlam.de>
17561
17562         New module 'link'.
17563         * lib/unistd.in.h (link): New declaration.
17564         * lib/link.c: New file.
17565         * m4/link.m4: New file.
17566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17567         HAVE_LINK.
17568         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17569         * modules/link: New file.
17570         * doc/posix-functions/link.texi: Mention the new module.
17571
17572 2009-01-18  Bruno Haible  <bruno@clisp.org>
17573
17574         * tests/test-avltree_list.c (main): Call set_program_name.
17575         * tests/test-avltree_oset.c (main): Likewise.
17576         * tests/test-obstack-printf.c: Include progname.h.
17577         (main): Call set_program_name.
17578         * tests/test-quotearg.c: Include progname.h.
17579         (main): Call set_program_name.
17580         * tests/test-xmemdup0.c: Include progname.h.
17581         (main): Call set_program_name.
17582
17583 2009-01-18  Bruno Haible  <bruno@clisp.org>
17584
17585         New module 'alphasort'.
17586         * lib/dirent.in.h (alphasort): New declaration.
17587         * lib/alphasort.c: New file, from glibc with modifications.
17588         * m4/alphasort.m4: New file.
17589         * modules/alphasort: New file.
17590         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17591         HAVE_ALPHASORT.
17592         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17593         HAVE_ALPHASORT.
17594         * doc/posix-functions/alphasort.texi: Mention the new module and the
17595         portability problems.
17596
17597 2009-01-18  Bruno Haible  <bruno@clisp.org>
17598
17599         New module 'scandir'.
17600         * lib/dirent.in.h (scandir): New declaration.
17601         * lib/scandir.c: New file, from glibc with modifications.
17602         * m4/scandir.m4: New file.
17603         * modules/scandir: New file.
17604         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17605         HAVE_SCANDIR.
17606         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17607         HAVE_SCANDIR.
17608         * doc/posix-functions/scandir.texi: Mention the new module and the
17609         portability problems.
17610
17611 2009-01-17  Bruno Haible  <bruno@clisp.org>
17612
17613         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17614         Update documentation.
17615         (func_remove_suffix): Escape all dots in the suffix. Update
17616         documentation.
17617         (func_filter_filelist): Update documentation.
17618         Reported by Ralf Wildenhues.
17619
17620 2009-01-17  Bruno Haible  <bruno@clisp.org>
17621
17622         * modules/dprintf-posix-tests: New file.
17623         * tests/test-dprintf-posix.sh: New file.
17624         * tests/test-dprintf-posix.c: New file.
17625
17626         New modules 'dprintf', 'dprintf-posix'.
17627         * lib/stdio.in.h (dprintf): New declaration.
17628         * lib/dprintf.c: New file.
17629         * m4/dprintf.m4: New file.
17630         * m4/dprintf-posix.m4: New file.
17631         * modules/dprintf: New file.
17632         * modules/dprintf-posix: New file.
17633         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17634         HAVE_DPRINTF, REPLACE_DPRINTF.
17635         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17636         HAVE_DPRINTF, REPLACE_DPRINTF.
17637         * doc/posix-functions/dprintf.texi: Mention the new modules.
17638
17639 2009-01-17  Bruno Haible  <bruno@clisp.org>
17640
17641         * modules/vdprintf-posix-tests: New file.
17642         * tests/test-vdprintf-posix.sh: New file.
17643         * tests/test-vdprintf-posix.c: New file.
17644
17645         New modules 'vdprintf', 'vdprintf-posix'.
17646         * lib/stdio.in.h (vdprintf): New declaration.
17647         * lib/vdprintf.c: New file.
17648         * m4/vdprintf.m4: New file.
17649         * m4/vdprintf-posix.m4: New file.
17650         * modules/vdprintf: New file.
17651         * modules/vdprintf-posix: New file.
17652         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17653         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17654         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17655         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17656         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17657
17658 2009-01-17  Bruno Haible  <bruno@clisp.org>
17659
17660         Fix replacement of fopen on mingw.
17661         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17662         mingw.
17663
17664 2009-01-17  Bruno Haible  <bruno@clisp.org>
17665
17666         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17667         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17668
17669 2009-01-17  Bruno Haible  <bruno@clisp.org>
17670
17671         Avoid test-fflush2.sh failure on mingw.
17672         * tests/test-fflush2.c: Include binary-io.h.
17673         (main): Put standard input into binary mode.
17674         * modules/fflush-tests (Depends-on): Add binary-io.
17675
17676 2009-01-17  Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/wchar.in.h: In another particular situation, include only the
17679         system's <wchar.h> file.
17680         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17681         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17682         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17683
17684 2009-01-17  Bruno Haible  <bruno@clisp.org>
17685
17686         Support for stripping executables in --enable-relocatable.
17687         * build-aux/install-reloc: Expect one more argument, or an environment
17688         variable RELOC_STRIP_PROG. If set, strip the destination program and
17689         its wrapper.
17690         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17691         RELOC_STRIP_PROG.
17692         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17693         to set RELOCATABLE_STRIP.
17694         * NEWS: Mention the new Makefile requirement.
17695
17696 2009-01-17  Bruno Haible  <bruno@clisp.org>
17697
17698         * build-aux/install-reloc: Remove debugging information left over by
17699         C compiler on MacOS X.
17700
17701 2009-01-17  Bruno Haible  <bruno@clisp.org>
17702
17703         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17704         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17705         _NSGetExecutablePath.
17706
17707 2009-01-16  Jim Meyering  <meyering@redhat.com>
17708
17709         strerror: avoid warnings about discarding "const"
17710         * lib/strerror.c (rpl_strerror): Instead of returning a const
17711         string from each and every "case", use a variable, and add a single
17712         cast after the switch.
17713
17714 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17715
17716         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17717
17718 2009-01-16  Bruno Haible  <bruno@clisp.org>
17719
17720         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17721         array initializer syntax that also works in C++ mode.
17722         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17723
17724 2009-01-16  Jim Meyering  <meyering@redhat.com>
17725
17726         poll: suppress a warning
17727         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17728         to ignore "...unsigned expression < 0 is always false" warnings.
17729
17730 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17731
17732         poll: remove declarations of unused variables
17733         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17734         sockbuf and optlen.
17735
17736 2009-01-15  Bruno Haible  <bruno@clisp.org>
17737
17738         Make fflush-after-ungetc POSIX compliant on BSD systems.
17739         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17740         (clear_ungetc_buffer): Implement also for other systems.
17741         (rpl_fflush): On glibc systems, invoke
17742         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17743         clear_ungetc_buffer after fetching the stream's position, not before.
17744
17745 2009-01-15  Bruno Haible  <bruno@clisp.org>
17746
17747         Make fflush-after-ungetc POSIX compliant on glibc systems.
17748         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17749         after ungetc.
17750         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17751         (rpl_fflush): On glibc systems, simply call the system's fflush
17752         function after clearing the ungetc buffer.
17753         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17754         Instead, lseek only to the end of file, then use the system's fseeko
17755         for the rest. On glibc systems, reset the EOF indicator bit.
17756
17757 2009-01-15  Jim Meyering  <meyering@redhat.com>
17758
17759         openmp.m4: revert quote-adding change, for portability to older autoconf
17760         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17761         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17762         Simon Josefsson noticed the problem when using autoconf-2.61.
17763
17764 2009-01-15  Bruno Haible  <bruno@clisp.org>
17765
17766         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17767         * tests/test-fflush2.c (ASSERT): Always fail.
17768         (main): Add two tests for fflush() after ungetc(), taking into account
17769         the Austin Group's clarification.
17770         Suggested by Eric Blake.
17771
17772 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17773
17774         mktime.m4: remove K&R-style function prototypes
17775         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17776         for the Sun C++ compiler.
17777
17778 2009-01-14  Bruno Haible  <bruno@clisp.org>
17779
17780         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17781         while including <wchar.h>.
17782         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17783         the system's <wchar.h> file.
17784         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17785
17786 2009-01-14  Bruno Haible  <bruno@clisp.org>
17787
17788         * m4/csharp.m4: Don't mention gettext on the serial number line.
17789         * m4/csharpexec.m4: Likewise.
17790         * m4/eaccess.m4: Likewise.
17791         * m4/javaexec.m4: Likewise.
17792         * m4/sig_atomic_t.m4: Likewise.
17793         * m4/tmpdir.m4: Likewise.
17794         * m4/intldir.m4: Bump gettext version.
17795         * m4/lib-ld.m4: Likewise.
17796
17797 2009-01-14  Bruno Haible  <bruno@clisp.org>
17798
17799         * lib/progname.c (set_program_name): Add more comments.
17800         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17801
17802 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17803
17804         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17805         were sys/stat.h does not define it.
17806
17807 2009-01-14  Jim Meyering  <meyering@redhat.com>
17808
17809         many *.m4 files: improve m4 quoting
17810         99% of this change was performed by running the following commands:
17811         git ls-files | grep '\.m4$' | xargs perl -pi \
17812           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17813           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17814           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17815           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17816         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17817         The remainder were to add Copyright dates, increment serial numbers,
17818         undo some changes in comments, exclude m4/intl.m4, and add quotes
17819         around the "1" in ",1" where the unusual spacing prohibited the
17820         above regexps from doing the job.  For more details, see
17821         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17822         * m4/acl.m4: Modified.
17823         * m4/afs.m4: Likewise.
17824         * m4/alloca.m4: Likewise.
17825         * m4/argp.m4: Likewise.
17826         * m4/argz.m4: Likewise.
17827         * m4/atexit.m4: Likewise.
17828         * m4/bison-i18n.m4: Likewise.
17829         * m4/bison.m4: Likewise.
17830         * m4/byteswap.m4: Likewise.
17831         * m4/c-stack.m4: Likewise.
17832         * m4/c-strtod.m4: Likewise.
17833         * m4/calloc.m4: Likewise.
17834         * m4/canonicalize-lgpl.m4: Likewise.
17835         * m4/chown.m4: Likewise.
17836         * m4/clock_time.m4: Likewise.
17837         * m4/codeset.m4: Likewise.
17838         * m4/copy-file.m4: Likewise.
17839         * m4/csharp.m4: Likewise.
17840         * m4/csharpcomp.m4: Likewise.
17841         * m4/csharpexec.m4: Likewise.
17842         * m4/d-ino.m4: Likewise.
17843         * m4/d-type.m4: Likewise.
17844         * m4/dirfd.m4: Likewise.
17845         * m4/double-slash-root.m4: Likewise.
17846         * m4/eaccess.m4: Likewise.
17847         * m4/eealloc.m4: Likewise.
17848         * m4/environ.m4: Likewise.
17849         * m4/errno_h.m4: Likewise.
17850         * m4/euidaccess.m4: Likewise.
17851         * m4/execute.m4: Likewise.
17852         * m4/fatal-signal.m4: Likewise.
17853         * m4/fchdir.m4: Likewise.
17854         * m4/fcntl_h.m4: Likewise.
17855         * m4/fileblocks.m4: Likewise.
17856         * m4/filenamecat.m4: Likewise.
17857         * m4/findprog.m4: Likewise.
17858         * m4/flexmember.m4: Likewise.
17859         * m4/fnmatch.m4: Likewise.
17860         * m4/fopen.m4: Likewise.
17861         * m4/fpending.m4: Likewise.
17862         * m4/fprintf-posix.m4: Likewise.
17863         * m4/free.m4: Likewise.
17864         * m4/frexp.m4: Likewise.
17865         * m4/frexpl.m4: Likewise.
17866         * m4/fsusage.m4: Likewise.
17867         * m4/ftruncate.m4: Likewise.
17868         * m4/gc-camellia.m4: Likewise.
17869         * m4/gc-random.m4: Likewise.
17870         * m4/gc.m4: Likewise.
17871         * m4/getaddrinfo.m4: Likewise.
17872         * m4/getcwd-abort-bug.m4: Likewise.
17873         * m4/getcwd-path-max.m4: Likewise.
17874         * m4/getdate.m4: Likewise.
17875         * m4/getdomainname.m4: Likewise.
17876         * m4/getgroups.m4: Likewise.
17877         * m4/gethostname.m4: Likewise.
17878         * m4/gethrxtime.m4: Likewise.
17879         * m4/getline.m4: Likewise.
17880         * m4/getloadavg.m4: Likewise.
17881         * m4/getndelim2.m4: Likewise.
17882         * m4/getpass.m4: Likewise.
17883         * m4/gettext.m4: Likewise.
17884         * m4/gettime.m4: Likewise.
17885         * m4/gettimeofday.m4: Likewise.
17886         * m4/gnulib-common.m4: Likewise.
17887         * m4/group-member.m4: Likewise.
17888         * m4/host-os.m4: Likewise.
17889         * m4/iconv.m4: Likewise.
17890         * m4/iconv_open.m4: Likewise.
17891         * m4/inet_ntop.m4: Likewise.
17892         * m4/inet_pton.m4: Likewise.
17893         * m4/inline.m4: Likewise.
17894         * m4/intldir.m4: Likewise.
17895         * m4/intlmacosx.m4: Likewise.
17896         * m4/intmax.m4: Likewise.
17897         * m4/intmax_t.m4: Likewise.
17898         * m4/inttypes.m4: Likewise.
17899         * m4/inttypes_h.m4: Likewise.
17900         * m4/inttypes-pri.m4: Likewise.
17901         * m4/isapipe.m4: Likewise.
17902         * m4/isnand.m4: Likewise.
17903         * m4/isnanf.m4: Likewise.
17904         * m4/isnanl.m4: Likewise.
17905         * m4/javacomp.m4: Likewise.
17906         * m4/javaexec.m4: Likewise.
17907         * m4/jm-winsz1.m4: Likewise.
17908         * m4/jm-winsz2.m4: Likewise.
17909         * m4/lchown.m4: Likewise.
17910         * m4/lcmessage.m4: Likewise.
17911         * m4/ldexpl.m4: Likewise.
17912         * m4/lib-ld.m4: Likewise.
17913         * m4/lib-link.m4: Likewise.
17914         * m4/libsigsegv.m4: Likewise.
17915         * m4/link-follow.m4: Likewise.
17916         * m4/localcharset.m4: Likewise.
17917         * m4/locale-fr.m4: Likewise.
17918         * m4/locale-ja.m4: Likewise.
17919         * m4/locale-tr.m4: Likewise.
17920         * m4/locale-zh.m4: Likewise.
17921         * m4/lock.m4: Likewise.
17922         * m4/longlong.m4: Likewise.
17923         * m4/ls-mntd-fs.m4: Likewise.
17924         * m4/lstat.m4: Likewise.
17925         * m4/malloc.m4: Likewise.
17926         * m4/mathl.m4: Likewise.
17927         * m4/mbrtowc.m4: Likewise.
17928         * m4/mbstate_t.m4: Likewise.
17929         * m4/mbswidth.m4: Likewise.
17930         * m4/memchr.m4: Likewise.
17931         * m4/memcmp.m4: Likewise.
17932         * m4/memcpy.m4: Likewise.
17933         * m4/memmem.m4: Likewise.
17934         * m4/memmove.m4: Likewise.
17935         * m4/mempcpy.m4: Likewise.
17936         * m4/memrchr.m4: Likewise.
17937         * m4/memset.m4: Likewise.
17938         * m4/minmax.m4: Likewise.
17939         * m4/mkdir-slash.m4: Likewise.
17940         * m4/mkdtemp.m4: Likewise.
17941         * m4/mktime.m4: Likewise.
17942         * m4/mmap-anon.m4: Likewise.
17943         * m4/mountlist.m4: Likewise.
17944         * m4/nanosleep.m4: Likewise.
17945         * m4/nls.m4: Likewise.
17946         * m4/nocrash.m4: Likewise.
17947         * m4/open.m4: Likewise.
17948         * m4/openat.m4: Likewise.
17949         * m4/openmp.m4: Likewise.
17950         * m4/pathmax.m4: Likewise.
17951         * m4/perl.m4: Likewise.
17952         * m4/physmem.m4: Likewise.
17953         * m4/pipe.m4: Likewise.
17954         * m4/po.m4: Likewise.
17955         * m4/poll.m4: Likewise.
17956         * m4/posixtm.m4: Likewise.
17957         * m4/posixver.m4: Likewise.
17958         * m4/printf-frexp.m4: Likewise.
17959         * m4/printf-frexpl.m4: Likewise.
17960         * m4/printf-posix.m4: Likewise.
17961         * m4/printf-posix-rpl.m4: Likewise.
17962         * m4/printf.m4: Likewise.
17963         * m4/progtest.m4: Likewise.
17964         * m4/putenv.m4: Likewise.
17965         * m4/readline.m4: Likewise.
17966         * m4/readlink.m4: Likewise.
17967         * m4/readutmp.m4: Likewise.
17968         * m4/realloc.m4: Likewise.
17969         * m4/regex.m4: Likewise.
17970         * m4/relocatable.m4: Likewise.
17971         * m4/relocatable-lib.m4: Likewise.
17972         * m4/rename-dest-slash.m4: Likewise.
17973         * m4/rename.m4: Likewise.
17974         * m4/rmdir-errno.m4: Likewise.
17975         * m4/rmdir.m4: Likewise.
17976         * m4/roundf.m4: Likewise.
17977         * m4/roundl.m4: Likewise.
17978         * m4/rpmatch.m4: Likewise.
17979         * m4/save-cwd.m4: Likewise.
17980         * m4/selinux-selinux-h.m4: Likewise.
17981         * m4/setenv.m4: Likewise.
17982         * m4/settime.m4: Likewise.
17983         * m4/sig2str.m4: Likewise.
17984         * m4/sig_atomic_t.m4: Likewise.
17985         * m4/signalblocking.m4: Likewise.
17986         * m4/signbit.m4: Likewise.
17987         * m4/sigpipe.m4: Likewise.
17988         * m4/sockets.m4: Likewise.
17989         * m4/sockpfaf.m4: Likewise.
17990         * m4/st_dm_mode.m4: Likewise.
17991         * m4/stat-time.m4: Likewise.
17992         * m4/stdbool.m4: Likewise.
17993         * m4/stdint.m4: Likewise.
17994         * m4/stdint_h.m4: Likewise.
17995         * m4/stpcpy.m4: Likewise.
17996         * m4/stpncpy.m4: Likewise.
17997         * m4/strcase.m4: Likewise.
17998         * m4/strchrnul.m4: Likewise.
17999         * m4/strcspn.m4: Likewise.
18000         * m4/strdup.m4: Likewise.
18001         * m4/strftime.m4: Likewise.
18002         * m4/strndup.m4: Likewise.
18003         * m4/strnlen.m4: Likewise.
18004         * m4/strpbrk.m4: Likewise.
18005         * m4/strptime.m4: Likewise.
18006         * m4/strsep.m4: Likewise.
18007         * m4/strtod.m4: Likewise.
18008         * m4/strtoimax.m4: Likewise.
18009         * m4/strtok_r.m4: Likewise.
18010         * m4/strtol.m4: Likewise.
18011         * m4/strtoll.m4: Likewise.
18012         * m4/strtoul.m4: Likewise.
18013         * m4/strtoull.m4: Likewise.
18014         * m4/strtoumax.m4: Likewise.
18015         * m4/strverscmp.m4: Likewise.
18016         * m4/threadlib.m4: Likewise.
18017         * m4/timegm.m4: Likewise.
18018         * m4/tm_gmtoff.m4: Likewise.
18019         * m4/tmpdir.m4: Likewise.
18020         * m4/tmpfile.m4: Likewise.
18021         * m4/tzset.m4: Likewise.
18022         * m4/uintmax_t.m4: Likewise.
18023         * m4/unlinkdir.m4: Likewise.
18024         * m4/unlocked-io.m4: Likewise.
18025         * m4/uptime.m4: Likewise.
18026         * m4/userspec.m4: Likewise.
18027         * m4/utimbuf.m4: Likewise.
18028         * m4/utime.m4: Likewise.
18029         * m4/utimes-null.m4: Likewise.
18030         * m4/utimes.m4: Likewise.
18031         * m4/vararrays.m4: Likewise.
18032         * m4/vasnprintf.m4: Likewise.
18033         * m4/vfprintf-posix.m4: Likewise.
18034         * m4/vprintf-posix.m4: Likewise.
18035         * m4/wait-process.m4: Likewise.
18036         * m4/wchar_t.m4: Likewise.
18037         * m4/wint_t.m4: Likewise.
18038         * m4/write-any-file.m4: Likewise.
18039         * m4/yield.m4: Likewise.
18040
18041 2009-01-13  Bruno Haible  <bruno@clisp.org>
18042
18043         Avoid test-copy-file.sh failures when ACL support insufficient.
18044         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18045         TESTS_ENVIRONMENT.
18046         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18047         Reported by Jim Meyering.
18048
18049 2009-01-13  Bruno Haible  <bruno@clisp.org>
18050
18051         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18052         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18053         * modules/unistdio/u8-printf-parse (Files): Likewise.
18054         * modules/unistdio/u32-printf-parse (Files): Likewise.
18055         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18056
18057 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18058
18059         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18060         and m4/inttypes_h.m4 too.
18061
18062 2009-01-12  Eric Blake  <ebb9@byu.net>
18063
18064         tests: IRIX 6.2 cc can't compile -0.0 into .data
18065         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18066         rather than at compile-time.
18067         * tests/test-floorl.c (minus_zero): Likewise.
18068         * tests/test-frexpl.c (minus_zero): Likewise.
18069         * tests/test-isnan.c (minus_zerol): Likewise.
18070         * tests/test-isnanl.h (minus_zero): Likewise.
18071         * tests/test-ldexpl.c (minus_zero): Likewise.
18072         * tests/test-roundl.c (minus_zero): Likewise.
18073         * tests/test-signbit.c (minus_zerol): Likewise.
18074         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18075         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18076         * tests/test-truncl.c (minus_zero): Likewise.
18077         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18078         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18079         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18080
18081 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18082
18083         regex: fix glibc bug 9697
18084         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18085         handling.
18086
18087 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18088
18089         regex: fix glibc bug 697
18090         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18091         being NULL also if there are no backreferences.
18092
18093 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18094
18095         regex: merge glibc changes
18096         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18097         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18098         re_string_skip_chars, re_string_reconstruct): Likewise.
18099         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18100
18101 2009-01-07  Jim Meyering  <meyering@redhat.com>
18102
18103         poll: filter through cppi
18104         * lib/poll.c: Indent cpp directives to reflect nesting.
18105
18106 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18107
18108         poll: don't return uninitialized
18109         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18110
18111 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18112
18113         avoid compile failure on AIX 6.1
18114         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18115         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18116
18117 2009-01-04  Jim Meyering  <meyering@redhat.com>
18118
18119         remove duplicate inclusion of <stdio.h>
18120         * tests/test-fprintf-posix.c: Likewise.
18121         * tests/test-printf-posix.c: Likewise.
18122         * tests/test-snprintf-posix.c: Likewise.
18123         * tests/test-sprintf-posix.c: Likewise.
18124         * tests/test-vasprintf-posix.c: Likewise.
18125         * tests/test-vfprintf-posix.c: Likewise.
18126         * tests/test-vprintf-posix.c: Likewise.
18127         * tests/test-vsnprintf-posix.c: Likewise.
18128         * tests/test-vsprintf-posix.c: Likewise.
18129
18130 2009-01-03  Jim Meyering  <meyering@redhat.com>
18131
18132         gnulib-tool: fix sed-based filtering
18133         * gnulib-tool (func_filter_filelist): Remove extra backslash
18134         in sed_fff_filter definition.
18135
18136 2009-01-02  Jim Meyering  <meyering@redhat.com>
18137
18138         strftime: avoid compilation failure on Solaris 2.6
18139         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18140         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18141         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18142         be available.  Reported by Tom G. Christensen.  Details in
18143         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18144
18145 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18146             Bruno Haible  <bruno@clisp.org>
18147
18148         Speed up gnulib-tool by doing more string processing through shell
18149         built-ins.
18150         * gnulib-tool (fast_func_append): New variable.
18151         (func_remove_prefix, func_remove_suffix): New functions.
18152         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18153         (func_filter_filelist): New function.
18154         (func_get_dependencies): Use func_remove_suffix instead of sed.
18155         (func_get_automake_snippet): Use func_filter_filelist instead of a
18156         subshell and sed invocation.
18157
18158 2009-01-01  Bruno Haible  <bruno@clisp.org>
18159
18160         Fix a security bug.
18161         * gnulib-tool (func_import, import, update): Don't allow the characters
18162         '"', '$', '`', '\' in macro arguments that become part of commands that
18163         are evaluated.
18164
18165 2009-01-01  Bruno Haible  <bruno@clisp.org>
18166
18167         * gnulib-tool (func_reset_sigpipe): Add more comments.
18168
18169 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18170
18171         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18172         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18173         already know the answer.
18174
18175 2009-01-01  Jim Meyering  <meyering@redhat.com>
18176
18177         * lib/version-etc.c (version_etc_va): Update copyright year.
18178
18179 2008-12-30  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18182         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18183         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18184
18185 2008-12-29  Eric Blake  <ebb9@byu.net>
18186
18187         multiarch: avoid autoconf AC_REQUIRE bug
18188         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18189         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18190         2.63 and older.
18191         Reported by Bruno Haible, and analyzed in
18192         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18193
18194 2008-12-29  Bruno Haible  <bruno@clisp.org>
18195
18196         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18197         files in subdirectories correctly.
18198         Reported by Ralf Wildenhues.
18199
18200 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18201
18202         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18203         rather than 'join FILE -', for Solaris join.
18204
18205 2008-12-29  Bruno Haible  <bruno@clisp.org>
18206
18207         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18208         quoting.
18209         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18210         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18211         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18212         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18213         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18214         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18215         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18216         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18217         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18218         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18219         * m4/nls.m4 (AM_NLS): Likewise.
18220         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18221         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18222         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18223         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18224         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18225         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18226         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18227         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18228         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18229         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18230         * m4/xsize.m4 (gl_XSIZE): Likewise.
18231         Suggested by Jim Meyering.
18232
18233 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18234
18235         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18236         * lib/parse-duration.c: use a switch instead of cascading if's.
18237
18238 2008-12-29  Eric Blake  <ebb9@byu.net>
18239
18240         wchar.h: supply WEOF on Irix 5.3
18241         * lib/wchar.in.h (wint_t): Also supply WEOF.
18242         * lib/wctype.in.h (wint_t): Likewise.
18243         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18244         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18245         Reported by Tom G. Christensen.
18246
18247 2008-12-26  Bruno Haible  <bruno@clisp.org>
18248
18249         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18250         i486, i586, i686.
18251
18252 2008-12-26  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18255
18256 2008-12-26  Bruno Haible  <bruno@clisp.org>
18257
18258         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18259         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18260         not __STDC_CONSTANT_MACROS.
18261         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18262
18263 2008-12-25  Bruno Haible  <bruno@clisp.org>
18264
18265         Add support for universal builds to vasnprintf.
18266         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18267         universal builds, guess no.
18268         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18269         * modules/vasprintf-posix (Depends-on): Likewise.
18270         * modules/fprintf-posix (Depends-on): Likewise.
18271         * modules/vfprintf-posix (Depends-on): Likewise.
18272         * modules/snprintf-posix (Depends-on): Likewise.
18273         * modules/vsnprintf-posix (Depends-on): Likewise.
18274         * modules/sprintf-posix (Depends-on): Likewise.
18275         * modules/vsprintf-posix (Depends-on): Likewise.
18276         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18277         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18278         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18279         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18280         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18281         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18282         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18283
18284         Add support for universal builds to <inttypes.h>.
18285         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18286         _SCNu64_PREFIX): In Apple
18287         universal builds, define directly, using _LP64.
18288         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18289         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18290         * modules/inttypes (Depends-on): Add multiarch.
18291         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18292
18293         Add support for universal builds to <stdint.h>.
18294         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18295         universal builds, define directly, using _LP64.
18296         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18297         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18298         and size_t.
18299         * modules/stdint (Depends-on): Add multiarch.
18300         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18301
18302         New module 'multiarch'.
18303         * modules/multiarch: New file.
18304         * m4/multiarch.m4: New file.
18305
18306 2008-12-25  Bruno Haible  <bruno@clisp.org>
18307
18308         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18309
18310 2008-12-25  Bruno Haible  <bruno@clisp.org>
18311
18312         * modules/btowc (License): Relicense under LGPLv2+.
18313         * modules/mbsinit (License): Likewise.
18314         * modules/mbrtowc (License): Likewise.
18315         * modules/wcrtomb (License): Likewise.
18316         * modules/streq (License): Likewise.
18317         Reported by David Lutterkort <lutter@redhat.com>.
18318
18319 2008-12-23  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18322
18323 2008-12-23  Bruno Haible  <bruno@clisp.org>
18324
18325         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18326         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18327         GETADDRINFO_LIB, not in LIBS.
18328         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18329         * modules/canon-host (Link): Likewise.
18330         * NEWS: Mention the change.
18331         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18332         GETADDRINFO_LIB.
18333
18334 2008-12-22  Bruno Haible  <bruno@clisp.org>
18335
18336         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18337         * doc/posix-functions/iswalpha_l.texi: Likewise.
18338         * doc/posix-functions/iswblank_l.texi: Likewise.
18339         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18340         * doc/posix-functions/iswctype_l.texi: Likewise.
18341         * doc/posix-functions/iswdigit_l.texi: Likewise.
18342         * doc/posix-functions/iswgraph_l.texi: Likewise.
18343         * doc/posix-functions/iswlower_l.texi: Likewise.
18344         * doc/posix-functions/iswprint_l.texi: Likewise.
18345         * doc/posix-functions/iswpunct_l.texi: Likewise.
18346         * doc/posix-functions/iswspace_l.texi: Likewise.
18347         * doc/posix-functions/iswupper_l.texi: Likewise.
18348         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18349         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18350         * doc/posix-functions/open_wmemstream.texi: Likewise.
18351         * doc/posix-functions/swscanf.texi: Likewise.
18352         * doc/posix-functions/towctrans_l.texi: Likewise.
18353         * doc/posix-functions/towlower.texi: Likewise.
18354         * doc/posix-functions/towlower_l.texi: Likewise.
18355         * doc/posix-functions/towupper.texi: Likewise.
18356         * doc/posix-functions/towupper_l.texi: Likewise.
18357         * doc/posix-functions/vfwprintf.texi: Likewise.
18358         * doc/posix-functions/vfwscanf.texi: Likewise.
18359         * doc/posix-functions/vswscanf.texi: Likewise.
18360         * doc/posix-functions/vwprintf.texi: Likewise.
18361         * doc/posix-functions/vwscanf.texi: Likewise.
18362         * doc/posix-functions/wcpcpy.texi: Likewise.
18363         * doc/posix-functions/wcpncpy.texi: Likewise.
18364         * doc/posix-functions/wcscasecmp.texi: Likewise.
18365         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18366         * doc/posix-functions/wcscoll_l.texi: Likewise.
18367         * doc/posix-functions/wcsdup.texi: Likewise.
18368         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18369         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18370         * doc/posix-functions/wcsnlen.texi: Likewise.
18371         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18372         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18373         * doc/posix-functions/wctrans_l.texi: Likewise.
18374         * doc/posix-functions/wctype_l.texi: Likewise.
18375         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18376         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18377         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18378         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18379         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18380         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18381         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18382         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18383         * doc/glibc-functions/wcschrnul.texi: Likewise.
18384         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18385         * doc/glibc-functions/wcstod_l.texi: Likewise.
18386         * doc/glibc-functions/wcstof_l.texi: Likewise.
18387         * doc/glibc-functions/wcstol_l.texi: Likewise.
18388         * doc/glibc-functions/wcstold_l.texi: Likewise.
18389         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18390         * doc/glibc-functions/wcstoq.texi: Likewise.
18391         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18392         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18393         * doc/glibc-functions/wcstouq.texi: Likewise.
18394         * doc/glibc-functions/wmempcpy.texi: Likewise.
18395
18396 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18397             Eric Blake  <ebb9@byu.net>
18398             Paolo Bonzini  <bonzini@gnu.org>
18399             Bruno Haible  <bruno@clisp.org>
18400
18401         Make c-stack work on Haiku.
18402         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18403         (c_stack_action): Use SA_ONSTACK flag.
18404
18405 2008-12-22  Bruno Haible  <bruno@clisp.org>
18406
18407         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18408
18409 2008-12-22  Bruno Haible  <bruno@clisp.org>
18410
18411         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18412         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18413         being overridden.
18414         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18415         New macros.
18416         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18417         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18418         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18419         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18420
18421 2008-12-22  Bruno Haible  <bruno@clisp.org>
18422
18423         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18424         from test code.
18425
18426 2008-12-22  Eric Blake  <ebb9@byu.net>
18427
18428         Avoid gcc warnings on cygwin.
18429         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18430         Avoid unused variable.
18431         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18432         Likewise.
18433
18434 2008-12-22  Bruno Haible  <bruno@clisp.org>
18435
18436         Remove HAVE_MBRTOWC conditionals.
18437         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18438         (mbscasecmp): Assume mbrtowc function.
18439         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18440         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18441         * lib/mbschr.c: Include mbuiter.h unconditionally.
18442         (mbschr): Assume mbrtowc function.
18443         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18444         (mbscspn): Assume mbrtowc function.
18445         * lib/mbslen.c: Include mbuiter.h unconditionally.
18446         (mbslen): Assume mbrtowc function.
18447         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18448         (mbsncasecmp): Assume mbrtowc function.
18449         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18450         (mbsnlen): Assume mbrtowc function.
18451         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18452         (mbspbrk): Assume mbrtowc function.
18453         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18454         (mbspcasecmp): Assume mbrtowc function.
18455         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18456         (mbsrchr): Assume mbrtowc function.
18457         * lib/mbssep.c: Include mbuiter.h unconditionally.
18458         (mbssep): Assume mbrtowc function.
18459         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18460         (mbsspn): Assume mbrtowc function.
18461         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18462         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18463         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18464         (mbstok_r): Assume mbrtowc function.
18465         * lib/propername.c: Include mbuiter.h unconditionally.
18466         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18467         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18468         (trim2): Assume mbrtowc function.
18469         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18470         (mbsnwidth): Assume mbrtowc function.
18471         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18472         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18473         fallback definitions.
18474         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18475
18476 2008-12-22  Bruno Haible  <bruno@clisp.org>
18477
18478         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18479
18480 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18481
18482         * modules/regex: Request emulations for the mb*/wc* functions we need.
18483         * m4/regex.m4: Don't look for those functions here.
18484         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18485
18486 2008-12-22  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18489
18490 2008-12-21  Bruno Haible  <bruno@clisp.org>
18491
18492         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18493         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18494         (Include): Remove conditionalization.
18495         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18496         (Include): Remove conditionalization.
18497         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18498         (Include): Remove conditionalization.
18499         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18500         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18501         * NEWS: Mention the change.
18502         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18503         via Sergey Poznyakoff <gray@gnu.org.ua>.
18504
18505 2008-12-21  Bruno Haible  <bruno@clisp.org>
18506
18507         * MODULES.html.sh (Extended multibyte and wide character utilities
18508         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18509         wcrtomb, wcsrtombs.
18510         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18511         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18512         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18513         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18514
18515 2008-12-21  Bruno Haible  <bruno@clisp.org>
18516
18517         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18518
18519 2008-12-21  Bruno Haible  <bruno@clisp.org>
18520
18521         * modules/wcsnrtombs-tests: New file.
18522         * tests/test-wcsnrtombs1.sh: New file.
18523         * tests/test-wcsnrtombs2.sh: New file.
18524         * tests/test-wcsnrtombs3.sh: New file.
18525         * tests/test-wcsnrtombs4.sh: New file.
18526         * tests/test-wcsnrtombs.c: New file.
18527
18528         New module 'wcsnrtombs'.
18529         * lib/wchar.in.h (wcsnrtombs): New declaration.
18530         * lib/wcsnrtombs.c: New file.
18531         * lib/wcsrtombs-state.c: New file.
18532         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18533         (internal_state): Remove variable.
18534         * m4/wcsnrtombs.m4: New file.
18535         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18536         compilation units.
18537         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18538         HAVE_WCSNRTOMBS.
18539         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18540         HAVE_WCSNRTOMBS.
18541         * modules/wcsnrtombs: New file.
18542         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18543         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18544
18545 2008-12-21  Bruno Haible  <bruno@clisp.org>
18546
18547         * modules/wcsrtombs-tests: New file.
18548         * tests/test-wcsrtombs1.sh: New file.
18549         * tests/test-wcsrtombs2.sh: New file.
18550         * tests/test-wcsrtombs3.sh: New file.
18551         * tests/test-wcsrtombs4.sh: New file.
18552         * tests/test-wcsrtombs.c: New file.
18553
18554         New module 'wcsrtombs'.
18555         * lib/wchar.in.h (wcsrtombs): New declaration.
18556         * lib/wcsrtombs.c: New file.
18557         * m4/wcsrtombs.m4: New file.
18558         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18559         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18560         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18561         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18562         * modules/wcsrtombs: New file.
18563         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18564         bugs.
18565
18566 2008-12-21  Bruno Haible  <bruno@clisp.org>
18567
18568         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18569         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18570         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18571         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18572         if not correct.
18573         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18574         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18575         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18576         m4/locale-zh.m4, m4/codeset.m4.
18577         * doc/posix-functions/wcrtomb.texi: Document the bug.
18578
18579 2008-12-21  Bruno Haible  <bruno@clisp.org>
18580
18581         Work around a btowc() bug on IRIX 6.5.
18582         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18583         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18584         REPLACE_WTOBC if not.
18585         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18586         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18587         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18588
18589 2008-12-21  Bruno Haible  <bruno@clisp.org>
18590
18591         * modules/wcrtomb-tests: New file.
18592         * tests/test-wcrtomb.sh: New file.
18593         * tests/test-wcrtomb.c: New file.
18594
18595         New module 'wcrtomb'.
18596         * lib/wchar.in.h (wcrtomb): New declaration.
18597         * lib/wcrtomb.c: New file.
18598         * m4/wcrtomb.m4: New file.
18599         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18600         HAVE_WCRTOMB.
18601         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18602         HAVE_WCRTOMB.
18603         * modules/wcrtomb: New file.
18604         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18605
18606 2008-12-21  Bruno Haible  <bruno@clisp.org>
18607
18608         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18609         * modules/mbsrtowcs (Files): Likewise.
18610         * modules/wctob (Files): Likewise.
18611         * modules/c-strcase-tests (Files): Likewise.
18612         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18613         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18614         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18615         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18616         * modules/vasnprintf-posix-tests (Files): Likewise.
18617
18618 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18619
18620         gitlog-to-changelog: pass all command-line arguments to git-log
18621         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18622         it is sometimes convenient to filter the commits in various ways.
18623         gitlog-to-changelog only allows --since to specify a start date,
18624         but git-log itself supports many other filtering mechanisms.
18625         At the moment, I want to filter by branch name.  Rather than
18626         adding a --branch option to gitlog-to-changelog, it seems more
18627         flexible to simply pass all options directly to git-log and let
18628         git do the work.  Notice that this effectively makes --since a
18629         redundant option for gitlog-to-changelog, but removing it would
18630         require current usage to change since calls would then require
18631         an additional '--'.
18632
18633 2008-12-21  Bruno Haible  <bruno@clisp.org>
18634
18635         * modules/mbsnrtowcs-tests: New file.
18636         * tests/test-mbsnrtowcs1.sh: New file.
18637         * tests/test-mbsnrtowcs2.sh: New file.
18638         * tests/test-mbsnrtowcs3.sh: New file.
18639         * tests/test-mbsnrtowcs4.sh: New file.
18640         * tests/test-mbsnrtowcs.c: New file.
18641
18642         New module 'mbsnrtowcs'.
18643         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18644         * lib/mbsnrtowcs.c: New file.
18645         * lib/mbsrtowcs-state.c: New file.
18646         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18647         (internal_state): Remove variable.
18648         * m4/mbsnrtowcs.m4: New file.
18649         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18650         compilation units.
18651         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18652         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18653         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18654         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18655         * modules/mbsnrtowcs: New file.
18656         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18657         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18658         portability problem.
18659
18660 2008-12-21  Bruno Haible  <bruno@clisp.org>
18661
18662         Work around mbsrtowcs bug.
18663         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18664         (gl_FUNC_MBSRTOWCS): Invoke it.
18665         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18666         m4/locale-zh.m4.
18667         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18668
18669 2008-12-21  Bruno Haible  <bruno@clisp.org>
18670
18671         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18672
18673 2008-12-21  Bruno Haible  <bruno@clisp.org>
18674
18675         Update doc for AIX.
18676         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18677         16-bit wchar_t type.
18678         * doc/posix-functions/btowc.texi: Likewise.
18679         * doc/posix-functions/fgetwc.texi: Likewise.
18680         * doc/posix-functions/fgetws.texi: Likewise.
18681         * doc/posix-functions/fputwc.texi: Likewise.
18682         * doc/posix-functions/fputws.texi: Likewise.
18683         * doc/posix-functions/fwide.texi: Likewise.
18684         * doc/posix-functions/fwprintf.texi: Likewise.
18685         * doc/posix-functions/fwscanf.texi: Likewise.
18686         * doc/posix-functions/getwchar.texi: Likewise.
18687         * doc/posix-functions/getwc.texi: Likewise.
18688         * doc/posix-functions/iswalnum.texi: Likewise.
18689         * doc/posix-functions/iswalpha.texi: Likewise.
18690         * doc/posix-functions/iswblank.texi: Likewise.
18691         * doc/posix-functions/iswcntrl.texi: Likewise.
18692         * doc/posix-functions/iswctype.texi: Likewise.
18693         * doc/posix-functions/iswdigit.texi: Likewise.
18694         * doc/posix-functions/iswgraph.texi: Likewise.
18695         * doc/posix-functions/iswlower.texi: Likewise.
18696         * doc/posix-functions/iswprint.texi: Likewise.
18697         * doc/posix-functions/iswpunct.texi: Likewise.
18698         * doc/posix-functions/iswspace.texi: Likewise.
18699         * doc/posix-functions/iswupper.texi: Likewise.
18700         * doc/posix-functions/iswxdigit.texi: Likewise.
18701         * doc/posix-functions/mbrtowc.texi: Likewise.
18702         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18703         * doc/posix-functions/mbstowcs.texi: Likewise.
18704         * doc/posix-functions/mbtowc.texi: Likewise.
18705         * doc/posix-functions/putwchar.texi: Likewise.
18706         * doc/posix-functions/putwc.texi: Likewise.
18707         * doc/posix-functions/swprintf.texi: Likewise.
18708         * doc/posix-functions/tolower.texi: Likewise.
18709         * doc/posix-functions/toupper.texi: Likewise.
18710         * doc/posix-functions/towctrans.texi: Likewise.
18711         * doc/posix-functions/ungetwc.texi: Likewise.
18712         * doc/posix-functions/vswprintf.texi: Likewise.
18713         * doc/posix-functions/wcrtomb.texi: Likewise.
18714         * doc/posix-functions/wcscat.texi: Likewise.
18715         * doc/posix-functions/wcschr.texi: Likewise.
18716         * doc/posix-functions/wcscmp.texi: Likewise.
18717         * doc/posix-functions/wcscoll.texi: Likewise.
18718         * doc/posix-functions/wcscpy.texi: Likewise.
18719         * doc/posix-functions/wcscspn.texi: Likewise.
18720         * doc/posix-functions/wcsftime.texi: Likewise.
18721         * doc/posix-functions/wcslen.texi: Likewise.
18722         * doc/posix-functions/wcsncat.texi: Likewise.
18723         * doc/posix-functions/wcsncmp.texi: Likewise.
18724         * doc/posix-functions/wcsncpy.texi: Likewise.
18725         * doc/posix-functions/wcspbrk.texi: Likewise.
18726         * doc/posix-functions/wcsrchr.texi: Likewise.
18727         * doc/posix-functions/wcsrtombs.texi: Likewise.
18728         * doc/posix-functions/wcsspn.texi: Likewise.
18729         * doc/posix-functions/wcsstr.texi: Likewise.
18730         * doc/posix-functions/wcstod.texi: Likewise.
18731         * doc/posix-functions/wcstof.texi: Likewise.
18732         * doc/posix-functions/wcstoimax.texi: Likewise.
18733         * doc/posix-functions/wcstok.texi: Likewise.
18734         * doc/posix-functions/wcstold.texi: Likewise.
18735         * doc/posix-functions/wcstoll.texi: Likewise.
18736         * doc/posix-functions/wcstol.texi: Likewise.
18737         * doc/posix-functions/wcstombs.texi: Likewise.
18738         * doc/posix-functions/wcstoull.texi: Likewise.
18739         * doc/posix-functions/wcstoul.texi: Likewise.
18740         * doc/posix-functions/wcstoumax.texi: Likewise.
18741         * doc/posix-functions/wcswidth.texi: Likewise.
18742         * doc/posix-functions/wcsxfrm.texi: Likewise.
18743         * doc/posix-functions/wctob.texi: Likewise.
18744         * doc/posix-functions/wctomb.texi: Likewise.
18745         * doc/posix-functions/wctrans.texi: Likewise.
18746         * doc/posix-functions/wctype.texi: Likewise.
18747         * doc/posix-functions/wcwidth.texi: Likewise.
18748         * doc/posix-functions/wmemchr.texi: Likewise.
18749         * doc/posix-functions/wmemcmp.texi: Likewise.
18750         * doc/posix-functions/wmemcpy.texi: Likewise.
18751         * doc/posix-functions/wmemmove.texi: Likewise.
18752         * doc/posix-functions/wmemset.texi: Likewise.
18753         * doc/posix-functions/wprintf.texi: Likewise.
18754         * doc/posix-functions/wscanf.texi: Likewise.
18755
18756 2008-12-21  Bruno Haible  <bruno@clisp.org>
18757
18758         Update doc for HP-UX 11.11.
18759         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18760         in HP-UX version 11.00, not in all versions of HP-UX 11.
18761         * doc/posix-functions/fwide.texi: Likewise.
18762         * doc/posix-functions/fwprintf.texi: Likewise.
18763         * doc/posix-functions/fwscanf.texi: Likewise.
18764         * doc/posix-functions/inet_ntop.texi: Likewise.
18765         * doc/posix-functions/inet_pton.texi: Likewise.
18766         * doc/posix-functions/mbrlen.texi: Likewise.
18767         * doc/posix-functions/mbrtowc.texi: Likewise.
18768         * doc/posix-functions/mbsinit.texi: Likewise.
18769         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18770         * doc/posix-functions/swprintf.texi: Likewise.
18771         * doc/posix-functions/swscanf.texi: Likewise.
18772         * doc/posix-functions/towctrans.texi: Likewise.
18773         * doc/posix-functions/vfwprintf.texi: Likewise.
18774         * doc/posix-functions/vswprintf.texi: Likewise.
18775         * doc/posix-functions/vwprintf.texi: Likewise.
18776         * doc/posix-functions/wcrtomb.texi: Likewise.
18777         * doc/posix-functions/wcsrtombs.texi: Likewise.
18778         * doc/posix-functions/wcsstr.texi: Likewise.
18779         * doc/posix-functions/wctob.texi: Likewise.
18780         * doc/posix-functions/wctrans.texi: Likewise.
18781         * doc/posix-functions/wmemchr.texi: Likewise.
18782         * doc/posix-functions/wmemcmp.texi: Likewise.
18783         * doc/posix-functions/wmemcpy.texi: Likewise.
18784         * doc/posix-functions/wmemmove.texi: Likewise.
18785         * doc/posix-functions/wmemset.texi: Likewise.
18786         * doc/posix-functions/wprintf.texi: Likewise.
18787         * doc/posix-functions/wscanf.texi: Likewise.
18788
18789 2008-12-21  Bruno Haible  <bruno@clisp.org>
18790
18791         Work around a portability problem.
18792         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18793         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18794
18795 2008-12-20  Bruno Haible  <bruno@clisp.org>
18796
18797         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18798         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18799         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18800         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18801         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18802
18803         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18804         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18805         set.
18806         (GNULIB_defined_mbstate_t): New macro.
18807         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18808         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18809         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18810         reuses the system's mbrtowc function but works around the bugs.
18811         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18812         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18813         macros.
18814         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18815         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18816         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18817         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18818         REPLACE_MBSINIT if mbsinit needs to be overridden.
18819         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18820         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18821         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18822         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18823         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18824         m4/locale-zh.m4.
18825         (Depends): Add mbsinit.
18826         * modules/mbsinit (Depends): Add mbrtowc.
18827         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18828
18829 2008-12-20  Bruno Haible  <bruno@clisp.org>
18830
18831         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18832         so that there are no conversion errors on AIX.
18833         * tests/test-mbsrtowcs.c (main): LIkewise.
18834
18835 2008-12-20  Bruno Haible  <bruno@clisp.org>
18836
18837         Work around wctob bug on Solaris <= 9.
18838         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18839         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18840         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18841         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18842         * modules/wctob (Files): Add m4/locale-fr.m4.
18843         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18844
18845 2008-12-20  Bruno Haible  <bruno@clisp.org>
18846
18847         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18848         /dev/null.
18849         * tests/test-select-in.sh: Likewise.
18850         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18851
18852 2008-12-20  Bruno Haible  <bruno@clisp.org>
18853
18854         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18855         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18856         Cygwin 1.5.x.
18857
18858 2008-12-20  Bruno Haible  <bruno@clisp.org>
18859
18860         Ensure mbstate_t is defined on HP-UX 11.11.
18861         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18862         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18863         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18864         AC_USE_SYSTEM_EXTENSIONS.
18865         * modules/fnmatch (Depends-on): Add extensions.
18866         * modules/mbrlen (Depends-on): Likewise.
18867         * modules/mbrtowc (Depends-on): Likewise.
18868         * modules/mbsinit (Depends-on): Likewise.
18869         * modules/mbsrtowcs (Depends-on): Likewise.
18870         * modules/mbswidth (Depends-on): Likewise.
18871         * modules/quotearg (Depends-on): Likewise.
18872         * modules/strftime (Depends-on): Likewise.
18873
18874 2008-12-20  Bruno Haible  <bruno@clisp.org>
18875
18876         Ensure wctob is declared on IRIX 6.5.
18877         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18878         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18879         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18880         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18881         of HAVE_WCTOB.
18882         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18883         HAVE_WCTOB.
18884         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18885
18886 2008-12-19  Bruno Haible  <bruno@clisp.org>
18887
18888         * modules/mbsrtowcs-tests: New file.
18889         * tests/test-mbsrtowcs1.sh: New file.
18890         * tests/test-mbsrtowcs2.sh: New file.
18891         * tests/test-mbsrtowcs3.sh: New file.
18892         * tests/test-mbsrtowcs4.sh: New file.
18893         * tests/test-mbsrtowcs.c: New file.
18894
18895         New module 'mbsrtowcs'.
18896         * lib/wchar.in.h (mbsrtowcs): New declaration.
18897         * lib/mbsrtowcs.c: New file.
18898         * m4/mbsrtowcs.m4: New file.
18899         * modules/mbsrtowcs: New file.
18900         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18901         HAVE_MBSRTOWCS.
18902         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18903         HAVE_MBSRTOWCS.
18904         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18905
18906 2008-12-19  Bruno Haible  <bruno@clisp.org>
18907
18908         New module 'mbrlen'.
18909         * lib/wchar.in.h (mbrlen): New declaration.
18910         * lib/mbrlen.c: New file.
18911         * m4/mbrlen.m4: New file.
18912         * modules/mbrlen: New file.
18913         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18914         HAVE_MBRLEN.
18915         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18916         HAVE_MBRLEN.
18917         * doc/posix-functions/mbrlen.texi: Document the new module.
18918
18919 2008-12-19  Bruno Haible  <bruno@clisp.org>
18920
18921         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18922         * modules/mbrtowc (Depends-on): Add verify.
18923         Suggested by Paul Eggert.
18924
18925 2008-12-18  Bruno Haible  <bruno@clisp.org>
18926
18927         * modules/mbsinit-tests: New file.
18928         * tests/test-mbsinit.sh: New file.
18929         * tests/test-mbsinit.c: New file.
18930
18931 2008-12-18  Bruno Haible  <bruno@clisp.org>
18932
18933         * modules/mbrtowc-tests: New file.
18934         * tests/test-mbrtowc1.sh: New file.
18935         * tests/test-mbrtowc2.sh: New file.
18936         * tests/test-mbrtowc3.sh: New file.
18937         * tests/test-mbrtowc4.sh: New file.
18938         * tests/test-mbrtowc.c: New file.
18939
18940         New module 'mbrtowc'.
18941         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18942         mbsinit and mbrtowc.
18943         (mbrtowc): New declaration.
18944         * lib/mbrtowc.c: New file.
18945         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18946         * modules/mbrtowc: New file.
18947         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18948         HAVE_MBRTOWC.
18949         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18950         HAVE_MBRTOWC.
18951         * doc/posix-functions/mbrtowc.texi: Document the new module.
18952
18953 2008-12-18  Bruno Haible  <bruno@clisp.org>
18954
18955         New module 'wctob'.
18956         * lib/wchar.in.h (wctob): New declaration.
18957         * lib/wctob.c: New file.
18958         * m4/wctob.m4: New file.
18959         * modules/wctob: New file.
18960         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18961         HAVE_WCTOB.
18962         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18963         * doc/posix-functions/wctob.texi: Document the new module.
18964
18965 2008-12-18  Bruno Haible  <bruno@clisp.org>
18966
18967         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18968         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18969
18970 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18971
18972         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18973         G. Christensen" <tgc@jupiterrise.com>.
18974
18975         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18976         G. Christensen" <tgc@jupiterrise.com>.
18977
18978         * lib/flock.c: Need to include string.h.  Reported by "Tom
18979         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18980         <ebb9@byu.net>.
18981
18982 2008-12-18  Bruno Haible  <bruno@clisp.org>
18983
18984         * m4/locale-ja.m4: New file, from GNU gettext.
18985
18986 2008-12-17  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18989         Suggested by Eric Blake.
18990
18991 2008-12-17  Bruno Haible  <bruno@clisp.org>
18992
18993         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18994
18995 2008-12-17  Bruno Haible  <bruno@clisp.org>
18996
18997         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18998         * modules/mbsinit (Depends-on): Add verify.
18999         Suggested by Paul Eggert.
19000
19001 2008-12-17  Bruno Haible  <bruno@clisp.org>
19002
19003         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19004         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19005         gl_FUNC_MBRTOWC.
19006         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19007         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19008         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19009         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19010         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19011         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19012         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19013         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19014         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19015         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19016         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19017         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19018         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19019         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19020         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19021         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19022         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19023         * modules/trim (configure.ac): Likewise.
19024
19025 2008-12-17  Bruno Haible  <bruno@clisp.org>
19026
19027         * modules/btowc-tests: New file.
19028         * tests/test-btowc1.sh: New file.
19029         * tests/test-btowc2.sh: New file.
19030         * tests/test-btowc.c: New file.
19031
19032         New module 'btowc'.
19033         * lib/wchar.in.h (btowc): New declaration.
19034         * lib/btowc.c: New file.
19035         * m4/btowc.m4: New file.
19036         * modules/btowc: New file.
19037         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19038         HAVE_BTOWC.
19039         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19040         * doc/posix-functions/btowc.texi: Document the new module.
19041
19042 2008-12-17  Bruno Haible  <bruno@clisp.org>
19043
19044         New module 'mbsinit'.
19045         * lib/wchar.in.h (mbsinit): New declaration.
19046         * lib/mbsinit.c: New file.
19047         * m4/mbsinit.m4: New file.
19048         * modules/mbsinit: New file.
19049         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19050         HAVE_MBSINIT.
19051         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19052         HAVE_MBSINIT.
19053         * doc/posix-functions/mbsinit.texi: Document the new module.
19054
19055 2008-12-16  Bruno Haible  <bruno@clisp.org>
19056
19057         * lib/unistd.in.h: Add comment.
19058         * tests/test-environ.c: Don't include <stdlib.h>.
19059
19060 2008-12-16  Bruno Haible  <bruno@clisp.org>
19061
19062         * lib/parse-duration.h (parse_duration): Document return value
19063         convention.
19064         * lib/parse-duration.c: Include specification header first. Add
19065         comments.
19066         (_): Remove macro.
19067         (parse_year_month_day, parse_hour_minute_second): Move side effects
19068         outside of strchr call.
19069         (parse_non_iso8601): Move side effects outside of isspace call.
19070         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19071         call.
19072
19073 2008-12-16  Bruno Haible  <bruno@clisp.org>
19074
19075         * tests/test-parse-duration.sh: Produce no output when the test
19076         succeeds.
19077
19078 2008-12-16  Bruno Haible  <bruno@clisp.org>
19079
19080         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19081         expressions.
19082
19083 2008-12-15  Bruno Haible  <bruno@clisp.org>
19084
19085         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19086         * doc/glibc-functions/flistxattr.texi: Likewise.
19087         * doc/glibc-functions/fopencookie.texi: Likewise.
19088         * doc/glibc-functions/fremovexattr.texi: Likewise.
19089         * doc/glibc-functions/fsetxattr.texi: Likewise.
19090         * doc/glibc-functions/getxattr.texi: Likewise.
19091         * doc/glibc-functions/lgetxattr.texi: Likewise.
19092         * doc/glibc-functions/listxattr.texi: Likewise.
19093         * doc/glibc-functions/llistxattr.texi: Likewise.
19094         * doc/glibc-functions/lremovexattr.texi: Likewise.
19095         * doc/glibc-functions/lsetxattr.texi: Likewise.
19096         * doc/glibc-functions/removexattr.texi: Likewise.
19097         * doc/glibc-functions/setxattr.texi: Likewise.
19098         * doc/posix-functions/open_memstream.texi: Likewise.
19099
19100 2008-12-15  Eric Blake  <ebb9@byu.net>
19101
19102         Update doc for cygwin 1.7.
19103         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19104         functions.
19105         * doc/posix-functions/fchmodat.texi: Likewise.
19106         * doc/posix-functions/fchownat.texi: Likewise.
19107         * doc/posix-functions/fdopendir.texi: Likewise.
19108         * doc/posix-functions/fmemopen.texi: Likewise.
19109         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19110         * doc/posix-functions/fstatat.texi: Likewise.
19111         * doc/posix-functions/futimens.texi: Likewise.
19112         * doc/posix-functions/gai_strerror.texi: Likewise.
19113         * doc/posix-functions/getaddrinfo.texi: Likewise.
19114         * doc/posix-functions/getnameinfo.texi: Likewise.
19115         * doc/posix-functions/if_freenameindex.texi: Likewise.
19116         * doc/posix-functions/if_indextoname.texi: Likewise.
19117         * doc/posix-functions/if_nameindex.texi: Likewise.
19118         * doc/posix-functions/if_nametoindex.texi: Likewise.
19119         * doc/posix-functions/insque.texi: Likewise.
19120         * doc/posix-functions/linkat.texi: Likewise.
19121         * doc/posix-functions/llrint.texi: Likewise.
19122         * doc/posix-functions/llrintf.texi: Likewise.
19123         * doc/posix-functions/llrintl.texi: Likewise.
19124         * doc/posix-functions/lockf.texi: Likewise.
19125         * doc/posix-functions/lrintl.texi: Likewise.
19126         * doc/posix-functions/mkdirat.texi: Likewise.
19127         * doc/posix-functions/mkfifoat.texi: Likewise.
19128         * doc/posix-functions/mknodat.texi: Likewise.
19129         * doc/posix-functions/mq_close.texi: Likewise.
19130         * doc/posix-functions/mq_getattr.texi: Likewise.
19131         * doc/posix-functions/mq_notify.texi: Likewise.
19132         * doc/posix-functions/mq_open.texi: Likewise.
19133         * doc/posix-functions/mq_receive.texi: Likewise.
19134         * doc/posix-functions/mq_send.texi: Likewise.
19135         * doc/posix-functions/mq_setattr.texi: Likewise.
19136         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19137         * doc/posix-functions/mq_timedsend.texi: Likewise.
19138         * doc/posix-functions/mq_unlink.texi: Likewise.
19139         * doc/posix-functions/open_memstream.texi: Likewise.
19140         * doc/posix-functions/openat.texi: Likewise.
19141         * doc/posix-functions/posix_fadvise.texi: Likewise.
19142         * doc/posix-functions/posix_fallocate.texi: Likewise.
19143         * doc/posix-functions/posix_madvise.texi: Likewise.
19144         * doc/posix-functions/posix_memalign.texi: Likewise.
19145         * doc/posix-functions/posix_openpt.texi: Likewise.
19146         * doc/posix-functions/readlinkat.texi: Likewise.
19147         * doc/posix-functions/remque.texi: Likewise.
19148         * doc/posix-functions/renameat.texi: Likewise.
19149         * doc/posix-functions/rintl.texi: Likewise.
19150         * doc/posix-functions/sem_unlink.texi: Likewise.
19151         * doc/posix-functions/shm_open.texi: Likewise.
19152         * doc/posix-functions/shm_unlink.texi: Likewise.
19153         * doc/posix-functions/signgam.texi: Likewise.
19154         * doc/posix-functions/sigset.texi: Likewise.
19155         * doc/posix-functions/stpcpy.texi: Likewise.
19156         * doc/posix-functions/stpncpy.texi: Likewise.
19157         * doc/posix-functions/strerror.texi: Likewise.
19158         * doc/posix-functions/strtod.texi: Likewise.
19159         * doc/posix-functions/symlinkat.texi: Likewise.
19160         * doc/posix-functions/unlinkat.texi: Likewise.
19161         * doc/posix-functions/utimensat.texi: Likewise.
19162         * doc/glibc-functions/bindresvport.texi: Likewise.
19163         * doc/glibc-functions/dn_expand.texi: Likewise.
19164         * doc/glibc-functions/exp10.texi: Likewise.
19165         * doc/glibc-functions/exp10f.texi: Likewise.
19166         * doc/glibc-functions/fgetxattr.texi: Likewise.
19167         * doc/glibc-functions/flistxattr.texi: Likewise.
19168         * doc/glibc-functions/fopencookie.texi: Likewise.
19169         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19170         * doc/glibc-functions/fremovexattr.texi: Likewise.
19171         * doc/glibc-functions/fsetxattr.texi: Likewise.
19172         * doc/glibc-functions/getifaddrs.texi: Likewise.
19173         * doc/glibc-functions/getxattr.texi: Likewise.
19174         * doc/glibc-functions/lgetxattr.texi: Likewise.
19175         * doc/glibc-functions/listxattr.texi: Likewise.
19176         * doc/glibc-functions/llistxattr.texi: Likewise.
19177         * doc/glibc-functions/lremovexattr.texi: Likewise.
19178         * doc/glibc-functions/lsetxattr.texi: Likewise.
19179         * doc/glibc-functions/pow10.texi: Likewise.
19180         * doc/glibc-functions/pow10f.texi: Likewise.
19181         * doc/glibc-functions/rcmd_af.texi: Likewise.
19182         * doc/glibc-functions/removexattr.texi: Likewise.
19183         * doc/glibc-functions/res_init.texi: Likewise.
19184         * doc/glibc-functions/res_mkquery.texi: Likewise.
19185         * doc/glibc-functions/res_query.texi: Likewise.
19186         * doc/glibc-functions/res_querydomain.texi: Likewise.
19187         * doc/glibc-functions/res_send.texi: Likewise.
19188         * doc/glibc-functions/rresvport_af.texi: Likewise.
19189         * doc/glibc-functions/setxattr.texi: Likewise.
19190         * doc/glibc-functions/strcasestr.texi: Likewise.
19191
19192 2008-12-15  Bruno Haible  <bruno@clisp.org>
19193
19194         Fix compilation error on OSF/1 4.0.
19195         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19196         <sys/time.h>, simply delegate to the system header.
19197         Reported by Daniel Richard G. <oss@teragram.com>.
19198
19199 2008-12-15  Bruno Haible  <bruno@clisp.org>
19200
19201         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19202         * doc/posix-functions/fchmodat.texi: Likewise.
19203         * doc/posix-functions/fchownat.texi: Likewise.
19204         * doc/posix-functions/fdopendir.texi: Likewise.
19205         * doc/posix-functions/fstatat.texi: Likewise.
19206         * doc/posix-functions/mkdirat.texi: Likewise.
19207         * doc/posix-functions/unlinkat.texi: Likewise.
19208
19209 2008-12-14  Bruno Haible  <bruno@clisp.org>
19210
19211         Update doc for POSIX:2008.
19212         * doc/posix-functions/faccessat.texi: New file.
19213         * doc/posix-functions/fchmodat.texi: New file.
19214         * doc/posix-functions/fchownat.texi: New file.
19215         * doc/posix-functions/fdopendir.texi: New file.
19216         * doc/posix-functions/fstatat.texi: New file.
19217         * doc/posix-functions/futimens.texi: New file.
19218         * doc/posix-functions/linkat.texi: New file.
19219         * doc/posix-functions/mkdirat.texi: New file.
19220         * doc/posix-functions/mkfifoat.texi: New file.
19221         * doc/posix-functions/mknodat.texi: New file.
19222         * doc/posix-functions/open_wmemstream.texi: New file.
19223         * doc/posix-functions/openat.texi: New file.
19224         * doc/posix-functions/psiginfo.texi: New file.
19225         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19226         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19227         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19228         * doc/posix-functions/readlinkat.texi: New file.
19229         * doc/posix-functions/renameat.texi: New file.
19230         * doc/posix-functions/strerror_l.texi: New file.
19231         * doc/posix-functions/symlinkat.texi: New file.
19232         * doc/posix-functions/unlinkat.texi: New file.
19233         * doc/posix-functions/utimensat.texi: New file.
19234         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19235
19236 2008-12-14  Bruno Haible  <bruno@clisp.org>
19237
19238         Update doc for POSIX:2008.
19239         * doc/posix-functions/alphasort.texi: Renamed from
19240         doc/glibc-functions/alphasort.texi.
19241         * doc/posix-functions/dirfd.texi: Renamed from
19242         doc/glibc-functions/dirfd.texi.
19243         * doc/posix-functions/dprintf.texi: Renamed from
19244         doc/glibc-functions/dprintf.texi.
19245         * doc/posix-functions/duplocale.texi: Renamed from
19246         doc/glibc-functions/duplocale.texi.
19247         * doc/posix-functions/fexecve.texi: Renamed from
19248         doc/glibc-functions/fexecve.texi.
19249         * doc/posix-functions/fmemopen.texi: Renamed from
19250         doc/glibc-functions/fmemopen.texi.
19251         * doc/posix-functions/freelocale.texi: Renamed from
19252         doc/glibc-functions/freelocale.texi.
19253         * doc/posix-functions/getdate_err.texi: Renamed from
19254         doc/glibc-functions/getdate_err.texi.
19255         * doc/posix-functions/isalnum_l.texi: Renamed from
19256         doc/glibc-functions/isalnum_l.texi.
19257         * doc/posix-functions/isalpha_l.texi: Renamed from
19258         doc/glibc-functions/isalpha_l.texi.
19259         * doc/posix-functions/isblank_l.texi: Renamed from
19260         doc/glibc-functions/isblank_l.texi.
19261         * doc/posix-functions/iscntrl_l.texi: Renamed from
19262         doc/glibc-functions/iscntrl_l.texi.
19263         * doc/posix-functions/isdigit_l.texi: Renamed from
19264         doc/glibc-functions/isdigit_l.texi.
19265         * doc/posix-functions/isgraph_l.texi: Renamed from
19266         doc/glibc-functions/isgraph_l.texi.
19267         * doc/posix-functions/islower_l.texi: Renamed from
19268         doc/glibc-functions/islower_l.texi.
19269         * doc/posix-functions/isprint_l.texi: Renamed from
19270         doc/glibc-functions/isprint_l.texi.
19271         * doc/posix-functions/ispunct_l.texi: Renamed from
19272         doc/glibc-functions/ispunct_l.texi.
19273         * doc/posix-functions/isspace_l.texi: Renamed from
19274         doc/glibc-functions/isspace_l.texi.
19275         * doc/posix-functions/isupper_l.texi: Renamed from
19276         doc/glibc-functions/isupper_l.texi.
19277         * doc/posix-functions/iswalnum_l.texi: Renamed from
19278         doc/glibc-functions/iswalnum_l.texi.
19279         * doc/posix-functions/iswalpha_l.texi: Renamed from
19280         doc/glibc-functions/iswalpha_l.texi.
19281         * doc/posix-functions/iswblank_l.texi: Renamed from
19282         doc/glibc-functions/iswblank_l.texi.
19283         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19284         doc/glibc-functions/iswcntrl_l.texi.
19285         * doc/posix-functions/iswctype_l.texi: Renamed from
19286         doc/glibc-functions/iswctype_l.texi.
19287         * doc/posix-functions/iswdigit_l.texi: Renamed from
19288         doc/glibc-functions/iswdigit_l.texi.
19289         * doc/posix-functions/iswgraph_l.texi: Renamed from
19290         doc/glibc-functions/iswgraph_l.texi.
19291         * doc/posix-functions/iswlower_l.texi: Renamed from
19292         doc/glibc-functions/iswlower_l.texi.
19293         * doc/posix-functions/iswprint_l.texi: Renamed from
19294         doc/glibc-functions/iswprint_l.texi.
19295         * doc/posix-functions/iswpunct_l.texi: Renamed from
19296         doc/glibc-functions/iswpunct_l.texi.
19297         * doc/posix-functions/iswspace_l.texi: Renamed from
19298         doc/glibc-functions/iswspace_l.texi.
19299         * doc/posix-functions/iswupper_l.texi: Renamed from
19300         doc/glibc-functions/iswupper_l.texi.
19301         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19302         doc/glibc-functions/iswxdigit_l.texi.
19303         * doc/posix-functions/isxdigit_l.texi: Renamed from
19304         doc/glibc-functions/isxdigit_l.texi.
19305         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19306         doc/glibc-functions/mbsnrtowcs.texi.
19307         * doc/posix-functions/mkdtemp.texi: Renamed from
19308         doc/glibc-functions/mkdtemp.texi.
19309         * doc/posix-functions/newlocale.texi: Renamed from
19310         doc/glibc-functions/newlocale.texi.
19311         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19312         doc/glibc-functions/nl_langinfo_l.texi.
19313         * doc/posix-functions/open_memstream.texi: Renamed from
19314         doc/glibc-functions/open_memstream.texi.
19315         * doc/posix-functions/opterr.texi: Renamed from
19316         doc/glibc-functions/opterr.texi.
19317         * doc/posix-functions/optind.texi: Renamed from
19318         doc/glibc-functions/optind.texi.
19319         * doc/posix-functions/optopt.texi: Renamed from
19320         doc/glibc-functions/optopt.texi.
19321         * doc/posix-functions/psignal.texi: Renamed from
19322         doc/glibc-functions/psignal.texi.
19323         * doc/posix-functions/scandir.texi: Renamed from
19324         doc/glibc-functions/scandir.texi.
19325         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19326         doc/glibc-functions/sched_get_priority_min.texi.
19327         * doc/posix-functions/signgam.texi: Renamed from
19328         doc/glibc-functions/signgam.texi.
19329         * doc/posix-functions/stpcpy.texi: Renamed from
19330         doc/glibc-functions/stpcpy.texi.
19331         * doc/posix-functions/stpncpy.texi: Renamed from
19332         doc/glibc-functions/stpncpy.texi.
19333         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19334         doc/glibc-functions/strcasecmp_l.texi.
19335         * doc/posix-functions/strcoll_l.texi: Renamed from
19336         doc/glibc-functions/strcoll_l.texi.
19337         * doc/posix-functions/strfmon_l.texi: Renamed from
19338         doc/glibc-functions/strfmon_l.texi.
19339         * doc/posix-functions/strftime_l.texi: Renamed from
19340         doc/glibc-functions/strftime_l.texi.
19341         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19342         doc/glibc-functions/strncasecmp_l.texi.
19343         * doc/posix-functions/strndup.texi: Renamed from
19344         doc/glibc-functions/strndup.texi.
19345         * doc/posix-functions/strnlen.texi: Renamed from
19346         doc/glibc-functions/strnlen.texi.
19347         * doc/posix-functions/strsignal.texi: Renamed from
19348         doc/glibc-functions/strsignal.texi.
19349         * doc/posix-functions/strxfrm_l.texi: Renamed from
19350         doc/glibc-functions/strxfrm_l.texi.
19351         * doc/posix-functions/timer_gettime.texi: Renamed from
19352         doc/glibc-functions/timer_gettime.texi.
19353         * doc/posix-functions/tolower_l.texi: Renamed from
19354         doc/glibc-functions/tolower_l.texi.
19355         * doc/posix-functions/toupper_l.texi: Renamed from
19356         doc/glibc-functions/toupper_l.texi.
19357         * doc/posix-functions/towctrans_l.texi: Renamed from
19358         doc/glibc-functions/towctrans_l.texi.
19359         * doc/posix-functions/towlower_l.texi: Renamed from
19360         doc/glibc-functions/towlower_l.texi.
19361         * doc/posix-functions/towupper_l.texi: Renamed from
19362         doc/glibc-functions/towupper_l.texi.
19363         * doc/posix-functions/uselocale.texi: Renamed from
19364         doc/glibc-functions/uselocale.texi.
19365         * doc/posix-functions/vdprintf.texi: Renamed from
19366         doc/glibc-functions/vdprintf.texi.
19367         * doc/posix-functions/wcpcpy.texi:
19368         Renamed from doc/glibc-functions/wcpcpy.texi.
19369         * doc/posix-functions/wcpncpy.texi: Renamed from
19370         doc/glibc-functions/wcpncpy.texi.
19371         * doc/posix-functions/wcscasecmp.texi: Renamed from
19372         doc/glibc-functions/wcscasecmp.texi.
19373         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19374         doc/glibc-functions/wcscasecmp_l.texi.
19375         * doc/posix-functions/wcscoll_l.texi: Renamed from
19376         doc/glibc-functions/wcscoll_l.texi.
19377         * doc/posix-functions/wcsdup.texi: Renamed from
19378         doc/glibc-functions/wcsdup.texi.
19379         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19380         doc/glibc-functions/wcsncasecmp.texi.
19381         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19382         doc/glibc-functions/wcsncasecmp_l.texi.
19383         * doc/posix-functions/wcsnlen.texi: Renamed from
19384         doc/glibc-functions/wcsnlen.texi.
19385         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19386         doc/glibc-functions/wcsnrtombs.texi.
19387         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19388         doc/glibc-functions/wcsxfrm_l.texi.
19389         * doc/posix-functions/wctrans_l.texi: Renamed from
19390         doc/glibc-functions/wctrans_l.texi.
19391         * doc/posix-functions/wctype_l.texi: Renamed from
19392         doc/glibc-functions/wctype_l.texi.
19393         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19394         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19395         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19396         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19397         these subsections.
19398         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19399         Remove sections.
19400
19401 2008-12-14  Bruno Haible  <bruno@clisp.org>
19402
19403         Update doc for POSIX:2008.
19404         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19405
19406 2008-12-14  Bruno Haible  <bruno@clisp.org>
19407
19408         Update doc for POSIX:2008.
19409         * doc/pastposix-functions/bcmp.texi: Renamed from
19410         doc/posix-functions/bcmp.texi.
19411         * doc/pastposix-functions/bcopy.texi: Renamed from
19412         doc/posix-functions/bcopy.texi.
19413         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19414         doc/posix-functions/bsd_signal.texi.
19415         * doc/pastposix-functions/bzero.texi: Renamed from
19416         doc/posix-functions/bzero.texi.
19417         * doc/pastposix-functions/ecvt.texi: Renamed from
19418         doc/posix-functions/ecvt.texi.
19419         * doc/pastposix-functions/fcvt.texi: Renamed from
19420         doc/posix-functions/fcvt.texi.
19421         * doc/pastposix-functions/ftime.texi: Renamed from
19422         doc/posix-functions/ftime.texi.
19423         * doc/pastposix-functions/gcvt.texi: Renamed from
19424         doc/posix-functions/gcvt.texi.
19425         * doc/pastposix-functions/getcontext.texi: Renamed from
19426         doc/posix-functions/getcontext.texi.
19427         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19428         doc/posix-functions/gethostbyaddr.texi.
19429         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19430         doc/posix-functions/gethostbyname.texi.
19431         * doc/pastposix-functions/getwd.texi: Renamed from
19432         doc/posix-functions/getwd.texi.
19433         * doc/pastposix-functions/h_errno.texi: Renamed from
19434         doc/posix-functions/h_errno.texi.
19435         * doc/pastposix-functions/index.texi: Renamed from
19436         doc/posix-functions/index.texi.
19437         * doc/pastposix-functions/makecontext.texi: Renamed from
19438         doc/posix-functions/makecontext.texi.
19439         * doc/pastposix-functions/mktemp.texi: Renamed from
19440         doc/posix-functions/mktemp.texi.
19441         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19442         doc/posix-functions/pthread_attr_getstackaddr.texi.
19443         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19444         doc/posix-functions/pthread_attr_setstackaddr.texi.
19445         * doc/pastposix-functions/rindex.texi: Renamed from
19446         doc/posix-functions/rindex.texi.
19447         * doc/pastposix-functions/scalb.texi: Renamed from
19448         doc/posix-functions/scalb.texi.
19449         * doc/pastposix-functions/setcontext.texi: Renamed from
19450         doc/posix-functions/setcontext.texi.
19451         * doc/pastposix-functions/swapcontext.texi: Renamed from
19452         doc/posix-functions/swapcontext.texi.
19453         * doc/pastposix-functions/ualarm.texi: Renamed from
19454         doc/posix-functions/ualarm.texi.
19455         * doc/pastposix-functions/usleep.texi: Renamed from
19456         doc/posix-functions/usleep.texi.
19457         * doc/pastposix-functions/vfork.texi: Renamed from
19458         doc/posix-functions/vfork.texi.
19459         * doc/pastposix-functions/wcswcs.texi: Renamed from
19460         doc/posix-functions/wcswcs.texi.
19461         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19462         (Function Substitutes): Update.
19463
19464 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19465
19466         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19467         m4/strerror.m4.
19468
19469 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19470             Bruno Haible  <bruno@clisp.org>
19471
19472         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19473
19474 2008-12-13  Bruno Haible  <bruno@clisp.org>
19475
19476         * modules/strtoull (Depends-on): Remove unistd.
19477
19478 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19479
19480         * modules/strtoull (Depends-on): Add stdlib.
19481
19482 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19483
19484         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19485
19486 2008-12-10  Jim Meyering  <meyering@redhat.com>
19487
19488         gl_ASSERT: don't say assertions are disabled when they're not
19489         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19490         "checking whether to enable assertions... no", when they are in
19491         fact enabled.  This is solely a bug in the output of configure.
19492         In spite of saying "no", NDEBUG was not defined in that case.
19493         Also, as noted by Eric Blake, leave assertions enabled upon
19494         --enable-assert=INVALID.
19495
19496 2008-12-10  Bruno Haible  <bruno@clisp.org>
19497
19498         Change MODULES.html to refer to POSIX:2008 where possible.
19499         * MODULES.html.sh (POSIX2008_URL): New variable.
19500         (posix_headers): Remove sys/timeb, ucontext.
19501         (posix2001_headers): New variable.
19502         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19503         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19504         index, makecontext, mktemp, pthread_attr_getstackaddr,
19505         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19506         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19507         (posix2001_functions): New variable.
19508         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19509         otherwise.
19510
19511 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19512
19513         add missing include to parse-duration.c
19514         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19515         * modules/parse-duration (Depends-on): Add xalloc.
19516
19517         fix sed script reading maint.mk
19518         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19519         (syntax-check-rules): Use it.
19520
19521 2008-12-09  Bruno Haible  <bruno@clisp.org>
19522
19523         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19524         MacOS X 10.4/PowerPC.
19525         Reported by Simon Josefsson.
19526
19527 2008-12-08  Jim Meyering  <meyering@redhat.com>
19528
19529         work around mingw's lack of some S_IF definitions
19530         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19531         Reported by Simon Josefsson.
19532
19533 2008-12-08  Bruno Haible  <bruno@clisp.org>
19534
19535         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19536         applied to variables. Needed on MacOS X 10.4/PowerPC.
19537         Reported by Simon Josefsson.
19538
19539 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19540         and Eric Blake  <ebb9@byu.net>
19541
19542         assert: honor --enable-assert
19543         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19544         order to honor --enable-assert, rather than treating it as a
19545         synonym for --disable-assert.
19546
19547 2008-12-08  Jim Meyering  <meyering@redhat.com>
19548
19549         * lib/posixtm.c: Remove now-useless declaration of mktime.
19550
19551         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19552
19553 2008-12-07  Bruno Haible  <bruno@clisp.org>
19554
19555         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19556         test_once): Mark functions as static.
19557         * tests/test-tls.c (test_tls): Likewise.
19558
19559 2008-12-07  Bruno Haible  <bruno@clisp.org>
19560
19561         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19562         iconv_register_autodetect.
19563
19564 2008-12-07  Jim Meyering  <meyering@redhat.com>
19565
19566         posixtm.c: avoid a warning
19567         * lib/posixtm.c (posixtime): Don't initialize tm0.
19568         It's no longer needed to placate gcc4's -Wuninitialized,
19569         and the attempt to placate would elicit a new warning.
19570
19571         unicodeio.c: mark unused parameters
19572         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19573         (fallback_failure_callback): Likewise.
19574
19575 2008-12-07  Bruno Haible  <bruno@clisp.org>
19576
19577         * gnulib-tool (func_create_testdir): When building the tests
19578         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19579         Reported by Simon Josefsson.
19580
19581 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19582
19583         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19584
19585 2008-12-06  Bruno Haible  <bruno@clisp.org>
19586
19587         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19588         Suggested by Eric Blake.
19589
19590 2008-12-06  Bruno Haible  <bruno@clisp.org>
19591
19592         Fix a c-stack test failure on MacOS X.
19593         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19594         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19595         handler for SIGBUS as well.
19596         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19597         install a signal handler for SIGBUS as well.
19598         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19599
19600 2008-12-06  Bruno Haible  <bruno@clisp.org>
19601
19602         Advocacy documentation.
19603         * doc/gnulib-intro.texi (Benefits): New section.
19604         * doc/gnulib.texi: Update.
19605
19606 2008-12-06  Bruno Haible  <bruno@clisp.org>
19607
19608         Document the 'manywarnings' module.
19609         * doc/manywarnings.texi: New file.
19610         * doc/gnulib.texi: Include it.
19611
19612 2008-12-05  Eric Blake  <ebb9@byu.net>
19613
19614         tests: silence some gcc warnings
19615         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19616         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19617         type mismatches.
19618
19619 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19620             Bruno Haible  <bruno@clisp.org>
19621
19622         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19623
19624 2008-11-29  Jim Meyering  <meyering@redhat.com>
19625
19626         unicodeio.c: mark unused parameters
19627         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19628         (fallback_failure_callback): Likewise.
19629
19630         fts: fix a thinko
19631         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19632         (set_stat_type): Return S_IF*-valued "type" directly.
19633         Prompted by James Youngman's spotting a related bug.
19634         Confirmed by further testing through find.
19635
19636         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19637         * lib/fts.c (D_TYPE): Define.
19638         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19639         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19640         (s_ifmt_shift_bits): New function.
19641         (set_stat_type): New function.
19642         (fts_build): When not calling fts_stat, call set_stat_type
19643         to propagate dirent.d_type info to fts_read caller.
19644         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19645         fts_statp->st_mode type information may be valid.
19646
19647 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19648
19649         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19650         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19651         <sds@gnu.org>.
19652
19653 2008-11-20  Bruno Haible  <bruno@clisp.org>
19654
19655         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19656         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19657         INCLUDE_NEXT.
19658         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19659         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19660         * modules/math (Makefile.am): Substitute
19661         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19662         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19663
19664 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19665             Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/stdint.in.h: Define all type macros so that their expansion is
19668         a single typedef'ed token. Fixes a compilation failure in Boost which
19669         does "using ::int8_t;".
19670
19671 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19672
19673         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19674         gl_MANYWARN_ALL_GCC.
19675         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19676         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19677         * modules/manywarnings: New file.
19678         * MODULES.html.sh: Mention manywarnings module.
19679
19680 2008-11-18  Bruno Haible  <bruno@clisp.org>
19681
19682         * doc/gnulib-tool.texi (Unit tests): New section.
19683
19684 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19685
19686         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19687         paths like 'lib/po/foo.po'.
19688
19689 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19690
19691         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19692         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19693
19694 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19695
19696         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19697         parameter works.
19698
19699 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19700
19701         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19702
19703 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19704
19705         * modules/parse-duration-tests: New file.
19706         * tests/test-parse-duration.sh: New file.
19707         * tests/test-parse-duration.c: New file.
19708
19709         New module 'parse-duration'.
19710         * lib/parse-duration.h: New file.
19711         * lib/parse-duration.c: New file.
19712         * modules/parse-duration: New file.
19713
19714 2008-11-17  Bruno Haible  <bruno@clisp.org>
19715
19716         * tests/test-select-out.sh: Comment out the first pipe test.
19717         Reported by Simon Josefsson.
19718
19719 2008-11-17  Bruno Haible  <bruno@clisp.org>
19720
19721         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19722         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19723         gl_HOSTENT.
19724
19725 2008-11-17  Bruno Haible  <bruno@clisp.org>
19726
19727         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19728         -lnetwork and -lnet. Needed for Haiku and BeOS.
19729
19730 2008-11-16  Bruno Haible  <bruno@clisp.org>
19731
19732         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19733
19734 2008-11-16  Bruno Haible  <bruno@clisp.org>
19735
19736         Avoid test failure on Haiku.
19737         * tests/test-fsync.c: Include <errno.h>.
19738         (main): Don't require that fsync (0) fails.
19739
19740 2008-11-15  Bruno Haible  <bruno@clisp.org>
19741
19742         New module 'hostent'.
19743         * modules/hostent: New file.
19744         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19745
19746 2008-11-15  Bruno Haible  <bruno@clisp.org>
19747
19748         New module 'servent'.
19749         * modules/servent: New file.
19750         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19751
19752 2008-11-15  Bruno Haible  <bruno@clisp.org>
19753
19754         Avoid generating same test program with two different rules.
19755         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19756         test-frexp to test-frexp-nolibm.
19757         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19758         test-frexpl to test-frexpl-nolibm.
19759
19760 2008-11-15  Bruno Haible  <bruno@clisp.org>
19761
19762         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19763         $(FREXPL_LIBM).
19764
19765 2008-11-15  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/netdb.in.h: Activate the definitions also when the system's
19768         <netdb.h> has 'struct addrinfo'.
19769         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19770         EAI_OVERFLOW or AI_NUMERICSERV.
19771         * doc/posix-headers/netdb.texi: Document the problem.
19772
19773 2008-11-15  Bruno Haible  <bruno@clisp.org>
19774
19775         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19776
19777         Make the 'sched' module work on platforms where <sched.h> exists but
19778         is incomplete (such as Haiku).
19779         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19780         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19781         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19782         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19783         HAVE_STRUCT_SCHED_PARAM.
19784         * modules/sched (Depends-on): Add include_next.
19785         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19786         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19787         * doc/posix-headers/sched.texi: Document the issue.
19788
19789 2008-11-13  Jim Meyering  <meyering@redhat.com>
19790
19791         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19792         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19793         test would fail due to the difference in the Report bugs to ...
19794         line.  The expected address is empty, "<>", while the actual
19795         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19796
19797 2008-11-12  Bruno Haible  <bruno@clisp.org>
19798
19799         lstat: don't compile lstat.c on systems lacking lstat
19800         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19801         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19802         Reported by Daniel P. Berrange via Jim Meyering.
19803
19804 2008-11-12  Jim Meyering  <meyering@redhat.com>
19805
19806         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19807
19808 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19809
19810         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19811         instead.
19812
19813 2008-11-12  Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/unicodeio.c: Include unistr.h.
19816         (utf8_wctomb): Remove function.
19817         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19818
19819 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19820
19821         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19822         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19823         <bruno@clisp.org>.
19824         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19825
19826 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19827
19828         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19829         * doc/gnulib.texi: Add section for warnings.
19830
19831 2008-11-11  Bruno Haible  <bruno@clisp.org>
19832
19833         * lib/sockets.h: Add a comment.
19834
19835 2008-11-11  Karl Berry  <karl@gnu.org>
19836
19837         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19838
19839 2008-11-11  Eric Blake  <ebb9@byu.net>
19840
19841         fdl.texi: avoid git symlinks
19842         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19843
19844 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19845
19846         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19847
19848 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19849
19850         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19851         (gl_WARN_ADD): Substitute $2 if literal.
19852
19853 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19854
19855         * m4/warning.m4: Remove.
19856
19857 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19858
19859         * m4/warnings.m4: Almost complete rewrite. :-)
19860
19861 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19862
19863         * modules/warnings: New module.
19864         * m4/warnings.m4: New file.
19865         * MODULES.html.sh: Mention warnings module.
19866         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19867         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19868
19869 2008-11-10  Eric Blake  <ebb9@byu.net>
19870
19871         fdl.texi: make a symlink to the latest version
19872         * doc/standards.texi: Revert today's earlier change.
19873         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19874         * doc/fdl.texi: ...and replace this with a symlink to the newer
19875         fdl-1.3.texi.
19876
19877 2008-11-10  Bruno Haible  <bruno@clisp.org>
19878
19879         * tests/test-select-fd.c (main): Accept the result file name as fourth
19880         argument.
19881         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19882         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19883
19884 2008-11-10  Bruno Haible  <bruno@clisp.org>
19885
19886         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19887         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19888         as autoconf-substituted macros.
19889         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19890         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19891         gl_NETDB_H_DEFAULTS. Set these variables.
19892         * modules/netdb (Makefile.am): Substitute these variables.
19893
19894 2008-11-10  Eric Blake  <ebb9@byu.net>
19895
19896         standards.texi: include correct file for FDL 1.3
19897         * doc/standards.texi (GNU Free Documentation License): Change
19898         include file to pull in FDL 1.3, not 1.2.
19899
19900         fdl.texi: revert accidental change to license
19901         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19902
19903 2008-11-10  Bruno Haible  <bruno@clisp.org>
19904
19905         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19906         cross-compiling guesses also when the native compile gives no result.
19907
19908 2008-11-10  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/spawni.c (__spawni): Force variable into the stack.
19911
19912 2008-11-10  Bruno Haible  <bruno@clisp.org>
19913
19914         Add support for Haiku.
19915         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19916         glibc and BeOS, but also on Haiku.
19917         * lib/fpurge.c (fpurge): Likewise.
19918         * lib/freadable.c (freadable): Likewise.
19919         * lib/freadahead.c (freadahead): Likewise.
19920         * lib/freading.c (freading): Likewise.
19921         * lib/freadptr.c (freadptr): Likewise.
19922         * lib/freadseek.c (freadptrinc): Likewise.
19923         * lib/fseeko.c (rpl_fseeko): Likewise.
19924         * lib/fseterr.c (fseterr): Likewise.
19925         * lib/fwritable.c (fwritable): Likewise.
19926         * lib/fwriting.c (fwriting): Likewise.
19927         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19928
19929 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19930
19931         * lib/config.charset: Treat Haiku like BeOS.
19932
19933 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19934
19935         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19936         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19937
19938 2008-11-08  Bruno Haible  <bruno@clisp.org>
19939
19940         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19941         AC_CACHE_CHECK.
19942
19943 2008-11-08  Bruno Haible  <bruno@clisp.org>
19944
19945         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19946
19947 2008-11-08  Bruno Haible  <bruno@clisp.org>
19948
19949         * tests/test-select-fd.c: New file.
19950         * tests/test-select-in.sh: New file.
19951         * tests/test-select-out.sh: New file.
19952         * tests/test-select-stdin.c: New file.
19953         * modules/select-tests (Files): Add the new files.
19954         (Depends-on): Add gettimeofday.
19955         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19956         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19957         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19958
19959 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19960             Bruno Haible  <bruno@clisp.org>
19961
19962         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19963
19964 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19965
19966         * build-aux/pmccabe2html: Added support for C++ source files.
19967
19968 2008-11-05  Ben Pfaff  <blp@gnu.org>
19969
19970         Fix lib/close.c build on Windows.
19971         * modules/close (Files): Add lib/w32sock.h.
19972
19973 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19974
19975         Accept Bison's NEWS format.
19976         * build-aux/announce-gen (print_news_deltas): Tweak
19977         $re_prefix.
19978
19979 2008-11-04  Bruno Haible  <bruno@clisp.org>
19980
19981         * modules/random_r (Maintainer): Add glibc.
19982
19983 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19984
19985         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19986         by karl@freefriends.org (Karl Berry).
19987         * doc/alloca.texi: Likewise.
19988         * doc/c-ctype.texi: Likewise.
19989         * doc/c-strcase.texi: Likewise.
19990         * doc/c-strcaseeq.texi: Likewise.
19991         * doc/c-strcasestr.texi: Likewise.
19992         * doc/c-strstr.texi: Likewise.
19993         * doc/c-strtod.texi: Likewise.
19994         * doc/c-strtold.texi: Likewise.
19995         * doc/ctime.texi: Likewise.
19996         * doc/error.texi: Likewise.
19997         * doc/fdl.texi: Likewise.
19998         * doc/gcd.texi: Likewise.
19999         * doc/getdate.texi: Likewise.
20000         * doc/gnulib-intro.texi: Likewise.
20001         * doc/gnulib-tool.texi: Likewise.
20002         * doc/gnulib.texi: Likewise.
20003         * doc/inet_ntoa.texi: Likewise.
20004         * doc/maintain.texi: Likewise.
20005         * doc/make-stds.texi: Likewise.
20006         * doc/quote.texi: Likewise.
20007         * doc/regexprops-generic.texi: Likewise.
20008         * doc/standards.texi: Likewise.
20009         * doc/verify.texi: Likewise.
20010         * doc/visibility.texi: Likewise.
20011         * doc/gnulib.texi (GNU Free Documentation License): Include
20012         fdl-1.3.texi instead of fdl.texi.
20013
20014 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20015
20016         * doc/fdl-1.3.texi: New file, from
20017         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20018         * modules/fdl-1.3: Add.
20019         * MODULES.html.sh: Add fdl-1.3.
20020
20021 2008-11-03  Bruno Haible  <bruno@clisp.org>
20022
20023         Make determination of absolute name of header file work with AIX xlc.
20024         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20025         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20026         preprocessing.
20027         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20028         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20029
20030 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20031
20032         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20033         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20034         <ludo@gnu.org>.
20035
20036 2008-11-02  Bruno Haible  <bruno@clisp.org>
20037
20038         Mark 'strpbrk' obsolete.
20039         * modules/strpbrk (Status, Notice): New sections.
20040         * modules/strtok_r (Depends-on): Add strpbrk.
20041
20042 2008-11-02  Bruno Haible  <bruno@clisp.org>
20043
20044         Mark 'strdup' obsolete.
20045         * modules/strdup (Status, Notice): New sections.
20046         * modules/findprog (Depends-on): Add strdup.
20047         * modules/getaddrinfo (Depends-on): Likewise.
20048         * modules/localename (Depends-on): Likewise.
20049         * modules/relocatable-lib (Depends-on): Likewise.
20050         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20051         * modules/relocatable-prog (Depends-on): Likewise.
20052         * modules/trim (Depends-on): Likewise.
20053         * modules/unictype/gen-ctype (Depends-on): Likewise.
20054         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20055
20056 2008-11-02  Bruno Haible  <bruno@clisp.org>
20057
20058         Mark 'strcspn' obsolete.
20059         * modules/strcspn (Status, Notice): New sections.
20060
20061 2008-11-02  Bruno Haible  <bruno@clisp.org>
20062
20063         Mark 'rmdir' obsolete.
20064         * modules/rmdir (Status, Notice): New sections.
20065         * modules/clean-temp (Depends-on): Add rmdir.
20066         * modules/openat (Depends-on): Likewise.
20067
20068 2008-11-02  Bruno Haible  <bruno@clisp.org>
20069
20070         Mark 'raise' obsolete.
20071         * modules/raise (Status, Notice): New sections.
20072         (Include): Specify <signal.h>.
20073         * modules/stdio (Depends-on): Add raise.
20074         * modules/write (Depends-on): Likewise.
20075
20076 2008-11-02  Bruno Haible  <bruno@clisp.org>
20077
20078         Mark 'memset' obsolete.
20079         * modules/memset (Status, Notice): New sections.
20080
20081 2008-11-02  Bruno Haible  <bruno@clisp.org>
20082
20083         Mark 'memmove' obsolete.
20084         * modules/memmove (Status, Notice): New sections.
20085         * modules/argp (Depends-on): Add memmove.
20086         * modules/argz (Depends-on): Likewise.
20087         * modules/canonicalize (Depends-on): Likewise.
20088         * modules/canonicalize-lgpl (Depends-on): Likewise.
20089         * modules/fts (Depends-on): Likewise.
20090         * modules/getcwd (Depends-on): Likewise.
20091         * modules/human (Depends-on): Likewise.
20092         * modules/regex (Depends-on): Likewise.
20093         * modules/striconveh (Depends-on): Likewise.
20094         * modules/trim (Depends-on): Likewise.
20095         * modules/unistr/u8-move (Depends-on): Likewise.
20096         * modules/unistr/u16-move (Depends-on): Likewise.
20097         * modules/unistr/u32-move (Depends-on): Likewise.
20098
20099 2008-11-02  Bruno Haible  <bruno@clisp.org>
20100
20101         Mark 'memcpy' obsolete.
20102         * modules/memcpy (Status, Notice): New sections.
20103
20104 2008-11-02  Bruno Haible  <bruno@clisp.org>
20105
20106         Mark 'memcmp' obsolete.
20107         * modules/memcmp (Status, Notice): New sections.
20108         * modules/argmatch (Depends-on): Add memchr.
20109         * modules/backupfile (Depends-on): Likewise.
20110         * modules/c-strcasestr (Depends-on): Likewise.
20111         * modules/crypto/des (Depends-on): Likewise.
20112         * modules/csharpcomp (Depends-on): Likewise.
20113         * modules/fnmatch (Depends-on): Likewise.
20114         * modules/git-merge-changelog (Depends-on): Likewise.
20115         * modules/isnand (Depends-on): Likewise.
20116         * modules/isnand-nolibm (Depends-on): Likewise.
20117         * modules/isnanf (Depends-on): Likewise.
20118         * modules/isnanf-nolibm (Depends-on): Likewise.
20119         * modules/isnanl (Depends-on): Likewise.
20120         * modules/isnanl-nolibm (Depends-on): Likewise.
20121         * modules/mbchar (Depends-on): Likewise.
20122         * modules/memcoll (Depends-on): Likewise.
20123         * modules/quotearg (Depends-on): Likewise.
20124         * modules/regex (Depends-on): Likewise.
20125         * modules/relocatable-prog (Depends-on): Likewise.
20126         * modules/same (Depends-on): Likewise.
20127         * modules/signbit (Depends-on): Likewise.
20128         * modules/strcasestr-simple (Depends-on): Likewise.
20129         * modules/unictype/gen-ctype (Depends-on): Likewise.
20130         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20131         * modules/uniname/uniname (Depends-on): Likewise.
20132         * modules/unistr/u8-cmp (Depends-on): Likewise.
20133
20134 2008-11-02  Bruno Haible  <bruno@clisp.org>
20135
20136         Mark 'memchr' obsolete.
20137         * modules/memchr (Status, Notice): New sections.
20138         * modules/argp (Depends-on): Add memchr.
20139         * modules/base64 (Depends-on): Likewise.
20140         * modules/c-strcasestr (Depends-on): Likewise.
20141         * modules/chdir-long (Depends-on): Likewise.
20142         * modules/fnmatch (Depends-on): Likewise.
20143         * modules/getsubopt (Depends-on): Likewise.
20144         * modules/git-merge-changelog (Depends-on): Likewise.
20145         * modules/glob (Depends-on): Likewise.
20146         * modules/strcasestr-simple (Depends-on): Likewise.
20147         * modules/strnlen (Depends-on): Likewise.
20148
20149 2008-11-02  Bruno Haible  <bruno@clisp.org>
20150
20151         Mark 'atexit' obsolete.
20152         * modules/atexit (Status, Notice): New sections.
20153         * modules/chdir-long (Depends-on): Add atexit.
20154         * modules/wait-process (Depends-on): Likewise.
20155
20156 2008-11-02  Bruno Haible  <bruno@clisp.org>
20157
20158         * gnulib-tool: New option --with-obsolete.
20159         (func_usage): Document it.
20160         (func_modules_transitive_closure): Drop obsolete dependencies if
20161         incobsolete is not true.
20162         (func_import): Read and save the incobsolete variable to the cache.
20163
20164 2008-11-02  Bruno Haible  <bruno@clisp.org>
20165
20166         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20167         * gnulib-tool: New option --extract-status.
20168         (func_usage): Document it.
20169         (sed_extract_prog): Recognize it.
20170         (func_get_status): New function.
20171
20172 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20173
20174         * modules/sockets (License): Change from LGPL to LGPLv2+.
20175
20176 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20177
20178         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20179
20180 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20181
20182         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20183         Mention times and sys_times.
20184         * modules/sys_times, modules/sys_times-tests: New modules.
20185         * modules/times, modules/times-tests: Likewise
20186         * m4/sys_times_h.m4: New file.
20187         * lib/sys_times.in.h: Likewise
20188         * lib/times.c: Likewise.
20189         * tests/test-sys_times.c: Likewise.
20190         * tests/test-times.c: Likewise.
20191         * doc/posix-headers/sys_times.texi: Update.
20192         * doc/posix-functions/times.texi: Update.
20193
20194 2008-10-28  Jim Meyering  <meyering@redhat.com>
20195
20196         * modules/tempname (Depends-on): Add lstat.
20197
20198         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20199
20200 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20201
20202         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20203         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20204         using idiom used elsewhere in gnulib.
20205
20206 2008-10-27  Jim Meyering  <meyering@redhat.com>
20207
20208         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20209
20210 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20211
20212         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20213         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20214         programs.
20215         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20216
20217 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20218
20219         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20220
20221 2008-10-27  Bruno Haible  <bruno@clisp.org>
20222
20223         * tests/test-lstat.c: Include <stdio.h>.
20224
20225 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20226
20227         * modules/lstat-tests: New module.
20228         * tests/test-lstat.c: New file.
20229
20230 2008-10-26  Jim Meyering  <meyering@redhat.com>
20231
20232         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20233
20234 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20235             Bruno Haible  <bruno@clisp.org>
20236
20237         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20238         * modules/configmake (Include): Add a note that the include must come
20239         after all system headers.
20240         * lib/javaversion.c: Include configmake.h after all other includes.
20241
20242 2008-10-26  Bruno Haible  <bruno@clisp.org>
20243
20244         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20245         HAVE_STRUCT_RANDOM_DATA to 1.
20246         (gl_STDLIB_H): Simplify.
20247
20248 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20249
20250         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20251         substitute HAVE_STRUCT_RANDOM_DATA.
20252         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20253         random_data.
20254         * modules/stdlib (Makefile.am): Substitute
20255         HAVE_STRUCT_RANDOM_DATA.
20256
20257 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20258
20259         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20260         * doc/gnulib-intro.texi (Copyright): Likewise.
20261
20262 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20263
20264         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20265         findings.
20266
20267 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20268             Bruno Haible  <bruno@clisp.org>
20269
20270         * lib/unistd.in.h: Include <winsock2.h>.
20271         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20272         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20273         Provide dummy declarations.
20274         (gethostname): Override.
20275         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20276         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20277         gl_PREREQ_SYS_H_WINSOCK2.
20278         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20279         * doc/posix-functions/gethostname.texi: More details.
20280
20281 2008-10-25  Bruno Haible  <bruno@clisp.org>
20282
20283         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20284         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20285         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20286
20287         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20288         here ...
20289         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20290         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20291         gl_UNISTD_H_DEFAULTS.
20292
20293 2008-10-25  Eric Blake  <ebb9@byu.net>
20294
20295         signbit: avoid spurious compiler failure
20296         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20297         declarations inside function.
20298
20299 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20300             Bruno Haible  <bruno@clisp.org>
20301
20302         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20303         * modules/random_r (Depends-on): Add stdint.
20304
20305 2008-10-24  Bruno Haible  <bruno@clisp.org>
20306
20307         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20308         Eggert.
20309         * modules/strerror (License): Likewise.
20310
20311 2008-10-24  Jim Meyering  <meyering@redhat.com>
20312
20313         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20314         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20315
20316 2008-10-24  Eric Blake  <ebb9@byu.net>
20317
20318         getgroups: fix compilation when getgroups is available
20319         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20320         but with <config.h> override of getgroups disabled.
20321
20322 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20323
20324         * doc/gnulib.texi (Header files): Add note about C++ problems.
20325         Explained by Bruno Haible <bruno@clisp.org>.
20326
20327 2008-10-23  Bruno Haible  <bruno@clisp.org>
20328
20329         Define a dummy SA_NODEFER macro on Interix.
20330         * lib/signal.in.h (SA_NODEFER): Define fallback.
20331         Reported by Aleksey Cheusov <cheusov@tut.by> via
20332         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20333
20334 2008-10-23  Bruno Haible  <bruno@clisp.org>
20335
20336         * modules/freadahead (License): Change to LGPLv2+.
20337         Suggested by Simon Josefsson.
20338
20339 2008-10-23  Jim Meyering  <meyering@redhat.com>
20340
20341         random_r: new module
20342         * modules/random_r: New file.
20343         * m4/random_r.m4: New file.
20344         * lib/random_r.c: New file, from glibc.
20345         * modules/random_r-tests: New file.
20346         * tests/test-random_r.c: New file.
20347         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20348          Declare.
20349         (RAND_MAX): Define.
20350         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20351         * modules/stdlib: Substitute them, too.
20352         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20353         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20354         * doc/glibc-functions/random_r.texi: Likewise.
20355         * doc/glibc-functions/setstate_r.texi: Likewise.
20356         * doc/glibc-functions/srandom_r.texi: Likewise.
20357         * config/srclist.txt: Mention it.
20358
20359 2008-10-23  David Lutterkort  <lutter@redhat.com>
20360
20361         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20362         link requirement
20363
20364 2008-10-23  Jim Meyering  <meyering@redhat.com>
20365
20366         selinux-h: mark parameters of stub functions as intentionally unused
20367         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20368         * lib/se-context.in.h: Likewise.
20369
20370 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20371
20372         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20373
20374 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20375
20376         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20377
20378 2008-10-22  Eric Blake  <ebb9@byu.net>
20379
20380         glthread/thread: avoid compiler warning
20381         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20382         Add unreachable abort to silence compiler.
20383
20384 2008-10-22  Eric Blake  <ebb9@byu.net>
20385
20386         netdb: also supply struct addrinfo for cygwin 1.5.x
20387         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20388         older cygwin.
20389         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20390         cygwin.
20391         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20392
20393 2008-10-22  Bruno Haible  <bruno@clisp.org>
20394
20395         * users.txt: Update entry about pspp.
20396
20397 2008-10-21  Bruno Haible  <bruno@clisp.org>
20398
20399         Simplification.
20400         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20401         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20402
20403         Simplification.
20404         * lib/ioctl.c (ioctl): Don't undefine.
20405         * lib/socket.c (socket): Don't undefine.
20406
20407         Remove unused module indicator macros.
20408         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20409         GNULIB_$1 as a C macro.
20410
20411         * doc/posix-functions/close.texi: Undo last change.
20412         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20413         Windows platforms.
20414
20415 2008-10-21  Bruno Haible  <bruno@clisp.org>
20416
20417         Add gethostname() declaration to <unistd.h>.
20418         * lib/unistd.in.h (gethostname): New declaration.
20419         * lib/gethostname.c: Include <unistd.h>.
20420         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20421         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20422         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20423         and HAVE_GETHOSTNAME.
20424         * modules/gethostname (Depends-on): Add unistd.
20425         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20426         (Include): Specify <unistd.h>.
20427         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20428         HAVE_GETHOSTNAME.
20429         * tests/test-gethostname.c: Include <unistd.h> first.
20430
20431 2008-10-21  Bruno Haible  <bruno@clisp.org>
20432
20433         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20434         * modules/select-tests (Depends-on): Likewise.
20435         Reported by Simon Josefsson.
20436
20437 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20438
20439         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20440         * lib/accept.c: New file, based on winsock.c.
20441         * lib/bind.c: New file, based on winsock.c.
20442         * lib/connect.c: New file, based on winsock.c.
20443         * lib/getpeername.c: New file, based on winsock.c.
20444         * lib/getsockname.c: New file, based on winsock.c.
20445         * lib/getsockopt.c: New file, based on winsock.c.
20446         * lib/ioctl.c: New file, based on winsock.c.
20447         * lib/listen.c: New file, based on winsock.c.
20448         * lib/recv.c: New file, based on winsock.c.
20449         * lib/recvfrom.c: New file, based on winsock.c.
20450         * lib/send.c: New file, based on winsock.c.
20451         * lib/sendto.c: New file, based on winsock.c.
20452         * lib/setsockopt.c: New file, based on winsock.c.
20453         * lib/shutdown.c: New file, based on winsock.c.
20454         * lib/socket.c: New file, based on winsock.c.
20455         * lib/w32sock.h: New file, based on winsock.c.
20456         * lib/winsock.c: Remove file.
20457         * modules/accept: Likewise.
20458         * modules/bind: Likewise.
20459         * modules/connect: Likewise.
20460         * modules/getpeername: Likewise.
20461         * modules/getsockname: Likewise.
20462         * modules/getsockopt: Likewise.
20463         * modules/ioctl: Likewise.
20464         * modules/listen: Likewise.
20465         * modules/recv: Likewise.
20466         * modules/recvfrom: Likewise.
20467         * modules/send: Likewise.
20468         * modules/sendto: Likewise.
20469         * modules/setsockopt: Likewise.
20470         * modules/shutdown: Likewise.
20471         * modules/socket: Use socket.c instead of winsock.c.
20472         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20473         * doc/posix-functions/accept.texi: Doc fix.
20474         * doc/posix-functions/bind.texi: Doc fix.
20475         * doc/posix-functions/close.texi: Doc fix.
20476         * doc/posix-functions/connect.texi: Doc fix.
20477         * doc/posix-functions/getpeername.texi: Doc fix.
20478         * doc/posix-functions/getsockname.texi: Doc fix.
20479         * doc/posix-functions/getsockopt.texi: Doc fix.
20480         * doc/posix-functions/ioctl.texi: Doc fix.
20481         * doc/posix-functions/listen.texi: Doc fix.
20482         * doc/posix-functions/recv.texi: Doc fix.
20483         * doc/posix-functions/recvfrom.texi: Doc fix.
20484         * doc/posix-functions/send.texi: Doc fix.
20485         * doc/posix-functions/sendto.texi: Doc fix.
20486         * doc/posix-functions/setsockopt.texi: Doc fix.
20487         * doc/posix-functions/shutdown.texi: Doc fix.
20488         * doc/posix-functions/socket.texi: Doc fix.
20489
20490 2008-10-20  Bruno Haible  <bruno@clisp.org>
20491
20492         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20493         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20494         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20495         as an alias for SIGABRT.
20496         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20497         (sigaction): Map it to SIGABRT.
20498         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20499
20500 2008-10-20  Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/fts.c: Don't include lstat.h.
20503         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20504
20505         Move the lstat() declaration to <sys/stat.h>.
20506         * lib/lstat.h: Remove file.
20507         * lib/sys_stat.in.h: Add special invocation convention.
20508         (lstat): New declaration.
20509         * lib/lstat.c (orig_lstat): New function.
20510         (rpl_lstat): Use orig_lstat instead of lstat.
20511         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20512         AC_C_INLINE. Set REPLACE_LSTAT.
20513         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20514         and REPLACE_LSTAT.
20515         * modules/lstat (Files): Remove lib/lstat.h.
20516         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20517         (Include): Specify <sys/stat.h> instead of lstat.h.
20518         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20519         REPLACE_LSTAT.
20520         * NEWS: Mention the change.
20521
20522 2008-10-20  Bruno Haible  <bruno@clisp.org>
20523
20524         * modules/posix_spawn-tests: New file.
20525         * tests/test-posix_spawn3.c: New file.
20526
20527 2008-10-20  Bruno Haible  <bruno@clisp.org>
20528
20529         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20530         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20531         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20532         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20533         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20534
20535 2008-10-20  Bruno Haible  <bruno@clisp.org>
20536
20537         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20538         of posix_spawn on AIX 5.3.
20539
20540 2008-10-20  Bruno Haible  <bruno@clisp.org>
20541
20542         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20543
20544 2008-10-20  Bruno Haible  <bruno@clisp.org>
20545
20546         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20547         of AC_LANG_PROGRAM.
20548
20549 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20550
20551         * lib/netdb.in.h: Don't define GNU specific constants until they
20552         are supported or needed.  Reported by Bruno Haible
20553         <bruno@clisp.org>.
20554
20555 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20556
20557         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20558
20559 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20560
20561         * lib/getaddrinfo.h: Remove file.
20562         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20563         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20564         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20565         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20566         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20567         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20568         * tests/test-getaddrinfo.c: Likewise.
20569         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20570         * NEWS: Mention change.
20571
20572 2008-10-19  Bruno Haible  <bruno@clisp.org>
20573
20574         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20575
20576 2008-10-19  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/wait-process.c: Include simply <sys/wait.h>.
20579         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20580         WIFSTOPPED): Remove fallback definitions.
20581         * modules/wait-process (Depends-on): Add sys_wait.
20582
20583         New module 'sys_wait'.
20584         * modules/sys_wait: New file.
20585         * lib/sys_wait.in.h: New file, partially copied from
20586         lib/wait-process.c.
20587         * m4/sys_wait_h.m4: New file.
20588         * doc/posix-headers/sys_wait.texi: Mention the new module.
20589
20590 2008-10-19  Bruno Haible  <bruno@clisp.org>
20591
20592         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20593
20594 2008-10-19  Bruno Haible  <bruno@clisp.org>
20595
20596         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20597         * lib/wait-process.c (WAIT_T): Remove type.
20598         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20599         (wait_subprocess): Update.
20600
20601 2008-10-19  Bruno Haible  <bruno@clisp.org>
20602
20603         New module 'atoll'.
20604         * modules/atoll: New file.
20605         * lib/stdlib.in.h (atoll): New declaration.
20606         * lib/atoll.c: New file, from glibc with modifications.
20607         * m4/atoll.m4: New file.
20608         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20609         HAVE_ATOLL.
20610         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20611         * doc/posix-functions/atoll.texi: Mention the new module.
20612
20613 2008-10-19  Bruno Haible  <bruno@clisp.org>
20614
20615         Add strtoull() declaration to <stdlib.h>.
20616         * lib/stdlib.in.h (strtoull): New declaration.
20617         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20618         Set HAVE_STRTOULL.
20619         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20620         HAVE_STRTOULL.
20621         * modules/strtoull (Depends-on): Add stdlib.
20622         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20623         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20624         HAVE_STRTOULL.
20625
20626 2008-10-19  Bruno Haible  <bruno@clisp.org>
20627
20628         Add strtoll() declaration to <stdlib.h>.
20629         * lib/stdlib.in.h (strtoll): New declaration.
20630         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20631         Set HAVE_STRTOLL.
20632         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20633         HAVE_STRTOLL.
20634         * modules/strtoll (Depends-on): Add stdlib.
20635         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20636         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20637
20638 2008-10-19  Bruno Haible  <bruno@clisp.org>
20639
20640         * modules/bcopy (Depends-on): Add strings.
20641         (Include): Specify <strings.h>.
20642
20643 2008-10-19  Bruno Haible  <bruno@clisp.org>
20644
20645         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20646
20647 2008-10-19  Bruno Haible  <bruno@clisp.org>
20648
20649         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20650         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20651         mingw.
20652
20653 2008-10-19  Bruno Haible  <bruno@clisp.org>
20654
20655         * lib/atanl.c: Don't include isnanl.h.
20656         * lib/cosl.c: Likewise.
20657         * lib/ldexpl.c: Likewise.
20658         * lib/logl.c: Likewise.
20659         * lib/sinl.c: Likewise.
20660         * lib/sqrtl.c: Likewise.
20661         * lib/tanl.c: Likewise.
20662
20663         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20664         * lib/isnanf.h: Remove file.
20665         * lib/isnand.h: Remove file.
20666         * lib/isnanl.h: Remove file.
20667         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20668         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20669         macros.
20670         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20671         HAVE_ISNANF, don't define it as a C macro.
20672         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20673         HAVE_ISNAND, don't define it as a C macro.
20674         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20675         HAVE_ISNANL, don't define it as a C macro.
20676         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20677         HAVE_ISNAN[FDL].
20678         * modules/isnanf (Files): Remove lib/isnanf.h.
20679         (Depends-on): Add math.
20680         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20681         (Include): Specify <math.h> instead of isnanf.h.
20682         * modules/isnand (Files): Remove lib/isnand.h.
20683         (Depends-on): Add math.
20684         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20685         (Include): Specify <math.h> instead of isnand.h.
20686         * modules/isnanl (Files): Remove lib/isnanl.h.
20687         (Depends-on): Add math.
20688         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20689         (Include): Specify <math.h> instead of isnanl.h.
20690         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20691         HAVE_ISNAN[FDL].
20692         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20693         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20694         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20695         * NEWS: Mention the change.
20696
20697 2008-10-18  Bruno Haible  <bruno@clisp.org>
20698
20699         Add getusershell(), setusershell(), endusershell() declarations to
20700         <unistd.h>.
20701         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20702         declarations.
20703         * lib/getusershell.c: Include unistd.h.
20704         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20705         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20706         HAVE_GETUSERSHELL.
20707         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20708         and HAVE_GETUSERSHELL.
20709         * modules/getusershell (Depends-on): Add unistd, extensions.
20710         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20711         (Include): Specify <unistd.h>.
20712         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20713         HAVE_GETUSERSHELL.
20714
20715 2008-10-18  Bruno Haible  <bruno@clisp.org>
20716
20717         Add a getloadavg() declaration to <stdlib.h>.
20718         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20719         getloadavg declaration.
20720         (getloadavg): New declaration.
20721         * lib/getloadavg.c: Include <stdlib.h> first.
20722         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20723         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20724         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20725         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20726         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20727         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20728         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20729         (Include): Specify <stdlib.h>.
20730         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20731         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20732
20733 2008-10-18  Bruno Haible  <bruno@clisp.org>
20734
20735         * lib/dirchownmod.c: Don't include lchmod.h.
20736
20737         Move the lchmod() declaration to <sys/stat.h>.
20738         * lib/lchmod.h: Remove file.
20739         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20740         (lchmod): New declaration, moved here from lib/lchown.h.
20741         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20742         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20743         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20744         and HAVE_LCHMOD.
20745         * modules/lchmod (Files): Remove lib/lchmod.h.
20746         (Depends-on): Add sys_stat, extensions.
20747         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20748         (Include): Specify <sys/stat.h> instead of lchmod.h.
20749         * modules/sys_stat (Depends-on): Add link-warning.
20750         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20751         definition of GL_LINK_WARNING.
20752         * NEWS: Mention the change.
20753
20754 2008-10-18  Bruno Haible  <bruno@clisp.org>
20755
20756         * lib/fchdir.c: Don't include dirfd.h.
20757         * lib/fts.c: Likewise.
20758         * lib/getcwd.c: Likewise.
20759         * lib/glob.c: Likewise.
20760
20761         Move the dirfd() declaration to <dirent.h>.
20762         * lib/dirfd.h: Remove file.
20763         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20764         (dirfd): New declaration.
20765         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20766         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20767         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20768         HAVE_DECL_DIRFD.
20769         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20770         HAVE_DECL_DIRFD.
20771         * modules/dirfd (Files): Remove lib/dirfd.h.
20772         (Depends-on): Add dirent, extensions.
20773         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20774         (Include): Specify <dirent.h> instead of dirfd.h.
20775         * modules/dirent (Depends-on): Add link-warning.
20776         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20777         definition of GL_LINK_WARNING.
20778         * NEWS: Mention the change.
20779
20780 2008-10-18  Bruno Haible  <bruno@clisp.org>
20781
20782         Move the euidaccess() declaration to <unistd.h>.
20783         * lib/euidaccess.h: Remove file.
20784         * lib/unistd.in.h (euidaccess): New declaration.
20785         * lib/euidaccess.c: Don't include euidaccess.h.
20786         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20787         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20788         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20789         and HAVE_EUIDACCESS.
20790         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20791         (Depends-on): Add unistd.
20792         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20793         (Include): Specify <unistd.h> instead of euidaccess.h.
20794         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20795         HAVE_EUIDACCESS.
20796         * NEWS: Mention the change.
20797
20798 2008-10-18  Bruno Haible  <bruno@clisp.org>
20799
20800         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20801
20802         Move the getdomainname() declaration to <unistd.h>.
20803         * lib/getdomainname.h: Remove file.
20804         * lib/unistd.in.h (getdomainname): New declaration.
20805         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20806         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20807         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20808         HAVE_GETDOMAINNAME.
20809         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20810         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20811         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20812         (Depends-on): Add unistd, extensions.
20813         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20814         (Includes): Specify <unistd.h> instead of getdomainname.h.
20815         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20816         HAVE_GETDOMAINNAME.
20817         * NEWS: Mention the change.
20818
20819 2008-10-18  Bruno Haible  <bruno@clisp.org>
20820
20821         * modules/dirent: New file.
20822         * m4/dirent_h.m4: New file.
20823         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20824         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20825         * modules/fchdir (Files): Remove lib/dirent.in.h.
20826         (Depends-on): Add dirent.
20827         (Makefile.am): Move rules to modules/dirent.
20828         * doc/posix-headers/dirent.texi: Mention the new module.
20829
20830 2008-10-18  Bruno Haible  <bruno@clisp.org>
20831
20832         Avoid -Wunused-parameter warnings in public gnulib header files.
20833         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20834         macro.
20835         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20836
20837 2008-10-18  Bruno Haible  <bruno@clisp.org>
20838
20839         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20840         * doc/glibc-functions/error.texi: Mention the module 'error'.
20841         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20842         * doc/glibc-functions/getdomainname.texi: Mention the module
20843         'getdomainname'.
20844         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20845         * doc/glibc-functions/getpagesize.texi: Mention the module
20846         'getpagesize'.
20847         * doc/glibc-functions/getusershell.texi: Mention the module
20848         'getusershell'.
20849         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20850         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20851         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20852         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20853         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20854         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20855         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20856         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20857         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20858         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20859         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20860         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20861         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20862         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20863
20864 2008-10-17  Bruno Haible  <bruno@clisp.org>
20865
20866         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20867         HP-UX and IRIX, use -0.0L.
20868         * tests/test-ceill.c (minus_zero): Likewise.
20869         * tests/test-floorl.c (minus_zero): Likewise.
20870         * tests/test-frexpl.c (minus_zero): Likewise.
20871         * tests/test-isnan.c (minus_zerol): Likewise.
20872         * tests/test-isnanl.h (minus_zero): Likewise.
20873         * tests/test-ldexpl.c (minus_zero): Likewise.
20874         * tests/test-roundl.c (minus_zero): Likewise.
20875         * tests/test-signbit.c (minus_zerol): Likewise.
20876         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20877         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20878         * tests/test-truncl.c (minus_zero): Likewise.
20879         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20880         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20881         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20882         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20883
20884 2008-10-17  Bruno Haible  <bruno@clisp.org>
20885
20886         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20887         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20888         that it gets activated only for gcc >= 3.0.
20889         * lib/dirent.in.h: Likewise.
20890         * lib/errno.in.h: Likewise.
20891         * lib/fcntl.in.h: Likewise.
20892         * lib/float.in.h: Likewise.
20893         * lib/iconv.in.h: Likewise.
20894         * lib/inttypes.in.h: Likewise.
20895         * lib/locale.in.h: Likewise.
20896         * lib/math.in.h: Likewise.
20897         * lib/netdb.in.h: Likewise.
20898         * lib/netinet_in.in.h: Likewise.
20899         * lib/search.in.h: Likewise.
20900         * lib/signal.in.h: Likewise.
20901         * lib/spawn.in.h: Likewise.
20902         * lib/stdarg.in.h: Likewise.
20903         * lib/stdint.in.h: Likewise.
20904         * lib/stdio.in.h: Likewise.
20905         * lib/stdlib.in.h: Likewise.
20906         * lib/string.in.h: Likewise.
20907         * lib/strings.in.h: Likewise.
20908         * lib/sys_file.in.h: Likewise.
20909         * lib/sys_ioctl.in.h: Likewise.
20910         * lib/sys_select.in.h: Likewise.
20911         * lib/sys_socket.in.h: Likewise.
20912         * lib/sys_stat.in.h: Likewise.
20913         * lib/sys_time.in.h: Likewise.
20914         * lib/sysexits.in.h: Likewise.
20915         * lib/time.in.h: Likewise.
20916         * lib/unistd.in.h: Likewise.
20917         * lib/wchar.in.h: Likewise.
20918         * lib/wctype.in.h: Likewise.
20919         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20920
20921 2008-10-17  Jim Meyering  <meyering@redhat.com>
20922
20923         ignore-value: don't depend on inline module
20924         * modules/ignore-value (Depends-on): Remove 'inline'.
20925         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20926         Suggestion from Bruno Haible.
20927
20928 2008-10-17  Bruno Haible  <bruno@clisp.org>
20929
20930         New implementation of condition variables for Win32.
20931         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20932         (gl_linked_waitqueue_t): New type.
20933         (gl_cond_t): Use it.
20934         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20935         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20936         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20937         (glthread_cond_init_func, glthread_cond_wait_func,
20938         glthread_cond_timedwait_func, glthread_cond_signal_func,
20939         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20940         Reimplemented on the basis of gl_linked_waitqueue_t.
20941         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20942         gl_waitqueue_t.
20943         (gl_rwlock_t): Update.
20944         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20945
20946 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20947
20948         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20949         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20950
20951 2008-10-17  Jim Meyering  <meyering@redhat.com>
20952
20953         ignore-value: new module
20954         * modules/ignore-value: New file.
20955         * lib/ignore-value.h: New file.
20956         * MODULES.html.sh (Compiler warning management): New section,
20957         just for this module.  More to come.
20958
20959 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20960
20961         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20962         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20963         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20964
20965 2008-10-16  Jim Meyering  <meyering@redhat.com>
20966
20967         openat-die.c: avoid 'no previous prototype' warning
20968         * lib/openat-die.c: Include "openat.h".
20969         Reported by Reuben Thomas <rrt@sc3d.org>.
20970
20971 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20972
20973         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20974         * lib/netdb.in.h: Fix typo.
20975         Reported by Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/netdb.in.h: Include sys/socket.h for platforms without
20978         netdb.h, to get structures like hostent on MinGW.
20979         * modules/netdb (Depends-on): Add sys_socket.
20980
20981 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20982
20983         * modules/netdb, modules/netdb-tests: New file.
20984         * m4/netdb_h.m4: New file.
20985         * lib/netdb.in.h: Add, currently just an empty file pending
20986         definitions.
20987         * tests/test-netdb.c: New file.
20988         * doc/posix-headers/netdb.texi: Mention that we replace it if
20989         needed.
20990         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20991         netdb.
20992
20993 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20994
20995         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20996         with code.
20997
20998 2008-10-13  Bruno Haible  <bruno@clisp.org>
20999
21000         * lib/glthread/cond.c (glthread_cond_wait_func,
21001         glthread_cond_timedwait_func): Add a comment.
21002
21003 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21004
21005         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21006         * tests/test-select.c: Likewise,
21007
21008 2008-10-13  Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/glthread/cond.c (glthread_cond_wait_func,
21011         glthread_cond_timedwait_func): Fix variable name.
21012         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21013
21014 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21015
21016         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21017         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21018         struct sockaddr.sa_len.
21019         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21020
21021 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21022
21023         * build-aux/pmccabe2html: Add css and css_url parameters.
21024
21025 2008-10-12  Bruno Haible  <bruno@clisp.org>
21026
21027         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21028         calling aclx_get.
21029         Reported by Rainer Tammer <tammer@tammer.net>.
21030
21031 2008-10-12  Bruno Haible  <bruno@clisp.org>
21032
21033         Use msvcrt aware primitives for creation/termination of Win32 threads.
21034         * lib/glthread/thread.c: Include <process.h>.
21035         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21036         (wrapper_func): Update signature.
21037         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21038
21039 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21040             Bruno Haible  <bruno@clisp.org>
21041
21042         Provide a Win32 implementation of the 'cond' module.
21043         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21044         * lib/glthread/cond.c (glthread_cond_init_func,
21045         glthread_cond_wait_func, glthread_cond_timedwait_func,
21046         glthread_cond_signal_func, glthread_cond_broadcast_func,
21047         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21048         * modules/cond (Dependencies): Add gettimeofday.
21049
21050 2008-10-11  Bruno Haible  <bruno@clisp.org>
21051
21052         Make sleep work on older versions of mingw.
21053         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21054         only whether it exists.
21055         * doc/posix-functions/sleep.texi: Mention the problem with older
21056         versions of mingw.
21057
21058 2008-10-11  Bruno Haible  <bruno@clisp.org>
21059
21060         New module 'shutdown'.
21061         * modules/shutdown: New file.
21062         * lib/sys_socket.in.h (shutdown): New declaration.
21063         * lib/winsock.c (shutdown): New function.
21064         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21065         GNULIB_SHUTDOWN.
21066         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21067         * doc/posix-functions/shutdown.texi: Document the new module.
21068
21069 2008-10-11  Jim Meyering  <meyering@redhat.com>
21070
21071         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21072
21073 2008-10-11  Bruno Haible  <bruno@clisp.org>
21074
21075         New module 'fclose'.
21076         * modules/fclose: New file.
21077         * lib/stdio.in.h (fclose): New declaration.
21078         * lib/fclose.c: New file.
21079         * m4/fclose.m4: New file.
21080         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21081         REPLACE_FCLOSE.
21082         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21083         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21084         REPLACE_FCLOSE.
21085         * modules/close (Depends-on): fclose.
21086         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21087
21088 2008-10-11  Bruno Haible  <bruno@clisp.org>
21089
21090         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21091         set errno and don't call _close.
21092
21093 2008-10-10  Bruno Haible  <bruno@clisp.org>
21094
21095         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21096         ACL, not afterwards. Fixes test failure on Cygwin.
21097
21098 2008-10-09  Ben Pfaff  <blp@gnu.org>
21099
21100         * build-aux/announce-gen: Fix gnulib version related part of usage
21101         message.  Die with a useful error message if no tarballs are
21102         found.
21103
21104 2008-10-10  Jim Meyering  <meyering@redhat.com>
21105
21106         bootstrap: use git's --depth=N option only if it's supported
21107         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21108         recognize the --depth option.  Reported by Pádraig Brady.
21109
21110 2008-10-09  Bruno Haible  <bruno@clisp.org>
21111
21112         New module 'ioctl'.
21113         * modules/ioctl: New file.
21114         * lib/sys_socket.in.h (ioctl): Remove declaration.
21115         * lib/winsock.c: Include <sys/ioctl.h>.
21116         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21117         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21118         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21119         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21120         * doc/posix-functions/ioctl.texi: Mention the new module.
21121
21122 2008-10-09  Bruno Haible  <bruno@clisp.org>
21123
21124         New module 'sys_ioctl'.
21125         * lib/sys_ioctl.in.h: New file.
21126         * m4/sys_ioctl_h.m4: New file.
21127         * modules/sys_ioctl: New file.
21128         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21129
21130 2008-10-09  Bruno Haible  <bruno@clisp.org>
21131
21132         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21133         * lib/winsock.c: Include <stdarg.h>.
21134         (rpl_ioctl): Change to second argument 'int' and then varargs.
21135
21136 2008-10-09  Bruno Haible  <bruno@clisp.org>
21137
21138         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21139         when the sys_socket module is present and the system has <winsock2.h>.
21140
21141 2008-10-09  Bruno Haible  <bruno@clisp.org>
21142
21143         * doc/posix-functions/close.texi: Mention module 'close' instead of
21144         module 'sys_socket'.
21145
21146 2008-10-09  Bruno Haible  <bruno@clisp.org>
21147
21148         * doc/glibc-headers/sys_ioctl.texi: New file.
21149         * doc/gnulib.texi: Include it.
21150
21151 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21152             Bruno Haible  <bruno@clisp.org>
21153
21154         Combine the two replacements of 'close'.
21155         * lib/sys_socket.in.h (close): Define to a reminder to include
21156         <unistd.h>.
21157         (_gl_close_fd_maybe_socket): New declaration.
21158         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21159         * lib/winsock.c (close): Remove undefinition.
21160         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21161         needed for the gnulib module 'close'.
21162         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21163         define to an error symbol or to a warning, if suitable.
21164         * lib/close.c: Include <sys/socket.h>.
21165         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21166         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21167         UNISTD_H_HAVE_WINSOCK2_H.
21168         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21169         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21170         UNISTD_H_HAVE_WINSOCK2_H.
21171         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21172         (configure.ac): Set a module indicator.
21173         (Makefile.am): Substitute GNULIB_CLOSE.
21174         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21175         * modules/poll-tests (Depends-on): Add close.
21176         * modules/select-tests (Depends-on): Likewise.
21177
21178 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21179             Bruno Haible  <bruno@clisp.org>
21180
21181         New module 'close'.
21182         * modules/close: New file.
21183         * lib/unistd.in.h (close): Move declaration out of the
21184         FCHDIR_REPLACEMENT scope.
21185         (_gl_unregister_fd): New declaration.
21186         * lib/close.c: New file.
21187         * lib/fchdir.c (rpl_close): Remove function.
21188         * m4/close.m4: New file.
21189         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21190         close.
21191         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21192         REPLACE_CLOSE.
21193         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21194         REPLACE_CLOSE.
21195         * modules/fchdir (Depends-on): Add close.
21196
21197 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21198             Bruno Haible  <bruno@clisp.org>
21199
21200         * lib/fcntl.in.h (open): Simplify conditionals.
21201         (_gl_register_fd): New declaration.
21202         * lib/fchdir.c (rpl_open): Remove function.
21203         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21204         also.
21205         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21206         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21207         open.
21208
21209 2008-10-09  Jim Meyering  <meyering@redhat.com>
21210
21211         GNUmakefile: use the more name-space-friendly "_version"
21212         * top/GNUmakefile (_dummy): Update.
21213         (_version): Rename from "version".
21214
21215 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21216             Bruno Haible  <bruno@clisp.org>
21217
21218         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21219         rpl_close.
21220         (_gl_register_fd): New function, extracted from rpl_open.
21221         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21222         (rpl_open, rpl_opendir): Use _gl_register_fd.
21223
21224 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21225
21226         Fix organization of 'open' replacement.
21227         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21228         (gl_FUNC_OPEN): Use it.
21229         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21230
21231 2008-10-08  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21234
21235 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21236
21237         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21238         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21239         listen).
21240
21241 2008-10-08  Eric Blake  <ebb9@byu.net>
21242
21243         GNUmakefile: add 'make version' target
21244         * top/GNUmakefile (_curr-ver): Split version update rules...
21245         (version): ...into a target.
21246
21247 2008-10-07  Bruno Haible  <bruno@clisp.org>
21248
21249         Use a more portable replacement expression for -0.0L.
21250         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21251         instead of -0.0L. Fix m4 quotation.
21252
21253         * tests/test-signbit.c: Include <float.h>.
21254         (minus_zero): New variable.
21255         (test_signbitl): Use minus_zero instead of -zero.
21256         * modules/signbit-tests (Depends-on): Add float.
21257
21258         * tests/test-ceill.c: Include <float.h>.
21259         (zero): Remove variable.
21260         (minus_zero): New variable.
21261         (main): Use minus_zero instead of -zero.
21262         * modules/ceill-tests (Depends-on): Add float.
21263
21264         * tests/test-floorl.c: Include <float.h>.
21265         (zero): Remove variable.
21266         (minus_zero): New variable.
21267         (main): Use minus_zero instead of -zero.
21268         * modules/floorl-tests (Depends-on): Add float.
21269
21270         * tests/test-roundl.c: Include <float.h>.
21271         (zero): Remove variable.
21272         (minus_zero): New variable.
21273         (main): Use minus_zero instead of -zero.
21274         * modules/roundl-tests (Depends-on): Add float.
21275
21276         * tests/test-truncl.c: Include <float.h>.
21277         (zero): Remove variable.
21278         (minus_zero): New variable.
21279         (main): Use minus_zero instead of -zero.
21280         * modules/truncl-tests (Depends-on): Add float.
21281
21282         * tests/test-frexpl.c (zero): Remove variable.
21283         (minus_zero): New variable.
21284         (main): Use minus_zero instead of -zero.
21285         * modules/frexpl-tests (Depends-on): Add float.
21286
21287         * tests/test-isnan.c (zerol): Remove variable.
21288         (minus_zerol): New variable.
21289         (test_long_double): Use minus_zerol instead of -zerol.
21290         * modules/isnan-tests (Depends-on): Add float.
21291
21292         * tests/test-isnanl.h (zero): Remove variable.
21293         (minus_zero): New variable.
21294         (main): Use minus_zero instead of -zero.
21295         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21296         * modules/isnanl-tests (Depends-on): Add float.
21297
21298         * tests/test-ldexpl.c (zero): Remove variable.
21299         (minus_zero): New variable.
21300         (main): Use minus_zero instead of -zero.
21301         * modules/ldexpl-tests (Depends-on): Add float.
21302
21303         * tests/test-snprintf-posix.h (zerol): Remove variable.
21304         (minus_zerol): New variable.
21305         (test_function): Use minus_zerol instead of -zerol.
21306         * modules/snprintf-posix-tests (Depends-on): Add float.
21307         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21308
21309         * tests/test-sprintf-posix.h (zerol): Remove variable.
21310         (minus_zerol): New variable.
21311         (test_function): Use minus_zerol instead of -zerol.
21312         * modules/sprintf-posix-tests (Depends-on): Add float.
21313         * modules/vsprintf-posix-tests (Depends-on): Add float.
21314
21315         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21316         (minus_zerol): New variable.
21317         (test_function): Use minus_zerol instead of -zerol.
21318         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21319
21320         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21321         (minus_zerol): New variable.
21322         (test_function): Use minus_zerol instead of -zerol.
21323         * modules/vasprintf-posix-tests (Depends-on): Add float.
21324
21325 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21326
21327         * MODULES.html.sh (Support for building documentation): Mention
21328         pmccabe2html.  Sort entries.
21329
21330         Add pmccabe2html module, from gnupdf.
21331         * build-aux/pmccabe.css: New file.
21332         * build-aux/pmccabe2html: New file.
21333         * m4/pmccabe2html.m4: New file.
21334         * modules/pmccabe2html: New file.
21335
21336 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21337
21338         flock: new module
21339         * MODULES.html.sh: Add to list of modules.
21340         * lib/flock.c: flock implementation for Windows and Unix systems
21341         which have fcntl.
21342         * doc/glibc-functions/flock.texi: Update documentation.
21343         * lib/sys_file.in.h: <sys/file.h> header file.
21344         * m4/flock.m4: M4 macros.
21345         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21346         * modules/flock: flock module.
21347         * modules/flock-tests: flock tests module.
21348         * modules/sys_file: sys/file.h module.
21349         * tests/test-flock.c: test suite for flock.
21350
21351 2008-10-06  Jim Meyering  <meyering@redhat.com>
21352
21353         bootstrap: check for LT_INIT more portably still ;-)
21354         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21355         Spotted by Bruno Haible.
21356
21357 2008-10-06  Eric Blake  <ebb9@byu.net>
21358
21359         test-signbit: avoid tripping Irix cc bug on -0.0L
21360         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21361         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21362         entire testsuite consistent and avoids an Irix 6.2 bug.
21363
21364 2008-10-05  Bruno Haible  <bruno@clisp.org>
21365             Jim Meyering  <jim@meyering.net>
21366
21367         Add an option for ignoring EPIPE during close_stdout.
21368         * lib/closeout.h: Include <stdbool.h>.
21369         (close_stdout_set_ignore_EPIPE): New declaration.
21370         * lib/closeout.c: Include <stdbool.h>.
21371         (ignore_EPIPE): New variable.
21372         (close_stdout_set_ignore_EPIPE): New function.
21373         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21374         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21375         failure.
21376         * modules/closeout (Depends-on): Add stdbool.
21377
21378 2008-10-05  Bruno Haible  <bruno@clisp.org>
21379
21380         * modules/accept: New file.
21381         * modules/bind: New file.
21382         * modules/connect: New file.
21383         * modules/getpeername: New file.
21384         * modules/getsockname: New file.
21385         * modules/getsockopt: New file.
21386         * modules/listen: New file.
21387         * modules/recv: New file.
21388         * modules/recvfrom: New file.
21389         * modules/send: New file.
21390         * modules/sendto: New file.
21391         * modules/setsockopt: New file.
21392         * modules/socket: New file.
21393         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21394         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21395         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21396         the particular module is requested. Add a link warning when the
21397         particular module is not requested.
21398         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21399         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21400         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21401         the particular module is requested.
21402         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21403         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21404         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21405         * modules/sys_socket (Depends-on): Add link-warning.
21406         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21407         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21408         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21409         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21410         GL_LINK_WARNING.
21411         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21412         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21413         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21414         * doc/posix-functions/getpeername.texi: Mention the new module
21415         'getpeername'.
21416         * doc/posix-functions/getsockname.texi: Mention the new module
21417         'getsockname'.
21418         * doc/posix-functions/getsockopt.texi: Mention the new module
21419         'getsockopt'.
21420         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21421         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21422         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21423         * doc/posix-functions/send.texi: Mention the new module 'send'.
21424         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21425         * doc/posix-functions/setsockopt.texi: Mention the new module
21426         'setsockopt'.
21427         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21428         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21429         listen, connect, accept.
21430         * modules/select-tests (Depends-on): Likewise.
21431
21432 2008-10-05  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/winsock.c (strerror): Remove unused #undef.
21435         (rpl_close): Remove unused local variable.
21436
21437         * modules/sys_socket (Depends-on); Add errno.
21438
21439 2008-10-05  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21442         (select): Add a link warning when the 'select' module is not used.
21443         * modules/sys_select (Depends-on): Add link-warning.
21444         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21445         Suggested by Paolo Bonzini.
21446
21447 2008-10-05  Jim Meyering  <meyering@redhat.com>
21448
21449         bootstrap: check for LT_INIT more portably
21450         * build-aux/bootstrap: Avoid using grep -E, since it's not
21451         portable enough.  Suggestion from Bruno Haible.
21452
21453 2008-10-05  Bruno Haible  <bruno@clisp.org>
21454
21455         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21456         as being fixed by gnulib.
21457
21458 2008-10-05  Bruno Haible  <bruno@clisp.org>
21459
21460         * modules/select-tests: New file, mostly copied from
21461         modules/sys_select-tests.
21462         * tests/test-select.c: New file, mostly copied from
21463         tests/test-sys_select.c.
21464         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21465         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21466         (Makefile.am): Remove test_sys_select_LDADD.
21467
21468         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21469         to an undefined symbol, for an error message.
21470         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21471         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21472         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21473         winsock-select.c here.
21474         * modules/sys_select (Files): Remove lib/winsock-select.c.
21475         (Depends-on): Remove alloca.
21476         (Makefile.am): Substitute GNULIB_SELECT.
21477         * modules/select: New file.
21478         * doc/posix-functions/select.texi: Update.
21479
21480 2008-10-05  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21483         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21484         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21485         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21486         getdtablesize.
21487         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21488         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21489
21490 2008-10-05  Bruno Haible  <bruno@clisp.org>
21491
21492         * modules/getdtablesize-tests: New file.
21493         * tests/test-getdtablesize.c: New file.
21494
21495         New module 'getdtablesize'.
21496         * lib/unistd.in.h (getdtablesize): New declaration.
21497         * lib/getdtablesize.c: New file.
21498         * m4/getdtablesize.m4: New file.
21499         * modules/getdtablesize: New file.
21500         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21501         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21502         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21503         HAVE_GETDTABLESIZE.
21504         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21505
21506 2008-10-05  Bruno Haible  <bruno@clisp.org>
21507
21508         * modules/sched (Makefile.am): Fix typo.
21509         Reported by Simon Josefsson.
21510
21511 2008-10-05  Jim Meyering  <meyering@redhat.com>
21512
21513         bootstrap: check for LT_INIT, too
21514         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21515         are deprecated.  Suggestion from Ralf Wildenhues.
21516
21517 2008-10-05  Bruno Haible  <bruno@clisp.org>
21518
21519         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21520         overriding them by ours.
21521         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21522
21523 2008-10-05  Jim Meyering  <meyering@redhat.com>
21524
21525         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21526         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21527         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21528
21529 2008-10-04  Bruno Haible  <bruno@clisp.org>
21530
21531         * modules/dup2 (License): Change to LGPLv2+.
21532         * modules/sleep (License): Likewise.
21533         * modules/perror (License): Likewise.
21534         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21535         Blake.
21536         * modules/signal (License): Likewise.
21537         * modules/sigprocmask (License): Likewise.
21538         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21539         Meyering.
21540
21541 2008-10-04  Bruno Haible  <bruno@clisp.org>
21542
21543         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21544         Reported by Rainer Tammer <tammer@tammer.net>.
21545
21546 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21547             Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21550         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21551         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21552
21553 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21554
21555         filevercmp: new module
21556         * lib/filevercmp.h: New function filevercmp comparing version strings.
21557         * lib/filevercmp.c: Implementation of filevercmp function.
21558         * modules/filevercmp: Module metadata.
21559         * tests/test-filevercmp.c: Unit test for new module.
21560         * modules/filevercmp-tests: Unit test metadata.
21561         * MODULES.html.sh: Add filevercmp module.
21562
21563 2008-10-03  Bruno Haible  <bruno@clisp.org>
21564
21565         * lib/c-ctype.h: Add comment.
21566         Reported by Jim Meyering.
21567
21568 2008-10-02  Bruno Haible  <bruno@clisp.org>
21569
21570         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21571
21572 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21573
21574         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21575         name of bootstrap.conf accordingly.
21576
21577 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21578
21579         * build-aux/bootstrap: Install git-merge-changelog configuration
21580         items into .gitconfig if needed.
21581
21582 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21583
21584         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21585         git repository, and initialize/update it accordingly.
21586
21587 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21588
21589         * modules/fsync-tests: New file.
21590         * tests/test-fsync.c: New file.
21591
21592         New module 'fsync'.
21593         * lib/fsync.c: New file.
21594         * m4/fsync.m4: New file.
21595         * modules/fsync: New file.
21596         * lib/unistd.in.h (fsync): New declaration.
21597         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21598         GNULIB_FSYNC and HAVE_FSYNC.
21599         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21600         * MODULES.html.sh (posix_functions): Add fsync.
21601         * doc/posix-functions/fsync.texi: Mention the new module.
21602
21603 2008-10-02  Jim Meyering  <meyering@redhat.com>
21604
21605         fts.c: sync with similar code from coreutils' remove.c
21606         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21607         Guard also with "#if defined __linux__", since for now at least,
21608         this code is Linux-kernel-specific.
21609
21610 2008-10-02  Jim Meyering  <meyering@redhat.com>
21611
21612         fts: bug fixes
21613         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21614         Include <sys/vfs.h>, not <sys/statfs.h>.
21615
21616         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21617         Include <sys/vfs.h>, not <sys/statfs.h>.
21618
21619 2008-10-01  Bruno Haible  <bruno@clisp.org>
21620
21621         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21622         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21623         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21624         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21625         * doc/posix-functions/posix_spawnp.texi: Likewise.
21626         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21627         whether posix_spawn actually works.
21628         * m4/pipe.m4 (gl_PIPE): Likewise.
21629         * modules/execute (Files): Add m4/posix_spawn.m4.
21630         * modules/pipe (Files): Add m4/posix_spawn.m4.
21631         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21632
21633 2008-10-01  Jim Meyering  <meyering@redhat.com>
21634
21635         remove trailing spaces
21636         * NEWS: Likewise.
21637         * lib/poll.c (poll): Likewise.
21638         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21639         * lib/winsock.c (rpl_close): Likewise.
21640         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21641         * modules/yield: Likewise.
21642         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21643         * tests/test-sys_select.c (connect_to_socket): Likewise.
21644
21645         fts.c: adjust a new interface to be more generally useful
21646         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21647         (fts_build): Adjust caller.
21648
21649 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21650
21651         * modules/cond-tests: New file.
21652         * tests/test-cond.c: New file.
21653
21654 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21655             Bruno Haible  <bruno@clisp.org>
21656
21657         * modules/cond (Dependencies): Add errno, time.
21658         * lib/glthread/cond.h: Include <time.h>.
21659         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21660         across platforms.
21661
21662 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21663             Bruno Haible  <bruno@clisp.org>
21664
21665         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21666
21667 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21668             Bruno Haible  <bruno@clisp.org>
21669
21670         * modules/tls-tests (Depends-on): Add thread, yield.
21671         (configure.ac): Remove all checks.
21672         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21673         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21674         gl_thread_self): Remove definitions. Include glthread/thread.h and
21675         glthread/yield.h instead.
21676         (test_tls): Pass an additional NULL argument to gl_thread_join.
21677
21678 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21679             Bruno Haible  <bruno@clisp.org>
21680
21681         * modules/lock-tests (Depends-on): Add thread, yield.
21682         (configure.ac): Remove all checks.
21683         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21684         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21685         gl_thread_self): Remove definitions. Include glthread/thread.h and
21686         glthread/yield.h instead.
21687         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21688         additional NULL argument to gl_thread_join.
21689
21690 2008-09-30  Bruno Haible  <bruno@clisp.org>
21691
21692         Fix the Win32 implementation of the 'thread' module.
21693         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21694         pointer type.
21695         (gl_thread_self): Invoke gl_thread_self_func.
21696         (gl_thread_self_func): New declaration.
21697         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21698         (do_init_self_key, init_self_key): New functions.
21699         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21700         Remove some fields.
21701         (running_threads, running_lock): Remove variables.
21702         (get_current_thread_handle): New function.
21703         (gl_thread_self_func, wrapper_func, glthread_create_func,
21704         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21705         simplified.
21706
21707 2008-09-30  Bruno Haible  <bruno@clisp.org>
21708
21709         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21710         files.
21711
21712 2008-09-30  Jim Meyering  <meyering@redhat.com>
21713
21714         fts.m4: correct the test for statfs.f_type
21715         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21716         when checking for statfs.f_type.
21717
21718 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21719
21720         tests: avoid some compiler warnings
21721         * tests/test-memchr.c (main): Pass NULL indirectly.
21722         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21723
21724 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
21725
21726         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21727         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21728         exactly specified dayshifts.
21729         (dayshift): New rule.
21730         (rel): Add dayshift.
21731         (relative_time_table) [tomorrow, yesterday, today, now]:
21732         Use tDAY_SHIFT in place of tDAY_UNIT.
21733         * tests/test-getdate.c: Add tests for now-disallowed countable
21734         dayshifts, e.g., "4 yesterday ago".
21735
21736 2008-09-29  Bruno Haible  <bruno@clisp.org>
21737
21738         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21739         * tests/test-posix_spawn1.in.sh: Renamed from
21740         tests/test-posix_spawn.in.sh.
21741         * tests/test-posix_spawn2.c: New file.
21742         * tests/test-posix_spawn2.in.sh: New file.
21743         * modules/posix_spawnp-tests (Files): Update.
21744         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21745
21746 2008-09-29  Bruno Haible  <bruno@clisp.org>
21747
21748         Propagate effects of putenv/setenv/unsetenv to child processes.
21749         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21750         * lib/pipe.c (create_pipe): Likewise.
21751
21752 2008-09-29  Bruno Haible  <bruno@clisp.org>
21753
21754         Enable use of shell scripts as executables in mingw.
21755         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21756         run the program as a shell script.
21757         * lib/pipe.c (create_pipe): Likewise.
21758         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21759         resulting array.
21760
21761 2008-09-29  Eric Blake  <ebb9@byu.net>
21762
21763         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21764
21765 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21766
21767         * doc/posix-functions/accept.texi: Update mingw problems.
21768         * doc/posix-functions/bind.texi: Update mingw problems.
21769         * doc/posix-functions/close.texi: Update mingw problems.
21770         * doc/posix-functions/connect.texi: Update mingw problems.
21771         * doc/posix-functions/getpeername.texi: Update mingw problems.
21772         * doc/posix-functions/getsockname.texi: Update mingw problems.
21773         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21774         * doc/posix-functions/ioctl.texi: Update mingw problems.
21775         * doc/posix-functions/listen.texi: Update mingw problems.
21776         * doc/posix-functions/recv.texi: Update mingw problems.
21777         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21778         * doc/posix-functions/select.texi: Update mingw problems.
21779         * doc/posix-functions/send.texi: Update mingw problems.
21780         * doc/posix-functions/sendto.texi: Update mingw problems.
21781         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21782         * doc/posix-functions/socket.texi: Update mingw problems.
21783
21784 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21785             Bruno Haible  <bruno@clisp.org>
21786
21787         * lib/sys_select.in.h: Include sys/time.h.
21788         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21789         * modules/sys_select: Depend on sys_time.
21790         * tests/test-sys_select.c: Test that sys/select.h defines struct
21791         timeval fully.
21792
21793 2008-09-29  Bruno Haible  <bruno@clisp.org>
21794
21795         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21796         * lib/sys_select.in.h: Likewise.
21797
21798 2008-09-29  Bruno Haible  <bruno@clisp.org>
21799
21800         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21801
21802 2008-09-29  Bruno Haible  <bruno@clisp.org>
21803
21804         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21805         Set LIBSOCKET instead of augmenting LIBS.
21806         * modules/sockets (Link): New section.
21807         * modules/sockets-tests (test_sockets_LDADD): New variable.
21808         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21809         * modules/poll-tests (test_poll_LDADD): New variable.
21810         * NEWS: Document the change.
21811
21812 2008-09-29  Bruno Haible  <bruno@clisp.org>
21813
21814         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21815         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21816         ARPA_INET_H directly.
21817         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21818
21819 2008-09-28  Bruno Haible  <bruno@clisp.org>
21820
21821         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21822         from gl_HEADER_SYS_SOCKET.
21823         (gl_HEADER_SYS_SOCKET): Invoke it.
21824         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21825
21826 2008-09-28  Bruno Haible  <bruno@clisp.org>
21827
21828         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21829         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21830         Needed on OSF/1 4.0.
21831
21832 2008-09-28  Bruno Haible  <bruno@clisp.org>
21833
21834         Override open more carefully.
21835         * lib/open.c (orig_open): New function.
21836         (rpl_open): Use orig_open instead of open.
21837         * lib/fcntl.in.h: Add special invocation convention.
21838         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21839         (gl_FUNC_OPEN): Invoke it.
21840
21841         Override freopen more carefully.
21842         * lib/freopen.c (orig_freopen): New function.
21843         (rpl_freopen): Use orig_freopen instead of freopen.
21844         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21845         (gl_FUNC_FREOPEN): Invoke it.
21846
21847         Override fopen more carefully.
21848         * lib/fopen.c (orig_fopen): New function.
21849         (rpl_fopen): Use orig_fopen instead of fopen.
21850         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21851         (gl_FUNC_FOPEN): Invoke it.
21852         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21853
21854 2008-09-28  Bruno Haible  <bruno@clisp.org>
21855
21856         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21857         SIGPIPE.
21858
21859 2008-09-28  Bruno Haible  <bruno@clisp.org>
21860
21861         * tests/test-sigaction.c (handler, main): Disable the check whether
21862         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21863         glibc systems with LinuxThreads.
21864
21865 2008-09-28  Bruno Haible  <bruno@clisp.org>
21866
21867         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21868
21869         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21870         with AIX xlc.
21871         * lib/fcntl.in.h (open): Likewise.
21872         Reported by Rainer Tammer <tammer@tammer.net>.
21873
21874 2008-09-28  Bruno Haible  <bruno@clisp.org>
21875
21876         * modules/posix_spawnp-tests: New file.
21877         * tests/test-posix_spawn.c: New file.
21878         * tests/test-posix_spawn.in.sh: New file.
21879
21880         New module 'posix_spawnp'.
21881         * modules/posix_spawnp: New file.
21882         * lib/spawnp.c: New file, from GNU libc with modifications.
21883         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21884
21885         New module 'posix_spawn'.
21886         * modules/posix_spawn: New file.
21887         * lib/spawn.c: New file, from GNU libc with modifications.
21888         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21889
21890         New module 'posix_spawnattr_destroy'.
21891         * modules/posix_spawnattr_destroy: New file.
21892         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21893         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21894         module.
21895
21896         New module 'posix_spawnattr_setsigmask'.
21897         * modules/posix_spawnattr_setsigmask: New file.
21898         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21899         modifications.
21900         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21901         new module.
21902
21903         New module 'posix_spawnattr_getsigmask'.
21904         * modules/posix_spawnattr_getsigmask: New file.
21905         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21906         modifications.
21907         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21908         new module.
21909
21910         New module 'posix_spawnattr_setsigdefault'.
21911         * modules/posix_spawnattr_setsigdefault: New file.
21912         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21913         modifications.
21914         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21915         new module.
21916
21917         New module 'posix_spawnattr_getsigdefault'.
21918         * modules/posix_spawnattr_getsigdefault: New file.
21919         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21920         modifications.
21921         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21922         new module.
21923
21924         New module 'posix_spawnattr_setschedpolicy'.
21925         * modules/posix_spawnattr_setschedpolicy: New file.
21926         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21927         modifications.
21928         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21929         new module.
21930
21931         New module 'posix_spawnattr_getschedpolicy'.
21932         * modules/posix_spawnattr_getschedpolicy: New file.
21933         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21934         modifications.
21935         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21936         new module.
21937
21938         New module 'posix_spawnattr_setschedparam'.
21939         * modules/posix_spawnattr_setschedparam: New file.
21940         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21941         modifications.
21942         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21943         new module.
21944
21945         New module 'posix_spawnattr_getschedparam'.
21946         * modules/posix_spawnattr_getschedparam: New file.
21947         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21948         modifications.
21949         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21950         new module.
21951
21952         New module 'posix_spawnattr_setpgroup'.
21953         * modules/posix_spawnattr_setpgroup: New file.
21954         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21955         modifications.
21956         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21957         module.
21958
21959         New module 'posix_spawnattr_getpgroup'.
21960         * modules/posix_spawnattr_getpgroup: New file.
21961         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21962         modifications.
21963         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21964         module.
21965
21966         New module 'posix_spawnattr_setflags'.
21967         * modules/posix_spawnattr_setflags: New file.
21968         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21969         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21970         module.
21971
21972         New module 'posix_spawnattr_getflags'.
21973         * modules/posix_spawnattr_getflags: New file.
21974         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21975         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21976         module.
21977
21978         New module 'posix_spawnattr_init'.
21979         * modules/posix_spawnattr_init: New file.
21980         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21981         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21982         module.
21983
21984         New module 'posix_spawn_file_actions_destroy'.
21985         * modules/posix_spawn_file_actions_destroy: New file.
21986         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21987         modifications.
21988         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21989         the new module.
21990
21991         New module 'posix_spawn_file_actions_addopen'.
21992         * modules/posix_spawn_file_actions_addopen: New file.
21993         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21994         modifications.
21995         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21996         the new module.
21997
21998         New module 'posix_spawn_file_actions_adddup2'.
21999         * modules/posix_spawn_file_actions_adddup2: New file.
22000         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22001         modifications.
22002         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22003         the new module.
22004
22005         New module 'posix_spawn_file_actions_addclose'.
22006         * modules/posix_spawn_file_actions_addclose: New file.
22007         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22008         modifications.
22009         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22010         the new module.
22011
22012         New module 'posix_spawn_file_actions_init'.
22013         * modules/posix_spawn_file_actions_init: New file.
22014         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22015         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22016         new module.
22017
22018         New module 'posix_spawn-internal'.
22019         * modules/posix_spawn-internal: New file.
22020         * lib/spawn_int.h: New file, from GNU libc with modifications.
22021         * lib/spawni.c: New file, from GNU libc with modifications.
22022         * m4/posix_spawn.m4: New file.
22023
22024         New module 'spawn'.
22025         * modules/spawn: New file.
22026         * lib/spawn.in.h: New file, from GNU libc with modifications.
22027         * m4/spawn_h.m4: New file.
22028         * doc/posix-headers/spawn.texi: Mention the new module.
22029
22030 2008-09-28  Bruno Haible  <bruno@clisp.org>
22031
22032         * modules/sched-tests: New file.
22033         * tests/test-sched.c: New file.
22034
22035         New module 'sched'.
22036         * modules/sched: New file.
22037         * lib/sched.in.h: New file.
22038         * m4/sched_h.m4: New file.
22039         * doc/posix-headers/sched.texi: Mention the new module.
22040
22041 2008-09-27  Eric Blake  <ebb9@byu.net>
22042
22043         Fix previous patch, and tweak references to $0.
22044         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22045         (func_version, func_gnulib_dir): Don't call this program
22046         gnulib-tool.
22047         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22048         with using $0 in function.
22049         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22050         (func_fatal_error): Reuse the name the user invoked us with.
22051
22052 2008-09-27  Bruno Haible  <bruno@clisp.org>
22053
22054         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22055         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22056         (gl_ICONV_H): Not here.
22057         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22058         instead of assigning ICONV_H directly.
22059
22060         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22061         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22062         WCHAR_H directly.
22063
22064 2008-09-27  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22067         * modules/arpa_inet (Depends-on): Add link-warning.
22068         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22069         * modules/unistd (Makefile.am): Likewise.
22070
22071 2008-09-26  Bruno Haible  <bruno@clisp.org>
22072
22073         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22074         variables.
22075         (func_version): Essentially copied from gnulib-tool.
22076         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22077         func_readlink): Copied from gnulib-tool.
22078
22079 2008-09-26  Bruno Haible  <bruno@clisp.org>
22080
22081         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22082         invoking git-version-gen.
22083
22084 2008-09-26  Bruno Haible  <bruno@clisp.org>
22085
22086         * posix-modules: Update to directory names changed on 2008-01-19.
22087         Remove commas in output before splitting into words. No more need to
22088         avoid 'ftruncate' since 2007-02-19.
22089
22090 2008-09-26  Bruno Haible  <bruno@clisp.org>
22091
22092         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22093
22094 2008-09-26  Bruno Haible  <bruno@clisp.org>
22095
22096         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22097         * modules/fwriteerror (Depends-on): Add errno.
22098
22099 2008-09-26  Bruno Haible  <bruno@clisp.org>
22100
22101         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22102         * tests/test-vc-list-files-cvs.sh: Likewise.
22103
22104 2008-09-26  Bruno Haible  <bruno@clisp.org>
22105
22106         * doc/posix-headers/sys_resource.texi: Reorder items.
22107
22108 2008-09-26  Jim Meyering  <meyering@redhat.com>
22109
22110         fts: tweak inode comparison function
22111         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22112         inode numbers, as documented.
22113
22114         fts: sort dirent entries on inode number before traversing
22115         This avoids a quadratic, seek-related performance penalty when
22116         operating on a directory containing many entries (measurable at 10k;
22117         3.5 hours at 2 million entries with a cold cache) on certain types
22118         of file systems, including ext3 and ext4, but not tmpfs.
22119         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22120         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22121         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22122         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22123         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22124         (fts_build): Set the stat.st_ino member from D_INO.
22125         If it is likely to be useful, sort dirent entries on inode number.
22126
22127         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22128         and the struct statfs.f_type member.
22129         * modules/fts (Depends-on): Add d-ino.
22130
22131 2008-09-26  Bruno Haible  <bruno@clisp.org>
22132
22133         * modules/sigpipe-die (Depends-on): Add sigpipe.
22134
22135         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22136         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22137         and GNULIB_STDIO_H_SIGPIPE are set.
22138         * lib/stdio-write.c: New file.
22139         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22140         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22141         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22142         REPLACE_STDIO_WRITE_FUNCS.
22143         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22144         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22145         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22146         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22147         * modules/stdio (Files): Add lib/stdio-write.c.
22148         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22149         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22150         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22151         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22152         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22153         REPLACE_FPRINTF_POSIX.
22154         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22155         REPLACE_PRINTF_POSIX.
22156         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22157         REPLACE_VFPRINTF_POSIX.
22158         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22159         REPLACE_VPRINTF_POSIX.
22160         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22161         SIGPIPE issue.
22162         * doc/posix-functions/fputc.texi: Likewise.
22163         * doc/posix-functions/fputs.texi: Likewise.
22164         * doc/posix-functions/fwrite.texi: Likewise.
22165         * doc/posix-functions/printf.texi: Likewise.
22166         * doc/posix-functions/putc.texi: Likewise.
22167         * doc/posix-functions/putchar.texi: Likewise.
22168         * doc/posix-functions/puts.texi: Likewise.
22169         * doc/posix-functions/vfprintf.texi: Likewise.
22170         * doc/posix-functions/vprintf.texi: Likewise.
22171
22172         * modules/safe-write (Depends-on): Add write.
22173
22174         * modules/sigpipe-tests: New file.
22175         * tests/test-sigpipe.c: New file.
22176         * tests/test-sigpipe.sh: New file.
22177
22178         * modules/write: New file.
22179         * lib/unistd.in.h: Include <sys/types.h>.
22180         (write): New declaration.
22181         * lib/write.c: New file.
22182         * m4/write.m4: New file.
22183         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22184         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22185         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22186         GNULIB_WRITE, REPLACE_WRITE.
22187         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22188         and the SIGPIPE issue.
22189
22190         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22191         (raise): New declaration.
22192         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22193         (ext_signal): New function.
22194         (rpl_raise): New function.
22195         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22196         GNULIB_SIGNAL_H_SIGPIPE.
22197         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22198         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22199
22200         * modules/sigpipe: New file.
22201         * m4/sigpipe.m4: New file.
22202
22203 2008-09-25  Derek Price  <derek@ximbiot.com>
22204             Bruno Haible  <bruno@clisp.org>
22205
22206         * gnulib-tool (func_import): Report all license incompatibilities, not
22207         just the first one.
22208
22209 2008-09-25  Bruno Haible  <bruno@clisp.org>
22210
22211         * gnulib-tool (func_import): When computing the edits, consider not
22212         only the Makefile.ams that exist but also those that will be generated.
22213
22214 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22215
22216         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22217         fixes gnulib-tool --test warning about duplicate dependency.
22218
22219 2008-09-25  Bruno Haible  <bruno@clisp.org>
22220
22221         * gnulib-tool: Don't ask the user to perform edits in the generated
22222         Makefile.ams.
22223         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22224         apply to the Makefile.am being generated.
22225         (func_emit_tests_Makefile_am): Execute edits that apply to the
22226         Makefile.am being generated.
22227         (func_import): Setup list of Makefile.am edits before emitting the
22228         Makefile.ams, not at the end.
22229         (func_create_testdir): Update.
22230         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22231
22232 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22233
22234         * gnulib-tool (func_import): Store the --tests-base option in the
22235         comment in gnulib-cache.m4.
22236
22237 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22238
22239         * NEWS: Document increased portability that sys_select now provides.
22240
22241         * lib/sys_select.in.h: Install select wrapper.
22242         * lib/sys_socket.in.h: Use more descriptive name when there is no
22243         select wrapper.
22244         * lib/winsock-select.c: New.
22245         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22246         Require gl_HEADER_SYS_SOCKET.
22247         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22248         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22249         * tests/test-sys_select.c: Add functional tests.
22250
22251 2008-09-24  Eric Blake  <ebb9@byu.net>
22252
22253         open, fopen: close fd leak in last patch
22254         * lib/open.c (rpl_open): Close fd before returning error.
22255         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22256         * doc/posix-functions/open.texi (open): Document that Irix also
22257         has the bug.
22258         * doc/posix-functions/fopen.texi (fopen): Likewise.
22259         Reported by Paolo Bonzini.
22260
22261 2008-09-24  Bruno Haible  <bruno@clisp.org>
22262
22263         Ensure that a filename ending in a slash cannot be used to access a
22264         non-directory.
22265         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22266         to check whether it's really a directory.
22267         * lib/fopen.c: Include fcntl.h, unistd.h.
22268         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22269         and fdopen().
22270         * modules/fopen (Depends-on): Add unistd.
22271         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22272         * tests/test-fopen.c (main): Likewise.
22273         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22274         * doc/posix-functions/fopen.texi: Likewise.
22275         Reported by Eric Blake.
22276
22277 2008-09-23  Eric Blake  <ebb9@byu.net>
22278
22279         c-stack: avoid compiler optimizations when provoking overflow
22280         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22281         recursion harder to optimize, to ensure a stack overflow occurs.
22282         * tests/test-c-stack.c (recurse): Likewise.
22283         Borrowed from libsigsegv.
22284
22285         c-stack: work around Irix sigaltstack bug
22286         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22287         whether sigaltstack uses wrong end of stack_t (copied in part from
22288         libsigsegv).
22289         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22290         Irix bug, without requiring an over-allocation.
22291         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22292         bug.
22293
22294         fopen: document mingw bug on directories
22295         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22296         not allowing a stream visiting a directory, even though reading
22297         from such a stream is not portable.
22298
22299 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22300
22301         * lib/poll.c: Rewrite.
22302         * modules/poll: Depend on alloca.
22303
22304 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22305
22306         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22307         instead define prototypes for a full set of wrappers.  Ensure
22308         that Cygwin does not use the compatibility code, which is only
22309         for MinGW.
22310         * lib/winsock.c: New.
22311         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22312         * modules/sys_socket: Add lib/winsock.c.
22313
22314         * modules/poll-tests: Add errno and perror.
22315         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22316
22317 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22318
22319         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22320
22321 2008-09-23  Bruno Haible  <bruno@clisp.org>
22322
22323         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22324         * doc/glibc-functions/*: Likewise.
22325
22326 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22327
22328         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22329         success.
22330
22331 2008-09-22  Eric Blake  <ebb9@byu.net>
22332             Bruno Haible  <bruno@clisp.org>
22333
22334         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22335         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22336         supply %A but mishandle pseudo-NaN.
22337         Reported by Simon Josefsson.
22338
22339 2008-09-21  Bruno Haible  <bruno@clisp.org>
22340
22341         * tests/test-lock.c (main): Tweak skip message.
22342         * tests/test-tls.c (main): Likewise.
22343
22344 2008-09-21  Bruno Haible  <bruno@clisp.org>
22345
22346         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22347         whether 'struct sigaction' has sa_sigaction here...
22348         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22349         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22350
22351 2008-09-21  Bruno Haible  <bruno@clisp.org>
22352
22353         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22354         section.
22355         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22356         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22357         the new section.
22358         (Support for obsolete systems lacking POSIX:2001): New section.
22359         (String handling <string.h>): Move strdup to the new section.
22360         Suggested by Simon Josefsson and Paolo Bonzini.
22361
22362 2008-09-21  Bruno Haible  <bruno@clisp.org>
22363
22364         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22365         exponents in %e and %g results on 'long double'. Needed for mingw's
22366         improved *printf functions.
22367         * tests/test-vasprintf-posix.c (test_function): Likewise.
22368         * tests/test-snprintf-posix.h (test_function): Likewise.
22369         * tests/test-sprintf-posix.h (test_function): Likewise.
22370         Reported by Eric Blake.
22371
22372 2008-09-21  Bruno Haible  <bruno@clisp.org>
22373
22374         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22375         * tests/test-sprintf-posix.h (test_function): Likewise.
22376
22377 2008-09-21  Bruno Haible  <bruno@clisp.org>
22378
22379         * modules/getpass (Depends-on): Add strdup-posix.
22380
22381         New module 'strdup-posix'.
22382         * modules/strdup-posix: New file.
22383         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22384         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22385         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22386         REPLACE_STRDUP.
22387         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22388         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22390         strdup-posix.
22391
22392         * modules/strdup (Depends-on): Remove malloc-posix.
22393
22394 2008-09-20  Bruno Haible  <bruno@clisp.org>
22395
22396         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22397         Wildenhues.
22398
22399 2008-09-20  Bruno Haible  <bruno@clisp.org>
22400
22401         Ensure that wint_t gets defined on IRIX 5.3.
22402         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22403         * lib/wctype.in.h (wint_t): Likewise.
22404         (__wctype_wint_t): Remove type.
22405         (isw*): Use wint_t instead of __wctype_wint_t.
22406         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22407         * modules/wchar (Files): Add m4/wint_t.m4.
22408         (Makefile.am): Substitute HAVE_WINT_T.
22409         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22410         * tests/test-wctype.c: Check that wint_t is defined.
22411         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22412         * doc/posix-headers/wctype.texi: Likewise.
22413         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22414
22415 2008-09-18  Bruno Haible  <bruno@clisp.org>
22416
22417         * gnulib-tool (func_exit): Update comment.
22418
22419 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22420
22421         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22422         assumes strdup exists and does not depend on strdup to return
22423         ENOMEM on out of memory conditions.
22424
22425 2008-09-18  Bruno Haible  <bruno@clisp.org>
22426
22427         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
22428         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22429         digits for the exponent.
22430
22431 2008-09-18  Jim Meyering  <meyering@redhat.com>
22432             Bruno Haible  <bruno@clisp.org>
22433
22434         * lib/vasnprintf.c (decimal_point_char): Define also if
22435         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22436
22437 2008-09-16  Bruno Haible  <bruno@clisp.org>
22438         and Eric Blake  <ebb9@byu.net>
22439
22440         vasnprintf: support Irix 5.3
22441         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22442         that mishandle long double infinity.
22443         Reported by Tom G. Christensen.
22444
22445 2008-09-16  Bruno Haible  <bruno@clisp.org>
22446
22447         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22448         Solaris 9.
22449         * doc/glibc-functions/alphasort.texi: Likewise.
22450         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22451
22452 2008-09-16  Jim Meyering  <meyering@redhat.com>
22453
22454         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22455         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22456         a umask modification leak out of a subshell.  Otherwise, the
22457         opensolaris /bin/sh would be accepted and thus cause unwarranted
22458         failures in the coreutils test suite.
22459
22460 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22461
22462         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22463         to succeed.
22464
22465 2008-09-16  Jim Meyering  <meyering@redhat.com>
22466
22467         avoid spurious test failure when library is built without ACL support
22468         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22469         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22470         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22471         * tests/test-copy-acl.sh: Likewise.
22472
22473 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22474
22475         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22476         based on character occurrence counts.
22477
22478 2008-09-15  Eric Blake  <ebb9@byu.net>
22479
22480         tests: avoid some compiler warnings
22481         * tests/test-memchr.c (main): Pass NULL indirectly.
22482         * tests/test-closein.c (main): Avoid unused variable.
22483
22484 2008-09-15  Bruno Haible  <bruno@clisp.org>
22485
22486         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22487         are missing on OpenBSD 4.0 individually.
22488         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22489
22490 2008-09-15  Bruno Haible  <bruno@clisp.org>
22491
22492         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22493         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22494         * doc/posix-functions/perror.texi: Likewise.
22495         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22496         is missing.
22497         Reported by Eric Blake.
22498
22499         * lib/errno.in.h: Use replacement values >= 2000.
22500         Reported by Eric Blake.
22501
22502 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22503
22504         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22505         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22506         limit.
22507         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22508         compareseq was aborted.
22509
22510 2008-09-14  Bruno Haible  <bruno@clisp.org>
22511
22512         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22513         yvec_edit_count.
22514         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22515         (fstrcmp_bounded): Simplify result computation accordingly.
22516
22517 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22518
22519         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22520         (fstrcmp): Define in terms of fstrcmp_bounded.
22521         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22522         lower_bound argument.
22523         Return quickly if the result is certainly < lower_bound.
22524         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22525
22526 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22527
22528         * lib/diffseq.h (EARLY_ABORT): New macro.
22529         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22530         evaluates to true.
22531
22532 2008-09-14  Bruno Haible  <bruno@clisp.org>
22533
22534         * modules/perror-tests: New file.
22535         * tests/test-perror.sh: New file.
22536         * tests/test-perror.c: New file.
22537
22538         New module 'perror'.
22539         * lib/stdio.in.h (perror): New declaration.
22540         * lib/perror.c: New file.
22541         * m4/perror.m4: New file.
22542         * modules/perror: New file.
22543         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22544         * doc/posix-functions/perror.texi: Mention the perror module.
22545         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22546         REPLACE_PERROR.
22547         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22548         REPLACE_PERROR.
22549
22550 2008-09-14  Bruno Haible  <bruno@clisp.org>
22551
22552         * modules/stdio (Makefile.am): Reorder to match the order in
22553         lib/stdio.in.h.
22554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22555
22556 2008-09-13  Bruno Haible  <bruno@clisp.org>
22557
22558         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22559
22560 2008-09-13  Bruno Haible  <bruno@clisp.org>
22561
22562         Extend strerror to cover the added errno values.
22563         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22564         (rpl_strerror): Provide error messages for the added errno values and
22565         for the WSA* values.
22566         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22567         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22568         strerror.
22569         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22570         * modules/strerror (Depends-on): Add errno.
22571         * doc/posix-functions/strerror.texi: Document the change.
22572         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22573         and EOVERFLOW.
22574
22575 2008-09-13  Bruno Haible  <bruno@clisp.org>
22576
22577         * modules/EOVERFLOW: Remove file.
22578         * m4/eoverflow.m4: Remove file.
22579         * modules/EOVERFLOW-tests: Remove file.
22580         * tests/test-EOVERFLOW.c: Remove file.
22581         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22582         * modules/ftell (Depends-on): Likewise.
22583         * modules/getdelim (Depends-on): Likewise.
22584         * modules/getugroups (Depends-on): Likewise.
22585         * modules/poll (Depends-on): Likewise.
22586         * modules/snprintf (Depends-on): Likewise.
22587         * modules/sprintf-posix (Depends-on): Likewise.
22588         * modules/vasnprintf (Depends-on): Likewise.
22589         * modules/vasprintf (Depends-on): Likewise.
22590         * modules/vfprintf-posix (Depends-on): Likewise.
22591         * modules/vsnprintf (Depends-on): Likewise.
22592         * modules/vsprintf-posix (Depends-on): Likewise.
22593         * modules/xvasprintf (Depends-on): Likewise.
22594         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22595         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22596         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22597         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22598         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22599         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22600         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22601         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22602         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22603         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22604         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22605         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22606         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22607         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22608         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22609         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22610         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22611         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22612         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22613         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22614         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22615         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22616         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22617         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22618         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22619         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22620         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22621         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22622         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22623         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22624         * MODULES.html.sh: Remove EOVERFLOW.
22625         * NEWS: Mention the change.
22626
22627 2008-09-13  Bruno Haible  <bruno@clisp.org>
22628
22629         * modules/errno-tests: New file.
22630         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22631
22632         * lib/errno.in.h: New file.
22633         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22634         * modules/errno: New file.
22635         * doc/posix-headers/errno.texi: Update documentation.
22636         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22637
22638 2008-09-13  Bruno Haible  <bruno@clisp.org>
22639
22640         * tests/test-poll.c: Use #if for native Windows, rather than testing
22641         __MSVCRT__.
22642
22643 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22644             Bruno Haible  <bruno@clisp.org>
22645
22646         * lib/glob.c: Don't include <pwd.h> on native Windows.
22647         (WINDOWS32): New macro.
22648         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22649
22650 2008-09-13  Bruno Haible  <bruno@clisp.org>
22651
22652         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22653         (ETIMEDOUT): Remove macro.
22654         (glthread_cond_timedwait_multithreaded): New declaration.
22655         (glthread_cond_timedwait): Use it.
22656         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22657         (glthread_cond_timedwait_multithreaded): New function.
22658
22659 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22660
22661         * modules/poll-tests: Do not check for io.h.
22662         * tests/test-poll.c: Check for __MSVCRT__ instead.
22663
22664 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22665
22666         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22667         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22668         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22669
22670 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22671
22672         * modules/poll-tests: New.
22673         * tests/test-poll.c: New.
22674
22675 2008-09-12  Eric Blake  <ebb9@byu.net>
22676
22677         frexp: test for NetBSD failure on -0.0
22678         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22679         not all, bugs from NetBSD 3.0 have been fixed.
22680         * doc/posix-functions/frexp.texi (frexp): Document bug.
22681         Reported by Thomas Klausner.
22682
22683         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22684         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22685         literal -0.0.
22686         Reported by Jonathan C. Patschke <jp@centtech.com>.
22687
22688 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22689
22690         * lib/glthread/cond.h: Use dummy implementation also if
22691         USE_WIN32_THREADS.
22692
22693 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22694
22695         * modules/fnmatch-posix (License): Change to LGPLv2+.
22696         * modules/fnmatch-gnu (License): Likewise.
22697
22698 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22699
22700         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22701
22702 2008-09-11  Jim Meyering  <meyering@redhat.com>
22703
22704         * users.txt: Add gtk-vnc.
22705
22706 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22707
22708         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22709         rotate amounts.
22710
22711         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22712         required for 16-bit and 8-bit rotates.
22713         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22714         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22715         UINT8_MAX instead of hard-coded constants.
22716         Suggested by Paul Eggert.
22717
22718 2008-09-07  Bruno Haible  <bruno@clisp.org>
22719
22720         * tests/test-striconveh.c (main): Check behaviour when converting from
22721         UTF-7.
22722
22723         Make striconveh work better with stateful encodings.
22724         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22725         that iconv does not increment the inptr when returning -1/EINVAL.
22726
22727 2008-09-07  Bruno Haible  <bruno@clisp.org>
22728
22729         * build-aux/config.rpath: Update according to libtool-2.2.6.
22730         * build-aux/config.libpath: Likewise.
22731
22732 2008-09-06  Bruno Haible  <bruno@clisp.org>
22733
22734         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22735         * lib/freadptr.c (freadptr): Likewise.
22736         * lib/freadseek.c (freadptrinc): Likewise.
22737         Reported by Simon Josefsson.
22738
22739 2008-09-06  Bruno Haible  <bruno@clisp.org>
22740
22741         * modules/freadptr (License): Change to LGPLv2+.
22742         * modules/freadseek (License): Likewise.
22743         Suggested by Eric Blake.
22744
22745         * modules/memchr2 (License): Change to LGPLv2+.
22746         Approved by Eric Blake.
22747
22748 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22749             Bruno Haible  <bruno@clisp.org>
22750
22751         Make gnulib-tool work with native 'sed' on AIX.
22752         * gnulib-tool (sed_noop): New variable.
22753         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22754         func_add_or_update, func_create_testdir): Use it to initialize sed
22755         script variables.
22756         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22757
22758 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22759             Bruno Haible  <bruno@clisp.org>
22760
22761         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22762         also works after #include directives.
22763
22764 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
22765
22766         getdate.y: reject an out-of-range timezone value
22767         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22768         the range [-24...+24].  When specified with only one or two digits,
22769         * tests/test-getdate.c: Tests for the fix.
22770         * doc/getdate.texi: Document this change.
22771
22772 2008-09-03  Bruno Haible  <bruno@clisp.org>
22773
22774         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22775
22776 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22777
22778         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22779         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22780         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22781         Blake <ebb9@byu.net>.
22782
22783         * tests/test-bitrotate.c: Add more test vectors.
22784
22785 2008-09-02  Eric Blake  <ebb9@byu.net>
22786
22787         vasnprintf-posix: handle large precision via %.*d
22788         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22789         when handling it ourselves.
22790         * tests/test-vasnprintf-posix.c (test_function): Add test.
22791         * tests/test-snprintf-posix.h (test_function): Likewise.
22792         * tests/test-sprintf-posix.h (test_function): Likewise.
22793         * tests/test-vasprintf-posix.c (test_function): Likewise.
22794         Reported by Alain Guibert.
22795
22796 2008-09-01  Eric Blake  <ebb9@byu.net>
22797
22798         c-stack: make configure-time check more robust
22799         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22800         successful sigaction call.
22801         Reported by Tom G. Christensen.
22802
22803 2008-09-01  Bruno Haible  <bruno@clisp.org>
22804
22805         New module 'findprog-lgpl'.
22806         * modules/findprog-lgpl: New file.
22807         * lib/findprog-lgpl.c: New file.
22808         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22809         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22810         to decide whether to use strdup or xstrdup, concatenated_filename or
22811         xconcatenated_filename.
22812
22813 2008-09-01  Bruno Haible  <bruno@clisp.org>
22814
22815         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22816         'xconcat-filename' (GPL).
22817         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22818         (License): Change to LGPLv2+.
22819         * modules/xconcat-filename: New file.
22820         * lib/concat-filename.h (concatenated_filename): Change specification.
22821         (xconcatenated_filename): New declaration.
22822         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22823         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22824         memory situations.
22825         * lib/xconcat-filename.c: New file.
22826         * NEWS: Mention the change.
22827         * lib/findprog.c: Include concat-filename.h, not filename.h.
22828         (find_in_path): Use xconcatenated_filename instead of
22829         concatenated_filename.
22830         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22831         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22832         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22833         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22834         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22835         instead of concatenated_filename.
22836         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22837         (execute_java_class): Use xconcatenated_filename instead of
22838         concatenated_filename.
22839         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22840         * modules/javacomp (Depends-on): Likewise.
22841         * modules/javaexec (Depends-on): Likewise.
22842
22843 2008-09-01  Bruno Haible  <bruno@clisp.org>
22844
22845         Split module 'filename' into 'filename' and 'concat-filename'.
22846         * modules/filename: Keep only lib/filename.h.
22847         (License): Change to LGPLv2+.
22848         * modules/concat-filename: New file, extracted from modules/filename.
22849         * lib/filename.h (concatenated_filename): Remove declaration.
22850         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22851         * lib/concat-filename.c: Include concat-filename.h.
22852         * NEWS: Mention the change.
22853
22854 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22855
22856         * lib/bitrotate.h (rotl8, rotr8): Add.
22857
22858         * modules/bitrotate (configure.ac): Need
22859         AC_REQUIRE([AC_C_INLINE]).
22860         (Description): Mention stdint.h.  Reported by Bruno Haible
22861         <bruno@clisp.org>.
22862
22863         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22864         Paolo Bonzini <bonzini@gnu.org>.
22865
22866 2008-08-31  Bruno Haible  <bruno@clisp.org>
22867
22868         Assume Solaris specific bi-arch conventions on Solaris systems.
22869         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22870         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22871         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22872         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22873         like acl_libdirstem.
22874         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22875         acl_libdirstem.
22876         * NEWS: Mention the change.
22877         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22878
22879 2008-08-31  Jim Meyering  <meyering@redhat.com>
22880
22881         * lib/strftime.h: Add comments describing the two added arguments.
22882
22883         remove duplicate #include directives
22884         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22885         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22886
22887 2008-08-31  Bruno Haible  <bruno@clisp.org>
22888
22889         New module 'sigpipe-die'.
22890         * modules/sigpipe-die: New file.
22891         * lib/sigpipe-die.h: New file.
22892         * lib/sigpipe-die.c: New file.
22893         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22894
22895 2008-08-31  Bruno Haible  <bruno@clisp.org>
22896
22897         Don't override previously installed signal handlers.
22898         * lib/fatal-signal.c (saved_sigactions): New variable.
22899         (uninstall_handlers): Reset the signal to the saved handler, not
22900         to SIG_DFL (except when ignored).
22901         (install_handlers): Save the previous handlers.
22902
22903 2008-08-30  Bruno Haible  <bruno@clisp.org>
22904
22905         * gnulib-tool (func_reset_sigpipe): New function.
22906         (func_get_automake_snippet, func_modules_transitive_closure,
22907         func_import): Invoke it before a join command that reads from stdin,
22908         to avoid "echo: write error: Broken pipe" error messages on stderr.
22909         Reported by Sam Steingold <sds@gnu.org>.
22910
22911 2008-08-30  Bruno Haible  <bruno@clisp.org>
22912
22913         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22914         Code copied from m4/open.m4.
22915         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22916         access and the filename ends in a slash. Code copied from lib/open.c.
22917         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22918         * tests/test-fopen.c (main): Check against bug with trailing slash.
22919
22920 2008-08-29  Bruno Haible  <bruno@clisp.org>
22921
22922         Avoid some "gcc -pedantic" warnings.
22923         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22924         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22925         * lib/dirent.in.h: Likewise.
22926         * lib/fcntl.in.h: Likewise.
22927         * lib/float.in.h: Likewise.
22928         * lib/iconv.in.h: Likewise.
22929         * lib/inttypes.in.h: Likewise.
22930         * lib/locale.in.h: Likewise.
22931         * lib/math.in.h: Likewise.
22932         * lib/netinet_in.in.h: Likewise.
22933         * lib/search.in.h: Likewise.
22934         * lib/signal.in.h: Likewise.
22935         * lib/stdarg.in.h: Likewise.
22936         * lib/stdint.in.h: Likewise.
22937         * lib/stdio.in.h: Likewise.
22938         * lib/stdlib.in.h: Likewise.
22939         * lib/string.in.h: Likewise.
22940         * lib/strings.in.h: Likewise.
22941         * lib/sys_select.in.h: Likewise.
22942         * lib/sys_socket.in.h: Likewise.
22943         * lib/sys_stat.in.h: Likewise.
22944         * lib/sys_time.in.h: Likewise.
22945         * lib/sysexits.in.h: Likewise.
22946         * lib/time.in.h: Likewise.
22947         * lib/unistd.in.h: Likewise.
22948         * lib/wchar.in.h: Likewise.
22949         * lib/wctype.in.h: Likewise.
22950         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22951         * modules/fchdir (Makefile.am): Likewise.
22952         * modules/fcntl (Makefile.am): Likewise.
22953         * modules/float (Makefile.am): Likewise.
22954         * modules/iconv_open (Makefile.am): Likewise.
22955         * modules/inttypes (Makefile.am): Likewise.
22956         * modules/locale (Makefile.am): Likewise.
22957         * modules/math (Makefile.am): Likewise.
22958         * modules/netinet_in (Makefile.am): Likewise.
22959         * modules/search (Makefile.am): Likewise.
22960         * modules/signal (Makefile.am): Likewise.
22961         * modules/stdarg (Makefile.am): Likewise.
22962         * modules/stdint (Makefile.am): Likewise.
22963         * modules/stdio (Makefile.am): Likewise.
22964         * modules/stdlib (Makefile.am): Likewise.
22965         * modules/string (Makefile.am): Likewise.
22966         * modules/strings (Makefile.am): Likewise.
22967         * modules/sys_select (Makefile.am): Likewise.
22968         * modules/sys_socket (Makefile.am): Likewise.
22969         * modules/sys_stat (Makefile.am): Likewise.
22970         * modules/sys_time (Makefile.am): Likewise.
22971         * modules/sysexits (Makefile.am): Likewise.
22972         * modules/time (Makefile.am): Likewise.
22973         * modules/unistd (Makefile.am): Likewise.
22974         * modules/wchar (Makefile.am): Likewise.
22975         * modules/wctype (Makefile.am): Likewise.
22976         Reported by Reuben Thomas <rrt@sc3d.org>.
22977
22978 2008-08-29  Bruno Haible  <bruno@clisp.org>
22979
22980         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22981         any more.
22982
22983 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22984
22985         * MODULES.html.sh (Misc): Add bitrotate.
22986
22987         * modules/bitrotate: New file.
22988
22989         * lib/bitrotate.h: New file.
22990
22991         * modules/bitrotate-tests: New file.
22992
22993         * tests/test-bitrotate.c: New file.
22994
22995         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22996         on the bitrotate module.
22997
22998         * lib/arctwo.c: Use new bitrotate module.
22999
23000 2008-08-29  Jim Meyering  <meyering@redhat.com>
23001
23002         bootstrap: merge changes from coreutils
23003         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23004         of copied files.  Remove a kludge, now that this is fixed.
23005         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23006         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23007         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23008
23009 2008-08-29  Bruno Haible  <bruno@clisp.org>
23010
23011         * MODULES.html.sh: Remove --cvs-urls option.
23012
23013 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23014
23015         maint.mk: adjust to file name change
23016         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23017
23018 2008-08-28  Jim Meyering  <meyering@redhat.com>
23019
23020         * modules/getndelim2 (License): Relicense to LGPLv2+.
23021         Approved by Richard Stallman for the version of 1995, and by
23022         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23023
23024 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23025
23026         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23027         dummy if one is not available.  Do not touch them if
23028         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23029         (getc_maybe_unlocked): New.
23030         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23031
23032 2008-08-26  Eric Blake  <ebb9@byu.net>
23033
23034         doc/INSTALL: resync from autoconf
23035         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23036         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23037         moving...
23038         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23039         * INSTALL: Regenerate.
23040         * INSTALL.ISO: New file.
23041         * INSTALL.UTF-8: Likewise.
23042
23043 2008-08-26  Jim Meyering  <meyering@redhat.com>
23044
23045         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23046         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23047         these definitions conditional, so that they may be overridden, too.
23048
23049 2008-08-26  Bruno Haible  <bruno@clisp.org>
23050
23051         Generate INSTALL file variants with prettier quotes.
23052         * doc/Makefile (INSTALL_PRELUDE): New macro.
23053         (INSTALL): Use it.
23054         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23055
23056 2008-08-26  Bruno Haible  <bruno@clisp.org>
23057
23058         Run makeinfo in an English locale.
23059         * doc/Makefile (MAKEINFO): New variable.
23060
23061 2008-08-26  Bruno Haible  <bruno@clisp.org>
23062
23063         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23064         Suggested by Eric Blake.
23065
23066 2008-08-25  Bruno Haible  <bruno@clisp.org>
23067
23068         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23069
23070 2008-08-25  Eric Blake  <ebb9@byu.net>
23071
23072         c-stack: test that stack overflow can be caught
23073         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23074         that platform allows handling stack overflow; at least OS/2 EMX
23075         has sigaltstack, but crashes before transferring control to
23076         handler on stack overflow.
23077         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23078         check for HAVE_STACK_OVERFLOW_HANDLING.
23079         Reported by Elbert Pol.
23080
23081 2008-08-25  Bruno Haible  <bruno@clisp.org>
23082
23083         * doc/posix-functions/strftime.texi: Fix description of strftime
23084         module.
23085
23086 2008-08-24  Bruno Haible  <bruno@clisp.org>
23087
23088         * tests/uniwidth/test-uc_width2.c: New file.
23089         * tests/uniwidth/test-uc_width2.sh: New file.
23090         * modules/uniwidth/width-tests (Files): Add the new files.
23091         (TESTS): Add uniwidth/test-uc_width2.sh.
23092         (TESTS_ENVIRONMENT): New variable.
23093         (check_PROGRAMS): Add test-uc_width2.
23094         (test_uc_width2_SOURCES): New variable.
23095
23096         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23097         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23098         not 0x00AB.
23099         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23100
23101 2008-08-22  Eric Blake  <ebb9@byu.net>
23102
23103         test-lock, test-tls: mention why a test is skipped
23104         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23105         skipped.
23106         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23107
23108         count-one-bits: relax license
23109         * modules/count-one-bits (License): Relicense to LGPLv2+.
23110         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23111
23112 2008-08-22  Andreas Schwab  <schwab@suse.de>
23113
23114         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23115         Remove spurious space in assignment.
23116
23117 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23118
23119         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23120         Paul Eggert <eggert@CS.UCLA.EDU>.
23121
23122 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23123
23124         * modules/gettext: Add m4/threadlib.m4.
23125
23126 2008-08-19  Eric Blake  <ebb9@byu.net>
23127
23128         test-c-stack: fix compilation failure on FreeBSD 5.0
23129         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23130         headers before <sys/resource.h>.
23131         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23132         the bug.
23133         Reported by Nelson H. F. Beebe.
23134
23135         strverscmp: migrate from "strverscmp.h" to <string.h>
23136         * modules/string (Makefile.am): Add new hooks.
23137         * modules/strverscmp (Files): Remove strverscmp.h.
23138         (Depends-on): Add string.
23139         (configure.ac): Add indicator.
23140         (Include): Mention new header.
23141         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23142         defaults.
23143         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23144         results.
23145         * lib/strverscmp.h: Delete.
23146         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23147         * tests/test-strverscmp.c (includes): Adjust client.
23148         * lib/check-version.c (includes): Likewise.
23149         * NEWS: Document the change.
23150
23151         strverscmp: add unit test
23152         * modules/strverscmp-tests: New file.
23153         * tests/test-strverscmp.c: Likewise.
23154
23155 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23156
23157         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23158         regarding Windows crypto stuff, from Mono.
23159
23160 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23161
23162         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23163         if present, for intel RND.  Return error on failures.
23164
23165 2008-08-18  Ben Pfaff  <blp@gnu.org>
23166
23167         gitlog-to-changelog: give better diagnostic for failed pipe-open
23168         * build-aux/gitlog-to-changelog: Improve error message: suggest
23169         that the version of Git may be too old.
23170
23171 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23172
23173         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23174         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23175
23176 2008-08-18  Bruno Haible  <bruno@clisp.org>
23177
23178         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23179         pthread_in_use().
23180
23181 2008-08-18  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/glthread/threadlib.c: Include <pthread.h>.
23184
23185 2008-08-18  Bruno Haible  <bruno@clisp.org>
23186
23187         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23188         glthread_recursive_lock_* macros.
23189         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23190         Fix syntax error.
23191
23192 2008-08-18  Bruno Haible  <bruno@clisp.org>
23193
23194         * lib/glthread/thread.c: Avoid forcing a context switch right after
23195         thread creation.
23196
23197 2008-08-17  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23200         * lib/glthread/thread.h: Provide Win32 specific implementation.
23201         * modules/thread (Files): Add lib/glthread/thread.c.
23202         (Depends-on): Add lock.
23203         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23204
23205 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23206
23207         New module 'yield'.
23208         * modules/yield: New file.
23209         * lib/glthread/yield.h: New file.
23210         * m4/yield.m4: New file.
23211         * MODULES.html.sh (Multithreading): Add yield.
23212
23213 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23214
23215         New module 'thread'.
23216         * modules/thread: New file.
23217         * lib/glthread/thread.h: New file.
23218         * m4/thread.m4: New file.
23219         * MODULES.html.sh (Multithreading): Add thread.
23220
23221 2008-08-17  Bruno Haible  <bruno@clisp.org>
23222
23223         * lib/glthread/lock.h: Include <stdlib.h> always.
23224         * lib/glthread/tls.h: Likewise.
23225         * lib/glthread/cond.h: Likewise.
23226
23227 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23228
23229         New module 'cond'.
23230         * modules/cond: New file.
23231         * lib/glthread/cond.h: New file.
23232         * lib/glthread/cond.c: New file.
23233         * m4/cond.m4: New file.
23234         * MODULES.html.sh (Multithreading): Add cond.
23235
23236 2008-08-16  Eric Blake  <ebb9@byu.net>
23237
23238         c-stack: fix regression on Irix 5.3 from 2008-06-21
23239         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23240         sa_sigaction...
23241         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23242         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23243         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23244         * modules/signal (Makefile.am): Use the value.
23245         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23246         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23247         * doc/posix-headers/signal.texi (signal.h): Document this
23248         portability issue.
23249         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23250         Reported by Tom G. Christensen.
23251
23252 2008-08-17  Bruno Haible  <bruno@clisp.org>
23253
23254         New module 'threadlib'.
23255         * modules/threadlib: New file.
23256         * lib/glthread/threadlib.c: New file, extracted from
23257         lib/glthread/lock.c.
23258         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23259         functions.
23260         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23261         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23262         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23263         macros.
23264         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23265         (gl_DISABLE_THREADS): Remove macro.
23266         * modules/lock (Files): Remove build-aux/config.rpath.
23267         (Depends-on): Remove havelib. Add threadlib.
23268         (configure.ac-early): Remove section.
23269         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23270         * modules/tls (Depends-on): Remove lock. Add threadlib.
23271         (Link): New section, copied from threadlib.
23272         * MODULES.html.sh (Multithreading): Add threadlib.
23273
23274 2008-08-14  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23277         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23278         glthread_rwlock_unlock, glthread_rwlock_destroy,
23279         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23280         glthread_recursive_lock_destroy): Define as macros always.
23281         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23282         glthread_lock_lock.
23283         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23284         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23285         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23286         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23287         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23288         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23289         (glthread_recursive_lock_lock_func): Renamed from
23290         glthread_recursive_lock_lock.
23291         (glthread_recursive_lock_unlock_func): Renamed from
23292         glthread_recursive_lock_unlock.
23293         (glthread_recursive_lock_destroy_func): Renamed from
23294         glthread_recursive_lock_destroy.
23295
23296 2008-08-14  Bruno Haible  <bruno@clisp.org>
23297
23298         * lib/glthread/lock.h: Renamed from lib/lock.h.
23299         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23300         * lib/glthread/tls.h: Renamed from lib/tls.h.
23301         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23302         * lib/fstrcmp.c: Update includes.
23303         * lib/strsignal.c: Update includes.
23304         * modules/lock (Files, Makefile.am): Update.
23305         (Include): Change to "glthread/lock.h".
23306         * modules/tls (Files, Makefile.am): Update.
23307         (Include): Change to "glthread/tls.h".
23308         * tests/test-lock.c: Update includes.
23309         * tests/test-tls.c: Update includes.
23310         * NEWS: Mention the renamed header files.
23311
23312 2008-08-11  Jim Meyering  <meyering@redhat.com>
23313
23314         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23315
23316 2008-08-11  Eric Blake  <ebb9@byu.net>
23317
23318         test-c-stack: avoid C99-ism
23319         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23320         before statement.
23321         Reported by Alain Guibert.
23322
23323 2008-08-10  Jim Meyering  <meyering@redhat.com>
23324
23325         ensure that return value of uinttostr et al are not ignored
23326         * lib/inttostr.h (__GNUC_PREREQ): Define.
23327         (__attribute_warn_unused_result__): Define.
23328         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23329
23330 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23331
23332         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23333         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23334
23335 2008-08-07  Jim Meyering  <meyering@redhat.com>
23336
23337         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23338
23339         * modules/mkstemp (License): Relicense under LGPLv2+.
23340         * modules/tempname (License): Likewise.
23341
23342 2008-08-06  Bruno Haible  <bruno@clisp.org>
23343
23344         * lib/poll.c (poll): Further micro-optimization.
23345
23346 2008-08-06  Jim Meyering  <meyering@redhat.com>
23347
23348         inet_pton.c: use locale-independent tolower
23349         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23350         (inet_pton6): Use c_tolower rather than tolower.
23351         * modules/inet_pton (Depends-on): Add c-ctype.
23352
23353 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23354
23355         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23356         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23357
23358 2008-08-06  Jim Meyering  <meyering@redhat.com>
23359
23360         * modules/inet_pton (License): Relicense under LGPLv2+.
23361
23362 2008-08-03  Bruno Haible  <bruno@clisp.org>
23363
23364         Additional non-aborting API for lock and tls.
23365         * lib/lock.h: Include <errno.h>.
23366         (glthread_lock_init): New macro/function.
23367         (gl_lock_init): Define as wrapper around glthread_lock_init.
23368         (glthread_lock_lock): New macro/function.
23369         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23370         (glthread_lock_unlock): New macro/function.
23371         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23372         (glthread_lock_destroy): New macro/function.
23373         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23374         (glthread_rwlock_init): New macro/function.
23375         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23376         (glthread_rwlock_rdlock): New macro/function.
23377         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23378         (glthread_rwlock_wrlock): New macro/function.
23379         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23380         (glthread_rwlock_unlock): New macro/function.
23381         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23382         (glthread_rwlock_destroy): New macro/function.
23383         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23384         (glthread_recursive_lock_init): New macro/function.
23385         (gl_recursive_lock_init): Define as wrapper around
23386         glthread_recursive_lock_init.
23387         (glthread_recursive_lock_lock): New macro/function.
23388         (gl_recursive_lock_lock): Define as wrapper around
23389         glthread_recursive_lock_lock.
23390         (glthread_recursive_lock_unlock): New macro/function.
23391         (gl_recursive_lock_unlock): Define as wrapper around
23392         glthread_recursive_lock_unlock.
23393         (glthread_recursive_lock_destroy): New macro/function.
23394         (gl_recursive_lock_destroy): Define as wrapper around
23395         glthread_recursive_lock_destroy.
23396         (glthread_once): New macro/function.
23397         (gl_once): Define as wrapper around glthread_once.
23398         Update function declarations.
23399         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23400         glthread_rwlock_init. Return error code.
23401         (glthread_rwlock_rdlock_multithreaded): Renamed from
23402         glthread_rwlock_rdlock. Return error code.
23403         (glthread_rwlock_wrlock_multithreaded): Renamed from
23404         glthread_rwlock_wrlock. Return error code.
23405         (glthread_rwlock_unlock_multithreaded): Renamed from
23406         glthread_rwlock_unlock. Return error code.
23407         (glthread_rwlock_destroy_multithreaded): Renamed from
23408         glthread_rwlock_destroy. Return error code.
23409         (glthread_recursive_lock_init_multithreaded): Renamed from
23410         glthread_recursive_lock_init. Return error code.
23411         (glthread_recursive_lock_lock_multithreaded): Renamed from
23412         glthread_recursive_lock_lock. Return error code.
23413         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23414         glthread_recursive_lock_unlock. Return error code.
23415         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23416         glthread_recursive_lock_destroy. Return error code.
23417         (glthread_once_call): Make static.
23418         (glthread_once_multithreaded): Renamed from glthread_once.
23419         * lib/tls.h: Include <errno.h>.
23420         (glthread_tls_key_init): New macro/function.
23421         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23422         (glthread_tls_set): New macro/function.
23423         (gl_tls_set): Define as wrapper around glthread_tls_set.
23424         (glthread_tls_key_destroy): New macro/function.
23425         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23426         Update function declarations.
23427         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23428         glthread_tls_get.
23429         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23430
23431 2008-08-04  Eric Blake  <ebb9@byu.net>
23432
23433         gnumakefile: use space, not TAB, outside of targets
23434         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23435
23436 2008-08-02  Jim Meyering  <meyering@redhat.com>
23437
23438         getdate.y: avoid locale-dependent date parsing failure
23439         In Turkish locales, getdate would fail to recognize keywords
23440         containing a lowercase "i".  The solution is not to rely on
23441         locale-sensitive case-conversion.
23442         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23443         (lookup_word): Use c_toupper in place of toupper.
23444         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23445         Reported by Vefa Bicakci <bicave@superonline.com> in
23446         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23447         * modules/getdate (Depends-on): Add c-ctype.
23448
23449 2008-08-02  Bruno Haible  <bruno@clisp.org>
23450
23451         * gnulib-tool (func_import): When updating or creating a .gitignore
23452         file, prepend each added line with a slash, and ignore leading slashes
23453         from the existing lines.
23454         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23455
23456 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23457
23458         Portability fix for GNU make 3.79.1.
23459         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23460         versions do not understand.
23461
23462 2008-08-01  Bruno Haible  <bruno@clisp.org>
23463
23464         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23465         * tests/test-isnanf.h (zero): New variable.
23466         (main): Avoid literal -0.0f.
23467         * tests/test-isnand.h (zero): New variable.
23468         (main): Avoid literal -0.0.
23469         * tests/test-isnanl.h (zero): New variable.
23470         (main): Avoid literal -0.0L.
23471         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23472         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23473         -0.0, -0.0L.
23474         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23475         (test_signbitd): Avoid literal -0.0.
23476         (test_signbitl): Avoid literal -0.0L.
23477         * tests/test-ceilf1.c (zero): New variable.
23478         (main): Avoid literal -0.0f.
23479         * tests/test-ceill.c (zero): New variable.
23480         (main): Avoid literal -0.0L.
23481         * tests/test-floorf1.c (zero): New variable.
23482         (main): Avoid literal -0.0f.
23483         * tests/test-floorl.c (zero): New variable.
23484         (main): Avoid literal -0.0L.
23485         * tests/test-roundf1.c (zero): New variable.
23486         (main): Avoid literal -0.0f.
23487         * tests/test-round1.c (zero): New variable.
23488         (main): Avoid literal -0.0.
23489         * tests/test-roundl.c (zero): New variable.
23490         (main): Avoid literal -0.0L.
23491         * tests/test-truncf1.c (zero): New variable.
23492         (main): Avoid literal -0.0f.
23493         * tests/test-trunc1.c (zero): New variable.
23494         (main): Avoid literal -0.0.
23495         * tests/test-truncl.c (zero): New variable.
23496         (main): Avoid literal -0.0L.
23497         * tests/test-frexp.c (zero): New variable.
23498         (main): Avoid literal -0.0.
23499         * tests/test-frexpl.c (zero): New variable.
23500         (main): Avoid literal -0.0L.
23501         * tests/test-ldexpl.c (zero): New variable.
23502         (main): Avoid literal -0.0L.
23503         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23504         (zerod, zerol): New variables.
23505         (test_function): Avoid literals -0.0, -0.0L.
23506         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23507         (zerod, zerol): New variables.
23508         (test_function): Avoid literals -0.0, -0.0L.
23509         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23510         (zerod, zerol): New variables.
23511         (test_function): Avoid literals -0.0, -0.0L.
23512         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23513         (zerod, zerol): New variables.
23514         (test_function): Avoid literals -0.0, -0.0L.
23515         * tests/test-strtod.c (zero): New variable.
23516         (main): Avoid literal -0.0.
23517         Reported by Jonathan C. Patschke <jp@centtech.com>.
23518
23519 2008-07-31  Jim Meyering  <meyering@redhat.com>
23520
23521         sha256.h: correct definition of SHA224_DIGEST_SIZE
23522         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23523         Reported by Paulie Pena IV <paulie4@gmail.com>.
23524         Define as 224 / 8, rather than as a literal.
23525         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23526         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23527         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23528
23529 2008-07-31  Bruno Haible  <bruno@clisp.org>
23530
23531         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23532         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23533         Reported by Jonathan Patschke <jp@centtech.com>.
23534
23535 2008-07-31  Bruno Haible  <bruno@clisp.org>
23536
23537         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23538         Reported by Paolo Bonzini <bonzini@gnu.org>.
23539
23540 2008-07-30  Eric Blake  <ebb9@byu.net>
23541
23542         test-strtod: allow compilation without -lm
23543         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23544         Reported by Dennis Clarke <blastwave@gmail.com>.
23545
23546 2008-07-28  Jim Meyering  <meyering@redhat.com>
23547
23548         bootstrap: work also when there are no .po files in po/
23549         * build-aux/bootstrap (update_po_files): Complete the change
23550         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23551
23552 2008-07-27  Jim Meyering  <meyering@redhat.com>
23553
23554         * users.txt: Add zile.
23555
23556 2008-07-26  Ben Pfaff  <blp@gnu.org>
23557
23558         Add missing dependencies on new m4/exponent[fdl].m4 files.
23559         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23560         * modules/isnand-nolibm: Add m4/exponentd.m4.
23561         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23562         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23563         m4/isnan[fdl].m4, because the macros actually used moved.
23564         Reported by Jim Meyering.
23565
23566 2008-07-14  Ben Pfaff  <blp@gnu.org>
23567
23568         Add isinf module.
23569         * lib/isinf.c: New file.
23570         * lib/math.in.h: Define isinf macro if we have decided to replace
23571         it.
23572         * m4/isinf.m4: New file.
23573         * m4/math_h.m4: Initialize and substitute variables for isinf
23574         module.
23575         * modules/isinf: New file.
23576         * modules/isinf-tests: New file.
23577         * modules/math: Add substitutions for new module.
23578         * tests/test-isinf.c: New file.
23579         * doc/posix-functions/isinf.texi: Mention new module.
23580         * MODULES.html.sh: Mention new module.
23581
23582 2008-07-14  Ben Pfaff  <blp@gnu.org>
23583
23584         Factor out some macros for use by additional modules.
23585         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23586         exponentf.m4.
23587         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23588         exponentd.m4.
23589         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23590         file exponentl.m4.
23591         * m4/exponentf.m4: New file.
23592         * m4/exponentd.m4: New file.
23593         * m4/exponentl.m4: New file.
23594         * modules/isnanf: Use new file m4/exponentf.m4.
23595         * modules/isnand: Use new file m4/exponentd.m4.
23596         * modules/isnanl: Use new file m4/exponentl.m4.
23597
23598 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23599
23600         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23601         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23602         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23603         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23604
23605         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23606         readlink on platforms without PATH_MAX.
23607
23608 2008-07-21  Eric Blake  <ebb9@byu.net>
23609
23610         Warn, not fail, on stale version.
23611         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23612
23613         Don't allow installation with stale devel version number.
23614         * top/GNUmakefile (_is-install-target): New macro.
23615         (_curr-ver): Forbid installation with stale version number.
23616
23617 2008-07-20  Bruno Haible  <bruno@clisp.org>
23618
23619         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23620         TESTS_ENVIRONMENT.
23621         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23622
23623 2008-07-20  Bruno Haible  <bruno@clisp.org>
23624
23625         * lib/c-stack.h (c_stack_action): Add documentation.
23626         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23627
23628 2008-07-20  Bruno Haible  <bruno@clisp.org>
23629
23630         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23631         * modules/readlink (License): Likewise.
23632
23633 2008-07-17  Eric Blake  <ebb9@byu.net>
23634
23635         * modules/c-stack (Link): Fix typo.
23636
23637         Make c-stack use libsigsegv, when available.
23638         * modules/c-stack (Depends-on): Add libsigsegv.
23639         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23640         needed.
23641         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23642         (segv_handler, overflow_handler, c_stack_action)
23643         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23644         implementation when libsigsegv is available, but only when using
23645         the library is necessary.
23646         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23647         comment, explaining why XSI check fails on Linux.
23648         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23649         * tests/test-c-stack2.sh: Tweak skip message.
23650         * NEWS: Document new link-time requirements.
23651
23652 2008-07-16  Eric Blake  <ebb9@byu.net>
23653
23654         c-stack: Expose false positives when not using libsigsegv.
23655         * modules/c-stack-tests (Files): Expand test.
23656         * tests/test-c-stack.c (main): Add means to conditionally trigger
23657         non-overflow SIGSEGV.
23658         * tests/test-c-stack2.sh: New file.
23659
23660 2008-07-14  Bruno Haible  <bruno@clisp.org>
23661
23662         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23663         Reported by Eric Blake.
23664
23665 2008-07-14  Sam Steingold  <sds@gnu.org>
23666             Bruno Haible  <bruno@clisp.org>
23667
23668         New module libsigsegv.
23669         * modules/libsigsegv: New file.
23670         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23671         modifications.
23672         * MODULES.html.sh (Signal handling): New section.
23673
23674 2008-07-14  Bruno Haible  <bruno@clisp.org>
23675
23676         * modules/unictype/ctype-* (Description): Add the word "function".
23677         Improves the resulting doc in MODULES.html.
23678
23679 2008-07-12  Ben Pfaff  <blp@gnu.org>
23680
23681         Add longlong module.
23682         * modules/longlong: New file.
23683
23684 2008-07-12  Bruno Haible  <bruno@clisp.org>
23685
23686         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23687         to empty.
23688
23689 2008-07-10  Ben Pfaff  <blp@gnu.org>
23690
23691         Add isnan module.
23692         * doc/posix-functions/isnan.texi: Mention new module.
23693         * lib/math.in.h: Define isnan macro if we have decided to replace
23694         it.
23695         * m4/isnan.m4: New file.
23696         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23697         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23698         also.
23699         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23700         redundancy.
23701         * m4/math_h.m4: Initialize and substitute variables for isnan
23702         module.
23703         * modules/isnan: New file.
23704         * modules/isnan-tests: New file.
23705         * modules/math: Add substitutions for new module.
23706         * tests/test-isnan.c: New file.
23707         * MODULES.html.sh: Mention new module.
23708
23709 2008-07-10  Ben Pfaff  <blp@gnu.org>
23710
23711         Add isnanf module.
23712         * lib/isnanf.m4: New file.
23713         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23714         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23715         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23716         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23717         * modules/isnanf: New file.
23718         * modules/isnanf-tests: New file.
23719         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23720         files.
23721         * tests/test-isnanf-nolibm.c: factored most of its contents into
23722         new file tests/test-isnanf.h.
23723         * tests/test-isnanf.h: New file.
23724         * tests/test-isnanf.c: New file.
23725         * MODULES.html.sh: Mention new module.
23726         * doc/glibc-functions/isnanf.texi: Mention new module.
23727
23728 2008-07-10  Ben Pfaff  <blp@gnu.org>
23729
23730         Add isnand module.
23731         * lib/isnand.h: New file.
23732         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23733         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23734         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23735         functionality also.
23736         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23737         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23738         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23739         * modules/isnand: New file.
23740         * modules/isnand-tests: New file.
23741         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23742         files.
23743         * tests/test-isnand-nolibm.c: factored most of its contents into
23744         new file tests/test-isnand.h.
23745         * tests/test-isnand.h: New file.
23746         * tests/test-isnand.c: New file.
23747         * MODULES.html.sh: Mention new module.
23748
23749 2008-07-10  Ben Pfaff  <blp@gnu.org>
23750
23751         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23752         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23753         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23754         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23755         * modules/isnanf-nolibm: Update references to renamed files.
23756         * modules/isnand-nolibm: Likewise.
23757         * modules/isnanf-nolibm-tests: Likewise.
23758         * modules/isnand-nolibm-tests: Likewise.
23759         * lib/frexp.c: Likewise.
23760         * lib/isfinite.c: Likewise.
23761         * lib/signbitd.c: Likewise.
23762         * lib/signbitf.c: Likewise.
23763         * lib/vasnprintf.c: Likewise.
23764         * tests/test-ceilf1.c: Likewise.
23765         * tests/test-ceilf2.c: Likewise.
23766         * tests/test-floorf1.c: Likewise.
23767         * tests/test-floorf2.c: Likewise.
23768         * tests/test-frexp.c: Likewise.
23769         * tests/test-round1.c: Likewise.
23770         * tests/test-round2.c: Likewise.
23771         * tests/test-roundf1.c: Likewise.
23772         * tests/test-strtod.c: Likewise.
23773         * tests/test-trunc1.c: Likewise.
23774         * tests/test-trunc2.c: Likewise.
23775         * tests/test-truncf1.c: Likewise.
23776         * tests/test-truncf2.c: Likewise.
23777         * NEWS: Mention the renamed header files.
23778
23779 2008-07-11  Jim Meyering  <meyering@redhat.com>
23780
23781         vc-list-files: make the last-resort awk code more portable
23782         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23783         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23784         does not support it.
23785
23786 2008-07-10  Eric Blake  <ebb9@byu.net>
23787
23788         Work with tar's bootstrap.
23789         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23790         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23791         an m4 comment.
23792
23793 2008-07-09  Jim Meyering  <meyering@redhat.com>
23794
23795         posix-shell.m4: fix typo that made this test malfunction
23796         * m4/posix-shell.m4: Remove capitalization in variable name.
23797
23798 2008-07-08  Bruno Haible  <bruno@clisp.org>
23799
23800         * m4/onceonly.m4: Update comments.
23801         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23802
23803 2008-07-04  Jim Meyering  <meyering@redhat.com>
23804
23805         * users.txt: Add vc-dwim.
23806         (bison, coreutils): Use the gitweb URL.
23807
23808 2008-07-03  Jim Meyering  <meyering@redhat.com>
23809
23810         * users.txt: Add libffcall.  From Sam Steingold.
23811
23812 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
23813
23814         getdate.y: do not ignore TZ with relative day, month or year offset
23815         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23816         relative-date-handling, since otherwise, the latter would clobber the
23817         sole output (an updated Start value) of the tz-handling block.
23818         * tests/test-getdate.c: Tests for the fix
23819
23820 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23821
23822         Recognize 'foo_LIBRARIES += libgnu.a'.
23823         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23824         makefile snippet has already specified an installation location,
23825         also using '+='.
23826
23827 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
23828
23829         getdate.y: factor out common actions
23830         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23831         Use them in place of open-coded actions.
23832
23833 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23834
23835         Add self-test for getdate module.
23836         * modules/getdate-tests: New file.
23837         * tests/test-getdate.c: New file.
23838
23839 2008-06-29  Bruno Haible  <bruno@clisp.org>
23840
23841         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23842         .gitignore.
23843         Reported by Sylvain Beucler <beuc@beuc.net>.
23844
23845 2008-06-29  Bruno Haible  <bruno@clisp.org>
23846
23847         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23848         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23849
23850 2008-06-29  Bruno Haible  <bruno@clisp.org>
23851
23852         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23853         EXTRA_DIST.
23854         Reported by Sylvain Beucler <beuc@beuc.net>.
23855
23856 2008-06-26  Jim Meyering  <meyering@redhat.com>
23857
23858         make several modules depend on the "open" module
23859         This provides slightly increased consistency when opening-for-write
23860         the name of a non-directory spelled with a trailing slash.
23861         * modules/chdir-safer: Likewise.
23862         * modules/chown: Likewise.
23863         * modules/clean-temp: Likewise.
23864         * modules/copy-file: Likewise.
23865         * modules/fchdir: Likewise.
23866         * modules/fcntl-safer: Likewise.
23867         * modules/pipe: Likewise.
23868         * modules/utime: Likewise.
23869         Prompted by Eric Blake and Bruno Haible.
23870
23871 2008-06-24  Andreas Schwab  <schwab@suse.de>
23872
23873         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23874         literals can be used as initializers for global variables.
23875
23876 2008-06-23  Eric Blake  <ebb9@byu.net>
23877
23878         Make gnulib-cache.m4 easier to diff.
23879         * gnulib-tool (func_import): Allow newlines when reading cached
23880         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23881
23882 2008-06-23  Bruno Haible  <bruno@clisp.org>
23883
23884         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23885         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23886         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23887         m4/signalblocking.m4.
23888         (gl_PREREQ_SIGACTION): Don't invoke it.
23889         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23890         gl_PREREQ_SIG_HANDLER_H.
23891         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23892         Don't check for sigaction here.
23893
23894 2008-06-23  Bruno Haible  <bruno@clisp.org>
23895
23896         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23897         (install_handlers): Don't set the SA_RESETHAND flag.
23898
23899 2008-06-23  Bruno Haible  <bruno@clisp.org>
23900
23901         * m4/sigaction.m4: Comment fixes.
23902         * lib/signal.in.h: Likewise.
23903
23904 2008-06-23  Eric Blake  <ebb9@byu.net>
23905
23906         Fix typo.
23907         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23908
23909         Avoid SA_ namespace.
23910         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23911         Reported by Ralf Wildenhues.
23912
23913         Avoid test failure due to SA_RESTORER.
23914         * tests/test-sigaction.c (SA_MASK): New macro.
23915         (main): Avoid failing due to extension flags being set.
23916         Reported by Jim Meyering.
23917
23918         Revert use of sig-handler.h in sigprocmask.c.
23919         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23920         it requires the existence of struct sigaction.
23921         * lib/sigprocmask.c (handler_t): Restore typedef.
23922         (rpl_signal, old_handlers): Use local type.
23923
23924 2008-06-22  Bruno Haible  <bruno@clisp.org>
23925
23926         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23927         conditionally.
23928         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23929
23930 2008-06-22  Bruno Haible  <bruno@clisp.org>
23931
23932         * doc/posix-functions/siginterrupt.texi: Move note.
23933
23934         * lib/signal.in.h (SA_RESTART): New macro.
23935         * lib/sigaction.c: Update comment.
23936
23937         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23938
23939         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23940         (gl_PREREQ_SIGPROCMASK): Invoke it.
23941         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23942
23943         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23944
23945         * lib/sigprocmask.c: Update a comment.
23946
23947 2008-06-21  Eric Blake  <ebb9@byu.net>
23948
23949         Use sigaction module rather than signal().
23950         * modules/c-stack (Depends-on): Add sigaction.
23951         * modules/fatal-signal (Depends-on): Likewise.
23952         * modules/nanosleep (Depends-on): Likewise.
23953         * modules/sigprocmask (Files): Add sig-handler.h.
23954         * modules/sigaction (Files): Likewise.
23955         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23956         Eggert.
23957         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23958         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23959         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23960         (init_fatal_signals): Likewise.
23961         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23962         (siginterrupt): Delete fallback.
23963         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23964         instead.
23965         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23966         siginterrupt.
23967
23968         New module sigaction, for mingw.
23969         * modules/sigaction: New module...
23970         * modules/sigaction-tests: ...and its test.
23971         * m4/sigaction.m4: New file.
23972         * lib/sigaction.c: Likewise.
23973         * tests/test-sigaction.c: Likewise.
23974         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23975         * modules/signal (Makefile.am): Likewise.
23976         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23977         needed.
23978         * doc/posix-headers/signal.texi (signal.h): Mention provided
23979         types.
23980         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23981         that sigaction is preferable.
23982         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23983         module.
23984         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23985         sigaction.
23986
23987         Improve robustness of sigprocmask by overriding signal.
23988         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23989         is in use.
23990         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23991         (SIGKILL, SIGSTOP): Provide fallbacks.
23992         (rpl_signal): Implement.
23993         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23994         signal can be called inside handlers.
23995
23996         Fix nanosleep module on mingw.
23997         * modules/nanosleep (Depends-on): Add sys_select.
23998         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23999
24000         Fix licensing of sigprocmask.
24001         * modules/raise (License): Relicense as LGPL.
24002
24003 2008-06-21  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24006         result if it contains question marks.
24007         Reported by Michael Geng <linux@michaelgeng.de>.
24008
24009 2008-06-19  Bruno Haible  <bruno@clisp.org>
24010
24011         Fix CVS-ism.
24012         * doc/gnulib.texi: Include updated-stamp.texi.
24013         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24014         (updated-stamp.texi): New rule.
24015         (gnulib.info): Depend on it.
24016         * doc/.gitignore: Add updated-stamp.texi.
24017         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24018
24019 2008-06-19  Bruno Haible  <bruno@clisp.org>
24020
24021         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24022         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24023
24024 2008-06-19  Eric Blake  <ebb9@byu.net>
24025
24026         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24027         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24028         Reported by Stepan Kasal.
24029
24030 2008-06-18  Bruno Haible  <bruno@clisp.org>
24031
24032         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24033         Reported by Eric Blake.
24034
24035 2008-06-18  Eric Blake  <ebb9@byu.net>
24036
24037         Work around cygwin 1.5.25 strsignal bug.
24038         * tests/test-strsignal.c: Allow for const char *.
24039         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24040
24041 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24042
24043         * users.txt: Update URL to article and add author/date
24044         information.
24045
24046 2008-06-17  Bruno Haible  <bruno@clisp.org>
24047
24048         New macro gl_DISABLE_THREADS.
24049         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24050         if the user did not pass --enable-threads or --disable-threads option.
24051         (gl_DISABLE_THREADS): New macro.
24052         Reported by Eric Blake <ebb9@byu.net>.
24053
24054 2008-06-17  Bruno Haible  <bruno@clisp.org>
24055
24056         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24057         when the macro ignores it.
24058         Based on a patch by Eric Blake <ebb9@byu.net>.
24059
24060 2008-06-17  Bruno Haible  <bruno@clisp.org>
24061
24062         * modules/tls (License): Change to LGPLv2+.
24063         Reported by Eric Blake.
24064
24065 2008-06-17  Eric Blake  <ebb9@byu.net>
24066
24067         Simplify c-stack prerequisites.
24068         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24069         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24070         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24071         check.
24072         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24073         <sys/resource.h>.
24074
24075         Move c-stack test into testsuite.
24076         * modules/c-stack-tests: New file.
24077         * lib/c-stack.c [DEBUG]: Move test program...
24078         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24079         fail test if sigaltstack is lacking.
24080         * tests/test-c-stack.sh: New driver file.
24081
24082 2008-06-16  Eric Blake  <ebb9@byu.net>
24083
24084         Use raise module consistently.
24085         * modules/fatal-signal (Depends-on): Add raise.
24086         * modules/sigprocmask (Depends-on): Likewise.
24087         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24088         * lib/sigprocmask.c (sigprocmask): Likewise.
24089         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24090         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24091
24092         Fix compliance bug in sigpending.
24093         * lib/sigprocmask.c (sigpending): Return pending array via
24094         parameter, not return value.
24095
24096 2008-06-14  Eric Blake  <ebb9@byu.net>
24097
24098         Improve obstack-printf test code.
24099         * tests/test-obstack-printf.c (test_function): Fix comment, and
24100         simplify usage of obstack_* in macros.  Add a test for coverage.
24101         Reported by Bruno Haible.
24102
24103 2008-06-14  Bruno Haible  <bruno@clisp.org>
24104
24105         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24106         array size as a constant, not as a const variable.
24107         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24108         AC_USE_SYSTEM_EXTENSIONS.
24109         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24110         Test whether the obstack_printf function actually exists.
24111         * modules/obstack-printf (Depends-on): Add extensions.
24112         (Include): Remove obstack.h.
24113         * modules/obstack-printf-posix (Depends-on): Add extensions.
24114         (Include): Remove obstack.h.
24115
24116 2008-06-13  Eric Blake  <ebb9@byu.net>
24117
24118         Add obstack-printf and obstack-printf-posix modules.
24119         * modules/obstack-printf: New file.
24120         * modules/obstack-printf-posix: Likewise.
24121         * MODULES.html.sh (Misc): Mention them.
24122         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24123         Likewise.
24124         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24125         Likewise.
24126         * modules/stdio (Makefile.am): Accomodate new modules.
24127         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24128         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24129         Declare.
24130         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24131         functions.
24132         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24133         (gl_REPLACE_OBSTACK_PRINTF): New macros
24134         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24135         * tests/test-obstack-printf.c: New file.
24136         * modules/obstack-printf-tests: Likewise.
24137         * modules/obstack-printf-posix-tests: Likewise.
24138
24139 2008-06-11  Bruno Haible  <bruno@clisp.org>
24140
24141         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24142         * lib/open.c: Include errno.h.
24143         (open): Fail when attempting to write to a file that has a trailing
24144         slash.
24145         * tests/test-open.c (main): Test against trailing slash bug.
24146         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24147
24148 2008-06-10  Bruno Haible  <bruno@clisp.org>
24149
24150         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24151         for $? to work inside the trap command, with various /bin/sh-s.
24152         * tests/test-vc-list-files-cvs.sh: Likewise.
24153
24154 2008-06-10  Bruno Haible  <bruno@clisp.org>
24155
24156         * lib/acl-internal.h: Don't include gettext.h here.
24157         * lib/set-mode-acl.c: Include gettext.h here.
24158         * lib/copy-acl.c: Likewise.
24159
24160 2008-06-10  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24163         * lib/wait-process.c (wait_subprocess): Likewise.
24164         * lib/execute.h (execute): Add termsigp argument.
24165         * lib/execute.c (execute): Likewise.
24166         * lib/csharpcomp.c (compile_csharp_using_pnet,
24167         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24168         * lib/csharpexec.c (execute_csharp_using_pnet,
24169         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24170         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24171         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24172         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24173         is_jikes_present): Update.
24174         * lib/javaexec.c (execute_java_class): Update.
24175         * lib/javaversion.c (execute_and_read_line): Update.
24176         * NEWS: Document the changes.
24177         Reported by Eric Blake.
24178
24179 2008-06-10  Eric Blake  <ebb9@byu.net>
24180
24181         Add missing include.
24182         * tests/test-strstr.c (includes): Add <signal.h>.
24183         * tests/test-strcasestr.c (includes): Likewise.
24184         * tests/test-memmem.c (includes): Likewise.
24185
24186 2008-06-10  Bruno Haible  <bruno@clisp.org>
24187
24188         * lib/wait-process.c (wait_subprocess): Add an assertion.
24189
24190 2008-06-10  Bruno Haible  <bruno@clisp.org>
24191
24192         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24193
24194 2008-06-10  Bruno Haible  <bruno@clisp.org>
24195
24196         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24197         using alarm().
24198         * tests/test-strcasestr.c (main): Likewise.
24199         * tests/test-strstr.c (main): Likewise.
24200
24201 2008-06-09  Bruno Haible  <bruno@clisp.org>
24202
24203         Work around the Solaris 10 ACE ACLs ABI change.
24204         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24205         declare if ACL_NO_TRIVIAL is present.
24206         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24207         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24208         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24209         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24210         define if ACL_NO_TRIVIAL is present.
24211         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24212         and use the current ABI.
24213         (file_has_acl): Use same #if condition as elsewhere.
24214         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24215         in use, and use the current ABI.
24216         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24217         Reported by Jim Meyering.
24218
24219 2008-06-09  Eric Blake  <ebb9@byu.net>
24220
24221         Work around environments that (stupidly) ignore SIGALRM.
24222         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24223         before using alarm().
24224         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24225         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24226         Reported by Ian Beckwith <ianb@erislabs.net>.
24227
24228         Produce autobuild blurb earlier in log.
24229         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24230
24231 2008-06-09  Jim Meyering  <meyering@redhat.com>
24232         and OndÅ™ej Vašík  <ovasik@redhat.com>
24233
24234         utimens.c: correct kernel bug work-around
24235         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24236         failure, not success, and the kernel bug we're trying to work
24237         around affects not just the utimensat call, but also the fallback
24238         futimens call.
24239         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24240         not success.
24241         [HAVE_FUTIMENS]: Use the same work-around, here.
24242
24243 2008-06-09  Jim Meyering  <meyering@redhat.com>
24244
24245         add more guards around definition of ACE_-related code
24246         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24247         ALLOW and ACE_OWNER are also defined.
24248
24249 2008-06-08  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/acl-internal.h: Add me as co-author.
24252         * lib/file-has-acl.c: Likewise.
24253         * lib/set-mode-acl.c: Likewise.
24254         * lib/copy-acl.c: Likewise.
24255
24256 2008-06-08  Bruno Haible  <bruno@clisp.org>
24257
24258         Add support for AIX ACLs.
24259         * lib/acl-internal.h (acl_nontrivial): New declaration.
24260         * lib/file-has-acl.c (acl_nontrivial): New function.
24261         (file_has_acl): Add implementation using AIX 4 ACL API.
24262         * lib/set-mode-acl.c (qset_acl): Likewise.
24263         * lib/copy-acl.c (qcopy_acl): Likewise.
24264
24265 2008-06-08  Bruno Haible  <bruno@clisp.org>
24266
24267         Add support for HP-UX ACLs.
24268         * lib/acl-internal.h (acl_nontrivial): New declaration.
24269         * lib/file-has-acl.c (acl_nontrivial): New function.
24270         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24271         * lib/set-mode-acl.c (qset_acl): Likewise.
24272         * lib/copy-acl.c (qcopy_acl): Likewise.
24273
24274 2008-06-08  Bruno Haible  <bruno@clisp.org>
24275
24276         Add support for Cygwin ACLs.
24277         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24278         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24279         the chmod_or_fchmod call.
24280         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24281
24282 2008-06-08  Bruno Haible  <bruno@clisp.org>
24283
24284         Fix bug with setuid modes in Solaris 10+ code.
24285         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24286         succeeded, when the mode contains some special bits.
24287
24288 2008-06-08  Bruno Haible  <bruno@clisp.org>
24289
24290         Add support for Solaris 7..10 ACLs.
24291         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24292         declarations.
24293         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24294         functions.
24295         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24296         * lib/set-mode-acl.c (qset_acl): Likewise.
24297         * lib/copy-acl.c (qcopy_acl): Likewise.
24298
24299 2008-06-08  Bruno Haible  <bruno@clisp.org>
24300
24301         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24302         declaration.
24303         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24304         (acl_access_nontrivial): Remove MacOS X case.
24305         (file_has_acl): Use acl_extended_nontrivial.
24306         * lib/copy-acl.c (qcopy_acl): Likewise.
24307
24308 2008-06-08  Bruno Haible  <bruno@clisp.org>
24309
24310         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24311
24312 2008-06-08  Jim Meyering  <meyering@redhat.com>
24313
24314         * modules/acl (Maintainer): Add Bruno Haible.
24315
24316 2008-06-07  Bruno Haible  <bruno@clisp.org>
24317
24318         Improve support for Tru64 ACLs.
24319         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24320         ACL on OSF/1.
24321
24322 2008-06-07  Bruno Haible  <bruno@clisp.org>
24323
24324         Add support for MacOS X ACLs.
24325         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24326         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24327         * lib/set-mode-acl.c (qset_acl): Likewise.
24328         * lib/copy-acl.c (qcopy_acl): Likewise.
24329
24330 2008-06-07  Bruno Haible  <bruno@clisp.org>
24331
24332         Fix memory leak introduced on 2008-05-22.
24333         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24334         use.
24335
24336 2008-06-07  Bruno Haible  <bruno@clisp.org>
24337
24338         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24339         to construct an empty ACL.
24340
24341 2008-06-07  Bruno Haible  <bruno@clisp.org>
24342
24343         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24344         precisely.
24345         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24346
24347 2008-06-07  Bruno Haible  <bruno@clisp.org>
24348
24349         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24350         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24351
24352 2008-06-07  Bruno Haible  <bruno@clisp.org>
24353
24354         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24355         regardless of POSIX.
24356         * doc/posix-functions/_longjmp.texi: Likewise.
24357         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24358         SystemV platform in this case.
24359
24360 2008-06-06  Eric Blake  <ebb9@byu.net>
24361
24362         Document abort() bugs.
24363         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24364
24365         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24366         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24367         sigsetjmp.
24368         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24369         siglongjmp, but only as a macro.
24370         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24371         is obsolete.
24372         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24373
24374         Tweak documentation to cover cygwin argz bugs.
24375         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24376         argz bug fix; no code change needed since no cygwin releases
24377         occurred between the last fix and the bug being tested.
24378         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24379         module and recently fixed cygwin bugs.
24380         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24381         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24382         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24383         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24384         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24385         Likewise.
24386         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24387         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24388         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24389         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24390         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24391         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24392         Likewise.
24393
24394         Avoid gcc warning on cygwin.
24395         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24396         !ACL_NO_TRIVIAL]: Avoid unused variable.
24397
24398 2008-06-05  Eric Blake  <ebb9@byu.net>
24399
24400         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24401         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24402         git-version-gen fails to come up with a version.
24403         Reported by Simon Josefsson.
24404
24405 2008-06-05  Jim Meyering  <meyering@redhat.com>
24406             Paul Eggert  <eggert@cs.ucla.edu>
24407
24408         utimens.c: work around a probable Linux kernel bug
24409         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24410         appears to be a kernel bug that causes utimensat to return 280
24411         instead of 0, indicating success.
24412
24413 2008-06-04  Bruno Haible  <bruno@clisp.org>
24414
24415         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24416         2008-06-01 commit.
24417
24418 2008-06-04  Bruno Haible  <bruno@clisp.org>
24419
24420         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24421         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24422         (file_has_acl): Use it. Save errno afterwards.
24423         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24424
24425 2008-06-03  Bruno Haible  <bruno@clisp.org>
24426
24427         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24428         draft code. Simplify #ifs.
24429         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24430         Put Solaris code after POSIX-draft code. Fix comments regarding
24431         Solaris 10, HP-UX. Mention Cygwin.
24432         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24433
24434 2008-06-03  Eric Blake  <ebb9@byu.net>
24435
24436         Provide fallback for older kernels.
24437         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24438         Provide runtime fallback if kernel lacks support.
24439         Reported by Mike Frysinger.
24440
24441 2008-06-02  Bruno Haible  <bruno@clisp.org>
24442
24443         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24444         it exists.
24445
24446 2008-06-02  Bruno Haible  <bruno@clisp.org>
24447
24448         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24449         * lib/copy-acl.c (qcopy_acl): Update comment.
24450
24451 2008-06-02  Bruno Haible  <bruno@clisp.org>
24452
24453         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24454         like ACL APIs.
24455
24456 2008-06-02  Bruno Haible  <bruno@clisp.org>
24457
24458         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24459         * tests/test-set-mode-acl.sh: Likewise.
24460         * tests/test-copy-acl.sh: Likewise.
24461         * tests/test-copy-file.sh: Likewise.
24462
24463 2008-06-02  Bruno Haible  <bruno@clisp.org>
24464
24465         * tests/test-file-has-acl.sh: Remove unused code.
24466
24467 2008-06-01  Bruno Haible  <bruno@clisp.org>
24468
24469         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24470         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24471         messages.
24472         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24473
24474 2008-06-01  Bruno Haible  <bruno@clisp.org>
24475
24476         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24477         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24478         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24479         APIs.
24480         * modules/acl-tests (configure.ac): Remove tests now contained in
24481         m4/acl.m4.
24482
24483 2008-06-02  Jim Meyering  <meyering@redhat.com>
24484
24485         announce-gen: use a better key-server host name
24486         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24487         it may be more consistently reliable.  Suggested by Werner Koch
24488         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24489
24490 2008-06-01  Bruno Haible  <bruno@clisp.org>
24491
24492         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24493         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24494
24495 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24496
24497         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24498
24499 2008-06-01  Bruno Haible  <bruno@clisp.org>
24500
24501         New ACL tests.
24502         * tests/test-file-has-acl.sh: New file.
24503         * tests/test-file-has-acl.c: New file.
24504         * tests/test-set-mode-acl.sh: New file.
24505         * tests/test-set-mode-acl.c: New file.
24506         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24507         * tests/test-copy-acl.c: New file.
24508         * modules/acl-tests: New file, based on modules/copy-file-tests.
24509         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24510         (Depends-on): Add acl-tests.
24511         (configure.ac): Remove checks.
24512         (Makefile.am): Don't create test-sameacls program here any more.
24513
24514 2008-06-01  Bruno Haible  <bruno@clisp.org>
24515
24516         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24517         * tests/test-sameacls.c: Include progname.h.
24518         (main): Invoke set_program_name. Portability fixes for MacOS X,
24519         Solaris, HP-UX.
24520
24521 2008-06-01  Bruno Haible  <bruno@clisp.org>
24522
24523         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24524         function.
24525         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24526
24527 2008-06-01  Bruno Haible  <bruno@clisp.org>
24528
24529         * modules/rpmatch (Depends-on): Add strdup.
24530
24531 2008-06-01  Bruno Haible  <bruno@clisp.org>
24532
24533         * lib/pipe.c: Include unistd-safer.h.
24534         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24535         * modules/pipe (Depends-on): Add unistd-safer.
24536
24537 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24538
24539         * modules/autobuild (configure.ac): Call AB_INIT.
24540
24541 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24542
24543         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24544         Suggested by Bruno Haible <bruno@clisp.org>.
24545
24546 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24547
24548         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24549         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24550         <bruno@clisp.org>.
24551
24552 2008-05-29  Eric Blake  <ebb9@byu.net>
24553
24554         Prefer new POSIX 200x interfaces over futimesat.
24555         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24556         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24557         when available.
24558         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24559
24560 2008-05-28  Bruno Haible  <bruno@clisp.org>
24561
24562         * modules/stpcpy (License): Change to LGPLv2+.
24563         Requested by David Lutterkort <dlutter@redhat.com>.
24564
24565 2008-05-27  Bruno Haible  <bruno@clisp.org>
24566
24567         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24568         current mingw.
24569         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24570
24571 2008-05-27  Bruno Haible  <bruno@clisp.org>
24572
24573         * modules/iconv_open (Link): New section, from module 'iconv'.
24574         * modules/striconv (Link): Likewise.
24575         * modules/striconveh (Link): Likewise.
24576         * modules/xstriconv (Link): Likewise.
24577         * modules/unicodeio (Link): Likewise.
24578         * modules/propername (Link): Likewise.
24579         Reported by Jim Meyering.
24580
24581 2008-05-26  Jim Meyering  <meyering@redhat.com>
24582
24583         sha256: do not artificially restrict buffer length to be < 2^32
24584         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24585         uint32_t to size_t.
24586         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24587         to match.
24588
24589         avoid unaligned access errors, e.g., on sparc
24590         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24591         direct access through a possibly-unaligned uint64* pointer.
24592         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24593         direct access through a possibly-unaligned uint32* pointer.
24594         Prompted by this patch from Tom "spot" Callaway:
24595         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24596
24597         sha512.c: fix typo in comment
24598         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24599
24600 2008-05-25  Bruno Haible  <bruno@clisp.org>
24601
24602         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24603         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24604         (Makefile.am): Update lib_SOURCES.
24605
24606 2008-05-25  Bruno Haible  <bruno@clisp.org>
24607
24608         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24609
24610 2008-05-25  Jim Meyering  <meyering@redhat.com>
24611
24612         useless-if-before-free: freed expr may have white-space differences
24613         * build-aux/useless-if-before-free: Recognize cases in which the
24614         freed expression differs from the tested one in embedded white
24615         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24616         $1 was used, so we can't make any regexp shy.  Improved tests now
24617         detect this.
24618
24619         useless-if-before-free: accept white space in the expression.
24620         * build-aux/useless-if-before-free: For now, any white space
24621         in the expression must be identical in the free argument.
24622
24623         useless-if-before-free: efficiency tweak
24624         * build-aux/useless-if-before-free: Make the expression-matching
24625         regexp "shy".
24626         Make the *outer* regexp shy, not the expr-matching one.
24627
24628         update code-in-comment to accept cast of free arg
24629         * build-aux/useless-if-before-free: Update regexp.
24630
24631 2008-05-25  Bruno Haible  <bruno@clisp.org>
24632
24633         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24634         * modules/copy-file-tests (Files, Makefile.am): Update.
24635         * tests/test-copy-file.c (func_test_copy): Update.
24636
24637 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24638
24639         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24640
24641 2008-05-23  Bruno Haible  <bruno@clisp.org>
24642
24643         Improve support for ACLs on OSF/1.
24644         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24645         Remove fallback for unknown flavors of ACLs.
24646
24647 2008-05-22  Bruno Haible  <bruno@clisp.org>
24648
24649         Add support for ACLs on OSF/1.
24650         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24651         replacements.
24652         (acl_free_text): New macro fallback.
24653         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24654         acl_free.
24655         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24656         acl_free_text function. Require AC_C_INLINE.
24657
24658 2008-05-22  Bruno Haible  <bruno@clisp.org>
24659
24660         Make copy_acl work on MacOS X 10.5.
24661         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24662         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24663         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24664         If MODE_INSIDE_ACL, don't assume that every system has the same text
24665         representation for ACLs as FreeBSD.
24666         * lib/copy-acl.c (copy_acl): Add support for platforms with
24667         !MODE_INSIDE_ACL.
24668         * lib/file-has-acl.c (file_has_acl): Likewise.
24669         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24670         FreeBSD, MacOS X, or IRIX, respectively.
24671
24672 2008-05-22  Bruno Haible  <bruno@clisp.org>
24673
24674         * lib/acl.h: Don't include <sys/acl.h>.
24675         (GETACLCNT): Move fallback to lib/acl-internal.h.
24676         * lib/acl-internal.h: Include <sys/acl.h> here.
24677         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24678
24679 2008-05-22  Bruno Haible  <bruno@clisp.org>
24680
24681         Split off copy_acl function to separate file.
24682         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24683         * lib/acl.c (copy_acl): Moved function to separate file.
24684         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24685         * modules/acl (Files): Add lib/copy-acl.c.
24686         (Makefiles.am): Augment lib_SOURCES.
24687
24688 2008-05-22  Bruno Haible  <bruno@clisp.org>
24689
24690         * modules/copy-file-tests: New file.
24691         * tests/test-copy-file.sh: New file.
24692         * tests/test-copy-file.c: New file.
24693         * tests/test-copy-file-sameacls.c: New file.
24694
24695 2008-05-22  Eric Blake  <ebb9@byu.net>
24696
24697         Avoid gcc warning.
24698         * tests/test-memcmp.c (main): Pass NULL indirectly.
24699
24700 2008-05-21  Bruno Haible  <bruno@clisp.org>
24701
24702         Add reference doc about ACLs.
24703         * doc/acl-resources.txt: New file.
24704         * doc/acl-cygwin.txt: New file.
24705
24706 2008-05-21  Bruno Haible  <bruno@clisp.org>
24707
24708         Avoid one more warning from gcc.
24709         * lib/vasnprintf.c (IF_LINT): Update comments.
24710         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24711
24712 2008-05-21  Jim Meyering  <meyering@redhat.com>
24713
24714         avoid a warning from gcc
24715         * lib/vasnprintf.c (IF_LINT): Define.
24716         (scale10_round_decimal_long_double):
24717         Use it to avoid a "may be used uninitialized" warning.
24718         (scale10_round_decimal_double): Likewise.
24719
24720 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24721
24722         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24723         declared.
24724
24725 2008-05-20  Bruno Haible  <bruno@clisp.org>
24726
24727         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24728         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24729
24730 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24731
24732         * modules/memcmp-tests: New file.
24733         * tests/test-memcmp.c: New file.
24734
24735 2008-05-19  Bruno Haible  <bruno@clisp.org>
24736
24737         * modules/propername (Notice, configure.ac): Put quoted "..." into
24738         --keyword option.
24739         * lib/propername.h: Update comments accordingly.
24740         Reported by Eric Blake.
24741
24742 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24743
24744         * modules/getpass-gnu (Depends-on): Add fseeko.
24745
24746 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24747
24748         * modules/base64-tests: New file.
24749
24750 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24751
24752         * lib/base64.c (base64_decode_ctx): If a decode context structure
24753         was passed in use it to ignore newlines.  If a context structure
24754         was _not_ passed in, continue to treat newlines as garbage (this
24755         is the historical behavior).  Formerly base64_decode.
24756         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24757         takes a decode context structure.
24758         * lib/base64.h (base64_decode): Macro for four-argument calls.
24759         (base64_decode_alloc): Likewise.
24760         * lib/base64.c (base64_decode_ctx): If a decode context structure
24761         was passed in use it to ignore newlines.  If a context structure
24762         was _not_ passed in, continue to treat newlines as garbage (this
24763         is the historical behavior).  Formerly base64_decode.
24764         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24765         takes a decode context structure.
24766         * lib/base64.h (base64_decode): Macro for four-argument calls.
24767         (base64_decode_alloc): Likewise.
24768
24769 2008-05-19  Jim Meyering  <meyering@redhat.com>
24770
24771         avoid a warning from gcc
24772         * lib/trim.c (IF_LINT): Define.
24773         (trim2): Use it to avoid a "may be used uninitialized" warning.
24774
24775         Fix doc typo.
24776         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24777
24778 2008-05-19  Bruno Haible  <bruno@clisp.org>
24779
24780         * doc/glibc-functions/getpass.texi: Document limits of other
24781         implementations.
24782
24783 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24784             Bruno Haible <bruno@clisp.org>
24785
24786         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24787
24788 2008-05-18  Bruno Haible  <bruno@clisp.org>
24789
24790         * modules/propername: New file, from GNU gettext.
24791         * lib/propername.h: New file, from GNU gettext.
24792         * lib/propername.c: New file, from GNU gettext.
24793         * MODULES.html.sh (Internationalization functions): Add propername.
24794
24795 2008-05-16  Jim Meyering  <meyering@redhat.com>
24796             Bruno Haible  <bruno@clisp.org>
24797
24798         Avoid some warnings from "gcc -Wshadow".
24799         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24800
24801 2008-05-15  Eric Blake  <ebb9@byu.net>
24802
24803         Extend previous patch to cygwin 1.7.0.
24804         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24805         fast implementation in cygwin >= 1.7.0.
24806         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24807         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24808
24809 2008-05-15  Bruno Haible  <bruno@clisp.org>
24810
24811         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24812         implementation in glibc >= 2.9.
24813         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24814         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24815
24816 2008-05-15  Bruno Haible  <bruno@clisp.org>
24817
24818         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24819         (Unicode string functions): Add unilbrk/*.
24820         Reported by Karl Berry.
24821
24822 2008-05-15  Eric Blake  <ebb9@byu.net>
24823
24824         Fix violation of <stdbool.h> replacement in regex.
24825         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24826         * lib/regexec.c (re_search_internal): Likewise.
24827         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24828
24829 2008-05-15  Jim Meyering  <meyering@redhat.com>
24830
24831         avoid distracting test output when git or cvs is not found
24832         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24833         * tests/test-vc-list-files-git.sh: Likewise.
24834
24835 2008-05-15  Eric Blake  <ebb9@byu.net>
24836
24837         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24838         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24839         glibc version.
24840         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24841         * doc/posix-functions/strstr.texi (strstr): Likewise.
24842         * lib/str-two-way.h (MAX): Sychronize with glibc.
24843
24844 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24845
24846         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24847         opr.ctx_type.
24848         (calc_first): Initialize constraint field.
24849         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24850         Fix grammar.
24851         (duplicate_node): Merge constraint field for all node types.
24852         (calc_eclosure_iter): Look at constraint field for all node types.
24853         * lib/regex_internal.c (create_cd_newstate): Don't look at
24854         opr.ctx_type.
24855
24856 2008-05-14  Bruno Haible  <bruno@clisp.org>
24857
24858         Help GCC to do better code generation.
24859         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24860         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24861         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24862         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24863         Declare with attribute 'malloc' if supported.
24864
24865 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24866
24867         use "echo STR|wc -c" rather than unportable "expr length STR"
24868         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24869         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24870
24871 2008-05-14  Jim Meyering  <meyering@redhat.com>
24872
24873         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24874         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24875         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24876         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24877         via Collin Lasse.
24878
24879 2008-05-14  Eric Blake  <ebb9@byu.net>
24880
24881         Avoid quadratic growth in gl_LIBSOURCES.
24882         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24883         Suggested by Bruno Haible.
24884
24885         Test xmemdup0.
24886         * modules/xmemdup0-tests: New file.
24887         * tests/test-xmemdup0.c: Likewise.
24888
24889 2008-05-13  Eric Blake  <ebb9@byu.net>
24890
24891         Split xmemdup0 into its own module.
24892         * modules/xmemdup0: New file.
24893         * lib/xmemdup0.h: Likewise.
24894         * lib/xmemdup0.c: Likewise.
24895         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24896         * lib/xalloc.h (xmemdup0): Remove.
24897         * lib/xmalloc.c (xmemdup0): Likewise.
24898
24899 2008-05-13  Eric Blake  <ebb9@byu.net>
24900             Bruno Haible  <bruno@clisp.org>
24901
24902         Reduce number of forks required during autoconf.
24903         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24904         and gl_LIBSOURCES_DIR.
24905         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24906         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24907         m4_syscmd per file.
24908         <m4_foreach_w>: Move...
24909         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24910
24911 2008-05-13  Eric Blake  <ebb9@byu.net>
24912
24913         * gnulib-tool: Fix various comment typos.
24914
24915 2008-05-12  Bruno Haible  <bruno@clisp.org>
24916
24917         Tailor the linebreaking algorithm.
24918         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24919
24920 2008-05-12  Bruno Haible  <bruno@clisp.org>
24921
24922         Update to Unicode 5.0.0.
24923         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24924         LBP_JV, LBP_JT. Redistribute values.
24925         (unilbrk_table): Change size.
24926         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24927         Unicode TR#14 rev. 22.
24928         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24929         LBP_JV, LBP_JT. Redistribute values.
24930         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24931         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24932         Update.
24933         * lib/unilbrk/lbrkprop1.h: Regenerated.
24934         * lib/unilbrk/lbrkprop2.h: Regenerated.
24935         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24936         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24937         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24938         Likewise.
24939         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24940         Likewise.
24941         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24942         result.
24943         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24944         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24945         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24946         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24947         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24948         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24949
24950 2008-05-11  Bruno Haible  <bruno@clisp.org>
24951
24952         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24953
24954 2008-05-11  Bruno Haible  <bruno@clisp.org>
24955
24956         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24957         * modules/unilbrk/gen-lbrk: New file.
24958
24959 2008-05-11  Bruno Haible  <bruno@clisp.org>
24960
24961         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24962         * m4/sha512.m4 (gl_SHA512): Likewise.
24963
24964 2008-05-11  Jim Meyering  <meyering@redhat.com>
24965
24966         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24967         * modules/crypto/sha256: New file.
24968         * modules/crypto/sha512: Likewise.
24969         * lib/sha256.c: Likewise.
24970         * lib/sha256.h: Likewise.
24971         * lib/sha512.c: Likewise.
24972         * lib/sha512.h: Likewise.
24973         * lib/u64.h: Likewise.
24974         * m4/sha256.m4: Likewise.
24975         * m4/sha512.m4: Likewise.
24976         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24977
24978 2008-05-10  Bruno Haible  <bruno@clisp.org>
24979
24980         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24981         (Input/Output <stdio.h>): Add xprintf.
24982         (Signal handling <signal.h>): Add strsignal.
24983         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24984         (Core language properties): Add func.
24985         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24986         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24987         strings.
24988         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24989         (Input/output): New section.
24990         (File system functions): Add openat-die, stat-macros.
24991         (Networking functions): Add sockets.
24992         (Unicode string functions): Add unictype/*.
24993         (Support for building libraries and executables): Add gperf.
24994         (Support for building documentation): Add agpl-3.0.
24995         (Misc): Add nocrash.
24996
24997 2008-05-10  Bruno Haible  <bruno@clisp.org>
24998
24999         * modules/unictype/gen-ctype: New file.
25000
25001 2008-05-10  Jim Meyering  <meyering@redhat.com>
25002
25003         Make chdir-safer.c more efficient on a system with no symlinks.
25004         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25005         also if ELOOP is zero.  Suggested by Bruno Haible.
25006
25007         Make chdir-safer.c slightly safer.
25008         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25009         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25010
25011         Avoid compile failure on systems without ELOOP (like mingw).
25012         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25013         Reported by Bruno Haible.
25014
25015 2008-05-10  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25018         (is_utf8_encoding): Use a case-insensitive comparison.
25019         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25020         streq.
25021
25022 2008-05-10  Bruno Haible  <bruno@clisp.org>
25023
25024         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25025         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25026         * lib/unilbrk/ulc-common.h (iconv_string_length,
25027         iconv_string_keeping_offsets): Remove declarations.
25028         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25029         Don't include <iconv.h>, streq.h, xsize.h.
25030         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25031         conversion.
25032         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25033         <iconv.h>, streq.h, xsize.h.
25034         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25035         conversion.
25036         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25037         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25038         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25039         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25040
25041 2008-05-10  Bruno Haible  <bruno@clisp.org>
25042
25043         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25044         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25045
25046         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25047         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25048
25049         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25050         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25051
25052         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25053         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25054
25055         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25056         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25057
25058         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25059         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25060
25061         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25062         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25063
25064         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25065         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25066
25067 2008-05-10  Bruno Haible  <bruno@clisp.org>
25068
25069         Split up 'linebreak' module.
25070         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25071         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25072         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25073         modifications.
25074         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25075         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25076         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25077         lib/linebreak.c.
25078         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25079         lib/linebreak.c.
25080         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25081         lib/linebreak.c.
25082         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25083         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25084         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25085         lib/linebreak.c.
25086         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25087         lib/linebreak.c.
25088         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25089         lib/linebreak.c.
25090         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25091         lib/linebreak.c.
25092         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25093         lib/linebreak.c.
25094         * modules/unilbrk/base: New file.
25095         * modules/unilbrk/tables: New file.
25096         * modules/unilbrk/u8-possible-linebreaks: New file.
25097         * modules/unilbrk/u16-possible-linebreaks: New file.
25098         * modules/unilbrk/u32-possible-linebreaks: New file.
25099         * modules/unilbrk/ulc-common: New file.
25100         * modules/unilbrk/ulc-possible-linebreaks: New file.
25101         * modules/unilbrk/u8-width-linebreaks: New file.
25102         * modules/unilbrk/u16-width-linebreaks: New file.
25103         * modules/unilbrk/u32-width-linebreaks: New file.
25104         * modules/unilbrk/ulc-width-linebreaks: New file.
25105         * lib/linebreak.h: Remove file.
25106         * lib/linebreak.c: Remove file.
25107         * m4/linebreak.m4: Remove file.
25108         * modules/linebreak: Remove file.
25109         * NEWS: Mention the changes.
25110
25111 2008-05-09  Eric Blake  <ebb9@byu.net>
25112
25113         Add xmemdup0.
25114         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25115         implementation.
25116         * lib/xmalloc.c (xmemdup0): New C implementation.
25117
25118 2008-05-08  Bruno Haible  <bruno@clisp.org>
25119
25120         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25121
25122 2008-05-07  Eric Blake  <ebb9@byu.net>
25123
25124         Support cross-compilation of <wctype.h>.
25125         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25126         AC_CACHE_CHECK.
25127
25128 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25129
25130         * build-aux/vc-list-files: Add support for bzr.
25131
25132 2008-05-03  Jim Meyering  <meyering@redhat.com>
25133
25134         avoid failed assertion with tight malloc
25135         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25136
25137 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25138
25139         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25140         are needed from arpa/inet.h.
25141         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25142         Reported by Bruno Haible.
25143
25144 2008-05-02  Jim Meyering  <meyering@redhat.com>
25145
25146         avoid compilation error on FreeBSD 6
25147         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25148
25149 2008-05-01  Jim Meyering  <meyering@redhat.com>
25150
25151         useless-if-before-free: correct --help's exit status description
25152         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25153         for one or more matches, etc.  Reported by Bruno Haible.
25154
25155         vc-list-files: make the stand-alone gnulib test work
25156         * modules/vc-list-files-tests (configure.ac):
25157         Define and AC_SUBST abs_aux_dir.
25158         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25159         $(abs_top_srcdir) to each script and having each of them
25160         duplicate the work of setting PATH, set PATH here, using
25161         the new variable, abs_aux_dir instead.
25162         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25163         * tests/test-vc-list-files-git.sh: Likewise.
25164         Reported by Bruno Haible.
25165
25166 2008-05-01  Bruno Haible  <bruno@clisp.org>
25167
25168         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25169         reallocation. Rename 'done' to 'found_delimiter'.
25170
25171 2008-05-01  Jim Meyering  <meyering@redhat.com>
25172
25173         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25174         * build-aux/vc-list-files: Use `...`, not $(...).
25175
25176 2008-04-30  Jim Meyering  <meyering@redhat.com>
25177
25178         add tests for vc-list-files
25179         * modules/vc-list-files-tests: New module.
25180         * tests/test-vc-list-files-cvs.sh: New file.
25181         * tests/test-vc-list-files-git.sh: New file.
25182
25183         avoid a warning from gcc
25184         * lib/getndelim2.c (IF_LINT): Define.
25185         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25186
25187         vc-list-files: work properly with build-aux/cvsu, too
25188         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25189         to all cvs-based clauses.
25190
25191         vc-list-files: work properly in the CVS+awk case, too
25192         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25193
25194         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25195         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25196         take more than one file argument, so .  Add quotes, just in case $dir
25197         ever contains a shell meta-character.  Prompted by Soren Hansen in
25198         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25199
25200 2008-04-29  Eric Blake  <ebb9@byu.net>
25201
25202         Optimize getndelim2 to use block operations when possible.
25203         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25204         freadseek, and memchr2.
25205         * lib/getndelim2.c (getndelim2): Use them for block reads.
25206
25207 2008-04-29  Bruno Haible  <bruno@clisp.org>
25208
25209         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25210         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25211         * modules/inet_ntop (Depends-on): Add extensions.
25212         * modules/inet_pton (Depends-on): Likewise.
25213         Reported by Simon Josefsson.
25214
25215 2008-04-29  Jim Meyering  <meyering@redhat.com>
25216
25217         When the is more than one match in a block, match all of them.
25218         * build-aux/useless-if-before-free: Iterate through each block
25219         until there are no more matches.
25220
25221         Fix broken useless-if-before-free script.
25222         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25223         the expression to match cast of argument to free-like function.
25224
25225 2008-04-29  Eric Blake  <ebb9@byu.net>
25226
25227         Use new header.
25228         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25229
25230 2008-04-29  Jim Meyering  <meyering@redhat.com>
25231
25232         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25233         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25234         by gnulib to exist and to declare e.g., inet_ntop.
25235         Don't include "inet_ntop.h", now removed.
25236
25237         * m4/arpa_inet_h.m4: Remove trailing blanks.
25238
25239 2008-04-29  Eric Blake  <ebb9@byu.net>
25240
25241         Silence valgrind on safe reads beyond potential array bounds.
25242         * lib/rawmemchr.valgrind: New file.
25243         * lib/strchrnul.valgrind: Likewise.
25244         * modules/rawmemchr (Files): Distribute new file.
25245         * modules/strchrnul (Files): Likewise.
25246         Suggested by Bruno Haible.
25247
25248 2008-04-29  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25251         (inet_ntop, inet_pton): Change portability warning's wording.
25252         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25253         Invoke gl_CHECK_NEXT_HEADERS.
25254         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25255         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25256         set ARPA_INET_H.
25257         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25258         * modules/arpa_inet (Description): No longer only for systems that
25259         lack it.
25260         (Depends-on): Add include_next.
25261         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25262         HAVE_ARPA_INET_H.
25263
25264 2008-04-29  Jim Meyering  <meyering@redhat.com>
25265
25266         * modules/mkdir (License): Re-license as LGPLv2+.
25267
25268 2008-04-29  Bruno Haible  <bruno@clisp.org>
25269
25270         * modules/rawmemchr (Maintainer): Set to Eric.
25271         * modules/strchrnul (Maintainer): Likewise.
25272
25273 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25274
25275         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25276         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25277
25278         * modules/arpa_inet (arpa/inet.h): Use them.
25279
25280 2008-04-28  Eric Blake  <ebb9@byu.net>
25281
25282         Test getndelim2.
25283         * modules/getndelim2-tests: New file.
25284         * tests/test-getndelim2.c: Likewise.
25285         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25286         stream.
25287         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25288
25289         * MODULES.html.sh: Document new module.
25290
25291 2008-04-20  Bruno Haible  <bruno@clisp.org>
25292
25293         * lib/c-stack.c (die): Use raise.
25294         * modules/c-stack (Depends-on): Add raise.
25295
25296 2008-04-28  Bruno Haible  <bruno@clisp.org>
25297
25298         Expect rpmatch to be declared.
25299         * lib/yesno.c (rpmatch): Remove declaration.
25300
25301         Declare rpmatch.
25302         * lib/stdlib.in.h (rpmatch): New declaration.
25303         * lib/rpmatch.c: Include <stdlib.h> first.
25304         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25305         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25307         HAVE_RPMATCH.
25308         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25309         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25310         (Include): Set to <stdlib.h>.
25311         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25312         HAVE_RPMATCH.
25313         * NEWS: Document the change.
25314
25315 2008-04-28  Bruno Haible  <bruno@clisp.org>
25316
25317         Change rpmatch to use nl_langinfo when appropriate.
25318         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25319         (N_): New macro.
25320         (localized_pattern): New function/macro.
25321         (try): Remove match, nomatch arguments. Copy the pattern into safe
25322         memory before caching it.
25323         (rpmatch): Use localized_pattern. Add translator comments.
25324         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25325         Suggested by Eric Blake.
25326         * modules/rpmatch (Depends-on): Add stdbool.
25327
25328 2008-04-28  Eric Blake  <ebb9@byu.net>
25329
25330         Add rawmemchr module, matching glibc.
25331         * modules/string (Makefile.am): New indicator.
25332         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25333         * lib/string.in.h (rawmemchr): Declare when appropriate.
25334         * modules/rawmemchr: New file.
25335         * m4/rawmemchr.m4: Likewise.
25336         * lib/rawmemchr.c: Likewise.
25337         * modules/rawmemchr-tests: Likewise.
25338         * tests/test-rawmemchr.c: Likewise.
25339         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25340         module.
25341         * modules/strchrnul (Depends-on): Add rawmemchr.
25342         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25343
25344         Whitespace cleanup.
25345         * tests/test-strchrnul.c: Reindent.
25346         * lib/strchrnul.c: Likewise.
25347
25348         Optimize and test strchrnul.
25349         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25350         * modules/strchrnul-tests: New file.
25351         * tests/test-strchrnul.c: Likewise.
25352
25353         Remove intprops dependency.
25354         * modules/memchr (Depends-on): Remove intprops.
25355         * modules/memrchr (Depends-on): Likewise.
25356         * modules/memchr2 (Depends-on): Likewise.
25357         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25358         * lib/memrchr.c (__memrchr): Likewise.
25359         * lib/memrchr2.c (memchr2): Likewise.
25360         Reported by Simon Josefsson.
25361
25362 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25363
25364         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25365         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25366
25367 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25368
25369         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25370
25371         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25372
25373         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25374
25375         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25376         declarations.
25377         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25378
25379         * m4/inet_pton.m4: Don't check for header files.
25380
25381         * m4/inet_ntop.m4: Don't check for header files.
25382
25383 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25384
25385         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25386         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25387         trigger for cygwin).
25388         Reported by Bruno Haible  <bruno@clisp.org>.
25389
25390 2008-04-28  Bruno Haible  <bruno@clisp.org>
25391
25392         * doc/posix-functions/strdup.texi: Mention mingw problem.
25393
25394 2008-04-27  Bruno Haible  <bruno@clisp.org>
25395
25396         * modules/stat-time-tests (Depends-on): Add sleep.
25397         * tests/test-stat-time.c (force_unlink): New function.
25398         (cleanup): Use it.
25399         (test_mtime): Remove the ctime related tests.
25400         (test_ctime): New function, containing the ctime related tests.
25401         (main): Call test_ctime, except on native Windows platforms.
25402
25403 2008-04-27  Bruno Haible  <bruno@clisp.org>
25404
25405         * lib/rpmatch.c (rpmatch): Add some comments.
25406         Reported by James Youngman <jay@gnu.org>.
25407
25408 2008-04-27  Bruno Haible  <bruno@clisp.org>
25409
25410         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25411         quiet NaNs.
25412
25413 2008-04-27  Bruno Haible  <bruno@clisp.org>
25414
25415         Make test-yesno.sh work on mingw.
25416         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25417         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25418         (main): Set stdin to binary mode.
25419         * modules/yesno-tests (Depends-on): Add binary-io.
25420
25421 2008-04-27  Bruno Haible  <bruno@clisp.org>
25422
25423         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25424         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25425         argument that lie outside the IEEE 854 domain.
25426         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25427         (gl_ISFINITE): Use it.
25428         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25429
25430 2008-04-27  Bruno Haible  <bruno@clisp.org>
25431
25432         Allow local renaming in config.h.
25433         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25434
25435 2008-04-27  Bruno Haible  <bruno@clisp.org>
25436
25437         * lib/memchr.c (__memchr): Change type of 'i'.
25438         * lib/memchr2.c (memchr2): Likewise.
25439
25440 2008-04-26  Eric Blake  <ebb9@byu.net>
25441         and Bruno Haible  <bruno@clisp.org>
25442
25443         Optimize and test memrchr.
25444         * modules/memrchr (Depends-on): Add intprops.
25445         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25446         * modules/memrchr-tests: New file.
25447         * tests/test-memrchr.c: New file.
25448
25449 2008-04-26  Bruno Haible  <bruno@clisp.org>
25450
25451         Add tentative support for DragonFly BSD.
25452         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25453         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25454         fp.
25455         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25456         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25457         * lib/fpurge.c (fpurge): Likewise.
25458         * lib/freadable.c (freaadable): Likewise.
25459         * lib/freadahead.c (freadahead): Likewise.
25460         * lib/freading.c (freading): Likewise.
25461         * lib/freadptr.c (freadptr): Likewise.
25462         * lib/freadseek.c (freadptrinc): Likewise.
25463         * lib/fseeko.c (fseeko): Likewise.
25464         * lib/fseterr.c (fseterr): Likewise.
25465         * lib/fwritable.c (fwritable): Likewise.
25466         * lib/fwriting.c (fwriting): Likewise.
25467
25468 2008-04-26  Bruno Haible  <bruno@clisp.org>
25469
25470         * lib/stdio-impl.h: New file.
25471         * lib/fbufmode.c: Include stdio-impl.h.
25472         (fbufmode): Use fp_, remove redundant #defines.
25473         * lib/fflush.c: Include stdio-impl.h.
25474         (clear_ungetc_buffer): Remove redundant #defines.
25475         * lib/fpurge.c: Include stdio-impl.h.
25476         (fpurge): Remove redundant #defines.
25477         * lib/freadable.c: Include stdio-impl.h.
25478         (freadable): Remove redundant #defines.
25479         * lib/freadahead.c: Include stdio-impl.h.
25480         (freadahead): Remove redundant #defines.
25481         * lib/freading.c: Include stdio-impl.h.
25482         (freading): Remove redundant #defines.
25483         * lib/freadptr.c: Include stdio-impl.h.
25484         (freadptr): Remove redundant #defines.
25485         * lib/freadseek.c: Include stdio-impl.h.
25486         (freadptrinc): Remove redundant #defines.
25487         * lib/fseeko.c: Include stdio-impl.h.
25488         (rpl_fseeko): Remove redundant #defines.
25489         * lib/fseterr.c: Include stdio-impl.h.
25490         (fseterr): Remove redundant #defines.
25491         * lib/fwritable.c: Include stdio-impl.h.
25492         (fwritable: Remove redundant #defines.
25493         * lib/fwriting.c: Include stdio-impl.h.
25494         (fwriting): Remove redundant #defines.
25495         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25496         * modules/fflush (Files): Likewise.
25497         * modules/fpurge (Files): Likewise.
25498         * modules/freadable (Files): Likewise.
25499         * modules/freadahead (Files): Likewise.
25500         * modules/freading (Files): Likewise.
25501         * modules/freadptr (Files): Likewise.
25502         * modules/freadseek (Files): Likewise.
25503         * modules/fseeko (Files): Likewise.
25504         * modules/fseterr (Files): Likewise.
25505         * modules/fwritable (Files): Likewise.
25506         * modules/fwriting (Files): Likewise.
25507
25508 2008-04-26  Bruno Haible  <bruno@clisp.org>
25509
25510         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25511         restore_seek_optimization, update_fpos_cache): New functions, extracted
25512         from rpl_fflush.
25513         (rpl_fflush): Use them.
25514         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25515         (gl_REPLACE_FFLUSH): Use it.
25516
25517 2008-04-26  Bruno Haible  <bruno@clisp.org>
25518
25519         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25520         on Solaris.
25521         * tests/test-xstrtoimax.sh: Likewise.
25522         * tests/test-xstrtoumax.sh: Likewise.
25523         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25524
25525 2008-04-26  Bruno Haible  <bruno@clisp.org>
25526
25527         * modules/memchr-tests: New file.
25528         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25529
25530 2008-04-26  Eric Blake  <ebb9@byu.net>
25531             Bruno Haible  <bruno@clisp.org>
25532
25533         * lib/memchr.c: Include intprops.h.
25534         (__memchr): Optimize parallel detection of matching bytes. Rename local
25535         variables. Add explanatory comments.
25536
25537 2008-04-26  Bruno Haible  <bruno@clisp.org>
25538
25539         Fix module 'memchr', broken since 2000-10-28.
25540         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25541
25542 2008-04-26  Bruno Haible  <bruno@clisp.org>
25543
25544         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25545         comments.
25546
25547 2008-04-25  Eric Blake  <ebb9@byu.net>
25548
25549         Use native fstatat on cygwin 1.7.0.
25550         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25551         first.
25552
25553 2008-04-23  Eric Blake  <ebb9@byu.net>
25554
25555         Improve memchr2 performance.
25556         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25557         NUL bytes.
25558         * modules/memchr2 (Depends-on): Use intprops.h.
25559
25560 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25561
25562         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25563         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25564         <blp@cs.stanford.edu>.
25565
25566 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25567
25568         * lib/arpa_inet.in.h: New file.
25569
25570         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25571         (Makefile.am): Sed in substitute header file.
25572
25573         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25574         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25575
25576         * modules/inet_ntop (configure.ac): Use
25577         gl_ARPA_INET_MODULE_INDICATOR.
25578
25579         * modules/inet_pton (configure.ac): Use
25580         gl_ARPA_INET_MODULE_INDICATOR.
25581
25582 2008-04-22  Jim Meyering  <meyering@redhat.com>
25583
25584         * modules/verify (License): Re-license as LGPLv2+.
25585
25586 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25587
25588         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25589         parameter to void* as per POSIX standard (MinGW uses char*).
25590
25591 2008-04-21  Bruno Haible  <bruno@clisp.org>
25592
25593         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25594         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25595         Define to replacements if REPLACE_ISWCNTRL is 1.
25596         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25597         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25598         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25599         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25600         what it fixes.
25601         * doc/posix-functions/iswalpha.texi: Likewise.
25602         * doc/posix-functions/iswblank.texi: Likewise.
25603         * doc/posix-functions/iswcntrl.texi: Likewise.
25604         * doc/posix-functions/iswdigit.texi: Likewise.
25605         * doc/posix-functions/iswgraph.texi: Likewise.
25606         * doc/posix-functions/iswlower.texi: Likewise.
25607         * doc/posix-functions/iswprint.texi: Likewise.
25608         * doc/posix-functions/iswpunct.texi: Likewise.
25609         * doc/posix-functions/iswspace.texi: Likewise.
25610         * doc/posix-functions/iswupper.texi: Likewise.
25611         * doc/posix-functions/iswxdigit.texi: Likewise.
25612         Reported by Alain Guibert.
25613
25614 2008-04-21  Bruno Haible  <bruno@clisp.org>
25615
25616         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25617         Patch by Alain Guibert.
25618
25619 2008-04-21  Bruno Haible  <bruno@clisp.org>
25620
25621         Fix test failures on mingw.
25622         * tests/test-xstrtol.c (print_no_progname): New function.
25623         (main): Install it in error_print_progname hook.
25624         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25625         * tests/test-xstrtoimax.sh: Likewise.
25626         * tests/test-xstrtoumax.sh: Likewise.
25627
25628 2008-04-21  Bruno Haible  <bruno@clisp.org>
25629
25630         Fix test failure on mingw.
25631         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25632
25633 2008-04-21  Bruno Haible  <bruno@clisp.org>
25634
25635         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25636         Actually assign a value.
25637
25638 2008-04-20  Bruno Haible  <bruno@clisp.org>
25639
25640         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25641         take 2.
25642         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25643         'canonicalize-lgpl' module is also used.
25644         * lib/canonicalize-lgpl.c: Undo last change.
25645         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25646
25647 2008-04-20  Bruno Haible  <bruno@clisp.org>
25648
25649         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25650         config.h. Provide _mkdir based fallback for mingw.
25651         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25652         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25653         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25654         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25655         rather than defining mkdir in config.h.
25656         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25657         (gl_SYS_STAT_H_DEFAULTS): New macro.
25658         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25659         HAVE_IO_H any more.
25660         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25661         HAVE_DECL_MKDIR and HAVE_IO_H.
25662
25663 2008-04-20  Bruno Haible  <bruno@clisp.org>
25664
25665         * lib/isapipe.c: Port to native Windows platforms.
25666
25667 2008-04-20  Bruno Haible  <bruno@clisp.org>
25668
25669         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25670
25671 2008-04-21  Eric Blake  <ebb9@byu.net>
25672
25673         Work around preprocessors that don't handle UINTMAX_MAX.
25674         * lib/memchr2.c (memchr2): Avoid embedded #if.
25675         Reported by Alain Guibert, fix suggested by Bruno Haible.
25676
25677 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25678
25679         * doc/posix-functions/strftime.texi (strftime): Explain better
25680         Windows incompatibility.  Suggested by Micah Cowan
25681         <micah@cowan.name>.
25682
25683 2008-04-20  Bruno Haible  <bruno@clisp.org>
25684
25685         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25686         unistr/u8-mblen.
25687
25688 2008-04-20  Bruno Haible  <bruno@clisp.org>
25689
25690         Fix test failure on platforms with non-GNU iconv.
25691         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25692         (U_TO_U8): Use it, rather than u16_to_u8.
25693         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25694         units at the end of the input string.
25695         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25696
25697 2008-04-20  Bruno Haible  <bruno@clisp.org>
25698
25699         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25700         when the resulting length is 0.
25701         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25702
25703 2008-04-20  Bruno Haible  <bruno@clisp.org>
25704
25705         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25706         works.
25707         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25708
25709 2008-04-20  Bruno Haible  <bruno@clisp.org>
25710
25711         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25712         * modules/tsearch-tests (configure.ac): Test for initstate function.
25713
25714 2008-04-20  Bruno Haible  <bruno@clisp.org>
25715
25716         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25717         for nlink_t if missing.
25718         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25719
25720 2008-04-19  Bruno Haible  <bruno@clisp.org>
25721
25722         Work around snprintf bug on Linux libc5.
25723         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25724         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25725         gl_SNPRINTF_SIZE1.
25726         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25727         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25728         that test failed.
25729         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25730         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25731         * modules/snprintf (Files): Add m4/printf.m4.
25732         * modules/vsnprintf (Files): Likewise.
25733         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25734         * doc/posix-functions/vsnprintf.texi: Likewise.
25735
25736 2008-04-19  Bruno Haible  <bruno@clisp.org>
25737
25738         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25739         from 0.0058 to less than 10^-7.
25740
25741 2008-04-19  Bruno Haible  <bruno@clisp.org>
25742
25743         Fix rounding when a precision is given.
25744         * lib/vasnprintf.c (is_borderline): New function.
25745         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25746         9...9x.
25747         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25748         %e, %g.
25749         * tests/test-vasprintf-posix.c (test_function): Likewise.
25750         * tests/test-snprintf-posix.h (test_function): Likewise.
25751         * tests/test-sprintf-posix.h (test_function): Likewise.
25752         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25753         * tests/test-printf-posix.h (test_function): Likewise.
25754         * tests/test-printf-posix.output: Update.
25755         Reported by John Darrington <john@darrington.wattle.id.au> via
25756         Ben Pfaff <blp@cs.stanford.edu>.
25757
25758 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25759
25760         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25761         Suggested by Bruno Haible <bruno@clisp.org>.
25762
25763 2008-04-17  Bruno Haible  <bruno@clisp.org>
25764
25765         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25766         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25767         implementation.
25768         Patch by Bruce Merry <bmerry@gmail.com>.
25769
25770 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25771
25772         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25773         doesn't work under Windows.
25774
25775 2008-04-16  Bruno Haible  <bruno@clisp.org>
25776
25777         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25778         New macros.
25779         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25780         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25781         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25782         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25783         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25784         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25785         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25786         macros.
25787         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25788         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25789         Northern Sotho, Uighur.
25790
25791 2008-04-16  Bruno Haible  <bruno@clisp.org>
25792
25793         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25794         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25795         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25796         Reported by Daniel Bergström <daniel@octocode.com>.
25797
25798 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25799             Bruno Haible  <bruno@clisp.org>
25800
25801         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25802         function.
25803         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25804         New functions, mostly extracted from gl_locale_name_default.
25805         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25806
25807 2008-04-16  Eric Blake  <ebb9@byu.net>
25808
25809         Adjust strtod detection to catch glibc 2.7 bug.
25810         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25811         Reported by John Gatewood Ham.
25812
25813 2008-04-16  Bruno Haible  <bruno@clisp.org>
25814
25815         Add tentative support for Linux libc5.
25816         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25817         * lib/fpurge.c (fpurge): Likewise.
25818         * lib/freadable.c (freadable): Likewise.
25819         * lib/freadahead.c (freadahead): Likewise.
25820         * lib/freading.c (freading): Likewise.
25821         * lib/freadptr.c (freadptr): Likewise.
25822         * lib/freadseek.c (freadptrinc): Likewise.
25823         * lib/fseeko.c (rpl_fseeko): Likewise.
25824         * lib/fseterr.c (fseterr): Likewise.
25825         * lib/fwritable.c (fwritable): Likewise.
25826         * lib/fwriting.c (fwriting): Likewise.
25827         Reported by Alain Guibert <alguibert+bts@free.fr>.
25828
25829 2008-04-15  Bruno Haible  <bruno@clisp.org>
25830
25831         * modules/mathl (configure.ac): Define module indicator.
25832
25833 2008-04-15  Bruno Haible  <bruno@clisp.org>
25834
25835         * lib/logl.c (logl): Remove unused variables.
25836
25837 2008-04-15  Bruno Haible  <bruno@clisp.org>
25838
25839         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25840         fails.
25841
25842 2008-04-15  Bruno Haible  <bruno@clisp.org>
25843
25844         * lib/trim.c (trim2): Fix argument of isspace() macro.
25845
25846 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25847
25848         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25849         to 0.
25850         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25851
25852 2008-04-14  Bruno Haible  <bruno@clisp.org>
25853
25854         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25855         AC_LANG_PROGRAM argument.
25856         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25857         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25858         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25859         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25860         * m4/math_h.m4 (gl_MATH_H): Likewise.
25861         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25862         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25863         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25864         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25865         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25866         * m4/regex.m4 (gl_REGEX): Likewise.
25867         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25868         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25869         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25870         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25871         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25872         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25873         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25874         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25875
25876 2008-04-14  Jim Meyering  <meyering@redhat.com>
25877
25878         test-strtod: fix typos: s/abs/fabs/
25879         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25880
25881 2008-04-13  Bruno Haible  <bruno@clisp.org>
25882
25883         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25884         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25885         module is also used and while not building the reloc-wrapper.
25886
25887 2008-04-13  Bruno Haible  <bruno@clisp.org>
25888
25889         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25890
25891 2008-04-13  Bruno Haible  <bruno@clisp.org>
25892
25893         Fix AIX compilation failure introduced on 2008-04-02.
25894         * tests/test-frexp.c (exp): Undefine before redefining.
25895         * tests/test-frexpl.c (exp): Likewise.
25896
25897 2008-04-13  Bruno Haible  <bruno@clisp.org>
25898
25899         Work around a HP-UX stdio bug.
25900         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25901         * tests/test-ftello.c (main): Likewise.
25902         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25903         * doc/posix-functions/ftello.texi: Likewise.
25904
25905 2008-04-13  Bruno Haible  <bruno@clisp.org>
25906
25907         Make test-signbit pass on HP-UX/hppa.
25908         * tests/test-signbit.c (minus_zerol): New variable.
25909         (test_signbitl): Use it.
25910
25911 2008-04-13  Bruno Haible  <bruno@clisp.org>
25912
25913         Make truncl work on OSF/1 4.0.
25914         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25915         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25916         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25918         HAVE_DECL_TRUNCL.
25919         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25920         HAVE_DECL_TRUNCL.
25921         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25922
25923 2008-04-13  Bruno Haible  <bruno@clisp.org>
25924
25925         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25926
25927 2008-04-13  Bruno Haible  <bruno@clisp.org>
25928
25929         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25930         expression, so as to avoid HP-UX 11 cc compiler bug.
25931
25932 2008-04-13  Bruno Haible  <bruno@clisp.org>
25933
25934         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25935
25936 2008-04-13  Bruno Haible  <bruno@clisp.org>
25937
25938         * lib/git-merge-changelog.c: Remove empty declaration outside of
25939         functions.
25940
25941 2008-04-13  Bruno Haible  <bruno@clisp.org>
25942
25943         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25944
25945 2008-04-13  Bruno Haible  <bruno@clisp.org>
25946
25947         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25948         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25949         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25950         also if it exists but lacks definitions of the SHUT_* macros.
25951         * modules/sys_socket (Description): Update.
25952         Reported by Elbert Pol <e.pol@chello.nl>.
25953
25954 2008-04-13  Bruno Haible  <bruno@clisp.org>
25955
25956         * lib/localcharset.c (OS2): Don't redefine if already defined.
25957         Reported by Elbert Pol <e.pol@chello.nl>.
25958
25959 2008-04-13  Bruno Haible  <bruno@clisp.org>
25960
25961         * lib/binary-io.h [__EMX__]: Include <io.h>.
25962         Reported by Elbert Pol <e.pol@chello.nl>.
25963
25964 2008-04-12  Bruno Haible  <bruno@clisp.org>
25965
25966         * lib/fpucw.h: Enable the definitions also for x86_64.
25967         Needed for NetBSD/x86_64.
25968         Reported by Thomas Klausner <tk@giga.or.at>.
25969
25970 2008-04-12  Bruno Haible  <bruno@clisp.org>
25971
25972         * tests/test-strtod.c: Include isnand.h.
25973         (main): Use isnand instead of isnan.
25974         Reported by Jim Meyering.
25975
25976 2008-04-12  Bruno Haible  <bruno@clisp.org>
25977
25978         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25979         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25980
25981 2008-04-12  Jim Meyering  <meyering@redhat.com>
25982
25983         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25984
25985 2008-04-12  Bruno Haible  <bruno@clisp.org>
25986
25987         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25988         Reported by Elbert Pol <e.pol@chello.nl>.
25989
25990 2008-04-12  Eric Blake  <ebb9@byu.net>
25991
25992         Work around Solaris 10 math.h bug.
25993         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25994         (gl_MATH_H_DEFAULTS): Set up default.
25995         * modules/math (Makefile.am): Replace new indicators.
25996         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25997         * tests/test-math.c (main): Test this.
25998         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25999         * doc/posix-headers/math.texi (math.h): Mention bug.
26000         Reported by Nelson H. F. Beebe and Jim Meyering.
26001
26002 2008-04-11  Bruno Haible  <bruno@clisp.org>
26003
26004         Adapt to future versions of Apple GCC.
26005         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26006         Reported by Peter O'Gorman <peter@pogma.com>.
26007
26008 2008-04-11  Bruno Haible  <bruno@clisp.org>
26009
26010         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26011
26012 2008-04-11  Bruno Haible  <bruno@clisp.org>
26013
26014         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26015
26016         * modules/getaddrinfo-tests (Makefile.am): Define
26017         test_getaddrinfo_LDADD.
26018
26019 2008-04-11  Bruno Haible  <bruno@clisp.org>
26020
26021         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26022         (init): Fix syntax error.
26023         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26024         is declared.
26025
26026 2008-04-11  Bruno Haible  <bruno@clisp.org>
26027
26028         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26029         * modules/glob (Depends-on): Add stdbool.
26030
26031 2008-04-11  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/trim.c: Include <string.h>.
26034
26035 2008-04-11  Eric Blake  <ebb9@byu.net>
26036
26037         Avoid compile failure on OS/2.
26038         * lib/regex_internal.h (internal_function): Disable optimization
26039         on OS/2 (__EMX__), where it caused compiler error.
26040         Reported by Elbert Pol.
26041
26042 2008-04-11  Bruno Haible  <bruno@clisp.org>
26043
26044         Flush the standard error stream before aborting. Needed on mingw.
26045         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26046         * tests/test-array_list.c (ASSERT): Likewise.
26047         * tests/test-array_oset.c (ASSERT): Likewise.
26048         * tests/test-avltree_list.c (ASSERT): Likewise.
26049         * tests/test-avltree_oset.c (ASSERT): Likewise.
26050         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26051         * tests/test-binary-io.c (ASSERT): Likewise.
26052         * tests/test-byteswap.c (ASSERT): Likewise.
26053         * tests/test-c-ctype.c (ASSERT): Likewise.
26054         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26055         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26056         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26057         * tests/test-c-strstr.c (ASSERT): Likewise.
26058         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26059         * tests/test-canonicalize.c (ASSERT): Likewise.
26060         * tests/test-carray_list.c (ASSERT): Likewise.
26061         * tests/test-ceilf1.c (ASSERT): Likewise.
26062         * tests/test-ceilf2.c (ASSERT): Likewise.
26063         * tests/test-ceill.c (ASSERT): Likewise.
26064         * tests/test-count-one-bits.c (ASSERT): Likewise.
26065         * tests/test-fbufmode.c (ASSERT): Likewise.
26066         * tests/test-fflush2.c (ASSERT): Likewise.
26067         * tests/test-floorf1.c (ASSERT): Likewise.
26068         * tests/test-floorf2.c (ASSERT): Likewise.
26069         * tests/test-floorl.c (ASSERT): Likewise.
26070         * tests/test-fopen.c (ASSERT): Likewise.
26071         * tests/test-fpending.c (ASSERT): Likewise.
26072         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26073         * tests/test-fpurge.c (ASSERT): Likewise.
26074         * tests/test-freadable.c (ASSERT): Likewise.
26075         * tests/test-freadahead.c (ASSERT): Likewise.
26076         * tests/test-freading.c (ASSERT): Likewise.
26077         * tests/test-freadptr.c (ASSERT): Likewise.
26078         * tests/test-freadptr2.c (ASSERT): Likewise.
26079         * tests/test-freadseek.c (ASSERT): Likewise.
26080         * tests/test-freopen.c (ASSERT): Likewise.
26081         * tests/test-frexp.c (ASSERT): Likewise.
26082         * tests/test-frexpl.c (ASSERT): Likewise.
26083         * tests/test-fseek.c (ASSERT): Likewise.
26084         * tests/test-fseeko.c (ASSERT): Likewise.
26085         * tests/test-fstrcmp.c (ASSERT): Likewise.
26086         * tests/test-ftell.c (ASSERT): Likewise.
26087         * tests/test-ftello.c (ASSERT): Likewise.
26088         * tests/test-func.c (ASSERT): Likewise.
26089         * tests/test-fwritable.c (ASSERT): Likewise.
26090         * tests/test-fwriting.c (ASSERT): Likewise.
26091         * tests/test-getdelim.c (ASSERT): Likewise.
26092         * tests/test-getline.c (ASSERT): Likewise.
26093         * tests/test-i-ring.c (ASSERT): Likewise.
26094         * tests/test-iconv-utf.c (ASSERT): Likewise.
26095         * tests/test-iconv.c (ASSERT): Likewise.
26096         * tests/test-isfinite.c (ASSERT): Likewise.
26097         * tests/test-isnand.c (ASSERT): Likewise.
26098         * tests/test-isnanf.c (ASSERT): Likewise.
26099         * tests/test-isnanl.h (ASSERT): Likewise.
26100         * tests/test-ldexpl.c (ASSERT): Likewise.
26101         * tests/test-linked_list.c (ASSERT): Likewise.
26102         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26103         * tests/test-localename.c (ASSERT): Likewise.
26104         * tests/test-lseek.c (ASSERT): Likewise.
26105         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26106         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26107         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26108         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26109         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26110         * tests/test-mbschr.c (ASSERT): Likewise.
26111         * tests/test-mbscspn.c (ASSERT): Likewise.
26112         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26113         * tests/test-mbspbrk.c (ASSERT): Likewise.
26114         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26115         * tests/test-mbsrchr.c (ASSERT): Likewise.
26116         * tests/test-mbsspn.c (ASSERT): Likewise.
26117         * tests/test-mbsstr1.c (ASSERT): Likewise.
26118         * tests/test-mbsstr2.c (ASSERT): Likewise.
26119         * tests/test-mbsstr3.c (ASSERT): Likewise.
26120         * tests/test-memchr2.c (ASSERT): Likewise.
26121         * tests/test-memmem.c (ASSERT): Likewise.
26122         * tests/test-open.c (ASSERT): Likewise.
26123         * tests/test-printf-frexp.c (ASSERT): Likewise.
26124         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26125         * tests/test-printf-posix.c (ASSERT): Likewise.
26126         * tests/test-quotearg.c (ASSERT): Likewise.
26127         * tests/test-rbtree_list.c (ASSERT): Likewise.
26128         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26129         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26130         * tests/test-round1.c (ASSERT): Likewise.
26131         * tests/test-roundf1.c (ASSERT): Likewise.
26132         * tests/test-roundl.c (ASSERT): Likewise.
26133         * tests/test-signbit.c (ASSERT): Likewise.
26134         * tests/test-sleep.c (ASSERT): Likewise.
26135         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26136         * tests/test-snprintf.c (ASSERT): Likewise.
26137         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26138         * tests/test-stat-time.c (ASSERT): Likewise.
26139         * tests/test-strcasestr.c (ASSERT): Likewise.
26140         * tests/test-strerror.c (ASSERT): Likewise.
26141         * tests/test-striconv.c (ASSERT): Likewise.
26142         * tests/test-striconveh.c (ASSERT): Likewise.
26143         * tests/test-striconveha.c (ASSERT): Likewise.
26144         * tests/test-strsignal.c (ASSERT): Likewise.
26145         * tests/test-strstr.c (ASSERT): Likewise.
26146         * tests/test-strtod.c (ASSERT): Likewise.
26147         * tests/test-trunc1.c (ASSERT): Likewise.
26148         * tests/test-trunc2.c (ASSERT): Likewise.
26149         * tests/test-truncf1.c (ASSERT): Likewise.
26150         * tests/test-truncf2.c (ASSERT): Likewise.
26151         * tests/test-truncl.c (ASSERT): Likewise.
26152         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26153         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26154         * tests/test-vasnprintf.c (ASSERT): Likewise.
26155         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26156         * tests/test-vasprintf.c (ASSERT): Likewise.
26157         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26158         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26159         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26160         * tests/test-vsnprintf.c (ASSERT): Likewise.
26161         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26162         * tests/test-wcwidth.c (ASSERT): Likewise.
26163         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26164         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26165         * tests/test-xvasprintf.c (ASSERT): Likewise.
26166         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26167         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26168         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26169         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26170         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26171         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26172         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26173         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26174         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26175         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26176         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26177         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26178         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26179         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26180         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26181         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26182         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26183         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26184         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26185         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26186         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26187         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26188         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26189         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26190         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26191         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26192         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26193         * tests/unictype/test-combining.c (ASSERT): Likewise.
26194         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26195         * tests/unictype/test-digit.c (ASSERT): Likewise.
26196         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26197         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26198         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26199         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26200         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26201         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26202         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26203         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26204         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26205         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26206         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26207         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26208         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26209         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26210         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26211         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26212         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26213         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26214         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26215         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26216         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26217         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26218         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26219         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26220         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26221         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26222         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26223         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26224         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26225         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26226         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26227         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26228         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26229         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26230         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26231         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26232         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26233         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26234         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26235         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26236         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26237         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26238         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26239         Reported by Eric Blake.
26240
26241 2008-04-11  Bruno Haible  <bruno@clisp.org>
26242
26243         * lib/wchar.in.h: Tweak comment.
26244
26245 2008-04-11  Bruno Haible  <bruno@clisp.org>
26246
26247         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26248         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26249         gl_COMMON.
26250         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26251
26252 2008-04-11  Bruno Haible  <bruno@clisp.org>
26253
26254         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26255
26256 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26257
26258         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26259         of attempting to use non-existing /dev/*random.  Based on patch
26260         from Adam Strzelecki <ono@java.pl> in
26261         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26262
26263 2008-04-08  Bruno Haible  <bruno@clisp.org>
26264
26265         Add tentative support for emx+gcc.
26266         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26267         * lib/fpurge.c (fpurge): Likewise.
26268         * lib/freadable.c (freadable): Likewise.
26269         * lib/freadahead.c (freadahead): Likewise.
26270         * lib/freading.c (freading): Likewise.
26271         * lib/freadptr.c (freadptr): Likewise.
26272         * lib/freadseek.c (freadptrinc): Likewise.
26273         * lib/fseeko.c (rpl_fseeko): Likewise.
26274         * lib/fseterr.c (fseterr): Likewise.
26275         * lib/fwritable.c (fwritable): Likewise.
26276         * lib/fwriting.c (fwriting): Likewise.
26277         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26278
26279 2008-04-09  Eric Blake  <ebb9@byu.net>
26280
26281         Avoid some autoconf warnings.
26282         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26283         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26284         * m4/afs.m4 (gl_AFS): Likewise.
26285         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26286         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26287         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26288         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26289         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26290         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26291         (AC_CHECK_DECLS_ONCE): Likewise.
26292         Rename file...
26293         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26294         gnulib-tool requires autoconf 2.59 or better.
26295         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26296
26297 2008-04-08  Eric Blake  <ebb9@byu.net>
26298
26299         Use 'git describe --match' if present (added in git 1.5.5).
26300         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26301         if possible.
26302
26303 2008-04-08  Bruno Haible  <bruno@clisp.org>
26304
26305         Add tentative support for OpenServer.
26306         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26307         _ptr, _cnt.
26308         * lib/fpurge.c (fpurge): Likewise.
26309         * lib/freadable.c (freadable): Likewise.
26310         * lib/freadahead.c (freadahead): Likewise.
26311         * lib/freading.c (freading): Likewise.
26312         * lib/freadptr.c (freadptr): Likewise.
26313         * lib/freadseek.c (freadptrinc): Likewise.
26314         * lib/fseeko.c (rpl_fseeko): Likewise.
26315         * lib/fseterr.c (fseterr): Likewise.
26316         * lib/fwritable.c (fwritable): Likewise.
26317         * lib/fwriting.c (fwriting): Likewise.
26318         Reported by Roger Cornelius <rac@tenzing.org> and
26319         Brian K. White <brian@aljex.com>.
26320
26321 2008-04-06  Jim Meyering  <meyering@redhat.com>
26322
26323         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26324
26325 2008-04-06  Bruno Haible  <bruno@clisp.org>
26326
26327         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26328         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26329         * tests/test-printf-posix.sh: Likewise.
26330         * tests/test-vfprintf-posix.sh: Likewise.
26331         * tests/test-vprintf-posix.sh: Likewise.
26332         * tests/test-xprintf-posix.sh: Likewise.
26333
26334 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26335
26336         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26337         hide error from 'ls', needed on OS/2.
26338         Report by Elbert Pol <elbert.pol@gmail.com>.
26339
26340 2008-04-04  Eric Blake  <ebb9@byu.net>
26341
26342         Make test-fseeko.c failures meaningful.
26343         * tests/test-fseeko.c: Print line number on failure.
26344         * tests/test-fseek.c: Likewise.
26345         Reported by Nelson H. F. Beebe.
26346
26347         Improve strtod bug detection check.
26348         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26349         required for Solaris 10.
26350         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26351
26352 2008-04-04  Bruno Haible  <bruno@clisp.org>
26353
26354         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26355         by m4/setenv.m4.
26356
26357 2008-04-03  Eric Blake  <ebb9@byu.net>
26358
26359         Ensure sane .version contents.
26360         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26361         version string.
26362         * build-aux/git-version-gen: Improve documentation.
26363
26364         Make GNU make output nicer.
26365         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26366         MAKECMDGOALS to enforce message for all command line targets.  Set
26367         srcdir for use in maint.mk.
26368
26369         Another maintainer tweak.
26370         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26371         a target that regenerates version.
26372
26373 2008-04-03  Jim Meyering  <meyering@redhat.com>
26374
26375         vc-list-files: don't cause coreutils "make po-check" failure
26376         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26377
26378 2008-04-03  Eric Blake  <ebb9@byu.net>
26379
26380         Allow VPATH usage of vc-list-files.
26381         * build-aux/vc-list-files (scriptversion): Add timestamp.
26382         (options): Add --help, --version, -C.
26383         (CVS): Support installed cvsu.
26384
26385 2008-04-02  Bruno Haible  <bruno@clisp.org>
26386
26387         Avoid some "statement with no effect" warnings from gcc.
26388         * tests/test-wctype.c (main): Explicitly ignore unused values.
26389         Reported by Jim Meyering.
26390
26391 2008-04-02  Jim Meyering  <meyering@redhat.com>
26392
26393         Avoid some warnings from "gcc -Wshadow".
26394         * tests/test-frexp.c (exp): Define to a different identifier.
26395         * tests/test-frexpl.c (exp): Likewise.
26396
26397 2008-04-03  Jim Meyering  <meyering@redhat.com>
26398
26399         bootstrap: remove dangling *.[ch] symlinks from lib
26400         * build-aux/bootstrap [dangling symlink removal]: Move find's
26401         -depth option to precede all others, to avoid a warning.
26402         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26403
26404 2008-04-02  Bruno Haible  <bruno@clisp.org>
26405
26406         Avoid some warnings from "gcc -Wshadow".
26407         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26408         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26409         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26410         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26411         Reported by Jim Meyering.
26412
26413 2008-04-01  Bruno Haible  <bruno@clisp.org>
26414
26415         Fix test to work on IRIX 6.5 with cc.
26416         * tests/test-math.c (numeric_equal): New function.
26417         (main): Use it.
26418
26419 2008-04-01  Bruno Haible  <bruno@clisp.org>
26420
26421         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26422
26423 2008-04-01  Bruno Haible  <bruno@clisp.org>
26424
26425         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26426         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26427         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26428         (Depends-on): Remove math.
26429
26430         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26431         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26432         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26433         (Depends-on): Remove math.
26434
26435         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26436         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26437         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26438         (Depends-on): Remove math.
26439         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26440         (Depends-on): Remove math.
26441
26442         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26443         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26444         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26445         (Depends-on): Remove math.
26446         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26447         (Depends-on): Remove math.
26448
26449         * tests/test-round1.c: Include nan.h.
26450         (main): Use NaNd instead of NAN.
26451         * modules/round-tests (Files): Add tests/nan.h.
26452
26453         * tests/test-trunc1.c: Include nan.h.
26454         (main): Use NaNd instead of NAN.
26455         * modules/trunc-tests (Files): Add tests/nan.h.
26456
26457         * tests/test-roundf1.c: Include nan.h.
26458         (main): Use NaNf instead of NAN.
26459         * modules/roundf-tests (Files): Add tests/nan.h.
26460
26461         * tests/test-truncf1.c: Include nan.h.
26462         (main): Use NaNf instead of NAN.
26463         * modules/truncf-tests (Files): Add tests/nan.h.
26464
26465         * tests/test-ceilf1.c: Include nan.h.
26466         (main): Use NaNf instead of NAN.
26467         * modules/ceilf-tests (Files): Add tests/nan.h.
26468
26469         * tests/test-floorf1.c: Include nan.h.
26470         (main): Use NaNf instead of NAN.
26471         * modules/floorf-tests (Files): Add tests/nan.h.
26472
26473         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26474         (main): Use NaNf instead of NAN.
26475         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26476
26477         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26478         (main): Use NaNd instead of NAN.
26479         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26480
26481         * tests/test-frexp.c: Include nan.h.
26482         (main): Use NaNd instead of NAN.
26483         * modules/frexp-tests (Files): Add tests/nan.h.
26484
26485         * lib/isnan.c: Don't include <math.h>.
26486         (FUNC): Don't use NAN macro.
26487         * modules/isnand-nolibm (Depends-on): Remove math.
26488         * modules/isnanf-nolibm (Depends-on): Remove math.
26489         * modules/isnanl (Depends-on): Remove math.
26490         * modules/isnanl-nolibm (Depends-on): Remove math.
26491
26492         * tests/nan.h: New file.
26493
26494 2008-04-01  Eric Blake  <ebb9@byu.net>
26495
26496         Fix typos.
26497         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26498         values to be the right type.
26499
26500         For now, cater to gnulib strtod inaccuracies.
26501         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26502         fractional results.  While not as nice from a QoI perspective, it
26503         is a quicker patch than correctly implementing decimal to binary
26504         rounding.
26505
26506 2008-03-31  Eric Blake  <ebb9@byu.net>
26507
26508         Guarantee a definition of NAN.
26509         * lib/math.in.h (NAN): Define if missing.
26510         * tests/test-math.c (main): Test it.
26511         * doc/posix-headers/math.texi (math.h): Document this.
26512         * lib/isnan.c (rpl_isnand): Use it.
26513         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26514         * tests/test-floorf1.c (NaN): Likewise.
26515         * tests/test-frexp.c (NaN): Likewise.
26516         * tests/test-isnand.c (NaN): Likewise.
26517         * tests/test-isnanf.c (NaN): Likewise.
26518         * tests/test-round1.c (NaN): Likewise.
26519         * tests/test-roundf1.c (NaN): Likewise.
26520         * tests/test-snprintf-posix.h (NaN): Likewise.
26521         * tests/test-sprintf-posix.h (NaN): Likewise.
26522         * tests/test-trunc1.c (NaN): Likewise.
26523         * tests/test-truncf1.c (NaN): Likewise.
26524         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26525         * tests/test-vasprintf-posix.c (NaN): Likewise.
26526         * modules/isnand-nolibm (Depends-on): Add math.
26527         * modules/isnanf-nolibm (Depends-on): Likewise.
26528         * modules/isnanl (Depends-on): Likewise.
26529         * modules/isnanl-nolibm (Depends-on): Likewise.
26530         * modules/snprintf-posix-tests (Depends-on): Likewise.
26531         * modules/sprintf-posix-tests (Depends-on): Likewise.
26532         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26533         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26534         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26535         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26536
26537 2008-03-31  Bruno Haible  <bruno@clisp.org>
26538
26539         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26540         * doc/posix-functions/strtod.texi: Likewise.
26541
26542 2008-03-31  Bruno Haible  <bruno@clisp.org>
26543
26544         * tests/test-strtod.c (main): Don't use C99 syntax.
26545
26546 2008-03-31  Bruno Haible  <bruno@clisp.org>
26547
26548         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26549         Reported by Eric Blake.
26550
26551 2008-03-31  Jim Meyering  <meyering@redhat.com>
26552
26553         Don't compare actual signbit return values.
26554         * tests/test-strtod.c (main): Rather, compare only their
26555         zero/non-zero nature.
26556
26557 2008-03-31  Eric Blake  <ebb9@byu.net>
26558
26559         More strtod documentation.
26560         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26561         failures as distinct bugs.
26562
26563 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26564
26565         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26566         Problem reported by Erik Benada in
26567         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26568
26569 2008-03-30  Bruno Haible  <bruno@clisp.org>
26570
26571         * tests/test-strtod.c: Add comments about which assertion fails on which
26572         platform.
26573         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26574
26575 2008-03-30  Eric Blake  <ebb9@byu.net>
26576
26577         Test signbit behavior on zeros.
26578         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26579         (test_signbitd, test_signbitl): Likewise.
26580
26581         More strtod touchups.
26582         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26583         sign of negative underflow, for now.  Use .5, not .1.
26584         * doc/posix-functions/strtod.texi (strtod): Mention these
26585         limitations.
26586         Reported by Jim Meyering.
26587
26588 2008-03-30  Bruno Haible  <bruno@clisp.org>
26589
26590         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26591         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26592
26593 2008-03-30  Bruno Haible  <bruno@clisp.org>
26594
26595         Avoid failure when attempting to return empty iconv results on some
26596         platforms.
26597         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26598         allocation, don't report ENOMEM when the resulting string is empty.
26599
26600 2008-03-30  Bruno Haible  <bruno@clisp.org>
26601
26602         Fix buffer overrun.
26603         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26604         Don't consider the width for tmp_length. Check count against tmp_length
26605         before doing the padding. Ensure enough allocation during padding.
26606
26607 2008-03-30  Eric Blake  <ebb9@byu.net>
26608
26609         strtod touchups.
26610         * lib/strtod.c (strtod): Avoid compiler warnings.
26611         Reported by Jim Meyering.
26612
26613 2008-03-30  Bruno Haible  <bruno@clisp.org>
26614
26615         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26616         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26617         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26618         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26619         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26620         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26621         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26622         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26623
26624         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26625         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26626         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26627         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26628         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26629         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26630         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26631         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26632
26633         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26634         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26635         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26636         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26637         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26638         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26639         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26640         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26641
26642         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26643         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26644
26645         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26646         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26647
26648         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26649         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26650
26651         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26652         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26653         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26654
26655         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26656         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26657         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26658
26659         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26660         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26661         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26662
26663         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26664         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26665         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26666
26667         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26668         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26669         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26670         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26671         (Depends-on): Add EOVERFLOW.
26672         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26673         (Depends-on): Add EOVERFLOW.
26674         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26675         (Depends-on): Add EOVERFLOW.
26676         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26677         (Depends-on): Add EOVERFLOW.
26678         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26679         (Depends-on): Add EOVERFLOW.
26680         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26681         (Depends-on): Add EOVERFLOW.
26682         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26683         (Depends-on): Add EOVERFLOW.
26684         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26685         (Depends-on): Add EOVERFLOW.
26686
26687         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26688         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26689         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26690
26691         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26692         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26693         * modules/snprintf (Depends-on): Add EOVERFLOW.
26694
26695         * lib/poll.c (EOVERFLOW): Remove fallback.
26696         * modules/poll (Depends-on): Add EOVERFLOW.
26697
26698         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26699         * modules/getugroups (Depends-on): Add EOVERFLOW.
26700
26701         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26702         * modules/getdelim (Depends-on): Add EOVERFLOW.
26703
26704         * lib/ftell.c (EOVERFLOW): Remove fallback.
26705         * modules/ftell (Depends-on): Add EOVERFLOW.
26706
26707         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26708         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26709         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26710
26711         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26712
26713         * modules/EOVERFLOW-tests: New file.
26714         * tests/test-EOVERFLOW.c: New file.
26715
26716         * modules/EOVERFLOW: New file.
26717         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26718
26719 2008-03-30  Bruno Haible  <bruno@clisp.org>
26720
26721         Fix bug introduced on 2007-06-10.
26722         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26723         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26724
26725 2008-03-30  Bruno Haible  <bruno@clisp.org>
26726
26727         Improve freadseek's efficiency after ungetc.
26728         * lib/freadseek.c: Include freadahead.h.
26729         (freadptrinc): New function, extracted from freadseek.
26730         (freadseek): Use it in a loop. Use freadahead to determine the number
26731         of loop iterations.
26732         * modules/freadseek (Depends-on): Add freadahead.
26733         (configure.ac): Require AC_C_INLINE.
26734
26735 2008-03-30  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/freadseek.c (freadseek): Don't ignore the return value of
26738         freadptr.
26739
26740 2008-03-29  Eric Blake  <ebb9@byu.net>
26741
26742         Add hex float support.
26743         * modules/strtod (Depends-on): Add c-ctype.
26744         (Link): Mention POW_LIB.
26745         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26746         whitespace between 'e' and exponent.
26747         * tests/test-strtod.c (main): Enable hex float tests.
26748         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26749         now provides.
26750
26751         Document various strtod bugs, with some fixes.
26752         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26753         "-0x", "inf", "nan", and hex constants.
26754         * doc/posix-functions/atof.texi (atof): Likewise.
26755         * modules/stdlib (Makefile.am): Support strtod.
26756         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26757         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26758         detect additional strtod bugs.
26759         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26760         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26761         bool where appropriate.  Parse 'inf' and 'nan'.
26762         * tests/test-strtod.c: New file.
26763         * modules/strtod (Depends-on): Add stdbool, stdlib.
26764         (configure.ac): Turn on module indicator.
26765         * modules/strtod-tests: New module.
26766
26767 2008-03-29  Eric Blake  <ebb9@byu.net>
26768
26769         Fix ftell on mingw.
26770         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26771         * modules/ftell-tests (Depends-on): Add binary-io.
26772         * modules/ftello-tests (Depends-on): Likewise.
26773         * tests/test-ftell.c (main): Enhance test to cover behavior after
26774         ungetc.  Enforce binary mode.
26775         * tests/test-ftello.c (main): Likewise.
26776
26777         Pass test-freadseek on cygwin.
26778         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26779         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26780         ungetc buffer.
26781
26782         * tests/test-fflush2.c (main): Fix typo.
26783
26784 2008-03-29  Bruno Haible  <bruno@clisp.org>
26785
26786         * tests/test-fflush2.c (main): Temporarily disable the contents of
26787         this test.
26788         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26789         Reported by Eric Blake.
26790
26791 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26792
26793         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26794         (GC_SHA224_DIGEST_SIZE): Add.
26795
26796         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26797         (gc_hash_digest_length): Likewise.
26798         (gc_hash_buffer): Likewise.
26799
26800 2008-03-25  Bruno Haible  <bruno@clisp.org>
26801
26802         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26803         detail which gettext release to use.
26804         Reported by Simon Josefsson.
26805
26806 2008-03-26  Jim Meyering  <meyering@redhat.com>
26807
26808         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26809         * modules/gnumakefile (clean-GNUmakefile): Also, use
26810         test ... && ... || : syntax rather than if-then ... fi.
26811
26812         gnumakefile: Don't double-quote-expand $(VPATH) value.
26813         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26814
26815 2008-03-24  Eric Blake  <ebb9@byu.net>
26816
26817         Alter GNUmakefile to install into top directory.
26818         * modules/maintainer-makefile: Split, and add dependency...
26819         * modules/gnumakefile: to this new module.
26820         * build-aux/GNUmakefile: Move...
26821         * top/GNUmakefile: ...here.
26822         * build-aux/maint.mk: Move...
26823         * top/maint.mk: ...here.
26824         * MODULES.html.sh (Support for maintaining...): Document new
26825         module.
26826
26827 2008-03-23  Bruno Haible  <bruno@clisp.org>
26828
26829         * gnulib-tool: New options --vc-files, --no-vc-files.
26830         (func_usage): Document them.
26831         (vc_files): New variable.
26832         (func_import): Consider vc_files.
26833         (func_create_testdir): Set vc_files to empty.
26834         Suggested by Jim Meyering and Karl Berry.
26835
26836 2008-03-23  Bruno Haible  <bruno@clisp.org>
26837
26838         Fix regex compilation error on HP-UX 11.
26839         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26840         * modules/regex (Files): Add m4/mbstate_t.m4.
26841         Reported by Ton Voon <ton.voon@altinity.com>.
26842
26843 2008-03-23  Bruno Haible  <bruno@clisp.org>
26844
26845         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26846
26847 2008-03-23  Eric Blake  <ebb9@byu.net>
26848             Bruno Haible  <bruno@clisp.org>
26849
26850         Install files from top/ in the destination directory.
26851         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26852         augmentation also for the files from top/.
26853         (func_import, func_create_testdir): Rewrite file names:
26854         top/filename -> filename.
26855
26856 2008-03-23  Bruno Haible  <bruno@clisp.org>
26857
26858         Tweak "gnulib --version" output.
26859         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26860
26861 2008-03-23  Bruno Haible  <bruno@clisp.org>
26862
26863         Tweak "gnulib --version" output.
26864         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26865         rather than contents of ChangeLog, when possible.
26866
26867 2008-03-21  Eric Blake  <ebb9@byu.net>
26868
26869         More --version tweaks.
26870         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26871         date of last ChangeLog entry.
26872
26873 2008-03-21  Jim Meyering  <meyering@redhat.com>
26874
26875         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26876
26877 2008-03-20  Eric Blake  <ebb9@byu.net>
26878
26879         VPATH fix.
26880         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26881
26882 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26883
26884         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26885         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26886
26887 2008-03-20  Eric Blake  <ebb9@byu.net>
26888
26889         Sync GNUmakefile with coreutils.
26890         * build-aux/GNUmakefile (have-Makefile): Rename...
26891         (_have-Makefile): ...to this, for namespace consideration.
26892         (GNUmakefile.cfg): Include, if present.
26893         (_autoreconf): Define a default.
26894         (_is-dist-target): New rule for rebuilds to pick up intra-release
26895         version.
26896         (maint-cfg.mk): Rename...
26897         (cfg.mk): ...to this.
26898
26899 2008-03-18  Jim Meyering  <meyering@redhat.com>
26900
26901         New script and module: mktempd
26902         * MODULES.html.sh (maint+release support): Add mktempd.
26903         * build-aux/mktempd: New file.
26904         * modules/mktempd: New file.
26905
26906 2008-03-15  Jim Meyering  <meyering@redhat.com>
26907
26908         Undo last change.
26909         * lib/sha1.c, lib/md5.c: 63 != ~63.
26910         Reported by Andreas Schwab.
26911
26912         sha1.c, md5.c: Hoist a redundant expression.
26913         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26914         "ctx->buflen" only once, before calling *_process_block.
26915         * lib/md5.c (md5_process_bytes): Likewise.
26916
26917 2008-03-14  Eric Blake  <ebb9@byu.net>
26918
26919         Bump copyright year in files generated by gnulib-tool.
26920         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26921         gnulib-tool, rather than hard-coding it.
26922
26923         Fix 'gnulib-tool --version' output to work with git.
26924         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26925         (startup): ...here.
26926         (func_version): Use it to invoke git-version-gen, rather than
26927         relying on CVS keyword expansion.  Modernize wording.
26928         (cvsdatestamp, last_checkin_date, version): Kill unused
26929         variables.
26930
26931 2008-03-12  Jim Meyering  <meyering@redhat.com>
26932
26933         Recognize optional cast of the argument to free.
26934         * build-aux/useless-if-before-free: Update regexps.
26935
26936         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26937
26938 2008-03-11  Bruno Haible  <bruno@clisp.org>
26939
26940         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26941         by a single package.
26942         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26943         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26944         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26945         Reported by Sam Steingold <sds@gnu.org>.
26946
26947 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26948
26949         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26950         repositories.
26951
26952 2008-03-11  Bruno Haible  <bruno@clisp.org>
26953
26954         Avoid conflicts between local macro definitions.
26955         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26956         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26957
26958 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26959             Bruno Haible  <bruno@clisp.org>
26960
26961         Make va_copy work with some version of xlc on AIX 5.1.
26962         * lib/stdarg.in.h: New file.
26963         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26964         On AIX, use a <stdarg.h> file substitute.
26965         * modules/stdarg (Files): Add lib/stdarg.in.h.
26966         (Depends-on): Add include_next.
26967         (Makefile.am): Build a stdarg.h substitute if requested.
26968         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26969
26970 2008-03-10  Bruno Haible  <bruno@clisp.org>
26971
26972         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26973         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26974         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26975
26976 2008-03-10  Bruno Haible  <bruno@clisp.org>
26977
26978         * modules/stdlib (Depends-on): Add include_next, remove
26979         absolute-header.
26980
26981 2008-03-09  Bruno Haible  <bruno@clisp.org>
26982
26983         * lib/freadahead.h (freadahead): Document more precisely.
26984         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26985         the sum of both buffer sizes.
26986         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26987         * NEWS: Document the change.
26988
26989 2008-03-09  Bruno Haible  <bruno@clisp.org>
26990
26991         Extend freadptr to return also the buffer size.
26992         * lib/freadptr.h (freadptr): Add sizep argument.
26993         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26994         (freadptr): Add sizep argument. Determine buffer size like freadahead
26995         does.
26996         * tests/test-freadptr.c: Don't include freadahead.h.
26997         (main): Adapt for new calling convention of freadptr.
26998         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26999         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27000         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27001         tests/test-freadptr2.sh.
27002         (Depends): Remove freadahead.
27003         (TESTS): Add test-freadptr2.sh.
27004         (check_PROGRAMS): Add test-freadptr2.
27005
27006 2008-03-09  Bruno Haible  <bruno@clisp.org>
27007
27008         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27009         Report and solution by Simon Josefsson.
27010
27011 2008-03-06  Bruno Haible  <bruno@clisp.org>
27012
27013         Make fflush after ungetc work on BSD platforms.
27014         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27015         * tests/test-fflush2.c: New file.
27016         * tests/test-fflush2.sh: New file.
27017         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27018         tests/test-fflush2.c.
27019         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27020         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27021
27022 2008-03-06  Eric Blake  <ebb9@byu.net>
27023
27024         Likewise for ftello.
27025         * modules/ftello (Dependencies): Add extensions.
27026         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27027
27028 2008-03-06  Bruno Haible  <bruno@clisp.org>
27029
27030         * modules/fseeko (Dependencies): Add extensions.
27031         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27032         Needed on glibc systems.
27033
27034 2008-03-06  Bruno Haible  <bruno@clisp.org>
27035
27036         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27037         email address.
27038         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27039
27040 2008-03-06  Bruno Haible  <bruno@clisp.org>
27041
27042         * users.txt: Add libgnupdf.
27043
27044 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27045
27046         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27047         (Header File Substitutes, Function Substitutes,
27048         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27049         (Build robot for gnulib): Fix typo.
27050
27051 2008-03-06  Bruno Haible  <bruno@clisp.org>
27052
27053         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27054         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27055
27056 2008-03-06  Bruno Haible  <bruno@clisp.org>
27057
27058         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27059         * doc/gnulib.texi: Include it.
27060
27061 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27062
27063         * modules/func (License): Change license to unlimited; there was
27064         no LGPL parts in the module anyway.
27065
27066 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27067
27068         * modules/__func__: Renamed to modules/func.
27069         * modules/__func__-tests: Renamed to modules/func-tests.
27070         * tests/test-__func__.c: Renamed to tests/test-func.c.
27071         * m4/__func__.m4: Renamed to m4/func.m4.
27072         * doc/gnulib.texi (__func__): Section renamed to func.
27073         Suggested by Eric Blake <ebb9@byu.net>.
27074
27075 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27076
27077         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27078         about __func__.  Make example self-contained.  Suggested by Eric
27079         Blake <ebb9@byu.net>.
27080
27081         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27082         Suggested by Eric Blake <ebb9@byu.net>.
27083
27084 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27085
27086         * modules/__func__: New file.
27087         * modules/__func__-tests: New file.
27088         * tests/test-__func__.c: New file.
27089         * m4/__func__.m4: New file.
27090         * doc/gnulib.texi (__func__): Document __func__ module.
27091
27092 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27093
27094         * modules/byteswap (License): Re-license as LGPLv2+.
27095
27096 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27097
27098         * doc/Makefile: Add pdf target.
27099
27100 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27101
27102         * modules/inline (License): Use 'unlimited', since there are only
27103         *.m4 files in this module.
27104
27105 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27106             Bruno Haible  <bruno@clisp.org>
27107
27108         Add support for HP C 7.1 on OpenVMS 8.3.
27109         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27110
27111 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27112
27113         Update VMS specifics.
27114         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27115
27116 2008-03-02  Jim Meyering  <meyering@redhat.com>
27117
27118         Remove the last dependency on the "free" module.
27119         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27120         Reported by Bob Proulx.
27121
27122         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27123
27124         Remove useless "if" tests before free.  Deprecate "free" module.
27125         * doc/posix-functions/free.texi: Mention that this
27126         module is no longer useful.
27127         * modules/free (Notice): Say this module is obsolete.
27128         * modules/readutmp (Depends-on): Remove free.
27129         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27130         * lib/putenv.c (putenv): Likewise.
27131         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27132         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27133         * tests/test-c-strcasestr.c (main): Likewise.
27134         * tests/test-c-strstr.c (main): Likewise.
27135         * tests/test-mbscasestr1.c (main): Likewise.
27136         * tests/test-mbscasestr2.c (main): Likewise.
27137         * tests/test-mbsstr1.c (main): Likewise.
27138         * tests/test-mbsstr2.c (main): Likewise.
27139         * tests/test-memmem.c (main): Likewise.
27140         * tests/test-strcasestr.c (main): Likewise.
27141         * tests/test-striconv.c (main): Likewise.
27142         * tests/test-striconveh.c (main): Likewise.
27143         * tests/test-striconveha.c (main): Likewise.
27144         * tests/test-strstr.c (main): Likewise.
27145
27146         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27147
27148         bootstrap: sync from coreutils again
27149         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27150
27151 2008-03-01  Jim Meyering  <meyering@redhat.com>
27152
27153         bootstrap: sync from coreutils
27154         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27155         also when the target doesn't exist.
27156
27157 2008-03-01  Eric Blake  <ebb9@byu.net>
27158
27159         Fix bugs in last patch.
27160         * lib/memchr2.c (memchr2): Fix typo.
27161         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27162         extension.
27163         Reported by Bruce Korb.
27164
27165         New module 'memchr2'.
27166         * modules/memchr2: New file.
27167         * modules/memchr2-tests: Likewise.
27168         * lib/memchr2.h: Likewise.
27169         * lib/memchr2.c: Likewise, based on memchr.c.
27170         * tests/test-memchr2.c: New test.
27171         * MODULES.html.sh (String handling): Add memchr2.
27172
27173 2008-02-29  Bruno Haible  <bruno@clisp.org>
27174
27175         * modules/freadseek-tests: New file.
27176         * tests/test-freadseek.sh: New file.
27177         * tests/test-freadseek.c: New file.
27178
27179         New module 'freadseek'.
27180         * modules/freadseek: New file.
27181         * lib/freadseek.h: New file.
27182         * lib/freadseek.c: New file.
27183         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27184
27185 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27186
27187         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27188         wydawca.
27189
27190         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27191         program_invocation_name and program_invocation_short_name are
27192         present.
27193
27194 2008-02-28  Bruno Haible  <bruno@clisp.org>
27195
27196         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27197         * tests/test-freadptr.sh: Also test non-seekable stdin.
27198
27199 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27200
27201         * build-aux/bootstrap (source_base, m4_base)
27202         (doc_base, tests_base): New variables.
27203         (gnulib_tool_options): Do not hardcode base directories, use
27204         the above variables instead.
27205
27206 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27207
27208         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27209
27210 2008-02-28  Bruno Haible  <bruno@clisp.org>
27211
27212         * modules/freadptr-tests: New file.
27213         * tests/test-freadptr.sh: New file.
27214         * tests/test-freadptr.c: New file.
27215
27216         New module 'freadptr'.
27217         * modules/freadptr: New file.
27218         * lib/freadptr.h: New file.
27219         * lib/freadptr.c: New file.
27220         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27221
27222 2008-02-26  Karl Berry  <karl@freefriends.org>
27223
27224         Sync from Libtool:
27225         * libltdl/argz.c (argz_add, argz_count): New functions.
27226         * libltdl/argz.in.h: Declare them.
27227         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27228
27229 2008-02-22  Bruno Haible  <bruno@clisp.org>
27230
27231         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27232         is a pointer type.  Needed for HP-UX 10.
27233         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27234         * doc/posix-functions/gmtime_r.texi: Likewise.
27235         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27236
27237 2008-02-24  Bruno Haible  <bruno@clisp.org>
27238
27239         * modules/environ-tests: New file.
27240         * tests/test-environ.c: New file.
27241
27242         New module 'environ'.
27243         * modules/environ: New file.
27244         * lib/unistd.in.h (environ): New declaration.
27245         * m4/environ.m4: New file.
27246         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27247         after use.
27248         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27249         HAVE_DECL_ENVIRON.
27250         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27251         HAVE_DECL_ENVIRON.
27252         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27253         wrong claim that 'environ' is missing on some systems.
27254         * modules/execute (Depends-on): Add environ.
27255         * lib/execute.c (environ): Remove fallback declaration.
27256         * modules/pipe (Depends-on): Add environ.
27257         * lib/pipe.c (environ): Remove fallback declaration.
27258         * modules/setenv (Depends-on): Add environ.
27259         * lib/setenv.c (environ): Remove fallback declaration.
27260         * modules/unsetenv (Depends-on): Add environ.
27261         * lib/unsetenv.c (environ): Remove fallback declaration.
27262         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27263         m4/environ.m4.
27264         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27265         (gl_PREREQ_UNSETENV): Likewise.
27266
27267 2008-02-24  Bruno Haible  <bruno@clisp.org>
27268
27269         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27270
27271 2008-02-20  Bob Proulx  <bob@proulx.com>
27272
27273         Enable use of older two part flavor 'git describe'.
27274         * build-aux/git-version-gen: If using the older two part flavor of
27275         git version then recreate the third part now present in the
27276         newer three part flavor of git describe.
27277
27278 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27279
27280         * lib/fts.c (fts_build): Typo correction to comment.
27281
27282 2008-02-17  Bruno Haible  <bruno@clisp.org>
27283
27284         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27285         generating no-op conflicts.
27286
27287 2008-02-17  Bruno Haible  <bruno@clisp.org>
27288
27289         Speed up by 10%.
27290         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27291         result_entries, rather than an index-based loop.
27292
27293 2008-02-17  Bruno Haible  <bruno@clisp.org>
27294
27295         Speed up by 25%.
27296         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27297         'hashcode_cached'.
27298         (entry_create): New function.
27299         (entry_hashcode): Use the cached hashcode if possible.
27300         (read_changelog_file, try_split_merged_entry): Use entry_create.
27301
27302 2008-02-17  Bruno Haible  <bruno@clisp.org>
27303
27304         Speed up from O(n^2) to O(n) for long ChangeLog files.
27305         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27306         (read_changelog_file): Change implementation of entries_reversed list
27307         to rbtreehash.
27308         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27309
27310 2008-02-17  Bruno Haible  <bruno@clisp.org>
27311
27312         New option --split-merged-entry.
27313         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27314         (find_paragraph_end, try_split_merged_entry): New functions.
27315         (long_options): Add option --split-merged-entry.
27316         (usage): Document option --split-merged-entry.
27317         (main): Implement option --split-merged-entry.
27318         Reported by Eric Blake.
27319
27320 2008-02-17  Bruno Haible  <bruno@clisp.org>
27321
27322         * lib/git-merge-changelog.c: Include c-strstr.h.
27323         (main): Support the "git pull --rebase" situation.
27324         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27325         Reported by Eric Blake.
27326
27327 2008-02-16  Eric Blake  <ebb9@byu.net>
27328
27329         Avoid doubling \ in common case of "c-maybe" quoting style.
27330         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27331         eliding outer quotes.
27332         * lib/quotearg.h: Document this.
27333         * tests/test-quotearg.c (result_strings, inputs, results_g)
27334         (flag_results, locale_results): Test it by adding a new string to
27335         each test group.
27336         (compare_strings): Test new string.
27337
27338 2008-02-13  Eric Blake  <ebb9@byu.net>
27339
27340         Avoid trigraph quoting in default output.
27341         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27342         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27343         unless explicitly requested.
27344         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27345
27346 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27347
27348         Don't rely on signed integer overflowing to negative value.
27349         * lib/getugroups.c (getugroups): Include <limits.h>.
27350         Instead, compare against INT_MAX, and increment only if the test passes.
27351
27352 2008-02-13  Jim Meyering  <meyering@redhat.com>
27353         and Eric Blake  <ebb9@byu.net>
27354
27355         Avoid shadowing warning and compile errors on Linux.
27356         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27357         forwarding macros on Linux.
27358         (dcgettext): Define a stub, for Linux.
27359         (results_g, main): Avoid warnings.
27360
27361 2008-02-12  Eric Blake  <ebb9@byu.net>
27362
27363         Silence warning in last patch.
27364         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27365
27366         Quotearg part 4: add tests, fix c-maybe colon quoting.
27367         * lib/quotearg.h: Improve documentation.
27368         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27369         escapes when adding outer quotes.  When quoting trigraphs, use
27370         valid C notation.  When quoting NUL, omit extra characters if next
27371         character is not digit.  Alter prototype.
27372         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27373         callers.
27374         * modules/quotearg-tests: New module.
27375         * tests/test-quotearg.c: New test.
27376
27377 2008-02-07  Eric Blake  <ebb9@byu.net>
27378
27379         Quotearg part 3: add flag to control outer quote elision.
27380         * lib/quotearg.h (c_maybe_quoting_style): New style.
27381         (enum quoting_flags): Better documentation of flags.
27382         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27383         c-maybe style.
27384         (quotearg_buffer_restyled): Handle new flag to elide outer
27385         quotes.
27386
27387         Quotearg part 2: add flag that can control NUL elision.
27388         * lib/quotearg.h (set_quoting_flags): New prototype.
27389         * lib/quotearg.c (struct quoting_options): Add flag field.
27390         (set_quoting_flags): New function.
27391         (quotearg_buffer_restyled): Add flags parameter.
27392         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27393         (quotearg_n_options): Set the flag, since length cannot be
27394         returned.
27395         (quoting_options_from_style): Default flags correctly.
27396
27397         Quotearg part 1: more wrappers, restore quotearg_char state.
27398         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27399         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27400         (quotearg_colon_mem): New wrappers.
27401         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27402         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27403         functions.
27404         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27405         (quotearg_colon_mem): New functions.
27406
27407 2008-02-11  Bruno Haible  <bruno@clisp.org>
27408
27409         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27410         library in the current directory: it does not work with parallel make.
27411         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27412
27413 2008-02-11  Bruno Haible  <bruno@clisp.org>
27414
27415         * .gitattributes: New file.
27416
27417 2008-02-11  Jim Meyering  <meyering@redhat.com>
27418
27419         useless-if-before-free: Fix reversed exit values.
27420         * build-aux/useless-if-before-free: Use correct values
27421         for EXIT_MATCH and EXIT_NO_MATCH.
27422
27423         * build-aux/useless-if-before-free: Close stdout carefully.
27424
27425 2008-02-10  Bruno Haible  <bruno@clisp.org>
27426
27427         New module 'git-merge-changelog'.
27428         * modules/git-merge-changelog: New file.
27429         * lib/git-merge-changelog.c: New file.
27430
27431 2008-02-10  Jim Meyering  <meyering@redhat.com>
27432
27433         useless-if-before-free: New option: --list (-l).
27434
27435         useless-if-before-free: Don't exit immediately upon open failure.
27436         * build-aux/useless-if-before-free: Exit 2 for errors.
27437         Upon failure to open a file, don't exit immediately.
27438         Rather, just warn and continue with any remaining files.
27439
27440 2008-02-10  Bruno Haible  <bruno@clisp.org>
27441
27442         New abstract list operation 'node_set_value'.
27443         * lib/gl_list.h (gl_list_node_set_value): New function.
27444         (struct gl_list_implementation): New field node_set_value.
27445         * lib/gl_list.c (gl_list_node_set_value): New function.
27446         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27447         (gl_array_list_implementation): Update.
27448         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27449         (gl_carray_list_implementation): Update.
27450         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27451         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27452         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27453         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27454         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27455         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27456         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27457         Update.
27458         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27459         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27460         (gl_sublist_list_implementation): Update.
27461
27462 2008-02-10  Bruno Haible  <bruno@clisp.org>
27463
27464         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27465         Needed when ELEMENT is #defined to 'some_type *'.
27466
27467 2008-02-10  Jim Meyering  <meyering@redhat.com>
27468
27469         New script and module: useless-if-before-free
27470         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27471         * build-aux/useless-if-before-free: New file.
27472         * modules/useless-if-before-free: New file.
27473
27474         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27475
27476         xstrtol_error: Fix typo.
27477         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27478         s/exit_failure/exit_status/.
27479
27480 2008-02-09  Jim Meyering  <meyering@redhat.com>
27481
27482         New script and module: gitlog-to-changelog
27483         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27484         * modules/gitlog-to-changelog: New file.
27485         * build-aux/gitlog-to-changelog: New file.
27486
27487 2008-02-08  Jim Meyering  <meyering@redhat.com>
27488
27489         Avoid two "parameter unused" warnings.
27490         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27491         Mark "st" as used.
27492
27493         Use "git COMMAND", not "git-COMMAND".
27494         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27495         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27496         * build-aux/git-version-gen: Use "git status", not "git-status".
27497
27498 2008-02-07  Bruno Haible  <bruno@clisp.org>
27499
27500         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27501         Avoids a crash on Windows Vista.
27502         Reported by Adam Strzelecki <ono@java.pl> via
27503         Simon Josefsson <simon@josefsson.org>.
27504
27505 2008-02-06  Bruno Haible  <bruno@clisp.org>
27506
27507         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27508         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27509         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27510         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27511         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27512         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27513         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27514         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27515         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27516         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27517         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27518         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27519         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27520         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27521         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27522         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27523         left-adjust flag.
27524         * tests/test-snprintf-posix.h (test_function): Likewise.
27525         * tests/test-sprintf-posix.h (test_function): Likewise.
27526         * tests/test-vasprintf-posix.c (test_function): Likewise.
27527         * doc/posix-functions/fprintf.texi: Update.
27528         * doc/posix-functions/printf.texi: Update.
27529         * doc/posix-functions/snprintf.texi: Update.
27530         * doc/posix-functions/sprintf.texi: Update.
27531         * doc/posix-functions/vfprintf.texi: Update.
27532         * doc/posix-functions/vprintf.texi: Update.
27533         * doc/posix-functions/vsnprintf.texi: Update.
27534         * doc/posix-functions/vsprintf.texi: Update.
27535         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27536
27537 2008-02-06  Bruno Haible  <bruno@clisp.org>
27538
27539         Fix bug introduced on 2008-01-26.
27540         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27541
27542 2008-02-06  Bruno Haible  <bruno@clisp.org>
27543
27544         Fix bug introduced on 2007-06-10.
27545         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27546         !NEED_PRINTF_FLAG_ZERO.
27547
27548 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27549
27550         getloadavg: use libperfstat on AIX5
27551         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27552
27553 2008-02-03  Bruno Haible  <bruno@clisp.org>
27554
27555         * lib/diffseq.h: Add comments about required #includes.
27556         Reported by Michael Biggs <gnulib@doubleplum.net>.
27557
27558 2008-02-01  Bruno Haible  <bruno@clisp.org>
27559
27560         * users.txt: Add gnuit.
27561
27562 2008-01-31  Bruno Haible  <bruno@clisp.org>
27563
27564         * lib/md4.c (set_uint32): Mark as inline.
27565         * lib/md5.c (set_uint32): Likewise.
27566         * lib/sha1.c (set_uint32): Likewise.
27567         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27568         * m4/md5.m4 (gl_MD5): Likewise.
27569         * m4/sha1.m4 (gl_SHA1): Likewise.
27570
27571 2008-01-31  Jim Meyering  <meyering@redhat.com>
27572
27573         Use "sizeof VAR", rather than a literal "4".
27574         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27575         * lib/md4.c (md4_read_ctx): Likewise.
27576         * lib/sha1.c (sha1_read_ctx): Likewise.
27577
27578 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27579
27580         * tests/test-sha1.c: New file, based on test-md5.c.
27581
27582         * modules/crypto/sha1-tests: New file.
27583
27584 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27585
27586         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27587
27588 2008-01-31  Jim Meyering  <meyering@redhat.com>
27589
27590         Prefer "sizeof v" over the equivalent "4".
27591         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27592         * lib/md5.c (set_uint32): Likewise.
27593         * lib/sha1.c (set_uint32): Likewise.
27594
27595 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27596
27597         * lib/sha1.c (set_uint32): Mark function as static.
27598
27599 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27600
27601         md2: clarify comments to say that alignment is not required.
27602         * lib/md2.h: Remove warning about alignment in comment.
27603         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27604         never been required.
27605
27606 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27607
27608         md4: adapt alignment constraint fix from sha1.
27609         * lib/md4.c (set_uint32): New function, from sha1.c
27610         (md4_read_ctx): Use it.
27611         (md4_finish_ctx): Doc fix.
27612         * lib/md4.h: Doc fix.
27613
27614 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27615
27616         md5: adapt alignment constraint fix from sha1.
27617         * lib/md5.c (set_uint32): New function, from sha1.c
27618         (md5_read_ctx): Use it.
27619         (md5_finish_ctx): Doc fix.
27620         * lib/md5.h: Doc fix.
27621
27622 2008-01-30  Peter Palfrader  <weasel@debian.org>
27623
27624         sha1: remove the result buffer alignment constraint
27625         * lib/sha1.c (set_uint32): New function.
27626         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27627         constraint.
27628         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27629         * lib/sha1.h: Likewise.
27630
27631 2008-01-30  Andreas Schwab  <schwab@suse.de>
27632             Bruno Haible  <bruno@clisp.org>
27633
27634         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27635         correct definition of LDBL_MIN_EXP.
27636
27637 2008-01-30  Karl Berry  <karl@gnu.org>
27638
27639         * config/srclist-update: try to preserve x bit on updates.
27640         * config/srclistvars.sh: update for karl.
27641
27642 2008-01-29  Jim Meyering  <meyering@redhat.com>
27643
27644         vasnprintf.c: Avoid warning about unused label
27645         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27646         "overflow" label definition and associated code with the
27647         same cpp condition that guards the sole use of that label.
27648
27649 2008-01-26  Bruno Haible  <bruno@clisp.org>
27650
27651         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27652         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27653         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27654         * lib/isnanl-nolibm.h (isnanl): Likewise.
27655         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27656
27657 2008-01-26  Bruno Haible  <bruno@clisp.org>
27658
27659         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27660         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27661
27662 2008-01-26  Bruno Haible  <bruno@clisp.org>
27663
27664         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27665         GCC >= 4.0 built-in.
27666         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27667
27668 2008-01-26  Bruno Haible  <bruno@clisp.org>
27669
27670         Rename isnan, applicable to 'double' only, to isnand.
27671         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27672         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27673         (configure.ac): Update.
27674         (Include): Replace "isnan.h" with "isnand.h".
27675         * m4/isnand.m4: Renamed from m4/isnan.m4.
27676         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27677         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27678         instead of isnan.c.
27679         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27680         instead of HAVE_ISNAN_IN_LIBC.
27681         (isnand): Renamed from isnan.
27682         * lib/isnand.c: New file.
27683         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27684         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27685         (Makefile.am): Update.
27686         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27687         Include isnand.h instead of isnan.h.
27688         (main): Test isnand instead of isnan.
27689         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27690         isnan-nolibm.
27691         * modules/frexp (Depends-on): Likewise.
27692         * modules/frexp-tests (Depends-on): Likewise.
27693         * modules/frexp-nolibm (Depends-on): Likewise.
27694         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27695         * modules/isfinite (Depends-on): Likewise.
27696         * modules/round-tests (Depends-on): Likewise.
27697         * modules/signbit (Depends-on): Likewise.
27698         * modules/signbit-tests (Depends-on): Likewise.
27699         * modules/snprintf-posix (Depends-on): Likewise.
27700         * modules/sprintf-posix (Depends-on): Likewise.
27701         * modules/trunc-tests (Depends-on): Likewise.
27702         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27703         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27704         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27705         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27706         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27707         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27708         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27709         * modules/vasnprintf-posix (Depends-on): Likewise.
27710         * modules/vasprintf-posix (Depends-on): Likewise.
27711         * modules/vfprintf-posix (Depends-on): Likewise.
27712         * modules/vsnprintf-posix (Depends-on): Likewise.
27713         * modules/vsprintf-posix (Depends-on): Likewise.
27714         * lib/frexp.c: Include isnand.h instead of isnan.h.
27715         (ISNAN): Set to isnand instead of isnan.
27716         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27717         (gl_isfinited): Use isnand instead of isnan.
27718         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27719         (gl_signbitd): Use isnand instead of isnan.
27720         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27721         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27722         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27723         (main): Use isnand instead of isnan.
27724         * tests/test-round1.c: Include isnand.h.
27725         (main): Use isnand instead of isnan.
27726         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27727         (ISNAN): Set to isnand instead of isnan.
27728         * tests/test-trunc1.c: Include isnand.h.
27729         (main): Use isnand instead of isnan.
27730         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27731         (equal): Use isnand instead of isnan.
27732         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27733         isnand-nolibm.
27734         * NEWS: Mention the change.
27735
27736 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27737             Bruno Haible  <bruno@clisp.org>
27738
27739         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27740         the GCC builtins for signbits are present and set
27741         REPLACE_SIGNBIT_USING_GCC if so.
27742         * lib/math.in.h (signbit): Define using GCC builtins if
27743         REPLACE_SIGNBIT_USING_GCC is set.
27744         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27745         REPLACE_SIGNBIT_USING_GCC.
27746         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27747
27748 2008-01-25  Jim Meyering  <meyering@redhat.com>
27749
27750         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27751         * lib/poll.c: Include <config.h>, not "config.h".
27752         * tests/test-getaddrinfo.c: Likewise.
27753
27754 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27755
27756         * modules/sockets-tests: New file.
27757
27758 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27759
27760         * modules/sockets: New module, can be used to call WSA_Startup and
27761         WSA_Cleanup when needed.
27762
27763         * lib/sockets.h, lib/sockets.c: New files.
27764
27765         * m4/sockets.m4: New file.
27766
27767         * tests/test-sockets.c: New file.
27768
27769 2008-01-19  Bruno Haible  <bruno@clisp.org>
27770
27771         * doc/posix-headers: Renamed from doc/headers.
27772         * doc/posix-functions: Renamed from doc/functions.
27773         * doc/gnulib.texi: Update.
27774
27775 2008-01-19  Bruno Haible  <bruno@clisp.org>
27776
27777         * doc/glibc-functions/strcasestr.texi: Include contents of
27778         doc/functions/strcasestr.texi, fixing the list of platforms.
27779         * doc/functions/strcasestr.texi: Remove file.
27780
27781 2008-01-19  Bruno Haible  <bruno@clisp.org>
27782
27783         * doc/glibc-functions/memmem.texi: Include contents of
27784         doc/functions/memmem.texi.
27785         * doc/functions/memmem.texi: Remove file.
27786
27787 2008-01-18  Bruno Haible  <bruno@clisp.org>
27788
27789         * doc/glibc-functions/*.texi: New files.
27790         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27791         to use the new files.
27792
27793 2008-01-17  Bruno Haible  <bruno@clisp.org>
27794
27795         * tests/test-gethostname.c (main): Fix printf statement.
27796
27797 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27798
27799         * modules/gethostname-tests: New file.
27800
27801         * tests/test-gethostname.c: New file.
27802
27803 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27804
27805         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27806         used by the UNAME case.  Reported by Bruno Haible
27807         <bruno@clisp.org>.
27808
27809 2008-01-17  Eric Blake  <ebb9@byu.net>
27810
27811         Convert c-strcasestr to be more efficient.
27812         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27813         (Depends-on): Add c-strcase, remove malloca, strnlen.
27814         * tests/test-c-strcasestr.c (main): Enhance test.
27815         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27816
27817 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27818
27819         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27820         Use it in creating po/Makevars.
27821
27822 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27823
27824         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27825         Applications that requires it should initialize libgcrypt
27826         manually.
27827
27828 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27829
27830         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27831
27832 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27833
27834         Fix problem with getdate on mingw32 reported by Simon Josefsson
27835         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27836         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27837         tzname", when deciding whether to declare tzname.
27838         * lib/strftime.c (tzname): Likewise.
27839
27840 2008-01-15  Bruno Haible  <bruno@clisp.org>
27841
27842         Work around a MacOS X 10.5 bug in frexpl().
27843         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27844         * doc/functions/frexpl.texi: Document the bug.
27845         Reported by Elias Pipping <pipping@gentoo.org>.
27846
27847 2008-01-14  Eric Blake  <ebb9@byu.net>
27848
27849         Touch up previous patch.
27850         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27851         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27852
27853         Convert strcasestr module to use Two-Way algorithm.
27854         * modules/strcasestr-simple: New module, based on the old
27855         strcasestr, but with Two-Way rather than KMP.
27856         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27857         * lib/string.in.h (rpl_strcasestr): Declare.
27858         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27859         performance.
27860         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27861         * modules/string (Makefile.am): Support strcasestr.
27862         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27863         * modules/strcasestr-tests (Depends-on): Check for alarm.
27864         * tests/test-strcasestr.c: Augment test.
27865         * lib/str-two-way.h: Clean up stray macro.
27866         * NEWS: Document new module.
27867         * MODULES.html.sh (string handling): Likewise.
27868         * doc/functions/strcasestr.texi: New file.
27869         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27870         here, since it is not a POSIX function.
27871
27872 2008-01-14  Colin Watson  <cjwatson@debian.org>
27873             Bruno Haible  <bruno@clisp.org>
27874
27875         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27876         works fine; if not, set REPLACE_STRSIGNAL.
27877         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27878         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27879         REPLACE_STRSIGNAL.
27880         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27881         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27882         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27883
27884 2008-01-14  Bruno Haible  <bruno@clisp.org>
27885
27886         * modules/strsignal (Include): Change to <string.h>.
27887
27888 2008-01-14  Colin Watson  <cjwatson@debian.org>
27889
27890         * modules/argp (Notice): Add a notice recommending to change
27891         XGETTEXT_OPTIONS.
27892         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27893
27894 2008-01-13  Colin Watson  <cjwatson@debian.org>
27895
27896         * modules/strsignal-tests: New file.
27897         * tests/test-strsignal.c: New file.
27898
27899         * lib/strsignal.c: New file, from glibc with modifications.
27900         * lib/siglist.h: New file, from glibc with modifications.
27901         * lib/string.in.h (strsignal): New declaration.
27902         * m4/strsignal.m4: New file.
27903         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27904         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27905         * modules/strsignal: New file.
27906         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27907         HAVE_DECL_STRSIGNAL.
27908
27909 2008-01-13  Bruno Haible  <bruno@clisp.org>
27910
27911         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27912         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27913         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27914         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27915
27916 2008-01-13  Bruno Haible  <bruno@clisp.org>
27917
27918         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27919         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27920         * lib/argp.h (__attribute__): Likewise.
27921         * lib/c-stack.c (__attribute__): Likewise.
27922         * lib/error.h (__attribute__): Likewise.
27923         * lib/fts.c (__attribute__): Likewise.
27924         * lib/openat.h (__attribute__): Likewise.
27925         * lib/stdio.in.h (__attribute__): Likewise.
27926         * lib/string.in.h (__attribute__): Likewise.
27927         * lib/utimens.c (__attribute__): Likewise.
27928         * lib/vasnprintf.h (__attribute__): Likewise.
27929         * lib/xalloc.h (__attribute__): Likewise.
27930         * lib/xprintf.h (__attribute__): Likewise.
27931         * lib/xstrtol.h (__attribute__): Likewise.
27932         * lib/xvasprintf.h (__attribute__): Likewise.
27933
27934 2008-01-12  Bruno Haible  <bruno@clisp.org>
27935
27936         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27937         * doc/glibc-headers/a.out.texi: New file.
27938         * doc/glibc-headers/aliases.texi: New file.
27939         * doc/glibc-headers/alloca.texi: New file.
27940         * doc/glibc-headers/ar.texi: New file.
27941         * doc/glibc-headers/argp.texi: New file.
27942         * doc/glibc-headers/argz.texi: New file.
27943         * doc/glibc-headers/byteswap.texi: New file.
27944         * doc/glibc-headers/crypt.texi: New file.
27945         * doc/glibc-headers/endian.texi: New file.
27946         * doc/glibc-headers/envz.texi: New file.
27947         * doc/glibc-headers/err.texi: New file.
27948         * doc/glibc-headers/error.texi: New file.
27949         * doc/glibc-headers/execinfo.texi: New file.
27950         * doc/glibc-headers/fpu_control.texi: New file.
27951         * doc/glibc-headers/fstab.texi: New file.
27952         * doc/glibc-headers/fts.texi: New file.
27953         * doc/glibc-headers/getopt.texi: New file.
27954         * doc/glibc-headers/ieee754.texi: New file.
27955         * doc/glibc-headers/ifaddrs.texi: New file.
27956         * doc/glibc-headers/libintl.texi: New file.
27957         * doc/glibc-headers/mcheck.texi: New file.
27958         * doc/glibc-headers/mntent.texi: New file.
27959         * doc/glibc-headers/obstack.texi: New file.
27960         * doc/glibc-headers/paths.texi: New file.
27961         * doc/glibc-headers/printf.texi: New file.
27962         * doc/glibc-headers/pty.texi: New file.
27963         * doc/glibc-headers/resolv.texi: New file.
27964         * doc/glibc-headers/shadow.texi: New file.
27965         * doc/glibc-headers/sysexits.texi: New file.
27966         * doc/glibc-headers/ttyent.texi: New file.
27967
27968 2008-01-12  Jim Meyering  <meyering@redhat.com>
27969
27970         announce-gen: emit Gnulib's git-based version string.
27971         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27972         New option --gnulib-version=V, where V is expected to be
27973         the output of running git describe in the gnulib directory.
27974         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27975         not useful, and plan to stop publishing an xdelta file with each
27976         coreutils release.
27977
27978         * build-aux/announce-gen: Also check for lzma-compressed files.
27979
27980 2008-01-11  Bruno Haible  <bruno@clisp.org>
27981
27982         * tests/test-memmem.c (main): Increase maximum allowed time.
27983         * tests/test-strstr.c (main): Likewise.
27984
27985 2008-01-11  Bruno Haible  <bruno@clisp.org>
27986
27987         * doc/functions/memmem.texi: Add more precisions about platforms.
27988         * doc/functions/strstr.texi: Likewise.
27989
27990 2008-01-10  Eric Blake  <ebb9@byu.net>
27991
27992         * m4/strstr.m4: Delete cruft from copy-n-paste.
27993         Reported by Bruno Haible.
27994
27995 2008-01-10  Bruno Haible  <bruno@clisp.org>
27996
27997         Make c-strstr rely on strstr.
27998         * lib/c-strstr.c: Don't include str-kmp.h.
27999         (c_strstr): Define in terms of strstr.
28000         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28001         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28002
28003 2008-01-10  Bruno Haible  <bruno@clisp.org>
28004
28005         * doc/gnulib.texi (String Functions in C Locale): New section.
28006         * doc/c-ctype.texi: New file.
28007         * doc/c-strcase.texi: New file.
28008         * doc/c-strcaseeq.texi: New file.
28009         * doc/c-strcasestr.texi: New file.
28010         * doc/c-strstr.texi: New file.
28011         * doc/c-strtod.texi: New file.
28012         * doc/c-strtold.texi: New file.
28013
28014 2008-01-10  Eric Blake  <ebb9@byu.net>
28015
28016         * lib/relocatable.h: Fix a comment.
28017
28018 2008-01-10  Eric Blake  <ebb9@byu.net>
28019
28020         Share two-way algorithm.
28021         * lib/str-two-way.h: New file, merged from...
28022         * lib/memmem.c: ...here...
28023         * lib/strstr.c: ...and here.
28024         * modules/memmem (Files): Use it.
28025         * modules/strstr (Files): Likewise.
28026
28027         Avoid quadratic strstr implementations.
28028         * lib/strstr.c: New file.
28029         * m4/strstr.m4: Likewise.
28030         * modules/strstr: Likewise.
28031         * modules/strstr-tests: Likewise.
28032         * tests/test-strstr.c: Likewise.
28033         * lib/string.in.h (rpl_strstr): Declare.
28034         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28035         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28036         * modules/string (Makefile.am): Likewise.
28037         * MODULES.html.sh (string handling): Mention new module.
28038         * doc/functions/strstr.texi (strstr): Document the bug.
28039
28040 2008-01-10  Bruno Haible  <bruno@clisp.org>
28041
28042         * lib/relocatable.h (relocate): State whether result is freshly
28043         allocated or not.
28044         * lib/relocatable.c (relocate): Return a freshly allocated string
28045         instead of a pointer to a privately held string.
28046         Reported by Sylvain Beucler <beuc@gnu.org>.
28047
28048 2008-01-10  Colin Watson  <cjwatson@debian.org>
28049
28050         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28051         s/S_ISNLK/S_ISLNK/.
28052
28053 2008-01-09  Bruno Haible  <bruno@clisp.org>
28054
28055         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28056         and other files.
28057         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28058         if it's only a guess.
28059         * modules/memmem: Simplify by depending on memmem-simple.
28060
28061 2008-01-09  Bruno Haible  <bruno@clisp.org>
28062
28063         Work around OpenBSD 4.0 tdelete() bug.
28064         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28065         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28066         macros and don't redefine the enum values.
28067         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28068         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28069         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28070
28071 2008-01-09  Bruno Haible  <bruno@clisp.org>
28072
28073         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28074         (main): Don't perform the tests if setlocale did not install a UTF-8
28075         locale. Needed on OpenBSD 4.0.
28076         * modules/wcwidth-tests (Depends-on): Add localcharset.
28077
28078 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28079
28080         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28081         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28082         * NEWS: announce this.
28083         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28084
28085 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28086         and Eric Blake  <ebb9@byu.net>
28087
28088         Add memmem-simple module.
28089         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28090         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28091         * modules/memmem-simple: New file.
28092         * modules/memmem (Description): Tweak.
28093         * MODULES.html.sh (string handling): Mention new module.
28094         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28095         addressed by memmem-simple.
28096         * NEWS: Document the difference.
28097
28098 2008-01-09  Eric Blake  <ebb9@byu.net>
28099
28100         Give gcc some memmem optimization hints.
28101         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28102         (strcasestr): Declare as pure.
28103         * modules/memmem (Maintainer): Claim my implementation.
28104
28105 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28106
28107         Support AIX 6.1 and higher.
28108         * build-aux/config.libpath: Likewise.
28109         * build-aux/config.rpath: Likewise.
28110
28111 2008-01-08  Jim Meyering  <meyering@redhat.com>
28112             Bruno Haible  <bruno@clisp.org>
28113
28114         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28115         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28116         Reported by Peter Fales in
28117         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28118
28119 2008-01-08  Bruno Haible  <bruno@clisp.org>
28120
28121         * modules/unictype/category-of (Depends-on): Add
28122         unictype/category-none.
28123         * modules/unictype/category-and-tests (Depends-on): Add
28124         unictype/category-{L,N,Lu,Nd}.
28125         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28126         * modules/unictype/category-or-tests (Depends-on): Add
28127         unictype/category-{L,N}.
28128         * modules/unictype/category-name-tests (Depends-on): Add
28129         unictype/category-{Z,Nl}.
28130         Reported by Simon Josefsson.
28131
28132 2008-01-08  Bruno Haible  <bruno@clisp.org>
28133
28134         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28135         convention better.
28136         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28137         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28138         Reported by Peter Miller <millerp@canb.auug.org.au>.
28139
28140 2008-01-08  Eric Blake  <ebb9@byu.net>
28141
28142         Rewrite memmem to guarantee linear complexity without malloc.
28143         * lib/memmem.c (memmem): Use Two-Way rather than
28144         Knuth-Morris-Pratt, to allow O(1) space usage.
28145         (critical_factorization, two_way_short_needle)
28146         (two_way_long_needle): New functions.
28147         (knuth_morris_pratt): Delete.
28148         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28149         Add stdint.
28150         * tests/test-memmem.c (main): Add tests for periodic needle and
28151         sublinear performance.
28152         * doc/functions/memmem.texi (memmem): Document other deficiencies
28153         in cygwin and older glibc.
28154
28155 2008-01-08  Bruno Haible  <bruno@clisp.org>
28156
28157         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28158         augmentation.
28159
28160 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28161
28162         Add a configure time option: --disable-acl.
28163         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28164         AC_ARG_ENABLE(acl).
28165
28166 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28167
28168         * tests/test-localename.c: Don't include obsolete "setenv.h".
28169
28170         * modules/localename-tests (Depends-on): Need unsetenv.
28171
28172 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28173
28174         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28175
28176 2008-01-06  Colin Watson  <cjwatson@debian.org>
28177
28178         * users.txt: Add man-db.
28179
28180 2008-01-07  Bruno Haible  <bruno@clisp.org>
28181
28182         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28183         previous section name.
28184
28185 2008-01-07  Bruno Haible  <bruno@clisp.org>
28186
28187         * lib/progname.c (set_program_name): Don't strip off a leading
28188         "lt-" prefix outside a .libs directory.
28189         Suggested by Paul Eggert.
28190
28191 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28192             Bruno Haible  <bruno@clisp.org>
28193
28194         Improve memory cleanup in 'relocatable' module.
28195         * lib/relocatable.h (compute_curr_prefix): Change return type to
28196         'char *'.
28197         * lib/relocatable.c (compute_curr_prefix): Change return type to
28198         'char *'. Free curr_installdir after use.
28199         (relocate): Free curr_prefix_better after use.
28200         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28201
28202 2008-01-01  Bruno Haible  <bruno@clisp.org>
28203
28204         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28205         failure on older glibc systems.
28206         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28207
28208 2008-01-05  Eric Blake  <ebb9@byu.net>
28209
28210         Avoid quadratic system memmem.
28211         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28212         Reported by Ralf Wildenhues.
28213
28214         Fix memmem test for mingw.
28215         * modules/memmem-tests (configure.ac): Check for alarm.
28216         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28217         it.
28218         * doc/functions/memmem.texi: New file.
28219         * doc/gnulib.texi (Function Substitutes): Add memmem.
28220         Reported by Bruno Haible.
28221
28222 2008-01-04  Bruno Haible  <bruno@clisp.org>
28223
28224         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28225         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28226         gl_HEADER_STRING_H_DEFAULTS.
28227
28228 2008-01-04  Eric Blake  <ebb9@byu.net>
28229
28230         Shorten duration of memmem test.
28231         * tests/test-memmem.c (main): Use alarm to declare failure if test
28232         is taking too long.
28233         Reported by Ralf Wildenhues.
28234
28235 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28236
28237         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28238         string, needed by strerror.
28239
28240 2008-01-03  Colin Watson  <cjwatson@debian.org>
28241             Bruno Haible  <bruno@clisp.org>
28242
28243         * doc/gnulib-tool.texi (Localization): New section.
28244
28245 2008-01-02  Bruno Haible  <bruno@clisp.org>
28246
28247         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28248         variables to 'unsigned char *' type.
28249         Reported by Paul Eggert.
28250
28251 2008-01-02  Jim Meyering  <jim@meyering.net>
28252
28253         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28254
28255 2007-12-31  Jim Meyering  <jim@meyering.net>
28256
28257         Avoid use of private FTS type name.
28258         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28259
28260 2007-12-30  Karl Berry  <karl@gnu.org>
28261
28262         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28263         work around defect in Texinfo and/or the standalone Info browser.
28264
28265 2007-12-30  Bruno Haible  <bruno@clisp.org>
28266
28267         Unify 5 copies of the KMP code.
28268         * lib/str-kmp.h: New file.
28269         * lib/c-strcasestr.c: Include str-kmp.h.
28270         (knuth_morris_pratt): Remove function.
28271         (c_strcasestr): Update.
28272         * lib/c-strstr.c: Include str-kmp.h.
28273         (knuth_morris_pratt): Remove function.
28274         (c_strcasestr): Update.
28275         * lib/mbscasestr.c: Include str-kmp.h.
28276         (knuth_morris_pratt_unibyte): Remove function.
28277         * lib/mbsstr.c: Include str-kmp.h.
28278         (knuth_morris_pratt_unibyte): Remove function.
28279         * lib/strcasestr.c: Include str-kmp.h.
28280         (knuth_morris_pratt): Remove function.
28281         (strcasestr): Update.
28282         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28283         * modules/c-strstr (Files): Likewise.
28284         * modules/mbscasestr (Files): Likewise.
28285         * modules/mbsstr (Files): Likewise.
28286         * modules/strcasestr (Files): Likewise.
28287         Suggested by Paul Eggert.
28288
28289 2007-12-30  Bruno Haible  <bruno@clisp.org>
28290
28291         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28292         defined.
28293
28294 2007-12-30  Bruno Haible  <bruno@clisp.org>
28295
28296         * lib/xmalloca.h: Include xalloc.h.
28297         (xnmalloca): New macro.
28298
28299 2007-12-30  Bruno Haible  <bruno@clisp.org>
28300
28301         * lib/malloca.h (nmalloca): New macro.
28302         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28303         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28304         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28305         knuth_morris_pratt_multibyte): Likewise.
28306         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28307         knuth_morris_pratt_multibyte): Likewise.
28308         * lib/memmem.c (knuth_morris_pratt): Likewise.
28309         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28310
28311 2007-12-25  Bruno Haible  <bruno@clisp.org>
28312
28313         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28314         * lib/glob.c: Don't include openat.h.
28315         (link_exists2_p): Add back the code that deals with the
28316         !GLOB_ALTDIRFUNC case.
28317         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28318         let it do the filename concatenation.
28319         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28320         * modules/glob (Depends-on): Remove openat.
28321
28322 2007-12-31  Bruno Haible  <bruno@clisp.org>
28323
28324         * modules/dirfd (License): Change to LGPLv2+.
28325         Approved by Jim Meyering.
28326
28327 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28328
28329         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28330         when multiplying M by sizeof (size_t).
28331
28332 2007-12-10  Martin Lambers  <marlam@marlam.de>
28333
28334         Override getpagesize on mingw.
28335         * lib/getpagesize.c: New file.
28336         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28337         * modules/getpagesize (Files): Add lib/getpagesize.c.
28338         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28339         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28340         REPLACE_GETPAGESIZE.
28341         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28342
28343 2007-12-25  Bruno Haible  <bruno@clisp.org>
28344
28345         * modules/localcharset (Notice): New field.
28346         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28347         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28348
28349 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28350             Bruno Haible  <bruno@clisp.org>
28351
28352         Avoid using the syntax symbol() in formatted documentation.
28353         * MODULES.html.sh (func_module): When replacing symbol() with a
28354         hyperlink, remove the parentheses. Show an error if some remain.
28355         Recognize and render the '...' syntax.
28356         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28357         Rework. Add paragraph about GCC's inlining.
28358         * doc/alloca.texi: Likewise.
28359         * doc/error.texi: Remove parentheses from symbol reference.
28360         * doc/gnulib-intro.texi: Likewise.
28361         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28362         * modules/fnmatch (Description): Reword to say "the ... function".
28363         * modules/full-read (Description): Likewise.
28364         * modules/full-write (Description): Likewise.
28365         * modules/safe-read (Description): Likewise.
28366         * modules/safe-write (Description): Likewise.
28367         * modules/strchrnul (Description): Likewise.
28368         * modules/trim (Description): Likewise.
28369         * modules/error (Description): Remove parentheses from symbol
28370         references.
28371         * modules/verror (Description): Likewise.
28372         Reported by Karl Berry.
28373
28374 2007-12-25  Bruno Haible  <bruno@clisp.org>
28375
28376         Fixup after 2007-10-16 commit.
28377         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28378
28379 2007-12-24  Bruno Haible  <bruno@clisp.org>
28380
28381         Make --enable-relocatable work with DESTDIR.
28382         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28383         to compute installdir from destprog.
28384         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28385         also set the RELOC_DESTDIR variable.
28386         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28387
28388 2007-12-24  Bruno Haible  <bruno@clisp.org>
28389
28390         Fix link error due to xalloc_die().
28391         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28392         of xreadlink.
28393         * lib/relocwrapper.c: Update comments.
28394         * build-aux/install-reloc: Remove xreadlink.c from file list.
28395         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28396         xreadlink.c.
28397         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28398
28399 2007-12-24  Bruno Haible  <bruno@clisp.org>
28400
28401         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28402         * lib/setenv.h: Remove file.
28403         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28404         lib/setenv.h.
28405         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28406         (Depends-on): Add stdlib.
28407         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28408         gl_FUNC_UNSETENV.
28409         (Include): Replace setenv.h with <stdlib.h>.
28410         * modules/unsetenv: New file.
28411         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28412         * lib/unsetenv.c: Include <stdlib.h> first.
28413         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28414         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28415         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28416         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28417         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28418         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28419         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28420         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28421         * doc/functions/unsetenv.texi: Update.
28422         * modules/xsetenv (Depends-on): Add unsetenv.
28423         * modules/getdate (Depends-on): Likewise.
28424         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28425         * lib/xsetenv.c: Don't include setenv.h.
28426         * lib/getdate.y: Likewise.
28427         * lib/relocwrapper.c: Likewise.
28428         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28429         (Depends-on): Add stdlib.
28430         * NEWS: Mention the changes.
28431         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28432
28433 2007-12-23  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28436         indentation.
28437
28438 2007-12-23  Bruno Haible  <bruno@clisp.org>
28439
28440         * lib/c-strcasestr.c: Add more comments.
28441         * lib/c-strstr.c: Likewise.
28442         * lib/mbscasestr.c: Likewise.
28443         * lib/mbsstr.c: Likewise.
28444         * lib/strcasestr.c: Likewise.
28445         * lib/memmem.c: Likewise.
28446
28447 2007-12-23  Bruno Haible  <bruno@clisp.org>
28448
28449         * tests/test-memmem.c: Include <string.h> first.
28450
28451 2007-12-22  Bruno Haible  <bruno@clisp.org>
28452
28453         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28454         the contents of $testsbase.
28455         Reported by Ralf Wildenhues.
28456
28457 2007-12-22  Bruno Haible  <bruno@clisp.org>
28458
28459         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28460         two variables local_ldadd_before, local_ldadd_last.
28461
28462 2007-12-20  Eric Blake  <ebb9@byu.net>
28463
28464         Work around circular library issue when cross-compiling.
28465         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28466         that progname.o does not need to pull in rpl_memcmp.
28467
28468 2007-12-19  Eric Blake  <ebb9@byu.net>
28469
28470         Fix memmem to avoid O(n^2) worst-case complexity.
28471         * lib/memmem.c (knuth_morris_pratt): New function.
28472         (memmem): Use it if first few naive iterations fail.
28473         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28474         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28475         * modules/memchr (License): Likewise.
28476         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28477         malloca.
28478         * tests/test-memmem.c: Rewrite, borrowing ideas from
28479         test-mbsstr1.c; the old version wouldn't even compile!
28480         * modules/memmem-tests: New file.
28481         * lib/string.in.h (rpl_memmem): Add declaration.
28482         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28483         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28484         REPLACE_MEMMEM.
28485
28486 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28487
28488         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28489         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28490         before any system include files, and undef after them all.  This
28491         should fix a problem on VMS reported by John E. Malmberg in
28492         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28493
28494 2007-12-17  Eric Blake  <ebb9@byu.net>
28495
28496         Revert addition of verify, for BSD/OS.
28497         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28498         can't handle large files, for the sake of obsolete platforms.
28499         * modules/fseeko (Depends-on): Remove verify.
28500         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28501         * doc/functions/ftello.texi (ftello): Likewise.
28502         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28503         Reported by Larry Jones.
28504
28505 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28506
28507         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28508         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28509
28510 2007-12-17  Jim Meyering  <meyering@redhat.com>
28511
28512         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28513         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28514         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28515         * modules/getcwd (Depends-on): Add openat.
28516         Reported by Petr Salinger.
28517
28518 2007-12-17  Bruno Haible  <bruno@clisp.org>
28519
28520         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28521         avoid a segmentation fault of the configure test on x86_64 systems.
28522
28523 2007-12-15  Jim Meyering  <meyering@redhat.com>
28524
28525         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28526
28527 2007-12-13  Eric Blake  <ebb9@byu.net>
28528
28529         Another fseek test.
28530         * tests/test-fseek.c (main): Also test ungetc handling.
28531         * tests/test-fseeko.c (main): Likewise.
28532         * modules/fseeko (Depends-on): Add verify.
28533         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28534         large.
28535         Reported by Larry Jones.
28536
28537         Fix fseeko on mingw.
28538         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28539         seek.
28540
28541         Beef up fseek tests.
28542         * tests/test-fseek.c (main): Also test eof handling.
28543         * tests/test-fseeko.c (main): Likewise.
28544         Reported by Larry Jones.
28545
28546 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28547
28548         Fix fseeko on BSD-based platforms.
28549         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28550         successful seek.
28551
28552 2007-12-12  Eric Blake  <ebb9@byu.net>
28553
28554         Allow circular dependency of separate libtests.a
28555         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28556         when use_libtests.
28557
28558 2007-12-11  Eric Blake  <ebb9@byu.net>
28559
28560         Fix bug with -0.0L in previous patch.
28561         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28562         * tests/test-isnan.c (main): Also test on zeroes.
28563         * tests/test-isnanf.c (main): Likewise.
28564         * tests/test-isnanl.h (main): Likewise.
28565
28566         Detect pseudo-denormals on x86 even when cross-compiling.
28567         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28568         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28569         invalid bit patterns that happen to satisfy ==.
28570
28571         Avoid link failures with separate libtests.a.
28572         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28573         last, to satisfy circular dependencies.
28574
28575 2007-12-11  Eric Blake  <ebb9@byu.net>
28576         and Bruno Haible  <bruno@clisp.org>
28577
28578         Fix OpenBSD 4.0 <float.h> handling of long double.
28579         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28580         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28581         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28582
28583 2007-12-11  Jim Meyering  <meyering@redhat.com>
28584
28585         * users.txt: Add libvirt.
28586
28587         Support versions of autoconf prior to 2.59c.
28588         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28589         if it is not already defined.
28590
28591 2007-12-09  Bruno Haible  <bruno@clisp.org>
28592
28593         Let 'gnulib-tool --import' collect sources needed for the tests in
28594         tests/ rather than in lib/.
28595         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28596         argument. If true, add rules to generate libtests.a, and put libtests.a
28597         into $(LDADD). Consider source files in subdirectories and set
28598         uses_subdirs.
28599         (func_emit_initmacro_start, func_emit_initmacro_end,
28600         func_emit_initmacro_done): Pass all arguments explicitly.
28601         (func_import): Determine two module lists main_modules,
28602         testsrelated_modules. Determine use_libtests. Determine two variables
28603         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28604         instead of just sed_transform_lib_file. Determine two variables
28605         main_files and testsrelated_files. Compute 'files' as the union of
28606         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28607         func_add_or_update. In the generated gnulib-comp.m4, collect the
28608         object files for tests/ in different variables than those for lib/.
28609         Substitute LIBTESTS_LIBDEPS.
28610         (func_create_testdir): Combine the uses_subdirs results from
28611         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28612
28613 2007-12-09  Bruno Haible  <bruno@clisp.org>
28614
28615         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28616         the build-aux directory.
28617
28618 2007-12-09  Bruno Haible  <bruno@clisp.org>
28619
28620         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28621         introduced on 2006-09-09.
28622
28623 2007-12-07  Jim Meyering  <meyering@redhat.com>
28624
28625         Let these macros work also with autoconf-2.59.
28626         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28627         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28628         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28629
28630 2007-12-06  Jim Meyering  <meyering@redhat.com>
28631
28632         Avoid a configure-time syntax error in gl_FUNC_ACL.
28633         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28634         function in each branch, before testing the cache variable.
28635
28636 2007-12-04  Eric Blake  <ebb9@byu.net>
28637
28638         Make scripts executable.
28639         * build-aux/config.guess: Add execute permissions.
28640         * build-aux/config.sub: Likewise.
28641         * build-aux/gendocs.sh: Likewise.
28642
28643         Fix frexp on mingw.
28644         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28645         cross-compiling.
28646         * doc/functions/frexp.texi (frexp): Document the bug.
28647
28648         Make cygwin fseeko check more reliable.
28649         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28650         version numbers, rather than unrelated feature check.
28651         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28652         * doc/functions/ftello.texi (ftello): Likewise.
28653         Reported by Bruno Haible.
28654
28655         * m4/strerror.m4: Bump version number.
28656
28657 2007-12-03  Bruno Haible  <bruno@clisp.org>
28658
28659         * doc/functions/mprotect.texi: Mention the mingw problem.
28660
28661 2007-12-03  Eric Blake  <ebb9@byu.net>
28662
28663         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28664         REPLACE_STRERROR is initialized before this macro.
28665
28666 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28667
28668         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28669         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28670         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28671         put -lsec in even for programs other than 'ls'.  This fixes a problem
28672         for gettext reported by Bruno Haible in
28673         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28674         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28675         Add support for Solaris 10.  This isn't efficient, but should get the
28676         job done for now.
28677
28678 2007-12-03  James Youngman  <jay@gnu.org>
28679
28680         * doc/regexprops-generic.texi: change "an close-group" to "a
28681         close-group" and "illegal" to "not allowed".
28682
28683 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28684
28685         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28686         pr_byname.h. Needed for the rare case when the maintainer has done
28687         "make maintainer-clean" in the source directory and then attempts a
28688         build outside the source directory.
28689         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28690         scripts_byname.h.
28691
28692 2007-12-02  Martin Lambers <marlam@marlam.de>
28693             Bruno Haible  <bruno@clisp.org>
28694
28695         * lib/getpagesize.h: Remove file.
28696         * lib/unistd.in.h: Include declaration of getpagesize here.
28697         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28698         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28699         HAVE_SYS_PARAM_H.
28700         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28701         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28702         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28703         (Depends-on): Add unistd.
28704         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28705         (Include): Use <unistd.h> instead of getpagesize.h.
28706         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28707         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28708         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28709         gl_GETPAGESIZE invocation, already handled by module dependency.
28710         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28711
28712 2007-12-02  Bruno Haible  <bruno@clisp.org>
28713
28714         * modules/strings-tests: New file.
28715         * tests/test-strings.c: New file.
28716
28717         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28718         * lib/strings.in.h: New file.
28719         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28720         * m4/strings_h.m4: New file.
28721         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28722         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28723         * modules/strings: New file.
28724         * modules/string (Makefile.am): Update.
28725         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28726         Reported by Karl Berry.
28727
28728 2007-12-01  Eric Blake  <ebb9@byu.net>
28729
28730         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28731         accomodate fix in cygwin 1.5.25.
28732
28733 2007-12-01  Jim Meyering  <meyering@redhat.com>
28734
28735         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28736         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28737         that would inhibit utf8-optimization of a regexp containing line-
28738         or buffer-anchors, e.g., `^', `$'.
28739
28740 2007-11-30  Bruno Haible  <bruno@clisp.org>
28741
28742         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28743         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28744         glthread_recursive_lock_init.
28745         * lib/lock.c (glthread_recursive_lock_init)
28746         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28747         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28748
28749 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28750
28751         New function qset_acl, like set_acl but with syscall semantics.
28752         * lib/acl.h (qset_acl): New decl.
28753         * lib/acl.c (qset_acl): New function.
28754         (set_acl): Use new function.  Use more-consistent diagnostics.
28755
28756 2007-11-28  Jim Meyering  <meyering@redhat.com>
28757
28758         * modules/physmem (License): Change from GPL to LGPLv2+.
28759
28760 2007-11-26  Bruno Haible  <bruno@clisp.org>
28761
28762         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28763         'long double' type has excess precision.
28764         Reported by Jim Meyering in
28765         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28766
28767 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28768
28769         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28770         Sync from <http://gnu.org/licenses>.
28771         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28772         with license text from same location.
28773         * doc/maintain.texi, doc/standards.texi:  Sync from
28774         <http://savannah.gnu.org/projects/gnustandards>.
28775
28776 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
28777         and Jim Meyering  <meyering@redhat.com>
28778
28779         Adjust getdate' grammar to accept a slightly more regular language.
28780         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28781         Before, the former was rejected.
28782         * lib/getdate.y (digits_to_date_time): New function, factored
28783         out of ...
28784         (number): ...here.  Just call digits_to_date_time.
28785         (hybrid): New non-terminal to handle an <unsigned number,
28786         signed relative offset> sequence consistently.
28787
28788 2007-11-18  Jim Meyering  <meyering@redhat.com>
28789
28790         Pull my changes from coreutils:
28791         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28792         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28793         use of $gnulib_tool_option_extras, so that it's separated from the
28794         preceding argument.
28795
28796         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28797         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28798         parent destination directories before copying a file into place.
28799
28800 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28801
28802         bootstrap: work also with 4-argument variant of AC_INIT
28803         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28804
28805 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28806
28807         Port test-getaddrinfo to Solaris.
28808         Problem reported by Bruno Haible in
28809         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28810         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28811         explanation of setting 'hints'.
28812         Don't reject an implementation merely because it returns EAI_SERVICE.
28813         (EAI_SERVICE): Define to 0 if not defined.
28814
28815 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28816
28817         The license of gnu-make and posix-shell is now "GPLed build tool".
28818         * modules/gnu-make (License): Likewise.
28819         * modules/posix-shell (License): Likewise.
28820
28821         New module posix-shell, for determining a POSIX shell
28822         or perhaps something that is close enough to a POSIX shell.
28823         * m4/posix-shell.m4: New file.
28824         * modules/posix-shell: New file.
28825
28826         * MODULES.html.sh: Mention new module.
28827
28828         New module gnu-make, for determining whether we're using GNU Make.
28829         * m4/gnu-make.m4: New file.
28830         * modules/gnu-make: New file.
28831         * MODULES.html.sh: Mention new module.
28832
28833 2007-11-14  Jim Meyering  <meyering@redhat.com>
28834
28835         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28836         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28837         use this macro to create a function _definition_.
28838         Remove useless "#undef ARGMATCH_DIE".
28839
28840 2007-11-14  Bruno Haible  <bruno@clisp.org>
28841
28842         * lib/config.charset: Update for OpenBSD 4.1.
28843         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28844
28845 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28846
28847         Document 64-bit #if problems in stdint.texi.
28848         * doc/headers/stdint.texi (stdint.h): Mention problems with
28849         64-bit-#if, and how to work around them.
28850
28851         Don't insist on 'long long int' support in the preprocessor.  It
28852         breaks too many things.  For example, PRIdMAX still uses a 'long
28853         long int' format with the latest Sun compiler, even though
28854         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28855         preprocessor problem.  This causes the latest coreutils to dump
28856         core on Solaris 10 sparc with the Sun C compiler.
28857         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28858         the troublesome expressions at configure-time, not at #if-time.
28859         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28860         preprocessor.
28861         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28862         compile-time C checks, done at 'configure'-time.
28863         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28864         * modules/inttypes (Makefile): Substitute the new symbols that
28865         gl_INTTYPES_H now generates.
28866         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28867
28868 2007-11-12  Bruno Haible  <bruno@clisp.org>
28869
28870         Tests for Unicode character classification functions.
28871
28872         * modules/unictype/bidicategory-byname-tests: New file.
28873         * modules/unictype/bidicategory-name-tests: New file.
28874         * modules/unictype/bidicategory-of-tests: New file.
28875         * modules/unictype/bidicategory-test-tests: New file.
28876         * modules/unictype/block-list-tests: New file.
28877         * modules/unictype/block-of-tests: New file.
28878         * modules/unictype/block-test-tests: New file.
28879         * modules/unictype/category-C-tests: New file.
28880         * modules/unictype/category-Cc-tests: New file.
28881         * modules/unictype/category-Cf-tests: New file.
28882         * modules/unictype/category-Cn-tests: New file.
28883         * modules/unictype/category-Co-tests: New file.
28884         * modules/unictype/category-Cs-tests: New file.
28885         * modules/unictype/category-L-tests: New file.
28886         * modules/unictype/category-Ll-tests: New file.
28887         * modules/unictype/category-Lm-tests: New file.
28888         * modules/unictype/category-Lo-tests: New file.
28889         * modules/unictype/category-Lt-tests: New file.
28890         * modules/unictype/category-Lu-tests: New file.
28891         * modules/unictype/category-M-tests: New file.
28892         * modules/unictype/category-Mc-tests: New file.
28893         * modules/unictype/category-Me-tests: New file.
28894         * modules/unictype/category-Mn-tests: New file.
28895         * modules/unictype/category-N-tests: New file.
28896         * modules/unictype/category-Nd-tests: New file.
28897         * modules/unictype/category-Nl-tests: New file.
28898         * modules/unictype/category-No-tests: New file.
28899         * modules/unictype/category-P-tests: New file.
28900         * modules/unictype/category-Pc-tests: New file.
28901         * modules/unictype/category-Pd-tests: New file.
28902         * modules/unictype/category-Pe-tests: New file.
28903         * modules/unictype/category-Pf-tests: New file.
28904         * modules/unictype/category-Pi-tests: New file.
28905         * modules/unictype/category-Po-tests: New file.
28906         * modules/unictype/category-Ps-tests: New file.
28907         * modules/unictype/category-S-tests: New file.
28908         * modules/unictype/category-Sc-tests: New file.
28909         * modules/unictype/category-Sk-tests: New file.
28910         * modules/unictype/category-Sm-tests: New file.
28911         * modules/unictype/category-So-tests: New file.
28912         * modules/unictype/category-Z-tests: New file.
28913         * modules/unictype/category-Zl-tests: New file.
28914         * modules/unictype/category-Zp-tests: New file.
28915         * modules/unictype/category-Zs-tests: New file.
28916         * modules/unictype/category-and-not-tests: New file.
28917         * modules/unictype/category-and-tests: New file.
28918         * modules/unictype/category-byname-tests: New file.
28919         * modules/unictype/category-name-tests: New file.
28920         * modules/unictype/category-none-tests: New file.
28921         * modules/unictype/category-of-tests: New file.
28922         * modules/unictype/category-or-tests: New file.
28923         * modules/unictype/category-test-withtable-tests: New file.
28924         * modules/unictype/combining-class-tests: New file.
28925         * modules/unictype/ctype-alnum-tests: New file.
28926         * modules/unictype/ctype-alpha-tests: New file.
28927         * modules/unictype/ctype-blank-tests: New file.
28928         * modules/unictype/ctype-cntrl-tests: New file.
28929         * modules/unictype/ctype-digit-tests: New file.
28930         * modules/unictype/ctype-graph-tests: New file.
28931         * modules/unictype/ctype-lower-tests: New file.
28932         * modules/unictype/ctype-print-tests: New file.
28933         * modules/unictype/ctype-punct-tests: New file.
28934         * modules/unictype/ctype-space-tests: New file.
28935         * modules/unictype/ctype-upper-tests: New file.
28936         * modules/unictype/ctype-xdigit-tests: New file.
28937         * modules/unictype/decimal-digit-tests: New file.
28938         * modules/unictype/digit-tests: New file.
28939         * modules/unictype/mirror-tests: New file.
28940         * modules/unictype/numeric-tests: New file.
28941         * modules/unictype/property-alphabetic-tests: New file.
28942         * modules/unictype/property-ascii-hex-digit-tests: New file.
28943         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28944         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28945         * modules/unictype/property-bidi-block-separator-tests: New file.
28946         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28947         * modules/unictype/property-bidi-common-separator-tests: New file.
28948         * modules/unictype/property-bidi-control-tests: New file.
28949         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28950         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28951         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28952         * modules/unictype/property-bidi-european-digit-tests: New file.
28953         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28954         * modules/unictype/property-bidi-left-to-right-tests: New file.
28955         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28956         * modules/unictype/property-bidi-other-neutral-tests: New file.
28957         * modules/unictype/property-bidi-pdf-tests: New file.
28958         * modules/unictype/property-bidi-segment-separator-tests: New file.
28959         * modules/unictype/property-bidi-whitespace-tests: New file.
28960         * modules/unictype/property-byname-tests: New file.
28961         * modules/unictype/property-combining-tests: New file.
28962         * modules/unictype/property-composite-tests: New file.
28963         * modules/unictype/property-currency-symbol-tests: New file.
28964         * modules/unictype/property-dash-tests: New file.
28965         * modules/unictype/property-decimal-digit-tests: New file.
28966         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28967         * modules/unictype/property-deprecated-tests: New file.
28968         * modules/unictype/property-diacritic-tests: New file.
28969         * modules/unictype/property-extender-tests: New file.
28970         * modules/unictype/property-format-control-tests: New file.
28971         * modules/unictype/property-grapheme-base-tests: New file.
28972         * modules/unictype/property-grapheme-extend-tests: New file.
28973         * modules/unictype/property-grapheme-link-tests: New file.
28974         * modules/unictype/property-hex-digit-tests: New file.
28975         * modules/unictype/property-hyphen-tests: New file.
28976         * modules/unictype/property-id-continue-tests: New file.
28977         * modules/unictype/property-id-start-tests: New file.
28978         * modules/unictype/property-ideographic-tests: New file.
28979         * modules/unictype/property-ids-binary-operator-tests: New file.
28980         * modules/unictype/property-ids-trinary-operator-tests: New file.
28981         * modules/unictype/property-ignorable-control-tests: New file.
28982         * modules/unictype/property-iso-control-tests: New file.
28983         * modules/unictype/property-join-control-tests: New file.
28984         * modules/unictype/property-left-of-pair-tests: New file.
28985         * modules/unictype/property-line-separator-tests: New file.
28986         * modules/unictype/property-logical-order-exception-tests: New file.
28987         * modules/unictype/property-lowercase-tests: New file.
28988         * modules/unictype/property-math-tests: New file.
28989         * modules/unictype/property-non-break-tests: New file.
28990         * modules/unictype/property-not-a-character-tests: New file.
28991         * modules/unictype/property-numeric-tests: New file.
28992         * modules/unictype/property-other-alphabetic-tests: New file.
28993         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28994         * modules/unictype/property-other-grapheme-extend-tests: New file.
28995         * modules/unictype/property-other-id-continue-tests: New file.
28996         * modules/unictype/property-other-id-start-tests: New file.
28997         * modules/unictype/property-other-lowercase-tests: New file.
28998         * modules/unictype/property-other-math-tests: New file.
28999         * modules/unictype/property-other-uppercase-tests: New file.
29000         * modules/unictype/property-paired-punctuation-tests: New file.
29001         * modules/unictype/property-paragraph-separator-tests: New file.
29002         * modules/unictype/property-pattern-syntax-tests: New file.
29003         * modules/unictype/property-pattern-white-space-tests: New file.
29004         * modules/unictype/property-private-use-tests: New file.
29005         * modules/unictype/property-punctuation-tests: New file.
29006         * modules/unictype/property-quotation-mark-tests: New file.
29007         * modules/unictype/property-radical-tests: New file.
29008         * modules/unictype/property-sentence-terminal-tests: New file.
29009         * modules/unictype/property-soft-dotted-tests: New file.
29010         * modules/unictype/property-space-tests: New file.
29011         * modules/unictype/property-terminal-punctuation-tests: New file.
29012         * modules/unictype/property-test-tests: New file.
29013         * modules/unictype/property-titlecase-tests: New file.
29014         * modules/unictype/property-unassigned-code-value-tests: New file.
29015         * modules/unictype/property-unified-ideograph-tests: New file.
29016         * modules/unictype/property-uppercase-tests: New file.
29017         * modules/unictype/property-variation-selector-tests: New file.
29018         * modules/unictype/property-white-space-tests: New file.
29019         * modules/unictype/property-xid-continue-tests: New file.
29020         * modules/unictype/property-xid-start-tests: New file.
29021         * modules/unictype/property-zero-width-tests: New file.
29022         * modules/unictype/scripts-tests: New file.
29023         * modules/unictype/syntax-c-ident-tests: New file.
29024         * modules/unictype/syntax-c-whitespace-tests: New file.
29025         * modules/unictype/syntax-java-ident-tests: New file.
29026         * modules/unictype/syntax-java-whitespace-tests: New file.
29027         * tests/unictype/test-bidi_byname.c: New file.
29028         * tests/unictype/test-bidi_name.c: New file.
29029         * tests/unictype/test-bidi_of.c: New file.
29030         * tests/unictype/test-bidi_test.c: New file.
29031         * tests/unictype/test-block_list.c: New file.
29032         * tests/unictype/test-block_of.c: New file.
29033         * tests/unictype/test-block_test.c: New file.
29034         * tests/unictype/test-categ_and.c: New file.
29035         * tests/unictype/test-categ_and_not.c: New file.
29036         * tests/unictype/test-categ_byname.c: New file.
29037         * tests/unictype/test-categ_name.c: New file.
29038         * tests/unictype/test-categ_none.c: New file.
29039         * tests/unictype/test-categ_of.c: New file.
29040         * tests/unictype/test-categ_or.c: New file.
29041         * tests/unictype/test-categ_test_withtable.c: New file.
29042         * tests/unictype/test-combining.c: New file.
29043         * tests/unictype/test-decdigit.c: New file.
29044         * tests/unictype/test-digit.c: New file.
29045         * tests/unictype/test-mirror.c: New file.
29046         * tests/unictype/test-numeric.c: New file.
29047         * tests/unictype/test-pr_byname.c: New file.
29048         * tests/unictype/test-pr_test.c: New file.
29049         * tests/unictype/test-predicate-part1.h: New file.
29050         * tests/unictype/test-predicate-part2.h: New file.
29051         * tests/unictype/test-scripts.c: New file.
29052         * tests/unictype/test-sy_c_ident.c: New file.
29053         * tests/unictype/test-sy_java_ident.c: New file.
29054
29055         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29056         for Unicode 5.0.0.
29057         * tests/unictype/test-categ_Cc.c: Likewise.
29058         * tests/unictype/test-categ_Cf.c: Likewise.
29059         * tests/unictype/test-categ_Cn.c: Likewise.
29060         * tests/unictype/test-categ_Co.c: Likewise.
29061         * tests/unictype/test-categ_Cs.c: Likewise.
29062         * tests/unictype/test-categ_L.c: Likewise.
29063         * tests/unictype/test-categ_Ll.c: Likewise.
29064         * tests/unictype/test-categ_Lm.c: Likewise.
29065         * tests/unictype/test-categ_Lo.c: Likewise.
29066         * tests/unictype/test-categ_Lt.c: Likewise.
29067         * tests/unictype/test-categ_Lu.c: Likewise.
29068         * tests/unictype/test-categ_M.c: Likewise.
29069         * tests/unictype/test-categ_Mc.c: Likewise.
29070         * tests/unictype/test-categ_Me.c: Likewise.
29071         * tests/unictype/test-categ_Mn.c: Likewise.
29072         * tests/unictype/test-categ_N.c: Likewise.
29073         * tests/unictype/test-categ_Nd.c: Likewise.
29074         * tests/unictype/test-categ_Nl.c: Likewise.
29075         * tests/unictype/test-categ_No.c: Likewise.
29076         * tests/unictype/test-categ_P.c: Likewise.
29077         * tests/unictype/test-categ_Pc.c: Likewise.
29078         * tests/unictype/test-categ_Pd.c: Likewise.
29079         * tests/unictype/test-categ_Pe.c: Likewise.
29080         * tests/unictype/test-categ_Pf.c: Likewise.
29081         * tests/unictype/test-categ_Pi.c: Likewise.
29082         * tests/unictype/test-categ_Po.c: Likewise.
29083         * tests/unictype/test-categ_Ps.c: Likewise.
29084         * tests/unictype/test-categ_S.c: Likewise.
29085         * tests/unictype/test-categ_Sc.c: Likewise.
29086         * tests/unictype/test-categ_Sk.c: Likewise.
29087         * tests/unictype/test-categ_Sm.c: Likewise.
29088         * tests/unictype/test-categ_So.c: Likewise.
29089         * tests/unictype/test-categ_Z.c: Likewise.
29090         * tests/unictype/test-categ_Zl.c: Likewise.
29091         * tests/unictype/test-categ_Zp.c: Likewise.
29092         * tests/unictype/test-categ_Zs.c: Likewise.
29093         * tests/unictype/test-ctype_alnum.c: Likewise.
29094         * tests/unictype/test-ctype_alpha.c: Likewise.
29095         * tests/unictype/test-ctype_blank.c: Likewise.
29096         * tests/unictype/test-ctype_cntrl.c: Likewise.
29097         * tests/unictype/test-ctype_digit.c: Likewise.
29098         * tests/unictype/test-ctype_graph.c: Likewise.
29099         * tests/unictype/test-ctype_lower.c: Likewise.
29100         * tests/unictype/test-ctype_print.c: Likewise.
29101         * tests/unictype/test-ctype_punct.c: Likewise.
29102         * tests/unictype/test-ctype_space.c: Likewise.
29103         * tests/unictype/test-ctype_upper.c: Likewise.
29104         * tests/unictype/test-ctype_xdigit.c: Likewise.
29105         * tests/unictype/test-decdigit.h: Likewise.
29106         * tests/unictype/test-digit.h: Likewise.
29107         * tests/unictype/test-numeric.h: Likewise.
29108         * tests/unictype/test-pr_alphabetic.c: Likewise.
29109         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29110         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29111         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29112         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29113         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29114         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29115         * tests/unictype/test-pr_bidi_control.c: Likewise.
29116         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29117         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29118         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29119         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29120         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29121         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29122         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29123         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29124         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29125         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29126         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29127         * tests/unictype/test-pr_combining.c: Likewise.
29128         * tests/unictype/test-pr_composite.c: Likewise.
29129         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29130         * tests/unictype/test-pr_dash.c: Likewise.
29131         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29132         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29133         * tests/unictype/test-pr_deprecated.c: Likewise.
29134         * tests/unictype/test-pr_diacritic.c: Likewise.
29135         * tests/unictype/test-pr_extender.c: Likewise.
29136         * tests/unictype/test-pr_format_control.c: Likewise.
29137         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29138         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29139         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29140         * tests/unictype/test-pr_hex_digit.c: Likewise.
29141         * tests/unictype/test-pr_hyphen.c: Likewise.
29142         * tests/unictype/test-pr_id_continue.c: Likewise.
29143         * tests/unictype/test-pr_id_start.c: Likewise.
29144         * tests/unictype/test-pr_ideographic.c: Likewise.
29145         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29146         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29147         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29148         * tests/unictype/test-pr_iso_control.c: Likewise.
29149         * tests/unictype/test-pr_join_control.c: Likewise.
29150         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29151         * tests/unictype/test-pr_line_separator.c: Likewise.
29152         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29153         * tests/unictype/test-pr_lowercase.c: Likewise.
29154         * tests/unictype/test-pr_math.c: Likewise.
29155         * tests/unictype/test-pr_non_break.c: Likewise.
29156         * tests/unictype/test-pr_not_a_character.c: Likewise.
29157         * tests/unictype/test-pr_numeric.c: Likewise.
29158         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29159         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29160         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29161         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29162         * tests/unictype/test-pr_other_id_start.c: Likewise.
29163         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29164         * tests/unictype/test-pr_other_math.c: Likewise.
29165         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29166         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29167         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29168         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29169         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29170         * tests/unictype/test-pr_private_use.c: Likewise.
29171         * tests/unictype/test-pr_punctuation.c: Likewise.
29172         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29173         * tests/unictype/test-pr_radical.c: Likewise.
29174         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29175         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29176         * tests/unictype/test-pr_space.c: Likewise.
29177         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29178         * tests/unictype/test-pr_titlecase.c: Likewise.
29179         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29180         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29181         * tests/unictype/test-pr_uppercase.c: Likewise.
29182         * tests/unictype/test-pr_variation_selector.c: Likewise.
29183         * tests/unictype/test-pr_white_space.c: Likewise.
29184         * tests/unictype/test-pr_xid_continue.c: Likewise.
29185         * tests/unictype/test-pr_xid_start.c: Likewise.
29186         * tests/unictype/test-pr_zero_width.c: Likewise.
29187         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29188         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29189
29190 2007-11-12  Bruno Haible  <bruno@clisp.org>
29191
29192         Unicode character classification functions.
29193         * lib/unictype.h: New file.
29194         * modules/unictype/base: New file.
29195         * modules/unictype/category-L: New file.
29196         * modules/unictype/category-Lu: New file.
29197         * modules/unictype/category-Ll: New file.
29198         * modules/unictype/category-Lt: New file.
29199         * modules/unictype/category-Lm: New file.
29200         * modules/unictype/category-Lo: New file.
29201         * modules/unictype/category-M: New file.
29202         * modules/unictype/category-Mn: New file.
29203         * modules/unictype/category-Mc: New file.
29204         * modules/unictype/category-Me: New file.
29205         * modules/unictype/category-N: New file.
29206         * modules/unictype/category-Nd: New file.
29207         * modules/unictype/category-Nl: New file.
29208         * modules/unictype/category-No: New file.
29209         * modules/unictype/category-P: New file.
29210         * modules/unictype/category-Pc: New file.
29211         * modules/unictype/category-Pd: New file.
29212         * modules/unictype/category-Ps: New file.
29213         * modules/unictype/category-Pe: New file.
29214         * modules/unictype/category-Pi: New file.
29215         * modules/unictype/category-Pf: New file.
29216         * modules/unictype/category-Po: New file.
29217         * modules/unictype/category-S: New file.
29218         * modules/unictype/category-Sm: New file.
29219         * modules/unictype/category-Sc: New file.
29220         * modules/unictype/category-Sk: New file.
29221         * modules/unictype/category-So: New file.
29222         * modules/unictype/category-Z: New file.
29223         * modules/unictype/category-Zs: New file.
29224         * modules/unictype/category-Zl: New file.
29225         * modules/unictype/category-Zp: New file.
29226         * modules/unictype/category-C: New file.
29227         * modules/unictype/category-Cc: New file.
29228         * modules/unictype/category-Cf: New file.
29229         * modules/unictype/category-Cs: New file.
29230         * modules/unictype/category-Co: New file.
29231         * modules/unictype/category-Cn: New file.
29232         * modules/unictype/category-or: New file.
29233         * modules/unictype/category-of: New file.
29234         * modules/unictype/category-test: New file.
29235         * modules/unictype/category-test-withtable: New file.
29236         * modules/unictype/category-byname: New file.
29237         * modules/unictype/category-none: New file.
29238         * modules/unictype/category-and: New file.
29239         * modules/unictype/category-and-not: New file.
29240         * modules/unictype/category-name: New file.
29241         * modules/unictype/combining-class: New file.
29242         * modules/unictype/category-all: New file.
29243         * modules/unictype/bidicategory-all: New file.
29244         * modules/unictype/bidicategory-byname: New file.
29245         * modules/unictype/bidicategory-name: New file.
29246         * modules/unictype/bidicategory-of: New file.
29247         * modules/unictype/bidicategory-test: New file.
29248         * modules/unictype/decimal-digit: New file.
29249         * modules/unictype/digit: New file.
29250         * modules/unictype/numeric: New file.
29251         * modules/unictype/mirror: New file.
29252         * modules/unictype/property-white-space: New file.
29253         * modules/unictype/property-alphabetic: New file.
29254         * modules/unictype/property-other-alphabetic: New file.
29255         * modules/unictype/property-not-a-character: New file.
29256         * modules/unictype/property-default-ignorable-code-point: New file.
29257         * modules/unictype/property-other-default-ignorable-code-point: New
29258         file.
29259         * modules/unictype/property-deprecated: New file.
29260         * modules/unictype/property-logical-order-exception: New file.
29261         * modules/unictype/property-variation-selector: New file.
29262         * modules/unictype/property-private-use: New file.
29263         * modules/unictype/property-unassigned-code-value: New file.
29264         * modules/unictype/property-uppercase: New file.
29265         * modules/unictype/property-other-uppercase: New file.
29266         * modules/unictype/property-lowercase: New file.
29267         * modules/unictype/property-other-lowercase: New file.
29268         * modules/unictype/property-titlecase: New file.
29269         * modules/unictype/property-soft-dotted: New file.
29270         * modules/unictype/property-id-start: New file.
29271         * modules/unictype/property-other-id-start: New file.
29272         * modules/unictype/property-id-continue: New file.
29273         * modules/unictype/property-other-id-continue: New file.
29274         * modules/unictype/property-xid-start: New file.
29275         * modules/unictype/property-xid-continue: New file.
29276         * modules/unictype/property-pattern-white-space: New file.
29277         * modules/unictype/property-pattern-syntax: New file.
29278         * modules/unictype/property-join-control: New file.
29279         * modules/unictype/property-grapheme-base: New file.
29280         * modules/unictype/property-grapheme-extend: New file.
29281         * modules/unictype/property-other-grapheme-extend: New file.
29282         * modules/unictype/property-grapheme-link: New file.
29283         * modules/unictype/property-bidi-control: New file.
29284         * modules/unictype/property-bidi-left-to-right: New file.
29285         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29286         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29287         * modules/unictype/property-bidi-european-digit: New file.
29288         * modules/unictype/property-bidi-eur-num-separator: New file.
29289         * modules/unictype/property-bidi-eur-num-terminator: New file.
29290         * modules/unictype/property-bidi-arabic-digit: New file.
29291         * modules/unictype/property-bidi-common-separator: New file.
29292         * modules/unictype/property-bidi-block-separator: New file.
29293         * modules/unictype/property-bidi-segment-separator: New file.
29294         * modules/unictype/property-bidi-whitespace: New file.
29295         * modules/unictype/property-bidi-non-spacing-mark: New file.
29296         * modules/unictype/property-bidi-boundary-neutral: New file.
29297         * modules/unictype/property-bidi-pdf: New file.
29298         * modules/unictype/property-bidi-embedding-or-override: New file.
29299         * modules/unictype/property-bidi-other-neutral: New file.
29300         * modules/unictype/property-hex-digit: New file.
29301         * modules/unictype/property-ascii-hex-digit: New file.
29302         * modules/unictype/property-ideographic: New file.
29303         * modules/unictype/property-unified-ideograph: New file.
29304         * modules/unictype/property-radical: New file.
29305         * modules/unictype/property-ids-binary-operator: New file.
29306         * modules/unictype/property-ids-trinary-operator: New file.
29307         * modules/unictype/property-zero-width: New file.
29308         * modules/unictype/property-space: New file.
29309         * modules/unictype/property-non-break: New file.
29310         * modules/unictype/property-iso-control: New file.
29311         * modules/unictype/property-format-control: New file.
29312         * modules/unictype/property-dash: New file.
29313         * modules/unictype/property-hyphen: New file.
29314         * modules/unictype/property-punctuation: New file.
29315         * modules/unictype/property-line-separator: New file.
29316         * modules/unictype/property-paragraph-separator: New file.
29317         * modules/unictype/property-quotation-mark: New file.
29318         * modules/unictype/property-sentence-terminal: New file.
29319         * modules/unictype/property-terminal-punctuation: New file.
29320         * modules/unictype/property-currency-symbol: New file.
29321         * modules/unictype/property-math: New file.
29322         * modules/unictype/property-other-math: New file.
29323         * modules/unictype/property-paired-punctuation: New file.
29324         * modules/unictype/property-left-of-pair: New file.
29325         * modules/unictype/property-combining: New file.
29326         * modules/unictype/property-composite: New file.
29327         * modules/unictype/property-decimal-digit: New file.
29328         * modules/unictype/property-numeric: New file.
29329         * modules/unictype/property-diacritic: New file.
29330         * modules/unictype/property-extender: New file.
29331         * modules/unictype/property-ignorable-control: New file.
29332         * modules/unictype/property-test: New file.
29333         * modules/unictype/property-byname: New file.
29334         * modules/unictype/property-all: New file.
29335         * modules/unictype/scripts: New file.
29336         * modules/unictype/scripts-all: New file.
29337         * modules/unictype/block-of: New file.
29338         * modules/unictype/block-test: New file.
29339         * modules/unictype/block-list: New file.
29340         * modules/unictype/block-all: New file.
29341         * modules/unictype/syntax-c-whitespace: New file.
29342         * modules/unictype/syntax-java-whitespace: New file.
29343         * modules/unictype/syntax-c-ident: New file.
29344         * modules/unictype/syntax-java-ident: New file.
29345         * modules/unictype/ctype-alnum: New file.
29346         * modules/unictype/ctype-alpha: New file.
29347         * modules/unictype/ctype-cntrl: New file.
29348         * modules/unictype/ctype-digit: New file.
29349         * modules/unictype/ctype-graph: New file.
29350         * modules/unictype/ctype-lower: New file.
29351         * modules/unictype/ctype-print: New file.
29352         * modules/unictype/ctype-punct: New file.
29353         * modules/unictype/ctype-space: New file.
29354         * modules/unictype/ctype-upper: New file.
29355         * modules/unictype/ctype-xdigit: New file.
29356         * modules/unictype/ctype-blank: New file.
29357         * lib/unictype/bidi_byname.c: New file.
29358         * lib/unictype/bidi_name.c: New file.
29359         * lib/unictype/bidi_of.c: New file.
29360         * lib/unictype/bidi_test.c: New file.
29361         * lib/unictype/bitmap.h: New file.
29362         * lib/unictype/block_test.c: New file.
29363         * lib/unictype/blocks.c: New file.
29364         * lib/unictype/categ_C.c: New file.
29365         * lib/unictype/categ_Cc.c: New file.
29366         * lib/unictype/categ_Cf.c: New file.
29367         * lib/unictype/categ_Cn.c: New file.
29368         * lib/unictype/categ_Co.c: New file.
29369         * lib/unictype/categ_Cs.c: New file.
29370         * lib/unictype/categ_L.c: New file.
29371         * lib/unictype/categ_Ll.c: New file.
29372         * lib/unictype/categ_Lm.c: New file.
29373         * lib/unictype/categ_Lo.c: New file.
29374         * lib/unictype/categ_Lt.c: New file.
29375         * lib/unictype/categ_Lu.c: New file.
29376         * lib/unictype/categ_M.c: New file.
29377         * lib/unictype/categ_Mc.c: New file.
29378         * lib/unictype/categ_Me.c: New file.
29379         * lib/unictype/categ_Mn.c: New file.
29380         * lib/unictype/categ_N.c: New file.
29381         * lib/unictype/categ_Nd.c: New file.
29382         * lib/unictype/categ_Nl.c: New file.
29383         * lib/unictype/categ_No.c: New file.
29384         * lib/unictype/categ_P.c: New file.
29385         * lib/unictype/categ_Pc.c: New file.
29386         * lib/unictype/categ_Pd.c: New file.
29387         * lib/unictype/categ_Pe.c: New file.
29388         * lib/unictype/categ_Pf.c: New file.
29389         * lib/unictype/categ_Pi.c: New file.
29390         * lib/unictype/categ_Po.c: New file.
29391         * lib/unictype/categ_Ps.c: New file.
29392         * lib/unictype/categ_S.c: New file.
29393         * lib/unictype/categ_Sc.c: New file.
29394         * lib/unictype/categ_Sk.c: New file.
29395         * lib/unictype/categ_Sm.c: New file.
29396         * lib/unictype/categ_So.c: New file.
29397         * lib/unictype/categ_Z.c: New file.
29398         * lib/unictype/categ_Zl.c: New file.
29399         * lib/unictype/categ_Zp.c: New file.
29400         * lib/unictype/categ_Zs.c: New file.
29401         * lib/unictype/categ_and.c: New file.
29402         * lib/unictype/categ_and_not.c: New file.
29403         * lib/unictype/categ_byname.c: New file.
29404         * lib/unictype/categ_name.c: New file.
29405         * lib/unictype/categ_none.c: New file.
29406         * lib/unictype/categ_of.c: New file.
29407         * lib/unictype/categ_or.c: New file.
29408         * lib/unictype/categ_test.c: New file.
29409         * lib/unictype/combining.c: New file.
29410         * lib/unictype/ctype_alnum.c: New file.
29411         * lib/unictype/ctype_alpha.c: New file.
29412         * lib/unictype/ctype_blank.c: New file.
29413         * lib/unictype/ctype_cntrl.c: New file.
29414         * lib/unictype/ctype_digit.c: New file.
29415         * lib/unictype/ctype_graph.c: New file.
29416         * lib/unictype/ctype_lower.c: New file.
29417         * lib/unictype/ctype_print.c: New file.
29418         * lib/unictype/ctype_punct.c: New file.
29419         * lib/unictype/ctype_space.c: New file.
29420         * lib/unictype/ctype_upper.c: New file.
29421         * lib/unictype/ctype_xdigit.c: New file.
29422         * lib/unictype/decdigit.c: New file.
29423         * lib/unictype/digit.c: New file.
29424         * lib/unictype/identsyntaxmap.h: New file.
29425         * lib/unictype/mirror.c: New file.
29426         * lib/unictype/numeric.c: New file.
29427         * lib/unictype/pr_alphabetic.c: New file.
29428         * lib/unictype/pr_ascii_hex_digit.c: New file.
29429         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29430         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29431         * lib/unictype/pr_bidi_block_separator.c: New file.
29432         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29433         * lib/unictype/pr_bidi_common_separator.c: New file.
29434         * lib/unictype/pr_bidi_control.c: New file.
29435         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29436         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29437         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29438         * lib/unictype/pr_bidi_european_digit.c: New file.
29439         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29440         * lib/unictype/pr_bidi_left_to_right.c: New file.
29441         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29442         * lib/unictype/pr_bidi_other_neutral.c: New file.
29443         * lib/unictype/pr_bidi_pdf.c: New file.
29444         * lib/unictype/pr_bidi_segment_separator.c: New file.
29445         * lib/unictype/pr_bidi_whitespace.c: New file.
29446         * lib/unictype/pr_byname.c: New file.
29447         * lib/unictype/pr_byname.gperf: New file.
29448         * lib/unictype/pr_combining.c: New file.
29449         * lib/unictype/pr_composite.c: New file.
29450         * lib/unictype/pr_currency_symbol.c: New file.
29451         * lib/unictype/pr_dash.c: New file.
29452         * lib/unictype/pr_decimal_digit.c: New file.
29453         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29454         * lib/unictype/pr_deprecated.c: New file.
29455         * lib/unictype/pr_diacritic.c: New file.
29456         * lib/unictype/pr_extender.c: New file.
29457         * lib/unictype/pr_format_control.c: New file.
29458         * lib/unictype/pr_grapheme_base.c: New file.
29459         * lib/unictype/pr_grapheme_extend.c: New file.
29460         * lib/unictype/pr_grapheme_link.c: New file.
29461         * lib/unictype/pr_hex_digit.c: New file.
29462         * lib/unictype/pr_hyphen.c: New file.
29463         * lib/unictype/pr_id_continue.c: New file.
29464         * lib/unictype/pr_id_start.c: New file.
29465         * lib/unictype/pr_ideographic.c: New file.
29466         * lib/unictype/pr_ids_binary_operator.c: New file.
29467         * lib/unictype/pr_ids_trinary_operator.c: New file.
29468         * lib/unictype/pr_ignorable_control.c: New file.
29469         * lib/unictype/pr_iso_control.c: New file.
29470         * lib/unictype/pr_join_control.c: New file.
29471         * lib/unictype/pr_left_of_pair.c: New file.
29472         * lib/unictype/pr_line_separator.c: New file.
29473         * lib/unictype/pr_logical_order_exception.c: New file.
29474         * lib/unictype/pr_lowercase.c: New file.
29475         * lib/unictype/pr_math.c: New file.
29476         * lib/unictype/pr_non_break.c: New file.
29477         * lib/unictype/pr_not_a_character.c: New file.
29478         * lib/unictype/pr_numeric.c: New file.
29479         * lib/unictype/pr_other_alphabetic.c: New file.
29480         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29481         * lib/unictype/pr_other_grapheme_extend.c: New file.
29482         * lib/unictype/pr_other_id_continue.c: New file.
29483         * lib/unictype/pr_other_id_start.c: New file.
29484         * lib/unictype/pr_other_lowercase.c: New file.
29485         * lib/unictype/pr_other_math.c: New file.
29486         * lib/unictype/pr_other_uppercase.c: New file.
29487         * lib/unictype/pr_paired_punctuation.c: New file.
29488         * lib/unictype/pr_paragraph_separator.c: New file.
29489         * lib/unictype/pr_pattern_syntax.c: New file.
29490         * lib/unictype/pr_pattern_white_space.c: New file.
29491         * lib/unictype/pr_private_use.c: New file.
29492         * lib/unictype/pr_punctuation.c: New file.
29493         * lib/unictype/pr_quotation_mark.c: New file.
29494         * lib/unictype/pr_radical.c: New file.
29495         * lib/unictype/pr_sentence_terminal.c: New file.
29496         * lib/unictype/pr_soft_dotted.c: New file.
29497         * lib/unictype/pr_space.c: New file.
29498         * lib/unictype/pr_terminal_punctuation.c: New file.
29499         * lib/unictype/pr_test.c: New file.
29500         * lib/unictype/pr_titlecase.c: New file.
29501         * lib/unictype/pr_unassigned_code_value.c: New file.
29502         * lib/unictype/pr_unified_ideograph.c: New file.
29503         * lib/unictype/pr_uppercase.c: New file.
29504         * lib/unictype/pr_variation_selector.c: New file.
29505         * lib/unictype/pr_white_space.c: New file.
29506         * lib/unictype/pr_xid_continue.c: New file.
29507         * lib/unictype/pr_xid_start.c: New file.
29508         * lib/unictype/pr_zero_width.c: New file.
29509         * lib/unictype/scripts.c: New file.
29510         * lib/unictype/sy_c_ident.c: New file.
29511         * lib/unictype/sy_c_whitespace.c: New file.
29512         * lib/unictype/sy_java_ident.c: New file.
29513         * lib/unictype/sy_java_whitespace.c: New file.
29514
29515         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29516         Unicode 5.0.0.
29517         * lib/unictype/blocks.h: Likewise.
29518         * lib/unictype/categ_C.h: Likewise.
29519         * lib/unictype/categ_Cc.h: Likewise.
29520         * lib/unictype/categ_Cf.h: Likewise.
29521         * lib/unictype/categ_Cn.h: Likewise.
29522         * lib/unictype/categ_Co.h: Likewise.
29523         * lib/unictype/categ_Cs.h: Likewise.
29524         * lib/unictype/categ_L.h: Likewise.
29525         * lib/unictype/categ_Ll.h: Likewise.
29526         * lib/unictype/categ_Lm.h: Likewise.
29527         * lib/unictype/categ_Lo.h: Likewise.
29528         * lib/unictype/categ_Lt.h: Likewise.
29529         * lib/unictype/categ_Lu.h: Likewise.
29530         * lib/unictype/categ_M.h: Likewise.
29531         * lib/unictype/categ_Mc.h: Likewise.
29532         * lib/unictype/categ_Me.h: Likewise.
29533         * lib/unictype/categ_Mn.h: Likewise.
29534         * lib/unictype/categ_N.h: Likewise.
29535         * lib/unictype/categ_Nd.h: Likewise.
29536         * lib/unictype/categ_Nl.h: Likewise.
29537         * lib/unictype/categ_No.h: Likewise.
29538         * lib/unictype/categ_P.h: Likewise.
29539         * lib/unictype/categ_Pc.h: Likewise.
29540         * lib/unictype/categ_Pd.h: Likewise.
29541         * lib/unictype/categ_Pe.h: Likewise.
29542         * lib/unictype/categ_Pf.h: Likewise.
29543         * lib/unictype/categ_Pi.h: Likewise.
29544         * lib/unictype/categ_Po.h: Likewise.
29545         * lib/unictype/categ_Ps.h: Likewise.
29546         * lib/unictype/categ_S.h: Likewise.
29547         * lib/unictype/categ_Sc.h: Likewise.
29548         * lib/unictype/categ_Sk.h: Likewise.
29549         * lib/unictype/categ_Sm.h: Likewise.
29550         * lib/unictype/categ_So.h: Likewise.
29551         * lib/unictype/categ_Z.h: Likewise.
29552         * lib/unictype/categ_Zl.h: Likewise.
29553         * lib/unictype/categ_Zp.h: Likewise.
29554         * lib/unictype/categ_Zs.h: Likewise.
29555         * lib/unictype/categ_of.h: Likewise.
29556         * lib/unictype/combining.h: Likewise.
29557         * lib/unictype/ctype_alnum.h: Likewise.
29558         * lib/unictype/ctype_alpha.h: Likewise.
29559         * lib/unictype/ctype_blank.h: Likewise.
29560         * lib/unictype/ctype_cntrl.h: Likewise.
29561         * lib/unictype/ctype_digit.h: Likewise.
29562         * lib/unictype/ctype_graph.h: Likewise.
29563         * lib/unictype/ctype_lower.h: Likewise.
29564         * lib/unictype/ctype_print.h: Likewise.
29565         * lib/unictype/ctype_punct.h: Likewise.
29566         * lib/unictype/ctype_space.h: Likewise.
29567         * lib/unictype/ctype_upper.h: Likewise.
29568         * lib/unictype/ctype_xdigit.h: Likewise.
29569         * lib/unictype/decdigit.h: Likewise.
29570         * lib/unictype/digit.h: Likewise.
29571         * lib/unictype/mirror.h: Likewise.
29572         * lib/unictype/numeric.h: Likewise.
29573         * lib/unictype/pr_alphabetic.h: Likewise.
29574         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29575         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29576         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29577         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29578         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29579         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29580         * lib/unictype/pr_bidi_control.h: Likewise.
29581         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29582         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29583         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29584         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29585         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29586         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29587         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29588         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29589         * lib/unictype/pr_bidi_pdf.h: Likewise.
29590         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29591         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29592         * lib/unictype/pr_combining.h: Likewise.
29593         * lib/unictype/pr_composite.h: Likewise.
29594         * lib/unictype/pr_currency_symbol.h: Likewise.
29595         * lib/unictype/pr_dash.h: Likewise.
29596         * lib/unictype/pr_decimal_digit.h: Likewise.
29597         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29598         * lib/unictype/pr_deprecated.h: Likewise.
29599         * lib/unictype/pr_diacritic.h: Likewise.
29600         * lib/unictype/pr_extender.h: Likewise.
29601         * lib/unictype/pr_format_control.h: Likewise.
29602         * lib/unictype/pr_grapheme_base.h: Likewise.
29603         * lib/unictype/pr_grapheme_extend.h: Likewise.
29604         * lib/unictype/pr_grapheme_link.h: Likewise.
29605         * lib/unictype/pr_hex_digit.h: Likewise.
29606         * lib/unictype/pr_hyphen.h: Likewise.
29607         * lib/unictype/pr_id_continue.h: Likewise.
29608         * lib/unictype/pr_id_start.h: Likewise.
29609         * lib/unictype/pr_ideographic.h: Likewise.
29610         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29611         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29612         * lib/unictype/pr_ignorable_control.h: Likewise.
29613         * lib/unictype/pr_iso_control.h: Likewise.
29614         * lib/unictype/pr_join_control.h: Likewise.
29615         * lib/unictype/pr_left_of_pair.h: Likewise.
29616         * lib/unictype/pr_line_separator.h: Likewise.
29617         * lib/unictype/pr_logical_order_exception.h: Likewise.
29618         * lib/unictype/pr_lowercase.h: Likewise.
29619         * lib/unictype/pr_math.h: Likewise.
29620         * lib/unictype/pr_non_break.h: Likewise.
29621         * lib/unictype/pr_not_a_character.h: Likewise.
29622         * lib/unictype/pr_numeric.h: Likewise.
29623         * lib/unictype/pr_other_alphabetic.h: Likewise.
29624         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29625         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29626         * lib/unictype/pr_other_id_continue.h: Likewise.
29627         * lib/unictype/pr_other_id_start.h: Likewise.
29628         * lib/unictype/pr_other_lowercase.h: Likewise.
29629         * lib/unictype/pr_other_math.h: Likewise.
29630         * lib/unictype/pr_other_uppercase.h: Likewise.
29631         * lib/unictype/pr_paired_punctuation.h: Likewise.
29632         * lib/unictype/pr_paragraph_separator.h: Likewise.
29633         * lib/unictype/pr_pattern_syntax.h: Likewise.
29634         * lib/unictype/pr_pattern_white_space.h: Likewise.
29635         * lib/unictype/pr_private_use.h: Likewise.
29636         * lib/unictype/pr_punctuation.h: Likewise.
29637         * lib/unictype/pr_quotation_mark.h: Likewise.
29638         * lib/unictype/pr_radical.h: Likewise.
29639         * lib/unictype/pr_sentence_terminal.h: Likewise.
29640         * lib/unictype/pr_soft_dotted.h: Likewise.
29641         * lib/unictype/pr_space.h: Likewise.
29642         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29643         * lib/unictype/pr_titlecase.h: Likewise.
29644         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29645         * lib/unictype/pr_unified_ideograph.h: Likewise.
29646         * lib/unictype/pr_uppercase.h: Likewise.
29647         * lib/unictype/pr_variation_selector.h: Likewise.
29648         * lib/unictype/pr_white_space.h: Likewise.
29649         * lib/unictype/pr_xid_continue.h: Likewise.
29650         * lib/unictype/pr_xid_start.h: Likewise.
29651         * lib/unictype/pr_zero_width.h: Likewise.
29652         * lib/unictype/scripts.h: Likewise.
29653         * lib/unictype/scripts_byname.gperf: Likewise.
29654         * lib/unictype/sy_c_ident.h: Likewise.
29655         * lib/unictype/sy_c_whitespace.h: Likewise.
29656         * lib/unictype/sy_java_ident.h: Likewise.
29657         * lib/unictype/sy_java_whitespace.h: Likewise.
29658
29659         * lib/unictype/Makefile: New file.
29660         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29661         glibc.
29662         * lib/unictype/3level.h: New file, copied from glibc.
29663         * lib/unictype/3levelbit.h: New file.
29664
29665 2007-11-11  Bruno Haible  <bruno@clisp.org>
29666
29667         * modules/gperf: New file.
29668         * modules/iconv_open (Depends-on): Add it.
29669         (Makefile.am): Remove the GPERF definition.
29670
29671 2007-11-11  Bruno Haible  <bruno@clisp.org>
29672
29673         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29674         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29675
29676 2007-11-11  Bruno Haible  <bruno@clisp.org>
29677
29678         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29679         (usage): Remove function.
29680
29681 2007-11-11  Bruno Haible  <bruno@clisp.org>
29682
29683         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29684         gl_FUNC_CEILF_LIBS.
29685         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29686         gl_FUNC_CEIL_LIBS.
29687         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29688         gl_FUNC_CEILL_LIBS.
29689         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29690         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29691         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29692
29693 2007-11-11  Bruno Haible  <bruno@clisp.org>
29694
29695         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29696         roundf were declared but do not exist on functions.
29697         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29698         roundl were declared but do not exist on functions.
29699         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29700         HAVE_FLOORL_AND_CEILL, respectively.
29701         Needed for Sun C on Solaris 10.
29702
29703 2007-11-11  Bruno Haible  <bruno@clisp.org>
29704
29705         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29706         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29707         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29708         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29709         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29710         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29711         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29712         HAVE_DECL_ROUNDF.
29713         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29714         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29716         of HAVE_DECL_ROUND*.
29717         * modules/math (Makefile.am): Update.
29718
29719 2007-11-10  Bruno Haible  <bruno@clisp.org>
29720
29721         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29722         ptrdiff_t as m4/intl.m4.
29723
29724 2007-11-10  Jim Meyering  <meyering@redhat.com>
29725
29726         Avoid link failure for the argmatch test.
29727         * tests/test-argmatch.c (usage): Define function to avoid a link
29728         failure: argmatch_die requires a usage function.
29729
29730 2007-11-09  Bruno Haible  <bruno@clisp.org>
29731
29732         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29733         * doc/functions/vsnprintf.texi: Likewise.
29734         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29735         with a size argument < 2.
29736
29737 2007-11-09  Bruno Haible  <bruno@clisp.org>
29738
29739         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29740         buffer. Fixes an inefficiency introduced on 2007-11-03.
29741
29742 2007-11-09  Bruno Haible  <bruno@clisp.org>
29743
29744         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29745         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29746
29747 2007-11-08  Jim Meyering  <meyering@redhat.com>
29748
29749         Change cache variable name prefix "jm_" to "gl_" everywhere.
29750         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29751         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29752         * m4/uptime.m4: s/gl_/jm_/
29753
29754 2007-11-07  Bruno Haible  <bruno@clisp.org>
29755
29756         Update to GNU gettext 0.17.
29757         * m4/intl.m4: Update to GNU gettext 0.17.
29758         * m4/po.m4: Likewise.
29759         * modules/gettext (Files): Remove m4/ulonglong.m4.
29760         (configure.ac): Require gettext infrastructure from version 0.17.
29761
29762 2007-11-06  Bruno Haible  <bruno@clisp.org>
29763
29764         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29765         symbolic values are not defined in a public header.
29766         * lib/freadable.c (freadable) [QNX]: Likewise.
29767         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29768         * lib/freading.c (freading) [QNX]: Likewise.
29769         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29770         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29771         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29772         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29773         Reported by Alain Magloire.
29774
29775         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29776
29777 2007-11-05  Bruno Haible  <bruno@clisp.org>
29778
29779         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29780         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29781         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29782         Reported by Eric Blake.
29783
29784 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29785             Bruno Haible  <bruno@clisp.org>
29786
29787         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29788         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29789         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29790         (malloc): Undefine also before including <stdlib.h>.
29791         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29792         Needed on OSF/1 4.0.
29793
29794 2007-11-05  Jim Meyering  <meyering@redhat.com>
29795
29796         git-version-gen: sync from coreutils.
29797         * build-aux/git-version-gen: Add comments.
29798         Change the first '-' to '.' in the snapshot version string,
29799         e.g., 6.9-377-08144 -> 6.9.377-08144
29800         Remove first parameter.
29801         Don't declare a version "-dirty" merely because a time
29802         stamp has changed.
29803
29804 2007-11-04  Bruno Haible  <bruno@clisp.org>
29805
29806         * lib/lock.h: Protect all macro definitions containing an 'if'
29807         statement through a "do { ... } while (0)".
29808         * lib/tls.h: Likewise.
29809
29810 2007-11-04  Bruno Haible  <bruno@clisp.org>
29811
29812         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29813
29814 2007-11-04  Bruno Haible  <bruno@clisp.org>
29815
29816         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29817         * modules/fprintf-posix (Depends-on): Add nocrash.
29818         * modules/snprintf-posix (Depends-on): Likewise.
29819         * modules/sprintf-posix (Depends-on): Likewise.
29820         * modules/vasnprintf-posix (Depends-on): Likewise.
29821         * modules/vasprintf-posix (Depends-on): Likewise.
29822         * modules/vfprintf-posix (Depends-on): Likewise.
29823         * modules/vsnprintf-posix (Depends-on): Likewise.
29824         * modules/vsprintf-posix (Depends-on): Likewise.
29825         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29826         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29827         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29828         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29829         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29830         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29831         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29832
29833 2007-11-04  Bruno Haible  <bruno@clisp.org>
29834
29835         * modules/nocrash: New file.
29836         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29837         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29838
29839 2007-11-04  Bruno Haible  <bruno@clisp.org>
29840
29841         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29842         precision handling.
29843         * tests/test-vasprintf-posix.c (test_function): Likewise.
29844         * tests/test-snprintf-posix.h (test_function): Likewise.
29845         * tests/test-sprintf-posix.h (test_function): Likewise.
29846
29847         Fix *printf behaviour for large precisions on mingw and BeOS.
29848         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29849         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29850         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29851         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29852         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29853         gl_PRINTF_PRECISION and test its result. Invoke
29854         gl_PREREQ_VASNPRINTF_PRECISION.
29855         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29856         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29857         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29858         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29859         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29860         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29861         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29862         * doc/functions/fprintf.texi: Update.
29863         * doc/functions/printf.texi: Update.
29864         * doc/functions/snprintf.texi: Update.
29865         * doc/functions/sprintf.texi: Update.
29866         * doc/functions/vfprintf.texi: Update.
29867         * doc/functions/vprintf.texi: Update.
29868         * doc/functions/vsnprintf.texi: Update.
29869         * doc/functions/vsprintf.texi: Update.
29870
29871 2007-11-04  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29874
29875 2007-11-04  Bruno Haible  <bruno@clisp.org>
29876
29877         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29878         Reported by Sylvain Beucler <beuc@gnu.org>.
29879
29880 2007-11-03  Bruno Haible  <bruno@clisp.org>
29881
29882         * tests/test-fprintf-posix2.sh: New file.
29883         * tests/test-fprintf-posix2.c: New file.
29884         * modules/fprintf-posix-tests (Files): Add them.
29885         (TESTS): Add test-fprintf-posix2.sh.
29886         (configure.ac): Check for getrlimit and setrlimit.
29887         (check_PROGRAMS): Add test-fprintf-posix2.
29888
29889         * tests/test-printf-posix2.sh: New file.
29890         * tests/test-printf-posix2.c: New file.
29891         * modules/printf-posix-tests (Files): Add them.
29892         (TESTS): Add test-printf-posix2.sh.
29893         (configure.ac): Check for getrlimit and setrlimit.
29894         (check_PROGRAMS): Add test-printf-posix2.
29895
29896         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29897         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29898         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29899         (decode_double): New function, copied from decode_long_double.
29900         (scale10_round_decimal_decoded): New function, extracted from
29901         scale10_round_decimal_long_double.
29902         (scale10_round_decimal_long_double): Use it.
29903         (scale10_round_decimal_double): New function.
29904         (floorlog10): New function.
29905         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29906         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29907         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29908         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29909         gl_PRINTF_ENOMEM and test its result. Invoke
29910         gl_PREREQ_VASNPRINTF_ENOMEM.
29911         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29912         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29913         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29914         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29915         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29916         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29917         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29918         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29919         * modules/snprintf-posix (Depends-on): Likewise.
29920         * modules/sprintf-posix (Depends-on): Likewise.
29921         * modules/vasnprintf-posix (Depends-on): Likewise.
29922         * modules/vasprintf-posix (Depends-on): Likewise.
29923         * modules/vfprintf-posix (Depends-on): Likewise.
29924         * modules/vsnprintf-posix (Depends-on): Likewise.
29925         * modules/vsprintf-posix (Depends-on): Likewise.
29926         * doc/functions/fprintf.texi: Update.
29927         * doc/functions/printf.texi: Update.
29928         * doc/functions/snprintf.texi: Update.
29929         * doc/functions/sprintf.texi: Update.
29930         * doc/functions/vfprintf.texi: Update.
29931         * doc/functions/vprintf.texi: Update.
29932         * doc/functions/vsnprintf.texi: Update.
29933         * doc/functions/vsprintf.texi: Update.
29934
29935 2007-11-03  Bruno Haible  <bruno@clisp.org>
29936
29937         * modules/frexp-nolibm-tests: New file.
29938
29939         * modules/frexp-nolibm: New file.
29940         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29941
29942 2007-11-03  Bruno Haible  <bruno@clisp.org>
29943
29944         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29945         value is C99 compliant.
29946         Needed for OSF/1 5.1.
29947
29948 2007-11-03  Bruno Haible  <bruno@clisp.org>
29949
29950         Fix out-of-memory handling of vasnprintf.
29951         * lib/printf-parse.c: Include <errno.h>.
29952         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29953         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29954         is already set.
29955
29956 2007-11-02  Eric Blake  <ebb9@byu.net>
29957
29958         Fix tests on cygwin.
29959         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29960
29961 2007-11-01  Bruno Haible  <bruno@clisp.org>
29962
29963         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29964         warning.
29965         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29966         needed for POSIX compatibility.
29967
29968 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29969
29970         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29971         for compatibility with GNU.
29972
29973 2007-11-01  Bruno Haible  <bruno@clisp.org>
29974
29975         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29976         (putenv): Renamed from rpl_putenv. Change argument type from
29977         'const char *' to 'char *'.
29978         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29979         of defining putenv in config.h, just set REPLACE_PUTENV.
29980         * modules/putenv (Depends-on): Add stdlib.
29981         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29982         (Include): Use <stdlib.h>.
29983         * lib/stdlib.in.h (putenv): New declaration.
29984         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29985         REPLACE_PUTENV.
29986         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29987         REPLACE_PUTENV.
29988         Needed for MacOS X 10.5.0.
29989         Reported by Peter O'Gorman <peter@pogma.com>.
29990
29991 2007-11-01  Jim Meyering  <meyering@redhat.com>
29992
29993         Treat an empty date string exactly like "0".
29994         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29995         if the remaining date string (to be parsed) is empty, use "0".
29996         Reported by Mischa Molhoek and discussed in this thread:
29997         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29998
29999 2007-10-31  Bruno Haible  <bruno@clisp.org>
30000
30001         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30002         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30003         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30004         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30005         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30006         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30007
30008 2007-10-31  Bruno Haible  <bruno@clisp.org>
30009
30010         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30011         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30012         (AC_TYPE_LONG_LONG_INT): Use it.
30013         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30014         it as well.
30015         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30016         to m4/longlong.m4.
30017         * modules/stdint (Files): Remove m4/ulonglong.m4.
30018         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30019         m4/ulonglong.m4.
30020         * modules/strtoumax (Files): Likewise.
30021
30022 2007-10-30  Bruno Haible  <bruno@clisp.org>
30023
30024         * modules/xvasprintf-posix: New file.
30025         Suggested by Eric Blake.
30026
30027 2007-10-30  Bruno Haible  <bruno@clisp.org>
30028
30029         * modules/xprintf-posix-tests: New file.
30030         * tests/test-xprintf-posix.sh: New file.
30031         * tests/test-xprintf-posix.c: New file.
30032         * tests/test-xfprintf-posix.c: New file.
30033
30034         * modules/xprintf-posix: New file.
30035
30036 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30037
30038         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30039         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30040         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30041
30042 2007-10-29  Bruno Haible  <bruno@clisp.org>
30043
30044         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30045         contain the special marker '_cv_'.
30046         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30047         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30048         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30049         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30050         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30051         Reported by Ralf Wildenhues.
30052
30053 2007-10-29  Bruno Haible  <bruno@clisp.org>
30054
30055         * gnulib-tool (func_import): When --lgpl is not specified, set
30056         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30057         GPLv3.
30058         Reported by Simon Josefsson.
30059
30060 2007-10-28  Bruno Haible  <bruno@clisp.org>
30061
30062         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30063         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30064         HAVE_DECL_ISFINITE.
30065         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30066         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30067         HAVE_DECL_ISFINITE.
30068
30069 2007-10-28  Bruno Haible  <bruno@clisp.org>
30070
30071         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30072         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30073
30074 2007-10-28  Bruno Haible  <bruno@clisp.org>
30075
30076         Fix link errors with Sun C 5.0 on Solaris 10.
30077         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30078         function is declared but not present in the compiler's libm.
30079         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30080         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30081         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30082         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30083         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30084         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30085         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30086         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30087         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30088         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30089         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30090         HAVE_DECL_FLOORL.
30091
30092 2007-10-28  Bruno Haible  <bruno@clisp.org>
30093
30094         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30095         gl_FUNC_FLOORL. Cache the result.
30096         (gl_FUNC_FLOORL): Use it.
30097         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30098         gl_FUNC_CEILL. Cache the result.
30099         (gl_FUNC_CEILL): Use it.
30100
30101         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30102         gl_FUNC_FLOOR. Cache the result.
30103         (gl_FUNC_FLOOR): Use it.
30104         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30105         gl_FUNC_CEIL. Cache the result.
30106         (gl_FUNC_CEIL): Use it.
30107
30108         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30109         gl_FUNC_FLOORF. Cache the result.
30110         (gl_FUNC_FLOORF): Use it.
30111         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30112         gl_FUNC_CEILF. Cache the result.
30113         (gl_FUNC_CEILF): Use it.
30114
30115 2007-10-28  Bruno Haible  <bruno@clisp.org>
30116
30117         * gnulib-tool: Allow specifying the LGPL version number through
30118         --lgpl=2 or --lgpl=3.
30119         (func_usage): Document --lgpl with argument.
30120         Handle --lgpl=... arguments.
30121         (func_import): Recognize also gl_LGPL calls with an argument. When
30122         --lgpl=2 is used and the module's license is just LGPL, report an
30123         error. Set sed_transform_lib_file according to the lgpl variable. In
30124         the generated files, use --lgpl or gl_LGPL invocations with argument,
30125         if necessary.
30126         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30127         an LGPv2+ license.
30128         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30129         gl_LGPL macro.
30130
30131 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30132             Bruno Haible  <bruno@clisp.org>
30133
30134         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30135         (u16_uctomb_aux): Likewise.
30136         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30137         !HAVE_INLINE.
30138         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30139
30140 2007-10-28  Bruno Haible  <bruno@clisp.org>
30141
30142         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30143         Invoke AM_GETTEXT_OPTION if it exists.
30144         * modules/vasprintf: Likewise.
30145         * modules/verror: Likewise.
30146         * modules/xprintf: Likewise.
30147         * modules/xvasprintf: Likewise.
30148
30149 2007-10-27  Ben Pfaff  <blp@gnu.org>
30150
30151         * lib/math.in.h: Define isfinite macro and prototypes for
30152         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30153         implementations.
30154         * m4/math_h.m4: New substitutions for isfinite module.
30155         * lib/isfinite.c: New file.
30156         * m4/isfinite.m4: New file.
30157         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30158         * modules/isfinite: New file.
30159         * modules/isfinite-tests: New file.
30160         * tests/tests-isfinite.c: New file.
30161         * doc/functions/isfinite.texi: Mention isfinite module.
30162         * MODULES.html.sh: Mention new module.
30163
30164 2007-10-27  Ben Pfaff  <blp@gnu.org>
30165
30166         Ralf Wildenhues reported that Tru64 4.0D declares the round
30167         functions but does not have definitions.
30168         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30169         cannot be found in any library, set the output variable to
30170         "missing" instead of "".
30171         * m4/round.m4: Also use our substitute if we cannot find round in
30172         any library, even if it is declared.
30173         * m4/roundf.m4: Likewise for roundf.
30174         * m4/roundl.m4: Likewise for roundl.
30175         * lib/math.in.h: Undefine roundf, round, roundl before defining
30176         their replacements, to allow for hypothetical systems where these
30177         may be defined as macros but not available in libraries.
30178
30179 2007-10-27  Bruno Haible  <bruno@clisp.org>
30180
30181         * doc/gnulib.texi: Invoke @firstparagraphindent.
30182         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30183         changes in gnulib.
30184         (Source changes): New section.
30185
30186 2007-10-26  Bruno Haible  <bruno@clisp.org>
30187
30188         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30189         borrowed from autoconf.
30190
30191 2007-10-26  Bruno Haible  <bruno@clisp.org>
30192
30193         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30194         strerror returned the empty string. Needed on HP-UX 11.00.
30195
30196 2007-10-24  Micah Cowan  <micah@cowan.name>
30197
30198         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30199         * build-aux/bootstrap: Remove support for now-unnecessary option,
30200         --cvs-user, and envvars CVS_USER, CVS_RSH.
30201
30202 2007-10-24  Jim Meyering  <meyering@redhat.com>
30203
30204         Avoid diagnostics from sha1sum when there is no cached checksum.
30205         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30206         if the po.s1 file hasn't been created yet.
30207
30208         * build-aux/bootstrap: Sync from coreutils:
30209         2007-10-24  Jim Meyering  <meyering@redhat.com>
30210         Get gnulib from the git repository, not from an obsolete cvs one.
30211         * build-aux/bootstrap: Suggestion from Micah Cowan.
30212         2007-10-04  Jim Meyering  <jim@meyering.net>
30213         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30214         (update_po_files): Work also when there are no .po files in po/.
30215
30216 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30217
30218         * README: Append ".git" to git and cg examples.
30219         Problem reported by Benoit Sigoure.
30220
30221 2007-10-23  Micah Cowan  <micah@cowan.name>
30222
30223         * users.txt: Add wget.
30224
30225 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30226
30227         Fix linking of some unistdio tests on FreeBSD.
30228         * modules/unistdio/u16-vsnprintf-tests
30229         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30230         * modules/unistdio/u16-vsprintf-tests
30231         (test_u16_vsnprintf1_LDADD): Likewise.
30232         * modules/unistdio/u32-vsnprintf-tests
30233         (test_u32_vsnprintf1_LDADD): Likewise.
30234         * modules/unistdio/u32-vsprintf-tests
30235         (test_u32_vsprintf1_LDADD): Likewise.
30236         * modules/unistdio/u8-vsnprintf-tests
30237         (test_u8_vsnprintf1_LDADD): Likewise.
30238         * modules/unistdio/u8-vsprintf-tests
30239         (test_u8_vsprintf1_LDADD): Likewise.
30240         * modules/unistdio/ulc-vsnprintf-tests
30241         (test_ulc_vsnprintf1_LDADD): Likewise.
30242         * modules/unistdio/ulc-vsprintf-tests
30243         (test_ulc_vsprintf1_LDADD): Likewise.
30244
30245         Fix linking of some uniconv tests on FreeBSD.
30246         * modules/uniconv/u16-conv-from-enc-tests
30247         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30248         * modules/uniconv/u16-conv-to-enc-tests
30249         (test_u16_conv_to_enc_LDADD): Likewise.
30250         * modules/uniconv/u16-strconv-from-enc-tests
30251         (test_u16_strconv_from_enc_LDADD): Likewise.
30252         * modules/uniconv/u16-strconv-to-enc-tests
30253         (test_u16_strconv_to_enc_LDADD): Likewise.
30254         * modules/uniconv/u32-conv-from-enc-tests
30255         (test_u32_conv_from_enc_LDADD): Likewise.
30256         * modules/uniconv/u32-conv-to-enc-tests
30257         (test_u32_conv_to_enc_LDADD): Likewise.
30258         * modules/uniconv/u32-strconv-from-enc-tests
30259         (test_u32_strconv_from_enc_LDADD): Likewise.
30260         * modules/uniconv/u32-strconv-to-enc-tests
30261         (test_u32_strconv_to_enc_LDADD): Likewise.
30262         * modules/uniconv/u8-conv-from-enc-tests
30263         (test_u8_conv_from_enc_LDADD): Likewise.
30264         * modules/uniconv/u8-conv-to-enc-tests
30265         (test_u8_conv_to_enc_LDADD): Likewise.
30266         * modules/uniconv/u8-strconv-from-enc-tests
30267         (test_u8_strconv_from_enc_LDADD): Likewise.
30268         * modules/uniconv/u8-strconv-to-enc-tests
30269         (test_u8_strconv_to_enc_LDADD): Likewise.
30270
30271 2007-10-22  Bruno Haible  <bruno@clisp.org>
30272
30273         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30274         size.
30275
30276 2007-10-22  Eric Blake  <ebb9@byu.net>
30277
30278         Tweak x*printf documentation.
30279         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30280         variable name and comments.
30281         Suggested by Bruno Haible.
30282
30283 2007-10-22  Bruno Haible  <bruno@clisp.org>
30284
30285         * lib/acl.c (copy_acl): Fix file name in comment.
30286
30287 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30288
30289         Fix Tru64 problem with stdbool.h.
30290         * lib/stdbool.in.h (false, true):
30291         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30292         Don't declare as an enum in this situation; it runs afoul of Tru64.
30293         Problem reported by Steven M. Schweda in
30294         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30295
30296 2007-10-22  Eric Blake  <ebb9@byu.net>
30297
30298         Also wrap vf?printf.
30299         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30300         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30301         (xvprintf, xvfprintf): New functions.
30302
30303 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30304
30305         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30306         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30307
30308         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30309         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30310
30311 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30312
30313         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30314         by Bruno Haible.
30315
30316 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30317
30318         * lib/getloadavg.c
30319         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30320         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30321
30322         * tests/test-i-ring.c: Work for C89.
30323
30324 2007-10-22  Bruno Haible  <bruno@clisp.org>
30325
30326         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30327         -1u, in preprocessor expression, so that we don't test for the bug
30328         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30329         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30330
30331 2007-10-22  Eric Blake  <ebb9@byu.net>
30332
30333         * tests/test-yesno.sh: Silence stderr during test.
30334
30335 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30336
30337         * modules/crypto/gc-camellia: New file.
30338
30339         * m4/gc-camellia.m4: New file.
30340
30341         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30342
30343         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30344
30345 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30346
30347         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30348         --help to stdout.  Reported by sms@antinode.org (Steven
30349         M. Schweda).
30350
30351 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30352
30353         * users.txt: Fix link to libksba.
30354
30355 2007-10-21  Ben Pfaff  <blp@gnu.org>
30356
30357         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30358         round.c roundf implementation that depends on floorf and ceilf to
30359         be tested unconditionally.
30360
30361 2007-10-21  Ben Pfaff  <blp@gnu.org>
30362
30363         * m4/check-libm-func.m4: Removed.
30364         * m4/check-math-lib.m4: New file.
30365         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30366         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30367         definition and lack of AC_LIBOBJ([roundf]).
30368         * m4/roundl.m4: Ditto, and similarly for roundl.
30369         * modules/round: Reference new m4 file.
30370         * modules/roundf: Ditto.
30371         * modules/roundl: Ditto.
30372         * tests/test-round2.c (main): Use ROUND instead of round.
30373         Bug report from Bruno Haible.
30374
30375 2007-10-21  Bruno Haible  <bruno@clisp.org>
30376
30377         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30378         context.
30379
30380 2007-10-21  Bruno Haible  <bruno@clisp.org>
30381
30382         * tests/test-wcwidth.c (main): Allow negative result for some control
30383         characters.
30384
30385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30386         Needed on OSF/1 5.1.
30387
30388 2007-10-21  Bruno Haible  <bruno@clisp.org>
30389
30390         * tests/test-floorf1.c: Include isnanf.h.
30391         (main): Use isnanf() instead of isnan().
30392         * tests/test-ceilf1.c: Include isnanf.h.
30393         (main): Use isnanf() instead of isnan().
30394         * tests/test-truncf1.c: Include isnanf.h.
30395         (main): Use isnanf() instead of isnan().
30396         * tests/test-roundf1.c: Include isnanf.h.
30397         (main): Use isnanf() instead of isnan().
30398
30399 2007-10-21  Eric Blake  <ebb9@byu.net>
30400
30401         * users.txt: Update URL for m4.
30402
30403 2007-10-21  Bruno Haible  <bruno@clisp.org>
30404
30405         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30406
30407 2007-10-21  Bruno Haible  <bruno@clisp.org>
30408
30409         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30410         Git's management files if the CVS files are not present.
30411
30412 2007-10-20  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30415         gcc-3.4.x.
30416
30417 2007-10-20  Ben Pfaff  <blp@gnu.org>
30418
30419         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30420         implementations.
30421         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30422         * lib/round.c: New file.
30423         * lib/roundf.c: New file.
30424         * lib/roundl.c: New file.
30425         * m4/round.m4: New file.
30426         * m4/roundf.m4: New file.
30427         * m4/roundl.m4: New file.
30428         * m4/check-libm-func-m4: New file.
30429         * modules/math: Replace round, roundf, roundl related @VARS@ in
30430         math.in.h.
30431         * modules/round: New file.
30432         * modules/round-tests: New file.
30433         * modules/roundf: New file.
30434         * modules/roundf-tests: New file.
30435         * modules/roundl: New file.
30436         * modules/roundl-tests: New file.
30437         * tests/test-round1.c: New file.
30438         * tests/test-round2.c: New file.
30439         * tests/test-roundf1.c: New file.
30440         * tests/test-roundf2.c: New file.
30441         * tests/test-roundl.c: New file.
30442         * doc/functions/round.texi: Mention round module.
30443         * doc/functions/roundf.texi: Mention roundf module.
30444         * doc/functions/roundl.texi: Mention roundl module.
30445         * MODULES.html.sh: Mention new modules.
30446         Thanks to Bruno Haible for suggestions.
30447
30448 2007-10-20  Jim Meyering  <meyering@redhat.com>
30449
30450         * lib/xprintf.c: Include <config.h> unconditionally.
30451
30452         Change xprintf's license to GPL.
30453         * modules/xprintf (License): s/LGPL/GPL/, since this module
30454         depends on modules (exit and exitfail) which are GPL.
30455         Suggestion from Bruno Haible.
30456
30457         xprintf fixes.
30458         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30459         Use a clearer diagnostic.
30460         Patch from Bruno Haible.
30461
30462 2007-10-20  Bruno Haible  <bruno@clisp.org>
30463
30464         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30465         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30466         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30467
30468 2007-10-20  Bruno Haible  <bruno@clisp.org>
30469
30470         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30471         precision in the comparison result > x - 1 or similar.
30472         * tests/test-ceilf2.c (correct_result_p): Likewise.
30473         * tests/test-truncf2.c (correct_result_p): Likewise.
30474         * tests/test-trunc2.c (correct_result_p): Likewise.
30475         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30476
30477 2007-10-20  Bruno Haible  <bruno@clisp.org>
30478
30479         * modules/ceil: New file.
30480         * m4/ceil.m4: New file.
30481         * doc/functions/ceil.texi: Mention the 'ceil' module.
30482
30483 2007-10-20  Bruno Haible  <bruno@clisp.org>
30484
30485         * modules/floor: New file.
30486         * m4/floor.m4: New file.
30487         * doc/functions/floor.texi: Mention the 'floor' module.
30488
30489 2007-10-20  Bruno Haible  <bruno@clisp.org>
30490
30491         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30492         of %a.
30493         * modules/floorf-tests (Depends-on): Likewise.
30494         * modules/truncf-tests (Depends-on): Likewise.
30495         * modules/trunc-tests (Depends-on): Likewise.
30496         Reported by Ben Pfaff.
30497
30498 2007-10-19  Jim Meyering  <meyering@redhat.com>
30499
30500         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30501         Don't bother testing specific errno values.  Just test ferror.
30502
30503         New module: xprintf
30504         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30505
30506 2007-10-19  Bruno Haible  <bruno@clisp.org>
30507
30508         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30509         syntax.
30510         * modules/javaexec (Makefile.am): Likewise.
30511         * modules/relocatable-prog (Makefile.am): Likewise.
30512         Suggested by Jim Meyering.
30513
30514 2007-10-18  Bruno Haible  <bruno@clisp.org>
30515
30516         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30517         Reported by Jim Meyering.
30518
30519 2007-10-18  Eric Blake  <ebb9@byu.net>
30520
30521         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30522
30523 2007-10-18  Bruno Haible  <bruno@clisp.org>
30524
30525         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30526         the format string into writable memory. Needed in Fortify conditions.
30527
30528 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30529             Bruno Haible  <bruno@clisp.org>
30530
30531         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30532         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30533         * modules/trim (Depends-on): Add mbchar.
30534         (configure.ac): Add gl_FUNC_MBRTOWC.
30535         (Makefile.am): Augment lib_SOURCES.
30536
30537 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30538
30539         Modify glob.c to use fstatat and dirfd, to simplify it.
30540         Suggested by Eric Blake.
30541         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30542         Don't include <stdbool.h>; not used.
30543         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30544         (link_exists_p): Simplify implementation, since we can now assume
30545         dirfd and fstatat.
30546         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30547
30548 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30549
30550         * gnulib-tool (func_get_dependencies): Fix sed script to
30551         match only tests.
30552
30553 2007-10-17  Bruno Haible  <bruno@clisp.org>
30554
30555         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30556         allow locale names without encoding suffix.
30557         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30558         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30559
30560 2007-10-16  Bruno Haible  <bruno@clisp.org>
30561
30562         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30563         * lib/getgroups.c (getgroups): Likewise.
30564         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30565
30566 2007-10-16  Bruno Haible  <bruno@clisp.org>
30567
30568         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30569         * modules/malloc-posix (License): Likewise.
30570         * modules/realloc-posix (License): Likewise.
30571         * modules/calloc-posix (License): Likewise.
30572         * modules/intprops (License): Change from GPL to LGPL, with
30573         Paul Eggert's approval.
30574
30575 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30576
30577         Merge glibc changes into lib/glob.c.
30578
30579         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30580         2007-10-15 04:59:03 UTC.  Here are the changes:
30581
30582         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30583
30584         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30585
30586         * lib/glob.c: Add some branch prediction throughout.
30587
30588         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30589
30590         [BZ #5103]
30591         * lib/glob.c (glob): Recognize patterns starting \/.
30592
30593         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30594
30595         [BZ #3996]
30596         * lib/glob.c (attribute_hidden): Define if not defined.
30597         (glob): Unescape dirname, filename or username when needed and not
30598         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30599         is NULL.  Handle unescaped [ in pattern without closing ].
30600         Don't pass GLOB_CHECK down to recursive glob for directories.
30601         (__glob_pattern_type): New function.
30602         (__glob_pattern_p): Implement using __glob_pattern_type.
30603         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30604         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30605         Remove unreachable code.
30606
30607         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30608
30609         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30610         explain why there are no leaks.
30611
30612         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30613
30614         [BZ #3253]
30615         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30616         time, rather allocate increasingly bigger arrays of pointers, if
30617         possible with alloca, if too large with malloc.
30618
30619 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30620
30621         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30622         Problem reported by H.Merijn Brand in
30623         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30624         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30625         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30626
30627 2007-10-15  Bruno Haible  <bruno@clisp.org>
30628
30629         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30630         with explicit rpl_ prefix.
30631         * lib/fopen.c (fopen): Likewise.
30632         * lib/freopen.c (freopen): Likewise.
30633         * lib/iconv.c (iconv): Likewise.
30634         * lib/iconv_close.c (iconv_close): Likewise.
30635
30636 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30637
30638         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30639
30640 2007-10-15  Bruno Haible  <bruno@clisp.org>
30641
30642         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30643         <stddef.h> instead of <stdlib.h> since we only need NULL.
30644         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30645
30646 2007-10-15  Bruno Haible  <bruno@clisp.org>
30647
30648         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30649         Replace paragraph talking about LIBOBJS.
30650         Reported by Colin Watson <cjwatson@debian.org>.
30651
30652 2007-10-15  Bruno Haible  <bruno@clisp.org>
30653
30654         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30655         <stdlib.h> before using NULL.
30656
30657 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30658
30659         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30660         Reported by Albert Chin <china@thewrittenword.com>.
30661
30662 2007-10-14  Bruno Haible  <bruno@clisp.org>
30663
30664         * modules/iconv_open-utf-tests: New file.
30665         * tests/test-iconv-utf.c: New file.
30666
30667         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30668         * modules/iconv_open-utf: New file.
30669         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30670         (iconv, iconv_close): New declarations.
30671         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30672         be defined.
30673         (iconv_open): Add special handling of conversion between UTF-8 and
30674         UTF-{16,32}{BE,LE}.
30675         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30676         * lib/iconv_close.c: New file.
30677         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30678         gl_FUNC_ICONV_OPEN.
30679         (gl_FUNC_ICONV_OPEN): Use it.
30680         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30681         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30682         and REPLACE_ICONV_UTF.
30683         * modules/iconv_open (Depends-on): Add c-strcase.
30684         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30685         ICONV_CONST.
30686         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30687
30688 2007-10-13  Albert Chin  <china@thewrittenword.com>
30689             Bruno Haible  <bruno@clisp.org>
30690
30691         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30692         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30693
30694 2007-10-13  Bruno Haible  <bruno@clisp.org>
30695
30696         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30697         defined, use the ISO C99 inline semantics.
30698         * lib/argp.h (ARGP_EI): Likewise.
30699
30700 2007-10-13  Bruno Haible  <bruno@clisp.org>
30701
30702         Handle 'inline' change in gcc 4.3.0.
30703         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30704         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30705         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30706         argp_fmtstream_point): Disable 'extern' declaration if the function
30707         definition is going to be provided inline.
30708         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30709         semantics, not the ISO C99 inline semantics.
30710         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30711         'extern' declaration if the function definition is going to be provided
30712         inline.
30713         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30714         the GNU C inline semantics, not the ISO C99 inline semantics. With
30715         GCC 4.2, avoid a warning.
30716
30717 2007-10-13  Bruno Haible  <bruno@clisp.org>
30718
30719         * lib/freading.h (freading): Enable the use of __freading for
30720         glibc >= 2.7.
30721         * lib/freading.c (freading): Likewise.
30722
30723 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30724
30725         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30726         "warning: C99 inline functions are not supported; using GNU89".
30727
30728 2007-10-12  Bruno Haible  <bruno@clisp.org>
30729
30730         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30731         of 2.
30732         * tests/test-ceilf2.c: New file.
30733         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30734
30735         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30736         * modules/ceilf-tests: Update.
30737
30738 2007-10-12  Bruno Haible  <bruno@clisp.org>
30739
30740         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30741         of 2.
30742         * tests/test-floorf2.c: New file.
30743         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30744
30745         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30746         * modules/floorf-tests: Update.
30747
30748 2007-10-12  Bruno Haible  <bruno@clisp.org>
30749
30750         * tests/test-trunc2.c: New file.
30751         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30752
30753         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30754         * modules/trunc-tests: Update.
30755
30756 2007-10-12  Bruno Haible  <bruno@clisp.org>
30757
30758         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30759         of 2.
30760         * tests/test-truncf2.c: New file.
30761         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30762
30763         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30764         * modules/truncf-tests: Update.
30765
30766 2007-10-11  Eric Blake  <ebb9@byu.net>
30767
30768         Don't claim strerror is broken on Interix.
30769         * doc/functions/strerror.texi (strerror): Known broken systems are
30770         now Solaris 8, and not Interix.
30771         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30772         Interix on cross-compile.
30773         Reported by Martin Koeppe in
30774         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30775
30776 2007-10-11  Bruno Haible  <bruno@clisp.org>
30777
30778         * modules/i-ring-tests: New file.
30779         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30780         instead of assert.
30781
30782 2007-10-11  Bruno Haible  <bruno@clisp.org>
30783
30784         * modules/filenamecat-tests: New file.
30785         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30786         * lib/filenamecat.c: Remove test code.
30787
30788 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30789
30790         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30791
30792         * lib/strerror.c: Include <string.h> always, to test interface,
30793         and to remove the need for the dummy.
30794         Include intprops.h to compute width instead of doing it ourselves
30795         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30796         (strerror): Define it to return NULL if there's no system strerror.
30797         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30798         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30799         ancient pre-strerror Unix systems well any more.  Saying "unknown
30800         system error" is enough.
30801         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30802         simpler strerror.c implementation.
30803         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30804         Simplify the tests to reflect the simpler strerror implementation.
30805         * modules/strerror (Depends-on): Add intprops.
30806
30807 2007-10-09  Eric Blake  <ebb9@byu.net>
30808
30809         Silence test-fpending.
30810         * modules/fpending-tests (Files): Add wrapper script.
30811         * tests/test-fpending.sh: New file.
30812
30813 2007-10-09  Bruno Haible  <bruno@clisp.org>
30814
30815         * MODULES.html.sh (func_module): Don't create a hyperlink for
30816         function names like 'printf_frexp'.
30817         (Misc): Add crc, memxor.
30818         (Characteristics of floating types): New section.
30819         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30820         isnanf-nolibm, signbit, trunc, truncf, truncl.
30821         (Enhancements for ISO C 99 functions): New subsection Input/output.
30822         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30823         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30824         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30825         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30826         (Enhancements for POSIX:2001 functions): Add chdir-long.
30827         (File system functions): Add areadlink, chdir-safer, read-file.
30828         Remove cycle-check.
30829         (File system as inode set): New section.
30830         (Date and time): Add gethrxtime.
30831         (Multithreading): Add openmp.
30832         (Internationalization functions): Add localename.
30833         (Unicode string functions): Add unistr/u*-mbsnlen.
30834         (Support for maintaining and releasing projects): Add git-version-gen.
30835         (Lone files): Remove directories.
30836
30837 2007-10-08  Ben Pfaff  <blp@gnu.org>
30838
30839         * lib/xmalloca.h: Fix typo in comment.
30840
30841 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30844         when avoiding problems with integer overflow.  Use a portable test
30845         instead.
30846
30847 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30848
30849         * modules/dummy (License): Change to LGPLv2+.
30850         * modules/float (License): Likewise
30851         * modules/realloc (License): Likewise
30852         * modules/stdlib (License): Likewise
30853
30854 2007-10-07  Bruno Haible  <bruno@clisp.org>
30855
30856         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30857         * floor.c (TWO_MANT_DIG): Likewise.
30858         * ceil.c (TWO_MANT_DIG): Likewise.
30859         Reported by Ben Pfaff.
30860
30861 2007-10-07  Bruno Haible  <bruno@clisp.org>
30862
30863         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30864         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30865         * lib/frexp.c (FUNC): Likewise.
30866         * lib/printf-frexp.h (printf_frexp): Likewise.
30867         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30868         * lib/printf-frexp.c (FUNC): Likewise.
30869         Suggested by Jim Meyering.
30870
30871 2007-10-07  Jim Meyering  <meyering@redhat.com>
30872
30873         Make xnanosleep's integer overflow test more robust.
30874         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30875         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30876
30877 2007-10-07  Bruno Haible  <bruno@clisp.org>
30878
30879         * NEWS: Mention the license change.
30880
30881         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30882         abbreviations in the modules files.
30883
30884         Change copyright notice from GPLv2+ to GPLv3+.
30885         * README: Change copyright notice.
30886         * MODULES.html.sh: Likewise.
30887         * build-aux/bootstrap.conf: Likewise.
30888         * build-aux/config.libpath: Likewise.
30889         * build-aux/csharpcomp.sh.in: Likewise.
30890         * build-aux/csharpexec.sh.in: Likewise.
30891         * build-aux/install-reloc: Likewise.
30892         * build-aux/javacomp.sh.in: Likewise.
30893         * build-aux/javaexec.sh.in: Likewise.
30894         * build-aux/ldd.sh.in: Likewise.
30895         * build-aux/reloc-ldflags: Likewise.
30896         * build-aux/relocatable.sh.in: Likewise.
30897         * build-aux/x-to-1.in: Likewise.
30898         * check-module: Likewise.
30899         * config/srclistvars.sh: Likewise.
30900         * gnulib-tool: Likewise.
30901         * lib/acl-internal.h: Likewise.
30902         * lib/acl.c: Likewise.
30903         * lib/acl.h: Likewise.
30904         * lib/acl_entries.c: Likewise.
30905         * lib/areadlink-with-size.c: Likewise.
30906         * lib/areadlink.c: Likewise.
30907         * lib/areadlink.h: Likewise.
30908         * lib/argmatch.c: Likewise.
30909         * lib/argmatch.h: Likewise.
30910         * lib/argp-ba.c: Likewise.
30911         * lib/argp-eexst.c: Likewise.
30912         * lib/argp-fmtstream.c: Likewise.
30913         * lib/argp-fmtstream.h: Likewise.
30914         * lib/argp-fs-xinl.c: Likewise.
30915         * lib/argp-help.c: Likewise.
30916         * lib/argp-namefrob.h: Likewise.
30917         * lib/argp-parse.c: Likewise.
30918         * lib/argp-pin.c: Likewise.
30919         * lib/argp-pv.c: Likewise.
30920         * lib/argp-pvh.c: Likewise.
30921         * lib/argp-xinl.c: Likewise.
30922         * lib/argp.h: Likewise.
30923         * lib/at-func.c: Likewise.
30924         * lib/atanl.c: Likewise.
30925         * lib/backupfile.c: Likewise.
30926         * lib/backupfile.h: Likewise.
30927         * lib/basename.c: Likewise.
30928         * lib/binary-io.h: Likewise.
30929         * lib/byteswap.in.h: Likewise.
30930         * lib/c-stack.c: Likewise.
30931         * lib/c-stack.h: Likewise.
30932         * lib/c-strcasestr.c: Likewise.
30933         * lib/c-strcasestr.h: Likewise.
30934         * lib/c-strstr.c: Likewise.
30935         * lib/c-strstr.h: Likewise.
30936         * lib/c-strtod.c: Likewise.
30937         * lib/calloc.c: Likewise.
30938         * lib/canon-host.c: Likewise.
30939         * lib/canon-host.h: Likewise.
30940         * lib/canonicalize-lgpl.c: Likewise.
30941         * lib/canonicalize.c: Likewise.
30942         * lib/canonicalize.h: Likewise.
30943         * lib/ceil.c: Likewise.
30944         * lib/ceilf.c: Likewise.
30945         * lib/ceill.c: Likewise.
30946         * lib/chdir-long.c: Likewise.
30947         * lib/chdir-long.h: Likewise.
30948         * lib/chdir-safer.c: Likewise.
30949         * lib/chdir-safer.h: Likewise.
30950         * lib/chown.c: Likewise.
30951         * lib/classpath.c: Likewise.
30952         * lib/classpath.h: Likewise.
30953         * lib/clean-temp.c: Likewise.
30954         * lib/clean-temp.h: Likewise.
30955         * lib/cloexec.c: Likewise.
30956         * lib/close-stream.c: Likewise.
30957         * lib/closein.c: Likewise.
30958         * lib/closein.h: Likewise.
30959         * lib/closeout.c: Likewise.
30960         * lib/closeout.h: Likewise.
30961         * lib/concat-filename.c: Likewise.
30962         * lib/copy-file.c: Likewise.
30963         * lib/copy-file.h: Likewise.
30964         * lib/count-one-bits.h: Likewise.
30965         * lib/crc.c: Likewise.
30966         * lib/crc.h: Likewise.
30967         * lib/creat-safer.c: Likewise.
30968         * lib/csharpcomp.c: Likewise.
30969         * lib/csharpcomp.h: Likewise.
30970         * lib/csharpexec.c: Likewise.
30971         * lib/csharpexec.h: Likewise.
30972         * lib/cycle-check.c: Likewise.
30973         * lib/cycle-check.h: Likewise.
30974         * lib/diacrit.c: Likewise.
30975         * lib/diacrit.h: Likewise.
30976         * lib/diffseq.h: Likewise.
30977         * lib/dirchownmod.c: Likewise.
30978         * lib/dirent.in.h: Likewise.
30979         * lib/dirfd.c: Likewise.
30980         * lib/dirfd.h: Likewise.
30981         * lib/dirname.c: Likewise.
30982         * lib/dirname.h: Likewise.
30983         * lib/dummy.c: Likewise.
30984         * lib/dup-safer.c: Likewise.
30985         * lib/dup2.c: Likewise.
30986         * lib/eealloc.h: Likewise.
30987         * lib/error.c: Likewise.
30988         * lib/error.h: Likewise.
30989         * lib/euidaccess.c: Likewise.
30990         * lib/exclude.c: Likewise.
30991         * lib/exclude.h: Likewise.
30992         * lib/execute.c: Likewise.
30993         * lib/execute.h: Likewise.
30994         * lib/exitfail.c: Likewise.
30995         * lib/exitfail.h: Likewise.
30996         * lib/expl.c: Likewise.
30997         * lib/fatal-signal.c: Likewise.
30998         * lib/fatal-signal.h: Likewise.
30999         * lib/fbufmode.c: Likewise.
31000         * lib/fbufmode.h: Likewise.
31001         * lib/fchdir.c: Likewise.
31002         * lib/fchmodat.c: Likewise.
31003         * lib/fchownat.c: Likewise.
31004         * lib/fcntl--.h: Likewise.
31005         * lib/fcntl-safer.h: Likewise.
31006         * lib/fcntl.in.h: Likewise.
31007         * lib/fd-safer.c: Likewise.
31008         * lib/fflush.c: Likewise.
31009         * lib/file-has-acl.c: Likewise.
31010         * lib/file-set.c: Likewise.
31011         * lib/file-type.c: Likewise.
31012         * lib/file-type.h: Likewise.
31013         * lib/fileblocks.c: Likewise.
31014         * lib/filemode.c: Likewise.
31015         * lib/filemode.h: Likewise.
31016         * lib/filename.h: Likewise.
31017         * lib/filenamecat.c: Likewise.
31018         * lib/filenamecat.h: Likewise.
31019         * lib/findprog.c: Likewise.
31020         * lib/findprog.h: Likewise.
31021         * lib/float.in.h: Likewise.
31022         * lib/floor.c: Likewise.
31023         * lib/floorf.c: Likewise.
31024         * lib/floorl.c: Likewise.
31025         * lib/fopen-safer.c: Likewise.
31026         * lib/fopen.c: Likewise.
31027         * lib/fpending.c: Likewise.
31028         * lib/fpending.h: Likewise.
31029         * lib/fprintf.c: Likewise.
31030         * lib/fprintftime.h: Likewise.
31031         * lib/fpucw.h: Likewise.
31032         * lib/fpurge.c: Likewise.
31033         * lib/fpurge.h: Likewise.
31034         * lib/freadable.c: Likewise.
31035         * lib/freadable.h: Likewise.
31036         * lib/freadahead.c: Likewise.
31037         * lib/freadahead.h: Likewise.
31038         * lib/freading.c: Likewise.
31039         * lib/freading.h: Likewise.
31040         * lib/free.c: Likewise.
31041         * lib/freopen.c: Likewise.
31042         * lib/frexp.c: Likewise.
31043         * lib/frexpl.c: Likewise.
31044         * lib/fseek.c: Likewise.
31045         * lib/fseterr.c: Likewise.
31046         * lib/fseterr.h: Likewise.
31047         * lib/fstatat.c: Likewise.
31048         * lib/fstrcmp.c: Likewise.
31049         * lib/fstrcmp.h: Likewise.
31050         * lib/fsusage.c: Likewise.
31051         * lib/fsusage.h: Likewise.
31052         * lib/ftell.c: Likewise.
31053         * lib/ftello.c: Likewise.
31054         * lib/fts-cycle.c: Likewise.
31055         * lib/fts.c: Likewise.
31056         * lib/fts_.h: Likewise.
31057         * lib/full-read.c: Likewise.
31058         * lib/full-read.h: Likewise.
31059         * lib/full-write.c: Likewise.
31060         * lib/full-write.h: Likewise.
31061         * lib/fwritable.c: Likewise.
31062         * lib/fwritable.h: Likewise.
31063         * lib/fwriteerror.c: Likewise.
31064         * lib/fwriteerror.h: Likewise.
31065         * lib/fwriting.c: Likewise.
31066         * lib/fwriting.h: Likewise.
31067         * lib/gcd.c: Likewise.
31068         * lib/gcd.h: Likewise.
31069         * lib/getcwd.c: Likewise.
31070         * lib/getdate.h: Likewise.
31071         * lib/getdate.y: Likewise.
31072         * lib/getdomainname.c: Likewise.
31073         * lib/getdomainname.h: Likewise.
31074         * lib/getgroups.c: Likewise.
31075         * lib/gethostname.c: Likewise.
31076         * lib/gethrxtime.c: Likewise.
31077         * lib/gethrxtime.h: Likewise.
31078         * lib/getloadavg.c: Likewise.
31079         * lib/getndelim2.c: Likewise.
31080         * lib/getndelim2.h: Likewise.
31081         * lib/getnline.c: Likewise.
31082         * lib/getnline.h: Likewise.
31083         * lib/getopt.c: Likewise.
31084         * lib/getopt.in.h: Likewise.
31085         * lib/getopt1.c: Likewise.
31086         * lib/getopt_int.h: Likewise.
31087         * lib/getpagesize.h: Likewise.
31088         * lib/getsubopt.c: Likewise.
31089         * lib/gettime.c: Likewise.
31090         * lib/getugroups.c: Likewise.
31091         * lib/getugroups.h: Likewise.
31092         * lib/getusershell.c: Likewise.
31093         * lib/gl_anyavltree_list1.h: Likewise.
31094         * lib/gl_anyavltree_list2.h: Likewise.
31095         * lib/gl_anyhash_list1.h: Likewise.
31096         * lib/gl_anyhash_list2.h: Likewise.
31097         * lib/gl_anylinked_list1.h: Likewise.
31098         * lib/gl_anylinked_list2.h: Likewise.
31099         * lib/gl_anyrbtree_list1.h: Likewise.
31100         * lib/gl_anyrbtree_list2.h: Likewise.
31101         * lib/gl_anytree_list1.h: Likewise.
31102         * lib/gl_anytree_list2.h: Likewise.
31103         * lib/gl_anytree_oset.h: Likewise.
31104         * lib/gl_anytreehash_list1.h: Likewise.
31105         * lib/gl_anytreehash_list2.h: Likewise.
31106         * lib/gl_array_list.c: Likewise.
31107         * lib/gl_array_list.h: Likewise.
31108         * lib/gl_array_oset.c: Likewise.
31109         * lib/gl_array_oset.h: Likewise.
31110         * lib/gl_avltree_list.c: Likewise.
31111         * lib/gl_avltree_list.h: Likewise.
31112         * lib/gl_avltree_oset.c: Likewise.
31113         * lib/gl_avltree_oset.h: Likewise.
31114         * lib/gl_avltreehash_list.c: Likewise.
31115         * lib/gl_avltreehash_list.h: Likewise.
31116         * lib/gl_carray_list.c: Likewise.
31117         * lib/gl_carray_list.h: Likewise.
31118         * lib/gl_linked_list.c: Likewise.
31119         * lib/gl_linked_list.h: Likewise.
31120         * lib/gl_linkedhash_list.c: Likewise.
31121         * lib/gl_linkedhash_list.h: Likewise.
31122         * lib/gl_list.c: Likewise.
31123         * lib/gl_list.h: Likewise.
31124         * lib/gl_oset.c: Likewise.
31125         * lib/gl_oset.h: Likewise.
31126         * lib/gl_rbtree_list.c: Likewise.
31127         * lib/gl_rbtree_list.h: Likewise.
31128         * lib/gl_rbtree_oset.c: Likewise.
31129         * lib/gl_rbtree_oset.h: Likewise.
31130         * lib/gl_rbtreehash_list.c: Likewise.
31131         * lib/gl_rbtreehash_list.h: Likewise.
31132         * lib/gl_sublist.c: Likewise.
31133         * lib/gl_sublist.h: Likewise.
31134         * lib/group-member.c: Likewise.
31135         * lib/group-member.h: Likewise.
31136         * lib/hard-locale.c: Likewise.
31137         * lib/hard-locale.h: Likewise.
31138         * lib/hash-pjw.c: Likewise.
31139         * lib/hash-pjw.h: Likewise.
31140         * lib/hash-triple.c: Likewise.
31141         * lib/hash.c: Likewise.
31142         * lib/hash.h: Likewise.
31143         * lib/human.c: Likewise.
31144         * lib/human.h: Likewise.
31145         * lib/i-ring.c: Likewise.
31146         * lib/i-ring.h: Likewise.
31147         * lib/idcache.c: Likewise.
31148         * lib/imaxabs.c: Likewise.
31149         * lib/imaxdiv.c: Likewise.
31150         * lib/inet_pton.c: Likewise.
31151         * lib/inet_pton.h: Likewise.
31152         * lib/intprops.h: Likewise.
31153         * lib/inttostr.c: Likewise.
31154         * lib/inttostr.h: Likewise.
31155         * lib/inttypes.in.h: Likewise.
31156         * lib/isapipe.c: Likewise.
31157         * lib/isdir.c: Likewise.
31158         * lib/isnan.c: Likewise.
31159         * lib/isnan.h: Likewise.
31160         * lib/isnanf.c: Likewise.
31161         * lib/isnanf.h: Likewise.
31162         * lib/isnanl-nolibm.h: Likewise.
31163         * lib/isnanl.c: Likewise.
31164         * lib/isnanl.h: Likewise.
31165         * lib/javacomp.c: Likewise.
31166         * lib/javacomp.h: Likewise.
31167         * lib/javaexec.c: Likewise.
31168         * lib/javaexec.h: Likewise.
31169         * lib/javaversion.c: Likewise.
31170         * lib/javaversion.h: Likewise.
31171         * lib/javaversion.java: Likewise.
31172         * lib/lbrkprop.h: Likewise.
31173         * lib/lchmod.h: Likewise.
31174         * lib/lchown.c: Likewise.
31175         * lib/ldexpl.c: Likewise.
31176         * lib/linebreak.c: Likewise.
31177         * lib/linebreak.h: Likewise.
31178         * lib/linebuffer.c: Likewise.
31179         * lib/linebuffer.h: Likewise.
31180         * lib/locale.in.h: Likewise.
31181         * lib/logl.c: Likewise.
31182         * lib/long-options.c: Likewise.
31183         * lib/long-options.h: Likewise.
31184         * lib/lstat.c: Likewise.
31185         * lib/lstat.h: Likewise.
31186         * lib/math.in.h: Likewise.
31187         * lib/mbchar.c: Likewise.
31188         * lib/mbchar.h: Likewise.
31189         * lib/mbfile.h: Likewise.
31190         * lib/mbiter.h: Likewise.
31191         * lib/mbscasecmp.c: Likewise.
31192         * lib/mbscasestr.c: Likewise.
31193         * lib/mbschr.c: Likewise.
31194         * lib/mbscspn.c: Likewise.
31195         * lib/mbslen.c: Likewise.
31196         * lib/mbsncasecmp.c: Likewise.
31197         * lib/mbsnlen.c: Likewise.
31198         * lib/mbspbrk.c: Likewise.
31199         * lib/mbspcasecmp.c: Likewise.
31200         * lib/mbsrchr.c: Likewise.
31201         * lib/mbssep.c: Likewise.
31202         * lib/mbsspn.c: Likewise.
31203         * lib/mbsstr.c: Likewise.
31204         * lib/mbstok_r.c: Likewise.
31205         * lib/mbswidth.c: Likewise.
31206         * lib/mbswidth.h: Likewise.
31207         * lib/mbuiter.h: Likewise.
31208         * lib/memcasecmp.c: Likewise.
31209         * lib/memcasecmp.h: Likewise.
31210         * lib/memchr.c: Likewise.
31211         * lib/memcmp.c: Likewise.
31212         * lib/memcoll.c: Likewise.
31213         * lib/memcoll.h: Likewise.
31214         * lib/memcpy.c: Likewise.
31215         * lib/memrchr.c: Likewise.
31216         * lib/mkancesdirs.c: Likewise.
31217         * lib/mkdir-p.c: Likewise.
31218         * lib/mkdir-p.h: Likewise.
31219         * lib/mkdir.c: Likewise.
31220         * lib/mkdirat.c: Likewise.
31221         * lib/mkdtemp.c: Likewise.
31222         * lib/mkstemp-safer.c: Likewise.
31223         * lib/mkstemp.c: Likewise.
31224         * lib/modechange.c: Likewise.
31225         * lib/modechange.h: Likewise.
31226         * lib/mountlist.c: Likewise.
31227         * lib/mountlist.h: Likewise.
31228         * lib/mpsort.c: Likewise.
31229         * lib/nanosleep.c: Likewise.
31230         * lib/obstack.c: Likewise.
31231         * lib/obstack.h: Likewise.
31232         * lib/open-safer.c: Likewise.
31233         * lib/open.c: Likewise.
31234         * lib/openat-die.c: Likewise.
31235         * lib/openat-priv.h: Likewise.
31236         * lib/openat-proc.c: Likewise.
31237         * lib/openat.c: Likewise.
31238         * lib/openat.h: Likewise.
31239         * lib/pagealign_alloc.c: Likewise.
31240         * lib/pagealign_alloc.h: Likewise.
31241         * lib/physmem.c: Likewise.
31242         * lib/physmem.h: Likewise.
31243         * lib/pipe-safer.c: Likewise.
31244         * lib/pipe.c: Likewise.
31245         * lib/pipe.h: Likewise.
31246         * lib/posixtm.c: Likewise.
31247         * lib/posixtm.h: Likewise.
31248         * lib/posixver.c: Likewise.
31249         * lib/printf-frexp.c: Likewise.
31250         * lib/printf-frexp.h: Likewise.
31251         * lib/printf-frexpl.c: Likewise.
31252         * lib/printf-frexpl.h: Likewise.
31253         * lib/printf.c: Likewise.
31254         * lib/progname.c: Likewise.
31255         * lib/progname.h: Likewise.
31256         * lib/progreloc.c: Likewise.
31257         * lib/putenv.c: Likewise.
31258         * lib/quote.c: Likewise.
31259         * lib/quote.h: Likewise.
31260         * lib/quotearg.c: Likewise.
31261         * lib/quotearg.h: Likewise.
31262         * lib/raise.c: Likewise.
31263         * lib/readline.c: Likewise.
31264         * lib/readline.h: Likewise.
31265         * lib/readlink.c: Likewise.
31266         * lib/readtokens.c: Likewise.
31267         * lib/readtokens.h: Likewise.
31268         * lib/readtokens0.c: Likewise.
31269         * lib/readtokens0.h: Likewise.
31270         * lib/readutmp.c: Likewise.
31271         * lib/readutmp.h: Likewise.
31272         * lib/realloc.c: Likewise.
31273         * lib/relocwrapper.c: Likewise.
31274         * lib/rename-dest-slash.c: Likewise.
31275         * lib/rename.c: Likewise.
31276         * lib/rmdir.c: Likewise.
31277         * lib/rpmatch.c: Likewise.
31278         * lib/safe-read.c: Likewise.
31279         * lib/safe-read.h: Likewise.
31280         * lib/safe-write.c: Likewise.
31281         * lib/safe-write.h: Likewise.
31282         * lib/same-inode.h: Likewise.
31283         * lib/same.c: Likewise.
31284         * lib/same.h: Likewise.
31285         * lib/save-cwd.c: Likewise.
31286         * lib/save-cwd.h: Likewise.
31287         * lib/savedir.c: Likewise.
31288         * lib/savedir.h: Likewise.
31289         * lib/savewd.c: Likewise.
31290         * lib/savewd.h: Likewise.
31291         * lib/search.in.h: Likewise.
31292         * lib/setenv.c: Likewise.
31293         * lib/setenv.h: Likewise.
31294         * lib/settime.c: Likewise.
31295         * lib/sh-quote.c: Likewise.
31296         * lib/sh-quote.h: Likewise.
31297         * lib/sig2str.c: Likewise.
31298         * lib/sig2str.h: Likewise.
31299         * lib/signal.in.h: Likewise.
31300         * lib/signbitd.c: Likewise.
31301         * lib/signbitf.c: Likewise.
31302         * lib/signbitl.c: Likewise.
31303         * lib/sigprocmask.c: Likewise.
31304         * lib/sincosl.c: Likewise.
31305         * lib/sleep.c: Likewise.
31306         * lib/sprintf.c: Likewise.
31307         * lib/sqrtl.c: Likewise.
31308         * lib/stat-time.h: Likewise.
31309         * lib/stdio--.h: Likewise.
31310         * lib/stdio-safer.h: Likewise.
31311         * lib/stdlib--.h: Likewise.
31312         * lib/stdlib-safer.h: Likewise.
31313         * lib/stdlib.in.h: Likewise.
31314         * lib/stpcpy.c: Likewise.
31315         * lib/stpncpy.c: Likewise.
31316         * lib/strchrnul.c: Likewise.
31317         * lib/strcspn.c: Likewise.
31318         * lib/strerror.c: Likewise.
31319         * lib/strftime.c: Likewise.
31320         * lib/strftime.h: Likewise.
31321         * lib/striconveh.c: Likewise.
31322         * lib/striconveh.h: Likewise.
31323         * lib/striconveha.c: Likewise.
31324         * lib/striconveha.h: Likewise.
31325         * lib/stripslash.c: Likewise.
31326         * lib/strnlen1.c: Likewise.
31327         * lib/strnlen1.h: Likewise.
31328         * lib/strtod.c: Likewise.
31329         * lib/strtoimax.c: Likewise.
31330         * lib/strtok_r.c: Likewise.
31331         * lib/strtol.c: Likewise.
31332         * lib/strtoll.c: Likewise.
31333         * lib/strtoul.c: Likewise.
31334         * lib/strtoull.c: Likewise.
31335         * lib/sysexits.in.h: Likewise.
31336         * lib/tempname.c: Likewise.
31337         * lib/tempname.h: Likewise.
31338         * lib/timespec.h: Likewise.
31339         * lib/tls.c: Likewise.
31340         * lib/tls.h: Likewise.
31341         * lib/tmpdir.c: Likewise.
31342         * lib/tmpdir.h: Likewise.
31343         * lib/tmpfile-safer.c: Likewise.
31344         * lib/tmpfile.c: Likewise.
31345         * lib/trigl.c: Likewise.
31346         * lib/trigl.h: Likewise.
31347         * lib/trim.c: Likewise.
31348         * lib/trim.h: Likewise.
31349         * lib/trunc.c: Likewise.
31350         * lib/truncf.c: Likewise.
31351         * lib/truncl.c: Likewise.
31352         * lib/tsearch.c: Likewise.
31353         * lib/unicodeio.c: Likewise.
31354         * lib/unicodeio.h: Likewise.
31355         * lib/unistd--.h: Likewise.
31356         * lib/unistd-safer.h: Likewise.
31357         * lib/unistdio/ulc-fprintf.c: Likewise.
31358         * lib/unistdio/ulc-vfprintf.c: Likewise.
31359         * lib/unlinkdir.c: Likewise.
31360         * lib/unlinkdir.h: Likewise.
31361         * lib/unlocked-io.h: Likewise.
31362         * lib/unsetenv.c: Likewise.
31363         * lib/userspec.c: Likewise.
31364         * lib/utime.c: Likewise.
31365         * lib/utimecmp.c: Likewise.
31366         * lib/utimecmp.h: Likewise.
31367         * lib/utimens.c: Likewise.
31368         * lib/verify.h: Likewise.
31369         * lib/verror.c: Likewise.
31370         * lib/verror.h: Likewise.
31371         * lib/version-etc-fsf.c: Likewise.
31372         * lib/version-etc.c: Likewise.
31373         * lib/version-etc.h: Likewise.
31374         * lib/vfprintf.c: Likewise.
31375         * lib/vprintf.c: Likewise.
31376         * lib/vsprintf.c: Likewise.
31377         * lib/w32spawn.h: Likewise.
31378         * lib/wait-process.c: Likewise.
31379         * lib/wait-process.h: Likewise.
31380         * lib/wcwidth.c: Likewise.
31381         * lib/write-any-file.c: Likewise.
31382         * lib/xalloc-die.c: Likewise.
31383         * lib/xalloc.h: Likewise.
31384         * lib/xasprintf.c: Likewise.
31385         * lib/xgetcwd.c: Likewise.
31386         * lib/xgetcwd.h: Likewise.
31387         * lib/xgetdomainname.c: Likewise.
31388         * lib/xgetdomainname.h: Likewise.
31389         * lib/xgethostname.c: Likewise.
31390         * lib/xmalloc.c: Likewise.
31391         * lib/xmalloca.c: Likewise.
31392         * lib/xmalloca.h: Likewise.
31393         * lib/xmemcoll.c: Likewise.
31394         * lib/xnanosleep.c: Likewise.
31395         * lib/xreadlink.c: Likewise.
31396         * lib/xreadlink.h: Likewise.
31397         * lib/xsetenv.c: Likewise.
31398         * lib/xsetenv.h: Likewise.
31399         * lib/xstriconv.c: Likewise.
31400         * lib/xstriconv.h: Likewise.
31401         * lib/xstrndup.c: Likewise.
31402         * lib/xstrndup.h: Likewise.
31403         * lib/xstrtod.c: Likewise.
31404         * lib/xstrtod.h: Likewise.
31405         * lib/xstrtol-error.c: Likewise.
31406         * lib/xstrtol.c: Likewise.
31407         * lib/xstrtol.h: Likewise.
31408         * lib/xtime.h: Likewise.
31409         * lib/xvasprintf.c: Likewise.
31410         * lib/xvasprintf.h: Likewise.
31411         * lib/yesno.c: Likewise.
31412         * lib/yesno.h: Likewise.
31413         * posix-modules: Likewise.
31414         * tests/test-alloca-opt.c: Likewise.
31415         * tests/test-arcfour.c: Likewise.
31416         * tests/test-arctwo.c: Likewise.
31417         * tests/test-argmatch.c: Likewise.
31418         * tests/test-argp-2.sh: Likewise.
31419         * tests/test-argp.c: Likewise.
31420         * tests/test-arpa_inet.c: Likewise.
31421         * tests/test-array_list.c: Likewise.
31422         * tests/test-array_oset.c: Likewise.
31423         * tests/test-atexit.c: Likewise.
31424         * tests/test-avltree_list.c: Likewise.
31425         * tests/test-avltree_oset.c: Likewise.
31426         * tests/test-avltreehash_list.c: Likewise.
31427         * tests/test-base64.c: Likewise.
31428         * tests/test-binary-io.c: Likewise.
31429         * tests/test-byteswap.c: Likewise.
31430         * tests/test-c-ctype.c: Likewise.
31431         * tests/test-c-strcasecmp.c: Likewise.
31432         * tests/test-c-strcasestr.c: Likewise.
31433         * tests/test-c-strncasecmp.c: Likewise.
31434         * tests/test-c-strstr.c: Likewise.
31435         * tests/test-canonicalize-lgpl.c: Likewise.
31436         * tests/test-canonicalize.c: Likewise.
31437         * tests/test-carray_list.c: Likewise.
31438         * tests/test-ceilf.c: Likewise.
31439         * tests/test-ceill.c: Likewise.
31440         * tests/test-count-one-bits.c: Likewise.
31441         * tests/test-crc.c: Likewise.
31442         * tests/test-dirname.c: Likewise.
31443         * tests/test-fbufmode.c: Likewise.
31444         * tests/test-fcntl.c: Likewise.
31445         * tests/test-fflush.c: Likewise.
31446         * tests/test-floorf.c: Likewise.
31447         * tests/test-floorl.c: Likewise.
31448         * tests/test-fopen.c: Likewise.
31449         * tests/test-fprintf-posix.c: Likewise.
31450         * tests/test-fprintf-posix.h: Likewise.
31451         * tests/test-fpurge.c: Likewise.
31452         * tests/test-freadable.c: Likewise.
31453         * tests/test-freadahead.c: Likewise.
31454         * tests/test-freading.c: Likewise.
31455         * tests/test-freopen.c: Likewise.
31456         * tests/test-frexp.c: Likewise.
31457         * tests/test-frexpl.c: Likewise.
31458         * tests/test-fseek.c: Likewise.
31459         * tests/test-fseeko.c: Likewise.
31460         * tests/test-fseterr.c: Likewise.
31461         * tests/test-fstrcmp.c: Likewise.
31462         * tests/test-ftell.c: Likewise.
31463         * tests/test-ftello.c: Likewise.
31464         * tests/test-fwritable.c: Likewise.
31465         * tests/test-fwriting.c: Likewise.
31466         * tests/test-getaddrinfo.c: Likewise.
31467         * tests/test-getpass.c: Likewise.
31468         * tests/test-gettimeofday.c: Likewise.
31469         * tests/test-hmac-md5.c: Likewise.
31470         * tests/test-hmac-sha1.c: Likewise.
31471         * tests/test-iconv.c: Likewise.
31472         * tests/test-iconvme.c: Likewise.
31473         * tests/test-inttypes.c: Likewise.
31474         * tests/test-isnan.c: Likewise.
31475         * tests/test-isnanf.c: Likewise.
31476         * tests/test-isnanl-nolibm.c: Likewise.
31477         * tests/test-isnanl.c: Likewise.
31478         * tests/test-isnanl.h: Likewise.
31479         * tests/test-ldexpl.c: Likewise.
31480         * tests/test-linked_list.c: Likewise.
31481         * tests/test-linkedhash_list.c: Likewise.
31482         * tests/test-locale.c: Likewise.
31483         * tests/test-localename.c: Likewise.
31484         * tests/test-lock.c: Likewise.
31485         * tests/test-lseek.c: Likewise.
31486         * tests/test-malloca.c: Likewise.
31487         * tests/test-math.c: Likewise.
31488         * tests/test-mbscasecmp.c: Likewise.
31489         * tests/test-mbscasestr1.c: Likewise.
31490         * tests/test-mbscasestr2.c: Likewise.
31491         * tests/test-mbscasestr3.c: Likewise.
31492         * tests/test-mbscasestr4.c: Likewise.
31493         * tests/test-mbschr.c: Likewise.
31494         * tests/test-mbscspn.c: Likewise.
31495         * tests/test-mbsncasecmp.c: Likewise.
31496         * tests/test-mbspbrk.c: Likewise.
31497         * tests/test-mbspcasecmp.c: Likewise.
31498         * tests/test-mbsrchr.c: Likewise.
31499         * tests/test-mbsspn.c: Likewise.
31500         * tests/test-mbsstr1.c: Likewise.
31501         * tests/test-mbsstr2.c: Likewise.
31502         * tests/test-mbsstr3.c: Likewise.
31503         * tests/test-md5.c: Likewise.
31504         * tests/test-memmem.c: Likewise.
31505         * tests/test-netinet_in.c: Likewise.
31506         * tests/test-open.c: Likewise.
31507         * tests/test-printf-frexp.c: Likewise.
31508         * tests/test-printf-frexpl.c: Likewise.
31509         * tests/test-printf-posix.c: Likewise.
31510         * tests/test-printf-posix.h: Likewise.
31511         * tests/test-rbtree_list.c: Likewise.
31512         * tests/test-rbtree_oset.c: Likewise.
31513         * tests/test-rbtreehash_list.c: Likewise.
31514         * tests/test-read-file.c: Likewise.
31515         * tests/test-rijndael.c: Likewise.
31516         * tests/test-search.c: Likewise.
31517         * tests/test-signbit.c: Likewise.
31518         * tests/test-sleep.c: Likewise.
31519         * tests/test-snprintf-posix.c: Likewise.
31520         * tests/test-snprintf-posix.h: Likewise.
31521         * tests/test-snprintf.c: Likewise.
31522         * tests/test-sprintf-posix.c: Likewise.
31523         * tests/test-sprintf-posix.h: Likewise.
31524         * tests/test-stat-time.c: Likewise.
31525         * tests/test-stdbool.c: Likewise.
31526         * tests/test-stdint.c: Likewise.
31527         * tests/test-stdio.c: Likewise.
31528         * tests/test-stdlib.c: Likewise.
31529         * tests/test-stpncpy.c: Likewise.
31530         * tests/test-strcasestr.c: Likewise.
31531         * tests/test-striconv.c: Likewise.
31532         * tests/test-striconveh.c: Likewise.
31533         * tests/test-striconveha.c: Likewise.
31534         * tests/test-string.c: Likewise.
31535         * tests/test-sys_select.c: Likewise.
31536         * tests/test-sys_socket.c: Likewise.
31537         * tests/test-sys_stat.c: Likewise.
31538         * tests/test-sys_time.c: Likewise.
31539         * tests/test-sysexits.c: Likewise.
31540         * tests/test-time.c: Likewise.
31541         * tests/test-tls.c: Likewise.
31542         * tests/test-trunc.c: Likewise.
31543         * tests/test-truncf.c: Likewise.
31544         * tests/test-truncl.c: Likewise.
31545         * tests/test-unistd.c: Likewise.
31546         * tests/test-vasnprintf-posix.c: Likewise.
31547         * tests/test-vasnprintf-posix2.c: Likewise.
31548         * tests/test-vasnprintf.c: Likewise.
31549         * tests/test-vasprintf-posix.c: Likewise.
31550         * tests/test-vasprintf.c: Likewise.
31551         * tests/test-verify.c: Likewise.
31552         * tests/test-vfprintf-posix.c: Likewise.
31553         * tests/test-vprintf-posix.c: Likewise.
31554         * tests/test-vsnprintf-posix.c: Likewise.
31555         * tests/test-vsnprintf.c: Likewise.
31556         * tests/test-vsprintf-posix.c: Likewise.
31557         * tests/test-wchar.c: Likewise.
31558         * tests/test-wctype.c: Likewise.
31559         * tests/test-wcwidth.c: Likewise.
31560         * tests/test-xstrtol.c: Likewise.
31561         * tests/test-xvasprintf.c: Likewise.
31562         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31563         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31564         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31565         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31566         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31567         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31568         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31569         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31570         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31571         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31572         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31573         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31574         * tests/uniname/test-uninames.c: Likewise.
31575         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31576         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31577         * tests/unistdio/test-u16-printf1.h: Likewise.
31578         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31579         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31580         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31581         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31582         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31583         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31584         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31585         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31586         * tests/unistdio/test-u32-printf1.h: Likewise.
31587         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31588         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31589         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31590         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31591         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31592         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31593         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31594         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31595         * tests/unistdio/test-u8-printf1.h: Likewise.
31596         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31597         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31598         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31599         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31600         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31601         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31602         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31603         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31604         * tests/unistdio/test-ulc-printf1.h: Likewise.
31605         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31606         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31607         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31608         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31609         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31610         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31611         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31612         * tests/uniwidth/test-u16-width.c: Likewise.
31613         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31614         * tests/uniwidth/test-u32-width.c: Likewise.
31615         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31616         * tests/uniwidth/test-u8-width.c: Likewise.
31617         * tests/uniwidth/test-uc_width.c: Likewise.
31618         * config/srclist-update: Likewise.
31619         (fixlicense): Update to GPLv3+.
31620
31621         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31622         * tests/test-tsearch.c: Change copyright notice.
31623
31624         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31625         * lib/c-strcaseeq.h: Change copyright notice.
31626         * lib/streq.h: Likewise.
31627         * lib/uniconv.h: Likewise.
31628         * lib/uniconv/u-conv-from-enc.h: Likewise.
31629         * lib/uniconv/u-conv-to-enc.h: Likewise.
31630         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31631         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31632         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31633         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31634         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31635         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31636         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31637         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31638         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31639         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31640         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31641         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31642         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31643         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31644         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31645         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31646         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31647         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31648         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31649         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31650         * lib/uniname.h: Likewise.
31651         * lib/uniname/uniname.c: Likewise.
31652         * lib/unistdio.h: Likewise.
31653         * lib/unistdio/u-asnprintf.h: Likewise.
31654         * lib/unistdio/u-asprintf.h: Likewise.
31655         * lib/unistdio/u-printf-args.c: Likewise.
31656         * lib/unistdio/u-printf-args.h: Likewise.
31657         * lib/unistdio/u-printf-parse.h: Likewise.
31658         * lib/unistdio/u-snprintf.h: Likewise.
31659         * lib/unistdio/u-sprintf.h: Likewise.
31660         * lib/unistdio/u-vasprintf.h: Likewise.
31661         * lib/unistdio/u-vsnprintf.h: Likewise.
31662         * lib/unistdio/u-vsprintf.h: Likewise.
31663         * lib/unistdio/u16-asnprintf.c: Likewise.
31664         * lib/unistdio/u16-asprintf.c: Likewise.
31665         * lib/unistdio/u16-printf-parse.c: Likewise.
31666         * lib/unistdio/u16-snprintf.c: Likewise.
31667         * lib/unistdio/u16-sprintf.c: Likewise.
31668         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31669         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31670         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31671         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31672         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31673         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31674         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31675         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31676         * lib/unistdio/u16-vasnprintf.c: Likewise.
31677         * lib/unistdio/u16-vasprintf.c: Likewise.
31678         * lib/unistdio/u16-vsnprintf.c: Likewise.
31679         * lib/unistdio/u16-vsprintf.c: Likewise.
31680         * lib/unistdio/u32-asnprintf.c: Likewise.
31681         * lib/unistdio/u32-asprintf.c: Likewise.
31682         * lib/unistdio/u32-printf-parse.c: Likewise.
31683         * lib/unistdio/u32-snprintf.c: Likewise.
31684         * lib/unistdio/u32-sprintf.c: Likewise.
31685         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31686         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31687         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31688         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31689         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31690         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31691         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31692         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31693         * lib/unistdio/u32-vasnprintf.c: Likewise.
31694         * lib/unistdio/u32-vasprintf.c: Likewise.
31695         * lib/unistdio/u32-vsnprintf.c: Likewise.
31696         * lib/unistdio/u32-vsprintf.c: Likewise.
31697         * lib/unistdio/u8-asnprintf.c: Likewise.
31698         * lib/unistdio/u8-asprintf.c: Likewise.
31699         * lib/unistdio/u8-printf-parse.c: Likewise.
31700         * lib/unistdio/u8-snprintf.c: Likewise.
31701         * lib/unistdio/u8-sprintf.c: Likewise.
31702         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31703         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31704         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31705         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31706         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31707         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31708         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31709         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31710         * lib/unistdio/u8-vasnprintf.c: Likewise.
31711         * lib/unistdio/u8-vasprintf.c: Likewise.
31712         * lib/unistdio/u8-vsnprintf.c: Likewise.
31713         * lib/unistdio/u8-vsprintf.c: Likewise.
31714         * lib/unistdio/ulc-asnprintf.c: Likewise.
31715         * lib/unistdio/ulc-asprintf.c: Likewise.
31716         * lib/unistdio/ulc-printf-parse.c: Likewise.
31717         * lib/unistdio/ulc-snprintf.c: Likewise.
31718         * lib/unistdio/ulc-sprintf.c: Likewise.
31719         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31720         * lib/unistdio/ulc-vasprintf.c: Likewise.
31721         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31722         * lib/unistdio/ulc-vsprintf.c: Likewise.
31723         * lib/unistr.h: Likewise.
31724         * lib/unistr/u-cpy-alloc.h: Likewise.
31725         * lib/unistr/u-cpy.h: Likewise.
31726         * lib/unistr/u-endswith.h: Likewise.
31727         * lib/unistr/u-move.h: Likewise.
31728         * lib/unistr/u-set.h: Likewise.
31729         * lib/unistr/u-startswith.h: Likewise.
31730         * lib/unistr/u-stpcpy.h: Likewise.
31731         * lib/unistr/u-stpncpy.h: Likewise.
31732         * lib/unistr/u-strcat.h: Likewise.
31733         * lib/unistr/u-strcpy.h: Likewise.
31734         * lib/unistr/u-strcspn.h: Likewise.
31735         * lib/unistr/u-strdup.h: Likewise.
31736         * lib/unistr/u-strlen.h: Likewise.
31737         * lib/unistr/u-strncat.h: Likewise.
31738         * lib/unistr/u-strncpy.h: Likewise.
31739         * lib/unistr/u-strnlen.h: Likewise.
31740         * lib/unistr/u-strpbrk.h: Likewise.
31741         * lib/unistr/u-strspn.h: Likewise.
31742         * lib/unistr/u-strstr.h: Likewise.
31743         * lib/unistr/u-strtok.h: Likewise.
31744         * lib/unistr/u16-check.c: Likewise.
31745         * lib/unistr/u16-chr.c: Likewise.
31746         * lib/unistr/u16-cmp.c: Likewise.
31747         * lib/unistr/u16-cpy-alloc.c: Likewise.
31748         * lib/unistr/u16-cpy.c: Likewise.
31749         * lib/unistr/u16-endswith.c: Likewise.
31750         * lib/unistr/u16-mblen.c: Likewise.
31751         * lib/unistr/u16-mbsnlen.c: Likewise.
31752         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31753         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31754         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31755         * lib/unistr/u16-mbtouc.c: Likewise.
31756         * lib/unistr/u16-mbtoucr.c: Likewise.
31757         * lib/unistr/u16-move.c: Likewise.
31758         * lib/unistr/u16-next.c: Likewise.
31759         * lib/unistr/u16-prev.c: Likewise.
31760         * lib/unistr/u16-set.c: Likewise.
31761         * lib/unistr/u16-startswith.c: Likewise.
31762         * lib/unistr/u16-stpcpy.c: Likewise.
31763         * lib/unistr/u16-stpncpy.c: Likewise.
31764         * lib/unistr/u16-strcat.c: Likewise.
31765         * lib/unistr/u16-strchr.c: Likewise.
31766         * lib/unistr/u16-strcmp.c: Likewise.
31767         * lib/unistr/u16-strcpy.c: Likewise.
31768         * lib/unistr/u16-strcspn.c: Likewise.
31769         * lib/unistr/u16-strdup.c: Likewise.
31770         * lib/unistr/u16-strlen.c: Likewise.
31771         * lib/unistr/u16-strmblen.c: Likewise.
31772         * lib/unistr/u16-strmbtouc.c: Likewise.
31773         * lib/unistr/u16-strncat.c: Likewise.
31774         * lib/unistr/u16-strncmp.c: Likewise.
31775         * lib/unistr/u16-strncpy.c: Likewise.
31776         * lib/unistr/u16-strnlen.c: Likewise.
31777         * lib/unistr/u16-strpbrk.c: Likewise.
31778         * lib/unistr/u16-strrchr.c: Likewise.
31779         * lib/unistr/u16-strspn.c: Likewise.
31780         * lib/unistr/u16-strstr.c: Likewise.
31781         * lib/unistr/u16-strtok.c: Likewise.
31782         * lib/unistr/u16-to-u32.c: Likewise.
31783         * lib/unistr/u16-to-u8.c: Likewise.
31784         * lib/unistr/u16-uctomb-aux.c: Likewise.
31785         * lib/unistr/u16-uctomb.c: Likewise.
31786         * lib/unistr/u32-check.c: Likewise.
31787         * lib/unistr/u32-chr.c: Likewise.
31788         * lib/unistr/u32-cmp.c: Likewise.
31789         * lib/unistr/u32-cpy-alloc.c: Likewise.
31790         * lib/unistr/u32-cpy.c: Likewise.
31791         * lib/unistr/u32-endswith.c: Likewise.
31792         * lib/unistr/u32-mblen.c: Likewise.
31793         * lib/unistr/u32-mbsnlen.c: Likewise.
31794         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31795         * lib/unistr/u32-mbtouc.c: Likewise.
31796         * lib/unistr/u32-mbtoucr.c: Likewise.
31797         * lib/unistr/u32-move.c: Likewise.
31798         * lib/unistr/u32-next.c: Likewise.
31799         * lib/unistr/u32-prev.c: Likewise.
31800         * lib/unistr/u32-set.c: Likewise.
31801         * lib/unistr/u32-startswith.c: Likewise.
31802         * lib/unistr/u32-stpcpy.c: Likewise.
31803         * lib/unistr/u32-stpncpy.c: Likewise.
31804         * lib/unistr/u32-strcat.c: Likewise.
31805         * lib/unistr/u32-strchr.c: Likewise.
31806         * lib/unistr/u32-strcmp.c: Likewise.
31807         * lib/unistr/u32-strcpy.c: Likewise.
31808         * lib/unistr/u32-strcspn.c: Likewise.
31809         * lib/unistr/u32-strdup.c: Likewise.
31810         * lib/unistr/u32-strlen.c: Likewise.
31811         * lib/unistr/u32-strmblen.c: Likewise.
31812         * lib/unistr/u32-strmbtouc.c: Likewise.
31813         * lib/unistr/u32-strncat.c: Likewise.
31814         * lib/unistr/u32-strncmp.c: Likewise.
31815         * lib/unistr/u32-strncpy.c: Likewise.
31816         * lib/unistr/u32-strnlen.c: Likewise.
31817         * lib/unistr/u32-strpbrk.c: Likewise.
31818         * lib/unistr/u32-strrchr.c: Likewise.
31819         * lib/unistr/u32-strspn.c: Likewise.
31820         * lib/unistr/u32-strstr.c: Likewise.
31821         * lib/unistr/u32-strtok.c: Likewise.
31822         * lib/unistr/u32-to-u16.c: Likewise.
31823         * lib/unistr/u32-to-u8.c: Likewise.
31824         * lib/unistr/u32-uctomb.c: Likewise.
31825         * lib/unistr/u8-check.c: Likewise.
31826         * lib/unistr/u8-chr.c: Likewise.
31827         * lib/unistr/u8-cmp.c: Likewise.
31828         * lib/unistr/u8-cpy-alloc.c: Likewise.
31829         * lib/unistr/u8-cpy.c: Likewise.
31830         * lib/unistr/u8-endswith.c: Likewise.
31831         * lib/unistr/u8-mblen.c: Likewise.
31832         * lib/unistr/u8-mbsnlen.c: Likewise.
31833         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31834         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31835         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31836         * lib/unistr/u8-mbtouc.c: Likewise.
31837         * lib/unistr/u8-mbtoucr.c: Likewise.
31838         * lib/unistr/u8-move.c: Likewise.
31839         * lib/unistr/u8-next.c: Likewise.
31840         * lib/unistr/u8-prev.c: Likewise.
31841         * lib/unistr/u8-set.c: Likewise.
31842         * lib/unistr/u8-startswith.c: Likewise.
31843         * lib/unistr/u8-stpcpy.c: Likewise.
31844         * lib/unistr/u8-stpncpy.c: Likewise.
31845         * lib/unistr/u8-strcat.c: Likewise.
31846         * lib/unistr/u8-strchr.c: Likewise.
31847         * lib/unistr/u8-strcmp.c: Likewise.
31848         * lib/unistr/u8-strcpy.c: Likewise.
31849         * lib/unistr/u8-strcspn.c: Likewise.
31850         * lib/unistr/u8-strdup.c: Likewise.
31851         * lib/unistr/u8-strlen.c: Likewise.
31852         * lib/unistr/u8-strmblen.c: Likewise.
31853         * lib/unistr/u8-strmbtouc.c: Likewise.
31854         * lib/unistr/u8-strncat.c: Likewise.
31855         * lib/unistr/u8-strncmp.c: Likewise.
31856         * lib/unistr/u8-strncpy.c: Likewise.
31857         * lib/unistr/u8-strnlen.c: Likewise.
31858         * lib/unistr/u8-strpbrk.c: Likewise.
31859         * lib/unistr/u8-strrchr.c: Likewise.
31860         * lib/unistr/u8-strspn.c: Likewise.
31861         * lib/unistr/u8-strstr.c: Likewise.
31862         * lib/unistr/u8-strtok.c: Likewise.
31863         * lib/unistr/u8-to-u16.c: Likewise.
31864         * lib/unistr/u8-to-u32.c: Likewise.
31865         * lib/unistr/u8-uctomb-aux.c: Likewise.
31866         * lib/unistr/u8-uctomb.c: Likewise.
31867         * lib/unitypes.h: Likewise.
31868         * lib/uniwidth.h: Likewise.
31869         * lib/uniwidth/cjk.h: Likewise.
31870         * lib/uniwidth/u16-strwidth.c: Likewise.
31871         * lib/uniwidth/u16-width.c: Likewise.
31872         * lib/uniwidth/u32-strwidth.c: Likewise.
31873         * lib/uniwidth/u32-width.c: Likewise.
31874         * lib/uniwidth/u8-strwidth.c: Likewise.
31875         * lib/uniwidth/u8-width.c: Likewise.
31876         * lib/uniwidth/width.c: Likewise.
31877
31878 2007-10-07  Bruno Haible  <bruno@clisp.org>
31879
31880         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31881         The file is still under LGPL (see modules/inttypes).
31882
31883 2007-10-06  Bruno Haible  <bruno@clisp.org>
31884
31885         * modules/trunc (Dependencies): Add 'extensions'.
31886         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31887         Reported by Ben Pfaff <blp@gnu.org>.
31888
31889 2007-10-06  Bruno Haible  <bruno@clisp.org>
31890
31891         * modules/freopen-tests: New file.
31892         * tests/test-freopen.c: New file.
31893
31894         * modules/fopen-tests: New file.
31895         * tests/test-fopen.c: New file.
31896
31897         * modules/fopen: New file.
31898         * lib/fopen.c: New file.
31899         * m4/fopen.m4: New file.
31900         * modules/freopen: New file.
31901         * lib/freopen.c: New file.
31902         * m4/freopen.m4: New file.
31903         * lib/stdio.in.h (fopen, freopen): New declarations.
31904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31905         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31906         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31907         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31908         * doc/functions/fopen.texi: Mention the 'fopen' module.
31909         * doc/functions/freopen.texi: Mention the 'freopen' module.
31910
31911 2007-10-06  Bruno Haible  <bruno@clisp.org>
31912
31913         * modules/open-tests: New file.
31914         * tests/test-open.c: New file.
31915
31916         * modules/open: New file.
31917         * lib/open.c: New file.
31918         * m4/open.m4: New file.
31919         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31920         lib/open.c does.
31921         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31922         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31923         macros.
31924         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31925         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31926         REPLACE_OPEN.
31927         * doc/functions/open.texi: Mention the 'open' module.
31928
31929 2007-10-04  Bruno Haible  <bruno@clisp.org>
31930
31931         * modules/ceill-tests: New file.
31932         * tests/test-ceill.c: New file.
31933
31934         * modules/ceill: New file.
31935         * lib/ceill.c: Replace entire file.
31936         * m4/ceill.m4: New file.
31937         * lib/math.in.h (ceill): Replace declaration.
31938         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31939         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31940         * doc/functions/ceill.texi: Mention the 'ceill' module.
31941         * modules/mathl (Files): Remove lib/ceill.c.
31942         (Depends-on): Add ceill.
31943
31944 2007-10-04  Bruno Haible  <bruno@clisp.org>
31945
31946         * modules/ceilf-tests: New file.
31947         * tests/test-ceilf.c: New file.
31948
31949         * modules/ceilf: New file.
31950         * lib/ceil.c: New file.
31951         * lib/ceilf.c: New file.
31952         * m4/ceilf.m4: New file.
31953         * lib/math.in.h (ceilf): New declaration.
31954         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31955         HAVE_DECL_CEILF.
31956         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31957         HAVE_DECL_CEILF.
31958         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31959
31960 2007-10-04  Bruno Haible  <bruno@clisp.org>
31961
31962         * modules/floorl-tests: New file.
31963         * tests/test-floorl.c: New file.
31964
31965         * modules/floorl: New file.
31966         * lib/floorl.c: Replace entire file.
31967         * m4/floorl.m4: New file.
31968         * lib/math.in.h (floorl): Replace declaration.
31969         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31970         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31971         * doc/functions/floorl.texi: Mention the 'floorl' module.
31972         * modules/mathl (Files): Remove lib/floorl.c.
31973         (Depends-on): Add floorl.
31974
31975 2007-10-04  Bruno Haible  <bruno@clisp.org>
31976
31977         * modules/floorf-tests: New file.
31978         * tests/test-floorf.c: New file.
31979
31980         * modules/floorf: New file.
31981         * lib/floor.c: New file.
31982         * lib/floorf.c: New file.
31983         * m4/floorf.m4: New file.
31984         * lib/math.in.h (floorf): New declaration.
31985         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31986         HAVE_DECL_FLOORF.
31987         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31988         HAVE_DECL_FLOORF.
31989         * doc/functions/floorf.texi: Mention the 'floorf' module.
31990
31991 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31992             Bruno Haible  <bruno@clisp.org>
31993
31994         Advertise for the Git server instead of the CVS server.
31995         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31996         repository instead of the CVS one.
31997         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31998         about all VCS systems generically.
31999         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32000
32001 2007-10-04  Bruno Haible  <bruno@clisp.org>
32002
32003         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32004         means.
32005         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32006
32007 2007-10-04  Bruno Haible  <bruno@clisp.org>
32008
32009         * modules/truncl-tests: New file.
32010         * tests/test-truncl.c: New file.
32011
32012         * modules/truncl: New file.
32013         * lib/truncl.c: New file.
32014         * m4/truncl.m4: New file.
32015         * lib/math.in.h (truncl): New declaration.
32016         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32017         HAVE_DECL_TRUNCL.
32018         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32019         HAVE_DECL_TRUNCL.
32020         * doc/functions/truncl.texi: Mention the 'truncl' module.
32021
32022 2007-10-04  Bruno Haible  <bruno@clisp.org>
32023
32024         * modules/truncf-tests: New file.
32025         * tests/test-truncf.c: New file.
32026
32027         * modules/truncf: New file.
32028         * lib/trunc.c: Make paramerizable through USE_* macros.
32029         * lib/truncf.c: New file.
32030         * m4/truncf.m4: New file.
32031         * lib/math.in.h (truncf): New declaration.
32032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32033         HAVE_DECL_TRUNCF.
32034         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32035         HAVE_DECL_TRUNCF.
32036         * doc/functions/truncf.texi: Mention the 'truncf' module.
32037
32038 2007-10-03  Bruno Haible  <bruno@clisp.org>
32039
32040         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32041         augmentation also for tests modules.
32042         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32043         * modules/atexit-tests (Makefile.am): Likewise.
32044         * modules/binary-io-tests (Makefile.am): Likewise.
32045         * modules/c-strcase-tests (Makefile.am): Likewise.
32046         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32047         * modules/canonicalize-tests (Makefile.am): Likewise.
32048         * modules/closein-tests (Makefile.am): Likewise.
32049         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32050         * modules/freadahead-tests (Makefile.am): Likewise.
32051         * modules/fseek-tests (Makefile.am): Likewise.
32052         * modules/fseeko-tests (Makefile.am): Likewise.
32053         * modules/ftell-tests (Makefile.am): Likewise.
32054         * modules/ftello-tests (Makefile.am): Likewise.
32055         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32056         * modules/isnanl-tests (Makefile.am): Likewise.
32057         * modules/lseek-tests (Makefile.am): Likewise.
32058         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32059         * modules/mbscasestr-tests (Makefile.am): Likewise.
32060         * modules/mbschr-tests (Makefile.am): Likewise.
32061         * modules/mbscspn-tests (Makefile.am): Likewise.
32062         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32063         * modules/mbspbrk-tests (Makefile.am): Likewise.
32064         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32065         * modules/mbsrchr-tests (Makefile.am): Likewise.
32066         * modules/mbsspn-tests (Makefile.am): Likewise.
32067         * modules/mbsstr-tests (Makefile.am): Likewise.
32068         * modules/printf-posix-tests (Makefile.am): Likewise.
32069         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32070         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32071         * modules/tsearch-tests (Makefile.am): Likewise.
32072         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32073         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32074         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32075         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32076         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32077         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32078         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32079         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32080         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32081         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32082         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32083         * modules/xstrtol-tests (Makefile.am): Likewise.
32084         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32085         * modules/yesno-tests (Makefile.am): Likewise.
32086
32087 2007-10-03  Bruno Haible  <bruno@clisp.org>
32088
32089         * modules/trunc-tests: New file.
32090         * tests/test-trunc.c: New file.
32091
32092         * modules/trunc: New file.
32093         * lib/trunc.c: New file.
32094         * m4/trunc.m4: New file.
32095         * lib/math.in.h (trunc): New declaration.
32096         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32097         HAVE_DECL_TRUNC.
32098         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32099         HAVE_DECL_TRUNC.
32100         * doc/functions/trunc.texi: Mention the 'trunc' module.
32101
32102 2007-10-03  Bruno Haible  <bruno@clisp.org>
32103
32104         * tests/test-fpending.c: New file, mostly copied
32105         from coreutils/lib/t-fpending.c.
32106         * modules/fpending-tests: New file.
32107
32108 2007-10-03  Bruno Haible  <bruno@clisp.org>
32109
32110         Port the stdio extensions to QNX (untested).
32111         * lib/fseterr.c (fseterr): Add support for QNX.
32112         * lib/fbufmode.c (fbufmode): Likewise.
32113         * lib/freadable.c (freadable): Likewise.
32114         * lib/fwritable.c (fwritable): Likewise.
32115         * lib/freading.c (freading): Likewise.
32116         * lib/fwriting.c (fwriting): Likewise.
32117         * lib/freadahead.c (freadahed): Likewise.
32118         * lib/fpurge.c (fpurge): Likewise.
32119         * lib/fseeko.c (rpl_fseeko): Likewise.
32120
32121 2007-10-03  Bruno Haible  <bruno@clisp.org>
32122             Jim Meyering  <jim@meyering.net>
32123             Eric Blake  <ebb9@byu.net>
32124
32125         * doc/relocatable.texi: Use @command instead of @program.
32126
32127 2007-10-02  Jim Meyering  <jim@meyering.net>
32128
32129         Perform one more "_.h" -> ".in.h" substitution.
32130         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32131         instead of unistd_.h here, too.
32132
32133 2007-10-01  Bruno Haible  <bruno@clisp.org>
32134
32135         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32136         Needed for the alloca-opt module.
32137
32138 2007-09-30  Bruno Haible  <bruno@clisp.org>
32139
32140         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32141         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32142         alloca_.h.
32143         * lib/argz.in.h: Renamed from lib/argz_.h.
32144         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32145         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32146         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32147         byteswap_.h.
32148         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32149         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32150         dirent_.h.
32151         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32152         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32153         fcntl_.h.
32154         * lib/float.in.h: Renamed from lib/float_.h.
32155         * modules/float (Files, Makefile.am): Use float.in.h instead of
32156         float_.h.
32157         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32158         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32159         fnmatch_.h.
32160         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32161         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32162         getopt_.h.
32163         * lib/glob.in.h: Renamed from lib/glob_.h.
32164         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32165         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32166         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32167         iconv_.h.
32168         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32169         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32170         inttypes_.h.
32171         * lib/locale.in.h: Renamed from lib/locale_.h.
32172         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32173         locale_.h.
32174         * lib/math.in.h: Renamed from lib/math_.h.
32175         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32176         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32177         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32178         of netinet_in_.h. Add dependency.
32179         * lib/poll.in.h: Renamed from lib/poll_.h.
32180         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32181         * lib/search.in.h: Renamed from lib/search_.h.
32182         * modules/search (Files, Makefile.am): Use search.in.h instead of
32183         search_.h.
32184         * lib/signal.in.h: Renamed from lib/signal_.h.
32185         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32186         _signal.h.
32187         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32188         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32189         stdbool_.h.
32190         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32191         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32192         stdint_.h.
32193         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32194         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32195         stdio_.h.
32196         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32197         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32198         stdlib_.h.
32199         * lib/string.in.h: Renamed from lib/string_.h.
32200         * modules/string (Files, Makefile.am): Use string.in.h instead of
32201         string_.h.
32202         * doc/gnulib-tool.texi (Initial import): Update.
32203         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32204         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32205         of sys_select_.h. Add dependency.
32206         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32207         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32208         of sys_socket_.h.
32209         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32210         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32211         sys_stat_.h.
32212         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32213         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32214         sys_time_.h.
32215         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32216         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32217         sysexits_.h.
32218         * lib/time.in.h: Renamed from lib/time_.h.
32219         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32220         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32221         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32222         unistd_.h.
32223         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32224         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32225         wchar_.h.
32226         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32227         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32228         wctype_.h.
32229         * build-aux/bootstrap (slurp): Update.
32230         * lib/.cppi-disable: Update.
32231
32232 2007-09-30  Bruno Haible  <bruno@clisp.org>
32233
32234         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32235         Needed on BeOS.
32236
32237 2007-09-30  Bruno Haible  <bruno@clisp.org>
32238
32239         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32240
32241 2007-09-29  Bruno Haible  <bruno@clisp.org>
32242
32243         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32244
32245 2007-09-29  Bruno Haible  <bruno@clisp.org>
32246
32247         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32248         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32249         * build-aux/install-reloc: Compile also areadlink.c.
32250         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32251
32252 2007-09-29  Bruno Haible  <bruno@clisp.org>
32253
32254         * gnulib-tool (func_emit_initmacro_done): Indentation.
32255
32256 2007-09-29  Bruno Haible  <bruno@clisp.org>
32257
32258         * README: Add CVS checkout update instructions.
32259         Info from Bob Proulx <bob@proulx.com>.
32260
32261 2007-09-28  Eric Blake  <ebb9@byu.net>
32262
32263         Provide move-if-change.
32264         * build-aux/move-if-change: New file, based on best practice
32265         rather than any canonical upstream location.
32266
32267 2007-09-28  Jim Meyering  <jim@meyering.net>
32268
32269         Fix canonicalize loop-detection corner case.
32270         Do not attempt to stat the symlink values stored via seen_triple.
32271         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32272         on linux-2.6.18, (but not 2.6.22).
32273         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32274         triple_compare.  The former compares dev,ino,filename, while the latter
32275         would actually stat dirname(filename) when dev and ino were equal.
32276         * lib/hash-triple.c: Install <string.h>.
32277         (STREQ): Define.
32278         (triple_compare_ino_str): New function.
32279         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32280
32281 2007-09-28  Eric Blake  <ebb9@byu.net>
32282
32283         Enforce that AC_REPLACE_FUNCS files exist.
32284         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32285         override check for typos.
32286
32287         Fix test-closein on Solaris 10.
32288         * tests/test-closein.c (main): Don't assume stdin can be inherited
32289         closed on all systems.
32290         * tests/test-closein.sh: Likewise.
32291         Reported by Piotr Tarnowski.
32292
32293 2007-09-28  Jim Meyering  <jim@meyering.net>
32294
32295         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32296
32297 2007-09-27  Jim Meyering  <jim@meyering.net>
32298
32299         canonicalize: Avoid a false-positive cycle failure.
32300         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32301         Sort.  Remove cycle-check.
32302         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32303         not cycle-check.h.
32304         (seen_triple): New function.
32305         (canonicalize_filename_mode): Use it instead of cycle-check.
32306         * tests/test-canonicalize.c: Add a test for this bug.
32307         * tests/test-canonicalize.sh: Set up and run the test.
32308
32309         New module, file-set, from coreutils.
32310         * modules/file-set: Define it.
32311         * lib/file-set.c, lib/file-set.h: Implement.
32312
32313         New module, hash-triple, from coreutils.
32314         * modules/hash-triple: Define it.
32315         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32316
32317 2007-09-25  Eric Blake  <ebb9@byu.net>
32318
32319         Fix strerror on Interix.
32320         * lib/string_.h (strerror): Declare replacement.
32321         * doc/functions/strerror.texi (strerror): Document the Interix
32322         shortcoming.
32323         * modules/string (Makefile.am): Support new hooks.
32324         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32325         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32326         gl_FUNC_STRERROR_SEPARATE.
32327         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32328         * lib/strerror.c (rpl_strerror): Provide replacement.
32329         * modules/strerror (Depends-on): Add string.
32330         (configure.ac): Detect use of module.
32331         * tests/test-strerror.c: New file.
32332         * modules/strerror-tests: New test module.
32333         * modules/argp (Depends-on): Add strerror.
32334         * modules/error (Depends-on): Likewise.
32335         Reported by Martin Koeppe.
32336
32337 2007-09-24  Bruno Haible  <bruno@clisp.org>
32338
32339         * README: Update git instructions.
32340
32341 2007-09-24  Eric Blake  <ebb9@byu.net>
32342
32343         Revert fpending breakage from 2007-09-08.
32344         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32345         __fpending.c.
32346
32347 2007-09-24  Jim Meyering  <jim@meyering.net>
32348
32349         filenamecat.c: Add a test.
32350         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32351         showing how the function works when DIR is the empty string.
32352
32353 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32354
32355         * tests/test-canonicalize.sh: Turn on executable bit.
32356
32357 2007-09-19  Eric Blake  <ebb9@byu.net>
32358
32359         * README: Update CVS instructions.
32360
32361 2007-09-18  Bruno Haible  <bruno@clisp.org>
32362
32363         * modules/areadlink: New file.
32364         * lib/areadlink.h (areadlink): New declaration.
32365         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32366
32367 2007-09-17  Jim Meyering  <jim@meyering.net>
32368
32369         * lib/savewd.c (ESTALE) [!defined]: Define.
32370         Reported to be required on Interix by Martin Koeppe.
32371
32372 2007-09-17  Bruno Haible  <bruno@clisp.org>
32373
32374         * gnulib-tool (func_version): Use $version.
32375
32376 2007-09-16  Bruno Haible  <bruno@clisp.org>
32377
32378         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32379         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32380         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32381         Reported by Greg Schafer <gschafer@zip.com.au>.
32382
32383 2007-09-15  Bruno Haible  <bruno@clisp.org>
32384
32385         * gnulib-tool (sed): Try a little harder to make bash understand the
32386         alias.
32387         Reported by Bruce Korb <bruce.korb@gmail.com>.
32388
32389 2007-09-13  Eric Blake  <ebb9@byu.net>
32390
32391         * ChangeLog: Remove conflict markers.
32392
32393 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32394
32395         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32396         Reported by Bruno Haible <bruno@clisp.org>.
32397
32398 2007-09-12  Bruno Haible  <bruno@clisp.org>
32399
32400         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32401         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32402         is not defined.
32403
32404 2007-09-12  Eric Blake  <ebb9@byu.net>
32405
32406         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32407         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32408         Autoconf definition.
32409         * modules/euidaccess (Depends-on): Add extensions, for
32410         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32411         * modules/fnmatch (Depends-on): Likewise.
32412         * modules/getaddrinfo (Depends-on): Likewise.
32413         * modules/getdelim (Depends-on): Likewise.
32414         * modules/getline (Depends-on): Likewise.
32415         * modules/getsubopt (Depends-on): Likewise.
32416         * modules/gettext (Depends-on): Likewise.
32417         * modules/group-member (Depends-on): Likewise.
32418         * modules/mbchar (Depends-on): Likewise.
32419         * modules/memmem (Depends-on): Likewise.
32420         * modules/mempcpy (Depends-on): Likewise.
32421         * modules/memrchr (Depends-on): Likewise.
32422         * modules/pagealign_alloc (Depends-on): Likewise.
32423         * modules/readutmp (Depends-on): Likewise.
32424         * modules/stpcpy (Depends-on): Likewise.
32425         * modules/stpncpy (Depends-on): Likewise.
32426         * modules/strchrnul (Depends-on): Likewise.
32427         * modules/strndup (Depends-on): Likewise.
32428         * modules/strsep (Depends-on): Likewise.
32429         * modules/strverscmp (Depends-on): Likewise.
32430         * modules/vasprintf (Depends-on): Likewise.
32431         * modules/wcwidth (Depends-on): Likewise.
32432         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32433         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32434         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32435         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32436         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32437         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32438         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32439         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32440         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32441         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32442         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32443         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32444         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32445         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32446         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32447         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32448         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32449         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32450         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32451         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32452         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32453         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32454         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32455         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32456         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32457         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32458         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32459         so that lock.m4 can be used in gettext without extensions module.
32460
32461 2007-09-11  Bruno Haible  <bruno@clisp.org>
32462
32463         * m4/isc-posix.m4: Remove file.
32464         Suggested by Eric Blake.
32465
32466 2007-09-11  Eric Blake  <ebb9@byu.net>
32467
32468         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32469
32470 2007-09-10  Bruno Haible  <bruno@clisp.org>
32471
32472         * posix-modules: Fix typo in error message.
32473         Reported by Matt <mkraai@beckman.com>.
32474
32475 2007-09-09  Bruno Haible  <bruno@clisp.org>
32476
32477         * doc/functions/getdelim.texi: Update list of platforms lacking the
32478         function.
32479         * doc/functions/getline.texi: Likewise.
32480
32481 2007-09-09  Jim Meyering  <jim@meyering.net>
32482
32483         * lib/hash.c (hash_initialize): Detect calloc failure.
32484         Reported by Bruno Haible.
32485
32486 2007-09-09  Bruno Haible  <bruno@clisp.org>
32487
32488         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32489         malloc or realloc fails.
32490
32491 2007-09-09  Bruno Haible  <bruno@clisp.org>
32492
32493         * modules/getcwd (Depends-on): Add malloc-posix.
32494         * modules/glob (Depends-on): Likewise.
32495         * modules/putenv (Depends-on): Likewise.
32496         * modules/strdup (Depends-on): Likewise.
32497         * modules/getdelim (Depends-on): Add realloc-posix.
32498         * modules/read-file (Depends-on): Likewise.
32499
32500 2007-09-09  Bruno Haible  <bruno@clisp.org>
32501
32502         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32503         (gl_FUNC_MALLOC_POSIX): Require it.
32504         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32505         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32506         * modules/realloc (Files): Add m4/malloc.m4.
32507         * modules/calloc (Files): Likewise.
32508
32509 2007-09-09  Bruno Haible  <bruno@clisp.org>
32510
32511         * modules/malloc-posix: New file.
32512         * modules/malloc (Depends-on): Add malloc-posix.
32513         * lib/malloc.c: Include errno.h.
32514         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32515         and a POSIX-compatible malloc into a single function. Set ENOMEM
32516         when returning NULL.
32517         * m4/malloc.m4: New file.
32518         * doc/functions/malloc.texi: Mention the malloc-posix module.
32519         * lib/stdlib_.h (malloc): New declaration.
32520         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32521         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32522         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32523         and HAVE_MALLOC_POSIX.
32524
32525 2007-09-09  Bruno Haible  <bruno@clisp.org>
32526
32527         * modules/realloc-posix: New file.
32528         * modules/realloc (Depends-on): Add realloc-posix.
32529         * lib/realloc.c: Include errno.h.
32530         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32531         and a POSIX-compatible realloc into a single function. Set ENOMEM
32532         when returning NULL.
32533         * m4/realloc.m4: New file.
32534         * doc/functions/realloc.texi: Mention the realloc-posix module.
32535         * lib/stdlib_.h (realloc): New declaration.
32536         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32537         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32538         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32539         and HAVE_REALLOC_POSIX.
32540
32541 2007-09-09  Bruno Haible  <bruno@clisp.org>
32542
32543         * modules/calloc-posix: New file.
32544         * modules/calloc (Depends-on): Add calloc-posix.
32545         * lib/calloc.c: Include errno.h.
32546         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32547         and a POSIX-compatible calloc into a single function. Set ENOMEM
32548         when returning NULL.
32549         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32550         * doc/functions/calloc.texi: Mention the calloc-posix module.
32551         * lib/stdlib_.h (calloc): New declaration.
32552         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32553         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32554         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32555         and HAVE_CALLOC_POSIX.
32556
32557 2007-09-09  Bruno Haible  <bruno@clisp.org>
32558
32559         Allow for modules to show an arbitrary notice.
32560         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32561         * gnulib-tool: New option --extract-notice.
32562         (func_usage): Document it.
32563         (sed_extract_prog): Update.
32564         (func_get_notice): New function.
32565         (func_modules_notice): New function.
32566         (func_import, func_create_testdir): Invoke it.
32567         Suggested by Jim Meyering.
32568
32569 2007-09-09  Bruno Haible  <bruno@clisp.org>
32570
32571         * gnulib-tool: New options --verbose, --quiet.
32572         (func_usage): Document them.
32573         (verbose): New variable.
32574         (func_execute_command): New function.
32575         (func_import): Don't show the module list and the file list if
32576         $verbose < 0.
32577         (func_create_testdir): Likewise. Use func_execute_command.
32578         (func_create_megatestdir): Use func_execute_command.
32579
32580 2007-09-08  Bruno Haible  <bruno@clisp.org>
32581
32582         * gnulib-tool (func_import): Prefer rsync over wget when available,
32583         for fetching the PO files.
32584
32585 2007-09-08  Bruno Haible  <bruno@clisp.org>
32586
32587         * posix-modules: New file. Portions copied from gnulib-tool.
32588         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32589
32590 2007-09-08  Jim Meyering  <jim@meyering.net>
32591
32592         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32593         * lib/fpending.h: Rename from __fpending.h.
32594         * lib/fpending.c: Rename from __fpending.c.
32595         Include "fpending.h", not "__fpending.h".
32596         * lib/__fpending.h, lib/__fpending.c: Remove files.
32597         * modules/fpending (Files): Reflect new file names.
32598         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32599
32600 2007-09-08  Bruno Haible  <bruno@clisp.org>
32601
32602         * m4/inttypes-h.m4: Remove stub file.
32603
32604 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32605
32606         * doc/headers/stdint.texi: Discuss #include_next issue.
32607
32608 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32609
32610         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32611
32612 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32613
32614         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32615         in variable name.
32616
32617 2007-09-03  Jim Meyering  <jim@meyering.net>
32618
32619         New module: git-version-gen.
32620         * modules/git-version-gen: New file.
32621
32622         Import changes from coreutils for bootstrap script.
32623
32624         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32625
32626         bootstrap: uses rsync to download the .po files
32627         * build-aux/bootstrap (po_download_command_format): New global.
32628         (download_po_files): Use rsync.
32629         (update_po_files): Don't remove .po files after download,
32630         so future rsync runs can take advantage of the copies.
32631
32632         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32633
32634         Solve the unnecessary-.po-file-regeneration problem once and for all.
32635         * build-aux/bootstrap (download_po_files): New function, renamed from
32636         get_translations.  Now, downloads, but doesn't update LINGUAS.
32637         (update_po_files): New function.
32638
32639         bootstrap: Ignore more.
32640         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32641         uniwidth to e.g., lib/.gitignore.
32642         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32643
32644         * build-aux/bootstrap: New setting: vc_ignore.
32645         (insert_sorted_if_absent): Create $file if absent.
32646         Adapt to new, possibly empty, list: $vc_ignore.
32647
32648         bootstrap: generate more ignorable names
32649         * build-aux/bootstrap (slurp): When generating ignorable names,
32650         also map .sin to .sed, .gperf to .c, and .y to .c.
32651
32652 2007-09-03  Jim Meyering  <jim@meyering.net>
32653
32654         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32655         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32656
32657 2007-09-02  Bruno Haible  <bruno@clisp.org>
32658
32659         Fix mis-recognition of 'mcs' on QNX 6.
32660         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32661         output contains the string "Mono".
32662         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32663         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32664
32665 2007-09-01  Bruno Haible  <bruno@clisp.org>
32666
32667         Fix collision between uniwidth/* and linebreak modules.
32668         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32669         u32_width): Remove declarations.
32670         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32671         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32672         streq3, streq2, streq1, streq0): Remove functions.
32673         (STREQ): Remove macro.
32674         (is_cjk_encoding): Remove function.
32675         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32676         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32677         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32678         * NEWS: Document the change.
32679
32680 2007-09-01  Bruno Haible  <bruno@clisp.org>
32681
32682         * lib/streq.h: Add double-inclusion guard.
32683
32684 2007-09-01  Karl Berry  <karl@gnu.org>
32685
32686         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32687
32688 2007-08-28  Jim Meyering  <jim@meyering.net>
32689
32690         Rename mreadlink_with_size to areadlink_with_size.
32691         * NEWS: Document the change.
32692         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32693         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32694         * lib/mreadlink.h: Rename this to...
32695         * lib/areadlink.h: ...this.
32696         * modules/mreadlink-with-size: Rename this to...
32697         * modules/areadlink-with-size: ...this.
32698         * lib/canonicalize.c: Reflect the renaming.
32699         * modules/canonicalize: Likewise.
32700
32701 2007-08-26  Bruno Haible  <bruno@clisp.org>
32702
32703         * gnulib-tool (func_import): When deciding which files to remove,
32704         consider also dangling symbolic links.
32705         Reported by Eric Blake.
32706
32707 2007-08-26  Bruno Haible  <bruno@clisp.org>
32708
32709         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32710
32711 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32712
32713         * lib/readline.c: Don't include getline.h, the prototype is now
32714         found in stdio.h.
32715
32716 2007-08-23  Jim Meyering  <jim@meyering.net>
32717
32718         Getdelim touchup.
32719         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32720         around the funlockfile call, since funlockfile never sets errno.
32721         Don't set errno upon failed realloc.
32722
32723 2007-08-22  Eric Blake  <ebb9@byu.net>
32724
32725         Getline touchups.
32726         * lib/getdelim.c (getdelim): Revert regression that required *n to
32727         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32728         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32729         getdelim, rather than whether implementation is missing.
32730         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32731         * lib/stdio_.h (getline): Also declare if replacement is
32732         required.
32733         * doc/functions/getdelim.texi: New file.
32734         * doc/functions/getline.texi: Likewise.
32735         * doc/gnulib.texi (Function Substitutes): Add new files.
32736         Reported by Bruno Haible.
32737
32738 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32739
32740         * users.txt: Add Guile.
32741
32742 2007-08-22  Eric Blake  <ebb9@byu.net>
32743
32744         * tests/test-getdelim.c (main): Use remove, not unlink.
32745         * tests/test-getline.c (main): Likewise.
32746
32747         Move getline and getdelim into stdio.h, per POSIX 200x.
32748         * modules/getline (Files): Remove getline.h.
32749         (Depends-on): Add stdio.
32750         (configure.ac): Add module indicator.
32751         * modules/getdelim (Files): Remove getdelim.h.
32752         (Depends-on): Add stdio.
32753         (configure.ac): Add module indicator.
32754         * modules/stdio (Makefile.am): Work with new indicators.
32755         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32756         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32757         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32758         * lib/getdelim.h: Delete.
32759         * lib/getline.h: Delete.
32760         * lib/stdio_.h (getdelim, getline): Declare.
32761         * modules/getdelim-tests: New module.
32762         * modules/getline-tests: Likewise.
32763         * tests/test-getdelim.c: New file.
32764         * tests/test-getline.c: Likewise.
32765         * NEWS: Document the change.
32766         * lib/getline.c: Update choice of header.
32767         * lib/csharpcomp.c: Likewise.
32768         * lib/getpass.c: Likewise.
32769         * lib/javacomp.c: Likewise.
32770         * lib/javaversion.c: Likewise.
32771         * lib/yesno.c: Likewise.
32772         * lib/getdelim.c: Likewise.
32773         (getdelim): Set errno on failure, and avoid memory leak.
32774
32775 2007-08-19  Bruno Haible  <bruno@clisp.org>
32776
32777         * modules/closein (Depends-on): Add freadahead.
32778         * lib/closein.c: Include freadahead.h.
32779         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32780         is zero.
32781
32782 2007-08-19  Bruno Haible  <bruno@clisp.org>
32783
32784         * modules/freadahead-tests: New file.
32785         * tests/test-freadahead.sh: New file.
32786         * tests/test-freadahead.c: New file.
32787
32788         * modules/freadahead: New file.
32789         * lib/freadahead.h: New file.
32790         * lib/freadahead.c: New file.
32791         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32792         fbufmode, fpurge, freadable, fwritable.
32793
32794 2007-08-19  Eric Blake  <ebb9@byu.net>
32795
32796         Test yesno in combination with closein.
32797         * lib/yesno.c (yesno): Document use of stdin.
32798         * modules/yesno-tests (Files): New module.
32799         * tests/test-yesno.c (main): New file.
32800         * tests/test-yesno.sh: Likewise.
32801
32802 2007-08-19  Bruno Haible  <bruno@clisp.org>
32803
32804         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32805         * lib/fseeko.c (rpl_fseeko): Likewise.
32806         * lib/fseterr.c (fseterr): Likewise.
32807
32808 2007-08-19  Bruno Haible  <bruno@clisp.org>
32809
32810         * tests/test-lseek.c (main): Disable a test for BeOS.
32811         * doc/functions/lseek.texi: Document the BeOS bug.
32812
32813 2007-08-19  Bruno Haible  <bruno@clisp.org>
32814             Eric Blake  <ebb9@byu.net>
32815
32816         * lib/lseek.c: Include <sys/stat.h>.
32817         (rpl_lseek): Add workaround code also for Unix platforms.
32818         Needed for BeOS.
32819         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32820         * doc/functions/lseek.texi: Document BeOS definiency.
32821
32822 2007-08-18  Bruno Haible  <bruno@clisp.org>
32823
32824         * modules/fstrcmp-tests: New file.
32825         * tests/test-fstrcmp.c: New file.
32826
32827 2007-08-18  Bruno Haible  <bruno@clisp.org>
32828
32829         * modules/fstrcmp: New file, from GNU gettext with modifications.
32830         * lib/fstrcmp.h: New file, from GNU gettext.
32831         * lib/fstrcmp.c: New file, from GNU gettext.
32832         * MODULES.html.sh (String handling): Add fstrcmp.
32833
32834 2007-08-18  Bruno Haible  <bruno@clisp.org>
32835
32836         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32837         'bool'.
32838         (diag, compareseq): Remove const from the ctxt argument.
32839         (USE_HEURISTIC): Undefine at the end.
32840
32841 2007-08-18  Jim Meyering  <jim@meyering.net>
32842
32843         New file: lib/idcache.h
32844         * NEWS: Mention the addition.
32845         * modules/idcache (Files): Add lib/idcache.h
32846         * lib/idcache.c: Include "idcache.h".
32847         Don't include <sys/types.h>.
32848         Add a FIXME comment.
32849         Move file-scoped "static" declarations to the top.
32850         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32851
32852 2007-08-17  Bruno Haible  <bruno@clisp.org>
32853         and Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * MODULES.html.sh: Add diffseq.
32856         * modules/diffseq: New file.
32857         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32858         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32859
32860 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32861
32862         Import changes from coreutils for bootstrap script.
32863
32864         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32865
32866         * build-aux/bootstrap (slurp): Work even in environments where
32867         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32868         current code does not slurp files whose names start with ".", and
32869         this looks like it might be a troublesome area.
32870
32871         2007-07-11  Jim Meyering  <jim@meyering.net>
32872
32873         If there's a GPL vN copyright comment, require that N == 3.
32874
32875         2007-07-08  Jim Meyering  <jim@meyering.net>
32876
32877         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32878         * build-aux/bootstrap (mam_template): Move definition out of loop.
32879
32880         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32881
32882         * build-aux/bootstrap (symlink_to_dir): Rename function from
32883         symlink_to_gnulib.  Add a directory parameter.  Update all
32884         callers.
32885         (cp_mark_as_generated): Also check for -- and link to -- files in
32886         gl/.
32887
32888         2007-07-08  Jim Meyering  <jim@meyering.net>
32889
32890         Adapt to deeper hierarchy in gnulib.
32891         * build-aux/bootstrap (symlink_to_dir): If the destination
32892         directory doesn't exist, create it. This is required at least for
32893         "lib/uniwidth/cjk.h".
32894
32895         2007-05-15  Jim Meyering  <jim@meyering.net>
32896
32897         * build-aux/bootstrap: Now that generated Makefile.am files
32898         are no longer under version control, they must be created at
32899         bootstrap time.
32900
32901 2007-08-14  Ben Pfaff  <blp@gnu.org>
32902
32903         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32904
32905 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32906
32907         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32908         given the changes below.
32909         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32910         even on hosts that have padding bits beyond the supported 64.
32911
32912 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32913
32914         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32915         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32916         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32917         depends on it.
32918         (xstrtol_error): Remove.
32919         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32920         but with a different signature.
32921         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32922         * lib/xstrtol-error.c: Include exitfail.h.
32923         (xstrtol_fatal): New function, with a different signature from the
32924         old xstrtol_error, so that the caller need not worry about passing
32925         in an exit status, or about storage management of the option argument.
32926         (xstrtol_error): Now a static function.  Redo signature to
32927         implement xstrtol_fatal.  Output the correct number of hyphens in
32928         front of the option so that the caller need not worry about
32929         storage management.
32930         (N_): New macro.
32931         (_): Remove; not used now.
32932         * modules/xstrtol: Depend on getopt.
32933         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32934         of old STRTOL_FATAL_ERROR macro.
32935         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32936         of test program.
32937         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32938         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32939
32940 2007-08-08  Eric Blake  <ebb9@byu.net>
32941
32942         * lib/xstrtol-error.c: Add missing include.
32943
32944         Move xstrtol messages into gnulib domain, when --pobase is used.
32945         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32946         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32947         * modules/xstrtol (Files): Distribute new file.
32948         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32949         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32950         * tests/test-xstrtol.c: ...into new file.
32951         * tests/test-xstrtoul.c: Also test xstrtoul.
32952         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32953         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32954         * tests/test-xstrtol.sh: Drive the tests.
32955         * tests/test-xstrtoimax.sh: Likewise.
32956         * tests/test-xstrtoumax.sh: Likewise.
32957         * modules/xstrtol-tests: New module.
32958         * modules/xstrtoimax-tests: Likewise.
32959         * modules/xstrtoumax-tests: Likewise.
32960
32961 2007-08-08  Jim Meyering  <jim@meyering.net>
32962
32963         New function: mfile_name_concat.
32964         * lib/filenamecat.c (mfile_name_concat): New function, just like
32965         file_name_concat, but return NULL upon failure rather than exiting
32966         with a diagnostic.
32967         * lib/filenamecat.h: Declare it.
32968
32969 2007-08-07  Bruno Haible  <bruno@clisp.org>
32970
32971         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32972         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32973         warning from gcc.
32974         Reported by Eric Blake.
32975
32976 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32977
32978         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32979         * modules/crypto/arcfour (License): Likewise.
32980         * modules/crypto/des-tests (License): Likewise.
32981         * modules/crypto/gc-arctwo-tests (License): Likewise.
32982         * modules/crypto/gc-des-tests (License): Likewise.
32983         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32984         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32985         * modules/crypto/gc-md2-tests (License): Likewise.
32986         * modules/crypto/gc-md4-tests (License): Likewise.
32987         * modules/crypto/gc-md5-tests (License): Likewise.
32988         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32989         * modules/crypto/gc-rijndael-tests (License): Likewise.
32990         * modules/crypto/gc-sha1-tests (License): Likewise.
32991         * modules/crypto/gc-tests (License): Likewise.
32992         * modules/crypto/hmac-md5 (License): Likewise.
32993         * modules/crypto/hmac-sha1 (License): Likewise.
32994         * modules/crypto/md2-tests (License): Likewise.
32995         * modules/crypto/md4-tests (License): Likewise.
32996         * modules/crypto/md5 (License): Likewise.
32997         * modules/crypto/rijndael (License): Likewise.
32998         * modules/crypto/sha1 (License): Likewise.
32999         * modules/memxor (License): Likewise.
33000
33001 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33002         and Bruno Haible  <bruno@clisp.org>
33003
33004         * NEWS: Describe interface changes to human, xstrtol.
33005         * lib/human.h: Include <xstrtol.h>.
33006         (human_options): Return enum strtol_error, not int.  Remove
33007         bool arg; take int * instead.
33008         * lib/human.c: Don't include "gettext.h".
33009         (_): Remove; no longer used.
33010         Don't include <xstrtol.h>, since human.h does it.
33011         (human_options): Adjust to abovementioned interface changes.
33012         Do not report error to stderr; that's now the caller's
33013         responsibility.
33014         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33015         interface change.
33016         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33017         Str, Argument_type_string.  All uses changed.  Put " argument"
33018         in diagnostics to make them clearer.  Change wording of suffix
33019         message for clarity.
33020         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33021         Argument_type_string.
33022         (STRTOL_FATAL_WARN): Remove; no longer used.
33023         * modules/human (Depends-on): Remove gettext-h.
33024
33025 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33026
33027         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33028
33029 2007-07-31  Bruno Haible  <bruno@clisp.org>
33030
33031         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33032         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33033         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33034
33035 2007-07-31  Bruno Haible  <bruno@clisp.org>
33036
33037         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33038         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33039
33040 2007-07-30  Bruno Haible  <bruno@clisp.org>
33041
33042         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33043         * modules/c-ctype (License): Likewise.
33044         * modules/c-strcase (License): Likewise.
33045         * modules/check-version (License): Likewise.
33046         * modules/iconv (License): Likewise.
33047         * modules/iconv_open (License): Likewise.
33048         * modules/read-file (License): Likewise.
33049         * modules/striconv (License): Likewise.
33050         * modules/strverscmp (License): Likewise.
33051         * modules/vasprintf (License): Likewise.
33052         * modules/crypto/des (License): Likewise.
33053         * modules/crypto/gc (License): Likewise.
33054         * modules/crypto/gc-arcfour (License): Likewise.
33055         * modules/crypto/gc-arctwo (License): Likewise.
33056         * modules/crypto/gc-des (License): Likewise.
33057         * modules/crypto/gc-hmac-md5 (License): Likewise.
33058         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33059         * modules/crypto/gc-md2 (License): Likewise.
33060         * modules/crypto/gc-md4 (License): Likewise.
33061         * modules/crypto/gc-md5 (License): Likewise.
33062         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33063         * modules/crypto/gc-random (License): Likewise.
33064         * modules/crypto/gc-rijndael (License): Likewise.
33065         * modules/crypto/gc-sha1 (License): Likewise.
33066         * modules/crypto/md2 (License): Likewise.
33067         * modules/crypto/md4 (License): Likewise.
33068
33069 2007-07-30  Jim Meyering  <jim@meyering.net>
33070
33071         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33072         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33073         it has valid stat data.  This bug would cause du not to count the
33074         sizes of inaccessible directories.
33075         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33076         in <http://bugzilla.redhat.com/250077>.
33077
33078 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33079             Bruno Haible  <bruno@clisp.org>
33080
33081         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33082         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33083         #include_next, gives a diagnostic about it, but reports no error in
33084         the exit code.
33085         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33086
33087 2007-07-24  Ben Pfaff  <blp@gnu.org>
33088
33089         Improve name: "count-one-bits" is better than "popcount".
33090         * MODULES.html.sh: Update name.
33091         * lib/popcount.h: Renamed lib/count-one-bits.h.
33092         (popcount): Renamed count_one_bits.
33093         (popcountl): Renamed count_one_bits_l.
33094         (popcountll): Renamed count_one_bits_ll.
33095         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33096         * modules/popcount: Renamed module/count-one-bits.
33097         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33098         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33099
33100 2007-07-23  Ben Pfaff  <blp@gnu.org>
33101
33102         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33103         better code generation, and add U to large constants to avoid
33104         warnings, in non-GCC case.
33105         Suggested by Bruno Haible.
33106
33107 2007-07-23  Ben Pfaff  <blp@gnu.org>
33108
33109         * lib/popcount.h: Use verify_true instead of if...abort.
33110         * modules/popcount: Depend on verify module.
33111         Suggested by Jim Meyering.
33112
33113 2007-07-23  Bruno Haible  <bruno@clisp.org>
33114
33115         * gnulib-tool (func_import): Create a .cvsignore file also when the
33116         directory is not yet in CVS but the toplevel directory is. When
33117         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33118         Reported by Karl Berry.
33119
33120 2007-07-22  Ben Pfaff  <blp@gnu.org>
33121
33122         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33123         case.
33124         Suggested by Eric Blake.
33125
33126 2007-07-22  Ben Pfaff  <blp@gnu.org>
33127
33128         New module: popcount.
33129         * MODULES.html.sh: Add popcount.
33130         * modules/popcount: New file.
33131         * modules/popcount-tests: New file.
33132         * tests/test-popcount.c: New file.
33133         * lib/popcount.h: New file.
33134         * m4/popcount.m4: New file.
33135
33136 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33137
33138         * build-aux/announce-gen: Update to GPLv3.
33139
33140         * build-aux/config.guess: Update from config.
33141
33142 2007-07-21  Bruno Haible  <bruno@clisp.org>
33143
33144         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33145         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33146
33147 2007-07-20  Jim Meyering  <jim@meyering.net>
33148
33149         * check-module: Diagnose a self-dependency.
33150
33151 2007-07-19  Bruno Haible  <bruno@clisp.org>
33152
33153         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33154         empty.
33155         Reported by Eric Blake.
33156
33157 2007-07-18  Bruno Haible  <bruno@clisp.org>
33158
33159         * gnulib-tool: New options --po-base, --po-domain.
33160         (func_usage): Document them.
33161         (pobase, po_domain): New variables.
33162         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33163         DEFAULT_TEXT_DOMAIN.
33164         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33165         (func_import): Consider pobase and po_domain. Create a po/ directory.
33166         (func_create_testdir): Set pobase and po_domain to empty.
33167         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33168         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33169
33170 2007-07-18  Bruno Haible  <bruno@clisp.org>
33171
33172         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33173         EXTRA_DIST augmentation for files in build-aux/.
33174
33175 2007-07-16  Bruno Haible  <bruno@clisp.org>
33176
33177         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33178         * modules/getdelim (License): Likewise.
33179
33180 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33181
33182         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33183         * modules/d-type (License): Likewise.
33184         * modules/extensions (License): Likewise.
33185         * modules/fnmatch (License): Likewise.
33186         * modules/fseeko (License): Likewise.
33187         * modules/getaddrinfo (License): Likewise.
33188         * modules/getline (License): Likewise.
33189         * modules/getlogin_r (License): Likewise.
33190         * modules/getpass (License): Likewise.
33191         * modules/gettimeofday (License): Likewise.
33192         * modules/glob (License): Likewise.
33193         * modules/inet_ntop (License): Likewise.
33194         * modules/malloc (License): Likewise.
33195         * modules/malloca (License): Likewise.
33196         * modules/memmem (License): Likewise.
33197         * modules/mempcpy (License): Likewise.
33198         * modules/memset (License): Likewise.
33199         * modules/minmax (License): Likewise.
33200         * modules/mktime (License): Likewise.
33201         * modules/netinet_in (License): Likewise.
33202         * modules/pathmax (License): Likewise.
33203         * modules/poll (License): Likewise.
33204         * modules/regex (License): Likewise.
33205         * modules/snprintf (License): Likewise.
33206         * modules/stdbool (License): Likewise.
33207         * modules/stdint (License): Likewise.
33208         * modules/stdio (License): Likewise.
33209         * modules/strcase (License): Likewise.
33210         * modules/strcasestr (License): Likewise.
33211         * modules/strdup (License): Likewise.
33212         * modules/string (License): Likewise.
33213         * modules/strndup (License): Likewise.
33214         * modules/strnlen (License): Likewise.
33215         * modules/strpbrk (License): Likewise.
33216         * modules/strptime (License): Likewise.
33217         * modules/strsep (License): Likewise.
33218         * modules/sys_select (License): Likewise.
33219         * modules/sys_socket (License): Likewise.
33220         * modules/sys_stat (License): Likewise.
33221         * modules/sys_time (License): Likewise.
33222         * modules/time (License): Likewise.
33223         * modules/time_r (License): Likewise.
33224         * modules/timegm (License): Likewise.
33225         * modules/unistd (License): Likewise.
33226         * modules/vsnprintf (License): Likewise.
33227         * modules/wctype (License): Likewise.
33228
33229 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33230
33231         * modules/argz (License): LGPLv2+.
33232
33233 2007-07-15  Karl Berry  <karl@gnu.org>
33234
33235         * doc/gnulib.texi: revise node structure per new fdl.texi.
33236
33237 2007-07-14  Bruno Haible  <bruno@clisp.org>
33238
33239         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33240         the output file.
33241         * lib/uniname/uninames.h: Regenerated.
33242
33243 2007-07-14  Karl Berry  <karl@gnu.org>
33244
33245         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33246         omitting sectioning and index commands.
33247
33248 2007-07-13  Bruno Haible  <bruno@clisp.org>
33249
33250         New gnulib-tool option --more-symlinks.
33251         * gnulib-tool (func_usage): Document --more-symlinks.
33252         (do_copyrights): New variable.
33253         Recognize option --more-symlinks.
33254         (func_import): Don't add a copyright notice transform to
33255         sed_transform_lib_file if do_copyrights is empty.
33256
33257 2007-07-13  Bruno Haible  <bruno@clisp.org>
33258
33259         * lib/vasnprintf.c (decimal_point_char): Define also if
33260         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33261         && !NEED_PRINTF_DIRECTIVE_A.
33262         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33263         Gary V. Vaughan <gary@gnu.org>.
33264
33265 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33266
33267         * lib/inttypes_.h: Undo previous change, since it was fixed
33268         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33269
33270 2007-07-13  Bruno Haible  <bruno@clisp.org>
33271
33272         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33273         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33274
33275 2007-07-13  Jim Meyering  <jim@meyering.net>
33276
33277         df: Don't fail for Tru64's "file-on-file mount".
33278         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33279         so we fall through and use statfs instead.  Details here:
33280         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33281         Reported by Albert Chin.
33282
33283 2007-07-13  Bruno Haible  <bruno@clisp.org>
33284
33285         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33286         * modules/configmake (License): Likewise.
33287         * modules/gettext (License): Likewise.
33288         * modules/gettext-h (License): Likewise.
33289         * modules/include_next (License): Likewise.
33290         * modules/link-warning (License): Likewise.
33291         * modules/localcharset (License): Likewise.
33292         * modules/localename (License): Likewise.
33293         * modules/lock (License): Likewise.
33294         * modules/relocatable-lib-lgpl (License): Likewise.
33295         * modules/size_max (License): Likewise.
33296         * modules/vasnprintf (License): Likewise.
33297         * modules/wchar (License): Likewise.
33298         * modules/xsize (License): Likewise.
33299
33300 2007-07-13  Bruno Haible  <bruno@clisp.org>
33301
33302         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33303         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33304
33305 2007-07-12  Bruno Haible  <bruno@clisp.org>
33306
33307         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33308         in the modules files.
33309
33310 2007-07-11  Karl Berry  <karl@gnu.org>
33311
33312         * MODULES.html.sh (func_module): use
33313          sed -e '\|^'"${includefile}"'$|d'
33314          instead of /.../d, to avoid errors on $includefile's containing /.
33315
33316 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33317
33318         * gnulib-tool (func_import): Avoid duplication of --avoid
33319         statements
33320         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33321         names to `_' in variable names.
33322
33323 2007-07-10  Eric Blake  <ebb9@byu.net>
33324
33325         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33326         * NEWS: Document this change.
33327
33328 2007-07-08  Bruno Haible  <bruno@clisp.org>
33329
33330         Update to Unicode 5.0.
33331         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33332         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33333         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33334         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33335         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33336         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33337         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33338         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33339         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33340         U+10A3F, U+1D242..U+1D244.
33341         (nonspacing_table_ind): Update.
33342         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33343         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33344
33345 2007-07-08  Bruno Haible  <bruno@clisp.org>
33346
33347         Update to Unicode 5.0.
33348         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33349         code transform. Extend the name index field of unicode_name_to_code and
33350         unicode_code_to_name from 16 to 24 bits.
33351         * lib/uniname/uniname.c (unicode_character_name,
33352         unicode_name_character): Add the range 0x12xxx to the code transform.
33353         * lib/uniname/uninames.h: Regenerated.
33354         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33355
33356 2007-07-07  Bruno Haible  <bruno@clisp.org>
33357
33358         * modules/wcwidth-tests: New file.
33359         * tests/test-wcwidth.c: New file.
33360
33361         Work around MacOS X wcwidth() bug.
33362         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33363         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33364         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33365         original wcwidth in non-UTF-8 locales.
33366         * modules/wcwidth (Depends-on): Add localcharset, streq,
33367         uniwidth/width.
33368         * doc/functions/wcwidth.texi: Update.
33369
33370 2007-07-07  Bruno Haible  <bruno@clisp.org>
33371
33372         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33373         (wcwidth): New declaration.
33374         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33375         macros.
33376         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33377         here. Prepare for creating <wchar.h> unconditionally.
33378         * modules/wchar (Depends-on): Add link-warning.
33379         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33380         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33381         * lib/wcwidth.h: Remove file.
33382         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33383         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33384         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33385         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33386         (Include): Replace wcwidth.h with <wchar.h>.
33387         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33388         * lib/mbchar.h: Don't include wcwidth.h.
33389         * lib/mbswidth.c: Likewise.
33390         * NEWS: Mention the change.
33391
33392 2007-07-07  Bruno Haible  <bruno@clisp.org>
33393
33394         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33395         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33396         definition with an external declaration.
33397         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33398         defined as a function. Remove AC_C_INLINE requirement.
33399         * modules/wcwidth (Files): Add lib/wcwidth.c.
33400         (Makefile.am): Remove redundant statement.
33401
33402 2007-07-07  Bruno Haible  <bruno@clisp.org>
33403
33404         * MODULES.html.sh (Unicode string functions): Add the new modules.
33405
33406         * tests/uniwidth/test-u32-strwidth.c: New file.
33407         * modules/uniwidth/u32-strwidth-tests: New file.
33408
33409         * lib/uniwidth/u32-strwidth.c: New file.
33410         * modules/uniwidth/u32-strwidth: New file.
33411
33412         * tests/uniwidth/test-u16-strwidth.c: New file.
33413         * modules/uniwidth/u16-strwidth-tests: New file.
33414
33415         * lib/uniwidth/u16-strwidth.c: New file.
33416         * modules/uniwidth/u16-strwidth: New file.
33417
33418         * tests/uniwidth/test-u8-strwidth.c: New file.
33419         * modules/uniwidth/u8-strwidth-tests: New file.
33420
33421         * lib/uniwidth/u8-strwidth.c: New file.
33422         * modules/uniwidth/u8-strwidth: New file.
33423
33424         * tests/uniwidth/test-u32-width.c: New file.
33425         * modules/uniwidth/u32-width-tests: New file.
33426
33427         * lib/uniwidth/u32-width.c: New file.
33428         * modules/uniwidth/u32-width: New file.
33429
33430         * tests/uniwidth/test-u16-width.c: New file.
33431         * modules/uniwidth/u16-width-tests: New file.
33432
33433         * lib/uniwidth/u16-width.c: New file.
33434         * modules/uniwidth/u16-width: New file.
33435
33436         * tests/uniwidth/test-u8-width.c: New file.
33437         * modules/uniwidth/u8-width-tests: New file.
33438
33439         * lib/uniwidth/u8-width.c: New file.
33440         * modules/uniwidth/u8-width: New file.
33441
33442         * tests/uniwidth/test-uc_width.c: New file.
33443         * modules/uniwidth/width-tests: New file.
33444
33445         * lib/uniwidth/width.c: New file, from GNU libiconv.
33446         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33447         * modules/uniwidth/width: New file.
33448
33449         * lib/uniwidth.h: New file, from GNU libiconv.
33450         * modules/uniwidth/base: New file.
33451
33452 2007-07-07  Bruno Haible  <bruno@clisp.org>
33453
33454         * lib/uniname.h: New file, from GNU gettext.
33455         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33456         * lib/uniname/uninames.h: New file, from GNU gettext.
33457         * lib/uniname/uniname.c: New file, from GNU gettext.
33458         * tests/uniname/test-uninames.sh: New file.
33459         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33460         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33461         * modules/uniname/base: New file.
33462         * modules/uniname/uniname: New file.
33463         * modules/uniname/uniname-tests: New file.
33464         * MODULES.html.sh (Unicode string functions): Add the new modules.
33465
33466 2007-07-06  Bruno Haible  <bruno@clisp.org>
33467
33468         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33469
33470 2007-07-06  Bruno Haible  <bruno@clisp.org>
33471
33472         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33473         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33474         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33475         include <sys/time.h>.
33476         Reported by Eric Blake.
33477
33478 2007-07-06  Eric Blake  <ebb9@byu.net>
33479
33480         Fix testing canonicalize on cygwin.
33481         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33482         Revert patch from 2007-06-19.
33483         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33484         canonicalize module is also in use.
33485         * tests/test-canonicalize.c: New file.
33486         * tests/test-canonicalize.sh: Likewise.
33487         * modules/canonicalize-tests: Likewise.
33488
33489 2007-07-06  Jim Meyering  <jim@meyering.net>
33490
33491         * lib/getugroups.c (getugroups): Detect getgrent failure.
33492         Adjust comment to reflect reality: this function may return -1.
33493
33494 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33495
33496         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33497         the new TP address.
33498         (usage): Fix typo
33499         (gnulib_mk): New variable.
33500
33501 2007-07-05  Jim Meyering  <jim@meyering.net>
33502
33503         Don't let endgrent clobber errno, no matter how improbable.
33504         * lib/getugroups.c (getugroups): Save and restore errno around
33505         endgrent call.
33506
33507         Close the group DB even when failing with 2^31 or more members.
33508         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33509
33510 2007-07-04  Jim Meyering  <jim@meyering.net>
33511
33512         * lib/getugroups.h: New file.
33513         * lib/getugroups.c: Include "getugroups.h".
33514         Remove uses of "register" keyword.
33515         Move local variable, "cp", down into scope where used.
33516         Give "username" parameter the "const" attribute.
33517         * modules/getugroups (Files): Add lib/getugroups.h
33518
33519 2007-07-04  Karl Berry  <karl@gnu.org>
33520
33521         * MODULES.html.sh (func_all_modules): Complete rename of
33522         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33523
33524 2007-07-02  Bruno Haible  <bruno@clisp.org>
33525
33526         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33527         mode, when inttypes.h comes from gnulib.
33528         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33529
33530 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33531
33532         * NEWS: Mention lgpl module name change.
33533
33534         * modules/lgpl-2.1: Renamed from lgpl.
33535
33536         * NEWS: Mention gpl module name change.
33537
33538         * modules/gpl-3.0: New file, based on gpl-2.0.
33539
33540         * modules/gpl-2.0: Renamed from gpl.
33541
33542         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33543         doc/gpl-2.0.texi.
33544
33545 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33546
33547         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33548         #define __STDC_LIMIT_MACROS temporarily while including
33549         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33550         Problem reported by Joel E. Denny in
33551         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33552
33553 2007-07-01  Bruno Haible  <bruno@clisp.org>
33554
33555         * lib/unistdio.h: New file.
33556         * lib/unistdio/u-asnprintf.h: New file.
33557         * lib/unistdio/u-asprintf.h: New file.
33558         * lib/unistdio/u-printf-args.c: New file.
33559         * lib/unistdio/u-printf-args.h: New file.
33560         * lib/unistdio/u-printf-parse.h: New file.
33561         * lib/unistdio/u-snprintf.h: New file.
33562         * lib/unistdio/u-sprintf.h: New file.
33563         * lib/unistdio/u-vasprintf.h: New file.
33564         * lib/unistdio/u-vsnprintf.h: New file.
33565         * lib/unistdio/u-vsprintf.h: New file.
33566         * lib/unistdio/ulc-asnprintf.c: New file.
33567         * lib/unistdio/ulc-asprintf.c: New file.
33568         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33569         * lib/unistdio/ulc-printf-parse.c: New file.
33570         * lib/unistdio/ulc-snprintf.c: New file.
33571         * lib/unistdio/ulc-sprintf.c: New file.
33572         * lib/unistdio/ulc-vasnprintf.c: New file.
33573         * lib/unistdio/ulc-vasprintf.c: New file.
33574         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33575         * lib/unistdio/ulc-vsnprintf.c: New file.
33576         * lib/unistdio/ulc-vsprintf.c: New file.
33577         * lib/unistdio/u8-asnprintf.c: New file.
33578         * lib/unistdio/u8-asprintf.c: New file.
33579         * lib/unistdio/u8-printf-parse.c: New file.
33580         * lib/unistdio/u8-snprintf.c: New file.
33581         * lib/unistdio/u8-sprintf.c: New file.
33582         * lib/unistdio/u8-vasnprintf.c: New file.
33583         * lib/unistdio/u8-vasprintf.c: New file.
33584         * lib/unistdio/u8-vsnprintf.c: New file.
33585         * lib/unistdio/u8-vsprintf.c: New file.
33586         * lib/unistdio/u8-u8-asnprintf.c: New file.
33587         * lib/unistdio/u8-u8-asprintf.c: New file.
33588         * lib/unistdio/u8-u8-snprintf.c: New file.
33589         * lib/unistdio/u8-u8-sprintf.c: New file.
33590         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33591         * lib/unistdio/u8-u8-vasprintf.c: New file.
33592         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33593         * lib/unistdio/u8-u8-vsprintf.c: New file.
33594         * lib/unistdio/u16-asnprintf.c: New file.
33595         * lib/unistdio/u16-asprintf.c: New file.
33596         * lib/unistdio/u16-printf-parse.c: New file.
33597         * lib/unistdio/u16-snprintf.c: New file.
33598         * lib/unistdio/u16-sprintf.c: New file.
33599         * lib/unistdio/u16-vasnprintf.c: New file.
33600         * lib/unistdio/u16-vasprintf.c: New file.
33601         * lib/unistdio/u16-vsnprintf.c: New file.
33602         * lib/unistdio/u16-vsprintf.c: New file.
33603         * lib/unistdio/u16-u16-asnprintf.c: New file.
33604         * lib/unistdio/u16-u16-asprintf.c: New file.
33605         * lib/unistdio/u16-u16-snprintf.c: New file.
33606         * lib/unistdio/u16-u16-sprintf.c: New file.
33607         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33608         * lib/unistdio/u16-u16-vasprintf.c: New file.
33609         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33610         * lib/unistdio/u16-u16-vsprintf.c: New file.
33611         * lib/unistdio/u32-asnprintf.c: New file.
33612         * lib/unistdio/u32-asprintf.c: New file.
33613         * lib/unistdio/u32-printf-parse.c: New file.
33614         * lib/unistdio/u32-snprintf.c: New file.
33615         * lib/unistdio/u32-sprintf.c: New file.
33616         * lib/unistdio/u32-vasnprintf.c: New file.
33617         * lib/unistdio/u32-vasprintf.c: New file.
33618         * lib/unistdio/u32-vsnprintf.c: New file.
33619         * lib/unistdio/u32-vsprintf.c: New file.
33620         * lib/unistdio/u32-u32-asnprintf.c: New file.
33621         * lib/unistdio/u32-u32-asprintf.c: New file.
33622         * lib/unistdio/u32-u32-snprintf.c: New file.
33623         * lib/unistdio/u32-u32-sprintf.c: New file.
33624         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33625         * lib/unistdio/u32-u32-vasprintf.c: New file.
33626         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33627         * lib/unistdio/u32-u32-vsprintf.c: New file.
33628         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33629         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33630         * tests/unistdio/test-ulc-printf1.h: New file.
33631         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33632         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33633         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33634         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33635         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33636         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33637         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33638         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33639         * tests/unistdio/test-u8-asnprintf1.c: New file.
33640         * tests/unistdio/test-u8-asnprintf1.h: New file.
33641         * tests/unistdio/test-u8-printf1.h: New file.
33642         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33643         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33644         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33645         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33646         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33647         * tests/unistdio/test-u8-vasprintf1.c: New file.
33648         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33649         * tests/unistdio/test-u8-vsprintf1.c: New file.
33650         * tests/unistdio/test-u16-asnprintf1.c: New file.
33651         * tests/unistdio/test-u16-asnprintf1.h: New file.
33652         * tests/unistdio/test-u16-printf1.h: New file.
33653         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33654         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33655         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33656         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33657         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33658         * tests/unistdio/test-u16-vasprintf1.c: New file.
33659         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33660         * tests/unistdio/test-u16-vsprintf1.c: New file.
33661         * tests/unistdio/test-u32-asnprintf1.c: New file.
33662         * tests/unistdio/test-u32-asnprintf1.h: New file.
33663         * tests/unistdio/test-u32-printf1.h: New file.
33664         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33665         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33666         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33667         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33668         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33669         * tests/unistdio/test-u32-vasprintf1.c: New file.
33670         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33671         * tests/unistdio/test-u32-vsprintf1.c: New file.
33672         * modules/unistdio/base: New file.
33673         * modules/unistdio/u-printf-args: New file.
33674         * modules/unistdio/ulc-asnprintf: New file.
33675         * modules/unistdio/ulc-asprintf: New file.
33676         * modules/unistdio/ulc-fprintf: New file.
33677         * modules/unistdio/ulc-printf-parse: New file.
33678         * modules/unistdio/ulc-snprintf: New file.
33679         * modules/unistdio/ulc-sprintf: New file.
33680         * modules/unistdio/ulc-vasnprintf: New file.
33681         * modules/unistdio/ulc-vasprintf: New file.
33682         * modules/unistdio/ulc-vfprintf: New file.
33683         * modules/unistdio/ulc-vsnprintf: New file.
33684         * modules/unistdio/ulc-vsprintf: New file.
33685         * modules/unistdio/u8-asnprintf: New file.
33686         * modules/unistdio/u8-asprintf: New file.
33687         * modules/unistdio/u8-printf-parse: New file.
33688         * modules/unistdio/u8-snprintf: New file.
33689         * modules/unistdio/u8-sprintf: New file.
33690         * modules/unistdio/u8-vasnprintf: New file.
33691         * modules/unistdio/u8-vasprintf: New file.
33692         * modules/unistdio/u8-vsnprintf: New file.
33693         * modules/unistdio/u8-vsprintf: New file.
33694         * modules/unistdio/u8-u8-asnprintf: New file.
33695         * modules/unistdio/u8-u8-asprintf: New file.
33696         * modules/unistdio/u8-u8-snprintf: New file.
33697         * modules/unistdio/u8-u8-sprintf: New file.
33698         * modules/unistdio/u8-u8-vasnprintf: New file.
33699         * modules/unistdio/u8-u8-vasprintf: New file.
33700         * modules/unistdio/u8-u8-vsnprintf: New file.
33701         * modules/unistdio/u8-u8-vsprintf: New file.
33702         * modules/unistdio/u16-asnprintf: New file.
33703         * modules/unistdio/u16-asprintf: New file.
33704         * modules/unistdio/u16-printf-parse: New file.
33705         * modules/unistdio/u16-snprintf: New file.
33706         * modules/unistdio/u16-sprintf: New file.
33707         * modules/unistdio/u16-vasnprintf: New file.
33708         * modules/unistdio/u16-vasprintf: New file.
33709         * modules/unistdio/u16-vsnprintf: New file.
33710         * modules/unistdio/u16-vsprintf: New file.
33711         * modules/unistdio/u16-u16-asnprintf: New file.
33712         * modules/unistdio/u16-u16-asprintf: New file.
33713         * modules/unistdio/u16-u16-snprintf: New file.
33714         * modules/unistdio/u16-u16-sprintf: New file.
33715         * modules/unistdio/u16-u16-vasnprintf: New file.
33716         * modules/unistdio/u16-u16-vasprintf: New file.
33717         * modules/unistdio/u16-u16-vsnprintf: New file.
33718         * modules/unistdio/u16-u16-vsprintf: New file.
33719         * modules/unistdio/u32-asnprintf: New file.
33720         * modules/unistdio/u32-asprintf: New file.
33721         * modules/unistdio/u32-printf-parse: New file.
33722         * modules/unistdio/u32-snprintf: New file.
33723         * modules/unistdio/u32-sprintf: New file.
33724         * modules/unistdio/u32-vasnprintf: New file.
33725         * modules/unistdio/u32-vasprintf: New file.
33726         * modules/unistdio/u32-vsnprintf: New file.
33727         * modules/unistdio/u32-vsprintf: New file.
33728         * modules/unistdio/u32-u32-asnprintf: New file.
33729         * modules/unistdio/u32-u32-asprintf: New file.
33730         * modules/unistdio/u32-u32-snprintf: New file.
33731         * modules/unistdio/u32-u32-sprintf: New file.
33732         * modules/unistdio/u32-u32-vasnprintf: New file.
33733         * modules/unistdio/u32-u32-vasprintf: New file.
33734         * modules/unistdio/u32-u32-vsnprintf: New file.
33735         * modules/unistdio/u32-u32-vsprintf: New file.
33736         * modules/unistdio/ulc-asnprintf-tests: New file.
33737         * modules/unistdio/ulc-vasnprintf-tests: New file.
33738         * modules/unistdio/ulc-vasprintf-tests: New file.
33739         * modules/unistdio/ulc-vsnprintf-tests: New file.
33740         * modules/unistdio/ulc-vsprintf-tests: New file.
33741         * modules/unistdio/u8-asnprintf-tests: New file.
33742         * modules/unistdio/u8-vasnprintf-tests: New file.
33743         * modules/unistdio/u8-vasprintf-tests: New file.
33744         * modules/unistdio/u8-vsnprintf-tests: New file.
33745         * modules/unistdio/u8-vsprintf-tests: New file.
33746         * modules/unistdio/u16-asnprintf-tests: New file.
33747         * modules/unistdio/u16-vasnprintf-tests: New file.
33748         * modules/unistdio/u16-vasprintf-tests: New file.
33749         * modules/unistdio/u16-vsnprintf-tests: New file.
33750         * modules/unistdio/u16-vsprintf-tests: New file.
33751         * modules/unistdio/u32-asnprintf-tests: New file.
33752         * modules/unistdio/u32-vasnprintf-tests: New file.
33753         * modules/unistdio/u32-vasprintf-tests: New file.
33754         * modules/unistdio/u32-vsnprintf-tests: New file.
33755         * modules/unistdio/u32-vsprintf-tests: New file.
33756         * MODULES.html.sh (Unicode string functions): Add the new modules.
33757
33758 2007-07-01  Bruno Haible  <bruno@clisp.org>
33759
33760         * lib/sprintf.c (sprintf): Limit the available length estimation,
33761         to avoid address wraparound.
33762         * lib/vsprintf.c (vsprintf): Likewise.
33763         * modules/sprintf-posix (Dependencies): Add stdint.
33764         * modules/vsprintf-posix (Dependencies): Likewise.
33765
33766 2007-07-01  Bruno Haible  <bruno@clisp.org>
33767
33768         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33769         Windows PATH as well. Conservative double-quoting. Comments.
33770
33771 2007-07-01  Bruno Haible  <bruno@clisp.org>
33772             Eric Blake  <ebb9@byu.net>
33773             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33774
33775         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33776         empty components in $PATH, denoting '.'.
33777
33778 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33779
33780         * gnulib-tool: Fix indentation.
33781         (func_create_megatestdir): Likewise.
33782         Report by Bruno Haible.
33783
33784 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33785
33786         Sync from Automake.
33787         * build-aux/gnupload: Fix shell portability issues with for loops.
33788         Report by Karl Berry.
33789
33790 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33791
33792         * build-aux/maint.mk (POURL): Use translationproject.org.
33793
33794 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33795             Bruno Haible  <bruno@clisp.org>
33796
33797         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33798         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33799         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33800         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33801         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33802
33803 2007-06-27  Bruno Haible  <bruno@clisp.org>
33804
33805         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33806         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33807
33808 2007-06-26  Karl Berry  <karl@gnu.org>
33809
33810         * MODULES.html.sh: remove xreadlink-with-size.
33811
33812 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33813
33814         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33815         method that I hope also handles the double-include problem noted
33816         by Bruno Haible in
33817         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33818
33819 2007-06-23  Bruno Haible  <bruno@clisp.org>
33820
33821         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33822         Don't let the 'mostlyclean' target fail if the last subdirectory could
33823         not be removed.
33824         Reported by Karl Berry.
33825
33826 2007-06-23  Bruno Haible  <bruno@clisp.org>
33827
33828         * gnulib-tool (echo): Add a speedier workaround for ksh.
33829         * tests/test-echo.sh: Likewise.
33830
33831 2007-06-23  Bruno Haible  <bruno@clisp.org>
33832
33833         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33834         * tests/test-echo.sh: Likewise.
33835
33836 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33837
33838         * gnulib-tool (IFS): Initialize early, so we don't set it to
33839         empty later.
33840         (self_abspathname): Rewrite algorithm to set it, reindent.
33841         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33842         (func_create_megatestdir): Merge some sed scripts.
33843
33844 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33845
33846         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33847         exposed by Sun Studio 11 cc on Solaris 8.
33848
33849 2007-06-22  Bruno Haible  <bruno@clisp.org>
33850
33851         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33852         backslashes.
33853         * tests/test-echo.sh: New file.
33854
33855 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33856
33857         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33858         simplify `sed_replace_build_aux' scripts, they are portable but
33859         echoing them with `echo' is not.
33860         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33861
33862 2007-06-21  Karl Berry  <karl@gnu.org>
33863
33864         * config/srclist.txt: guess we can't handle the licenses via
33865         srclist at the moment.
33866
33867 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33868
33869         * MODULES.html.sh: Add include_next.
33870         * modules/include_next: New file.
33871
33872 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33873
33874         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33875         INCLUDE_NEXT.
33876         (gl_CHECK_NEXT_HEADERS): New macro.
33877         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33878         the obsolescent gl_ABSOLUTE_HEADER.
33879         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33880         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33881         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33882         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33883         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33884         * m4/math_h.m4 (gl_MATH_H): Likewise.
33885         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33886         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33887         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33888         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33889         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33890         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33891         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33892         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33893         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33894         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33895         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33896         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33897         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33898         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33899         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33900         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33901         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33902         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33903         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33904         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33905         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33906         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33907         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33908         * lib/float_.h: Likewise.
33909         * lib/inttypes_.h: Likewise.
33910         * lib/math_.h: Likewise.
33911         * lib/search_.h: Likewise.
33912         * lib/signal_.h: Likewise.
33913         * lib/stdint_.h: Likewise.
33914         * lib/stdio_.h: Likewise.
33915         * lib/stdlib_.h: Likewise.
33916         * lib/string_.h: Likewise.
33917         * lib/sys_stat_.h: Likewise.
33918         * lib/sys_time_.h: Likewise.
33919         * lib/time_.h: Likewise.
33920         * lib/unistd_.h: Likewise.
33921         * lib/wchar_.h: Likewise.
33922         * lib/wctype_.h: Likewise.
33923         * lib/dirent_.h: Likewise.
33924         * lib/iconv_.h: Likewise.
33925         * lib/locale_.h: Likewise.
33926         * lib/netinet_in_.h: Likewise.
33927         * lib/sys_select_.h: Likewise.
33928         * lib/sys_socket_.h: Likewise.
33929         * lib/sysexits_.h: Likewise.
33930         * modules/fcntl (Depends-on): Depend on include_next, not
33931         absolute_header.
33932         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33933         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33934         * modules/fchdir: Likewise.
33935         * modules/float: Likewise.
33936         * modules/iconv_open: Likewise.
33937         * modules/inttypes: Likewise.
33938         * modules/locale: Likewise.
33939         * modules/math: Likewise.
33940         * modules/netinet_in: Likewise.
33941         * modules/search: Likewise.
33942         * modules/signal: Likewise.
33943         * modules/stdint: Likewise.
33944         * modules/stdio: Likewise.
33945         * modules/stdlib: Likewise.
33946         * modules/string: Likewise.
33947         * modules/sys_select: Likewise.
33948         * modules/sys_socket: Likewise.
33949         * modules/sys_stat: Likewise.
33950         * modules/sys_time: Likewise.
33951         * modules/sysexits: Likewise.
33952         * modules/time: Likewise.
33953         * modules/unistd: Likewise.
33954         * modules/wchar: Likewise.
33955         * modules/wctype: Likewise.
33956         * modules/sys_stat: Change maintainer to "all".
33957         * modules/unistd: Likewise.
33958
33959 2007-06-20  Karl Berry  <karl@gnu.org>
33960
33961         * config/srclist.txt: track www changes in license files.
33962
33963 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33964
33965         * build-aux/bootstrap: Remove stray dot.
33966         Make sure build_aux settings are honored when linking
33967         gnulib_extra_files.
33968
33969 2007-06-19  Eric Blake  <ebb9@byu.net>
33970
33971         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33972         Allow compilation on cygwin.
33973
33974 2007-06-19  Jim Meyering  <jim@meyering.net>
33975
33976         xreadlink-with-size: Remove module.  No longer used.
33977         Ex-callers now use xreadlink or mreadlink-with-size.
33978         * modules/xreadlink-with-size: Remove module.
33979         * lib/xreadlink-with-size.c: Remove file.
33980         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33981         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33982         just before the function definition *is* accurate.
33983
33984         Eliminate one way canonicalize_filename_mode could exit.
33985         * lib/canonicalize.c (canonicalize_filename_mode):
33986         Use mreadlink_with_size, not xreadlink_with_size.
33987
33988 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33989
33990         Detect porting problems to FreeBSD/arm, which has time_t wider than
33991         long int.  Original problem reported for GNU diff by Xin Li in
33992         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33993         * modules/getdate (Depends-on): Add intprops, verify.
33994         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33995         is an integer type no wider than long int.
33996
33997 2007-06-18  Jim Meyering  <jim@meyering.net>
33998
33999         New module: mreadlink-with-size.
34000         * MODULES.html.sh: Add mreadlink-with-size.
34001         * modules/mreadlink-with-size: New module
34002         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34003         not xreadlink-with-size.
34004         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34005
34006 2007-06-16  Bruno Haible  <bruno@clisp.org>
34007
34008         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34009         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34010         Reported by Gary V. Vaughan <gary@gnu.org>.
34011
34012 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34013
34014         Revamp lchown so that it lives in unistd.h where it belongs.
34015         * lib/lchown.h: Remove.
34016         * lib/dirchownmod.c: Don't include lib/lchown.h.
34017         * lib/fchownat.c: Likewise.
34018         * lib/openat.c: Likewise.
34019         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34020         does not follow symlinks.
34021         (EOPNOTSUPP): Define if not defined.
34022         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34023         is defined to 0.
34024         (lchown): New decl.
34025         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34026         Do not check for lchown decl.
34027         Set REPLACE_LCHOWN.
34028         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34029         REPLACE_LCHOWN.
34030         * modules/chown: Make it clear it follows symlinks.
34031         * modules/lchown: Make it clear it doesn't follow symlinks.
34032         (Files): Remove lib/lchown.h
34033         (Depends-on): Add unistd.
34034         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34035         (Include): Include <unistd.h>, not "lchown.h".
34036         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34037         REPLACE_LCHOWN.
34038
34039 2007-06-15  Jim Meyering  <jim@meyering.net>
34040
34041         Change license (GPL to LGPL) of fsusage and dependents.
34042         * modules/fsusage (License): Change to LGPL.
34043         * modules/full-read (License): Likewise.
34044         * modules/full-write (License): Likewise.
34045         * modules/safe-read (License): Likewise.
34046         * modules/safe-write (License): Likewise.
34047
34048 2007-06-14  Ben Pfaff  <blp@gnu.org>
34049
34050         Missing part of allocsa -> malloca transition.
34051         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34052         gl_MALLOCA.
34053
34054 2007-06-12  Bruno Haible  <bruno@clisp.org>
34055
34056         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34057         to ia64, x86_64, i386.
34058         Reported by Eric Blake.
34059
34060 2007-06-12  Bruno Haible  <bruno@clisp.org>
34061
34062         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34063         cross-compiling to x86_64.
34064
34065 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34066
34067         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34068         glitch reported by Ralf Wildenhues in
34069         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34070
34071         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34072         Vin Shelton.
34073
34074 2007-06-11  Bruno Haible  <bruno@clisp.org>
34075
34076         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34077         replacement string.
34078         Reported by Eric Blake.
34079
34080 2007-06-10  Bruno Haible  <bruno@clisp.org>
34081
34082         Prepare vasnprintf code for use with Unicode strings.
34083         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34084         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34085         TYPE_U32_STRING.
34086         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34087         a_u32_string variants.
34088         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34089         * lib/printf-args.c: Don't include config.h and the specification
34090         header if PRINTF_FETCHARGS is already defined.
34091         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34092         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34093         TYPE_U16_STRING, TYPE_U32_STRING.
34094         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34095         u16_directive, u16_directives, u32_directive, u32_directives): New
34096         types.
34097         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34098         New declarations.
34099         * lib/printf-parse.c: Don't include config.h and the specification
34100         header if PRINTF_PARSE is already defined. Eliminate the set of
34101         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34102         them now. Include c-ctype.h.
34103         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34104         directive and CHAR_T_ONLY_ASCII.
34105         * lib/vasnprintf.c: Don't include config.h and the specification header
34106         if VASNPRINTF is already defined.
34107         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34108         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34109         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34110         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34111         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34112         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34113         code accordingly.
34114         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34115         pad_ourselves also in this case, with the 'c' and 's' directives, and
34116         with a different notion of "width".
34117         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34118
34119 2007-06-10  Bruno Haible  <bruno@clisp.org>
34120
34121         * modules/unistr/u32-mbsnlen: New file.
34122         * lib/unistr/u32-mbsnlen.c: New file.
34123
34124         * modules/unistr/u16-mbsnlen: New file.
34125         * lib/unistr/u16-mbsnlen.c: New file.
34126
34127         * modules/unistr/u8-mbsnlen: New file.
34128         * lib/unistr/u8-mbsnlen.c: New file.
34129
34130         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34131         declarations.
34132
34133 2007-06-10  Bruno Haible  <bruno@clisp.org>
34134
34135         * lib/string_.h (mbsnlen): New declaration.
34136         * lib/mbsnlen.c: New file.
34137         * m4/mbsnlen.m4: New file.
34138         * modules/mbsnlen: New file.
34139         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34140         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34141         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34142
34143 2007-06-10  Bruno Haible  <bruno@clisp.org>
34144
34145         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34146
34147 2007-06-10  Bruno Haible  <bruno@clisp.org>
34148
34149         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34150         * lib/mbuiter.h: Likewise.
34151
34152 2007-06-10  Bruno Haible  <bruno@clisp.org>
34153
34154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34155         declaration.
34156
34157 2007-06-10  Karl Berry  <karl@gnu.org>
34158
34159         * config/srclist.txt: remove gettext entries, Bruno prefers
34160         to update individually.
34161
34162 2007-06-10  Bruno Haible  <bruno@clisp.org>
34163
34164         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34165         'maxlen'. Ensure only length + width bytes are allocated, not
34166         length + 1 + width.
34167
34168 2007-06-09  Bruno Haible  <bruno@clisp.org>
34169
34170         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34171         (CHAR_T): Remove macro.
34172         (VASNPRINTF): Update.
34173
34174 2007-06-09  Bruno Haible  <bruno@clisp.org>
34175
34176         * MODULES.html.sh (Unicode string functions): Add the new modules.
34177
34178         * modules/uniconv/u32-conv-to-enc: New file.
34179         * lib/uniconv/u32-conv-to-enc.c: New file.
34180         * modules/uniconv/u32-conv-to-enc-tests: New file.
34181         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34182
34183         * modules/uniconv/u16-conv-to-enc: New file.
34184         * lib/uniconv/u16-conv-to-enc.c: New file.
34185         * lib/uniconv/u-conv-to-enc.h: New file.
34186         * modules/uniconv/u16-conv-to-enc-tests: New file.
34187         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34188
34189         * modules/uniconv/u8-conv-to-enc: New file.
34190         * lib/uniconv/u8-conv-to-enc.c: New file.
34191         * modules/uniconv/u8-conv-to-enc-tests: New file.
34192         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34193
34194         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34195         u32_conv_to_encoding): New declarations.
34196
34197 2007-06-09  Bruno Haible  <bruno@clisp.org>
34198
34199         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34200
34201 2007-06-09  Bruno Haible  <bruno@clisp.org>
34202
34203         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34204         * modules/malloca: Renamed from modules/allocsa, updated.
34205         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34206         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34207         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34208         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34209         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34210         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34211         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34212         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34213         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34214         * modules/c-strcasestr (Depends-on): Update.
34215         * lib/c-strcasestr.c: Update.
34216         * modules/c-strstr (Depends-on): Update.
34217         * lib/c-strstr.c: Update.
34218         * modules/canonicalize-lgpl (Depends-on): Update.
34219         * lib/canonicalize-lgpl.c: Update.
34220         * modules/clean-temp (Depends-on): Update.
34221         * lib/clean-temp.c: Update.
34222         * modules/csharpcomp (Depends-on): Update.
34223         * lib/csharpcomp.c: Update.
34224         * modules/csharpexec (Depends-on): Update.
34225         * lib/csharpexec.c: Update.
34226         * modules/javacomp (Depends-on): Update.
34227         * lib/javacomp.c: Update.
34228         * modules/javaexec (Depends-on): Update.
34229         * lib/javaexec.c: Update.
34230         * modules/mbscasestr (Depends-on): Update.
34231         * lib/mbscasestr.c: Update.
34232         * modules/mbsstr (Depends-on): Update.
34233         * lib/mbsstr.c: Update.
34234         * modules/setenv (Depends-on): Update.
34235         * lib/setenv.c: Update.
34236         * modules/strcasestr (Depends-on): Update.
34237         * lib/strcasestr.c: Update.
34238         * modules/striconveha (Depends-on): Update.
34239         * lib/striconveha.c: Update.
34240         * modules/relocatable-prog-wrapper (Files): Update.
34241         * lib/relocwrapper.c: Update.
34242         * build-aux/install-reloc: Update.
34243         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34244
34245 2007-06-08  Bruno Haible  <bruno@clisp.org>
34246
34247         Port to uClibc.
34248         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34249         * lib/fpurge.c (fpurge): Likewise.
34250         * lib/freading.c (freading): Likewise.
34251         * lib/fseeko.c (rpl_fseeko): Likewise.
34252         * lib/fseterr.c (fseterr): Likewise.
34253         * lib/fwriting.c (fwriting): Likewise.
34254         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34255
34256 2007-06-08  Bruno Haible  <bruno@clisp.org>
34257
34258         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34259         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34260         * modules/gettext (Files): Add m4/intlmacosx.m4.
34261
34262 2007-06-07  Bruno Haible  <bruno@clisp.org>
34263
34264         * modules/localename-tests: New file.
34265         * tests/test-localename.c: New file.
34266
34267         New module 'localename'.
34268         * lib/localename.h: New file.
34269         * lib/localename.c: New file, from GNU gettext.
34270         * m4/localename.m4: New file.
34271         * modules/localename: New file.
34272
34273 2007-06-07  Bruno Haible  <bruno@clisp.org>
34274
34275         Work around the lack of <wchar.h> on some builds of uClibc.
34276         * doc/headers/wchar.texi: Update.
34277         * lib/wchar_.h: Include <wchar.h> only if it exists.
34278         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34279         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34280         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34281         doesn't exist.
34282         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34283         * modules/mbfile (Depends-on): Add wchar.
34284         * modules/mbiter (Depends-on): Likewise.
34285         * modules/mbuiter (Depends-on): Likewise.
34286         Reported by Simon Josefsson.
34287
34288 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34289
34290         Work around problem reported by Steven M. Schweda in
34291         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34292         Tru64 5.1B with the Compaq compiler environment installed declares
34293         an 'isblank' function but does not define it in the C library.
34294         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34295         * lib/regex_internal.h (isblank): Likewise.
34296         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34297         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34298
34299 2007-06-05  Bruno Haible  <bruno@clisp.org>
34300
34301         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34302         ia64.
34303         * modules/printf-safe: New file.
34304         * modules/fprintf-posix (Depends-on): Add printf-safe.
34305         * modules/printf-posix (Depends-on): Likewise.
34306         * modules/snprintf-posix (Depends-on): Likewise.
34307         * modules/sprintf-posix (Depends-on): Likewise.
34308         * modules/vasnprintf-posix (Depends-on): Likewise.
34309         * modules/vasprintf-posix (Depends-on): Likewise.
34310         * modules/vfprintf-posix (Depends-on): Likewise.
34311         * modules/vprintf-posix (Depends-on): Likewise.
34312         * modules/vsnprintf-posix (Depends-on): Likewise.
34313         * modules/vsprintf-posix (Depends-on): Likewise.
34314         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34315         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34316         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34317         "no" on i386, x86_64, ia64.
34318         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34319         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34320         on i386, x86_64, ia64.
34321         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34322         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34323         on i386, x86_64, ia64.
34324         * tests/test-vasnprintf-posix.c: Include float.h.
34325         (LDBL80_WORDS): New macro.
34326         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34327         on i386, x86_64, ia64.
34328         * tests/test-vasprintf-posix.c: Include float.h.
34329         (LDBL80_WORDS): New macro.
34330         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34331         on i386, x86_64, ia64.
34332         * tests/test-snprintf-posix.c: Include float.h.
34333         * tests/test-sprintf-posix.c: Likewise.
34334         * tests/test-vsnprintf-posix.c: Likewise.
34335         * tests/test-vsprintf-posix.c: Likewise.
34336
34337 2007-06-05  Bruno Haible  <bruno@clisp.org>
34338
34339         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34340         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34341         non-IEEE numbers on i386, x86_64, ia64.
34342         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34343         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34344         * tests/test-isnanl.h: Include float.h.
34345         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34346
34347 2007-06-05  Bruno Haible  <bruno@clisp.org>
34348
34349         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34350         also the %a / %A. Handle the %a / %A code before this extra handling.
34351
34352 2007-06-05  Bruno Haible  <bruno@clisp.org>
34353
34354         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34355         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34356
34357 2007-06-05  Bruno Haible  <bruno@clisp.org>
34358
34359         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34360         typo in variable name.
34361
34362 2007-06-05  Eric Blake  <ebb9@byu.net>
34363
34364         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34365         Reported by Simon Josefsson.
34366
34367 2007-06-04  Bruno Haible  <bruno@clisp.org>
34368
34369         Avoid test failures on some PowerPC platforms.
34370         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34371         Define differently for PowerPC.
34372         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34373         Reported by Gary V. Vaughan <gary@gnu.org>.
34374
34375 2007-06-02  Bruno Haible  <bruno@clisp.org>
34376
34377         Fix test-stdint failure on FreeBSD/ia64.
34378         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34379         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34380         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34381         * doc/headers/stdint.texi: Update.
34382
34383 2007-06-01  Bruno Haible  <bruno@clisp.org>
34384
34385         * tests/test-binary-io.c (main): Pass a third argument to open().
34386         Reported by Gary V. Vaughan <gary@gnu.org>.
34387
34388 2007-06-01  Bruno Haible  <bruno@clisp.org>
34389
34390         * doc/functions/frexpl.texi: Update for mingw.
34391
34392 2007-06-01  Bruno Haible  <bruno@clisp.org>
34393
34394         * tests/test-lseek.c (main): Disable test of errno for invalid third
34395         argument.
34396         * doc/functions/lseek.texi: Update.
34397         Reported by Gary V. Vaughan <gary@gnu.org>.
34398
34399 2007-05-28  Bruno Haible  <bruno@clisp.org>
34400
34401         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34402
34403 2007-05-31  Eric Blake  <ebb9@byu.net>
34404
34405         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34406         cross compiling.
34407
34408 2007-05-30  Eric Blake  <ebb9@byu.net>
34409         and Bruno Haible  <bruno@clisp.org>
34410
34411         Work around mingw test failures exposed by m4-1.4.9b.
34412         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34413         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34414         moment.
34415
34416 2007-05-30  Bruno Haible  <bruno@clisp.org>
34417
34418         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34419         assuming that they are closed. Needed on HP-UX 11.
34420
34421 2007-05-29  Bruno Haible  <bruno@clisp.org>
34422
34423         Fix a problem with #include_next.
34424         * lib/dirent_.h: Split the double-inclusion guard.
34425         * lib/fcntl_.h: Likewise.
34426         * lib/float_.h: Likewise.
34427         * lib/iconv_.h: Likewise.
34428         * lib/inttypes_.h: Likewise.
34429         * lib/locale_.h: Likewise.
34430         * lib/math_.h: Likewise.
34431         * lib/netinet_in_.h: Likewise.
34432         * lib/search_.h: Likewise.
34433         * lib/signal_.h: Likewise.
34434         * lib/stdint_.h: Likewise.
34435         * lib/stdio_.h: Likewise.
34436         * lib/stdlib_.h: Likewise.
34437         * lib/string_.h: Likewise.
34438         * lib/sys_select_.h: Likewise.
34439         * lib/sys_socket_.h: Likewise.
34440         * lib/sys_stat_.h: Likewise.
34441         * lib/sys_time_.h: Likewise.
34442         * lib/sysexits_.h: Likewise.
34443         * lib/time_.h: Likewise.
34444         * lib/unistd_.h: Likewise.
34445         * lib/wchar_.h: Likewise.
34446         * lib/wctype_.h: Likewise.
34447
34448 2007-05-29  Bruno Haible  <bruno@clisp.org>
34449
34450         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34451         for the moment.
34452
34453 2007-05-29  Bruno Haible  <bruno@clisp.org>
34454
34455         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34456         invocation.
34457         Reported by Eric Blake.
34458
34459 2007-05-29  Bruno Haible  <bruno@clisp.org>
34460
34461         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34462         compiling case.
34463
34464 2007-05-29  Eric Blake  <ebb9@byu.net>
34465             Bruno Haible  <bruno@clisp.org>
34466
34467         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34468         cross compiles.
34469
34470 2007-05-28  Eric Blake  <ebb9@byu.net>
34471
34472         * modules/closein-tests (test_closein_LDADD): Support test on
34473         cygwin with libtool.
34474
34475 2007-05-28  Bruno Haible  <bruno@clisp.org>
34476
34477         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34478         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34479         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34480         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34481         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34482         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34483         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34484         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34485         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34486
34487 2007-05-28  Eric Blake  <ebb9@byu.net>
34488
34489         Unconditionally include <config.h> in unit tests.
34490         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34491         * tests/test-allocsa.c, tests/test-arcfour.c,
34492         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34493         tests/test-array_list.c, tests/test-array_oset.c,
34494         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34495         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34496         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34497         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34498         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34499         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34500         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34501         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34502         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34503         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34504         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34505         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34506         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34507         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34508         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34509         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34510         test-md5.c, test-memmem.c, test-printf-posix.c,
34511         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34512         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34513         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34514         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34515         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34516         test-vasnprintf-posix2.c, test-vasnprintf.c,
34517         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34518         test-vfprintf-posix.c, test-vprintf-posix.c,
34519         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34520         test-xvasprintf.c: Likewise.
34521
34522 2007-05-28  Bruno Haible  <bruno@clisp.org>
34523
34524         * gnulib-tool (func_import): Remember the --with-tests command-line
34525         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34526         Reported by Eric Blake.
34527
34528 2007-05-28  Bruno Haible  <bruno@clisp.org>
34529
34530         * modules/ftell-tests: New file.
34531         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34532         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34533
34534         * lib/ftell.c: New file.
34535         * modules/ftell: New file.
34536         * m4/ftell.m4: New file.
34537         * doc/functions/ftell.texi: Update.
34538         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34539         REPLACE_FTELL.
34540         * lib/stdio_.h (rpl_ftell): New declaration.
34541         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34542         REPLACE_FTELL.
34543
34544 2007-05-28  Eric Blake  <ebb9@byu.net>
34545
34546         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34547
34548 2007-05-28  Bruno Haible  <bruno@clisp.org>
34549
34550         * modules/fseek-tests: New file.
34551         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34552         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34553
34554         * lib/fseek.c: New file.
34555         * modules/fseek: New file.
34556         * m4/fseek.m4: New file.
34557         * doc/functions/fseek.texi: Update.
34558         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34559         REPLACE_FSEEK.
34560         * lib/stdio_.h (rpl_fseek): New declaration.
34561         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34562         REPLACE_FSEEK.
34563
34564 2007-05-28  Bruno Haible  <bruno@clisp.org>
34565
34566         * lib/stdio_.h (fflush): More comments.
34567
34568 2007-05-28  Bruno Haible  <bruno@clisp.org>
34569
34570         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34571         runtime test.
34572
34573 2007-05-28  Eric Blake  <ebb9@byu.net>
34574
34575         Improve lseek module.
34576         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34577         * lib/unistd_.h (lseek): Scale back link warning message.
34578         * tests/test-lseek.c: Beef up test.
34579         * tests/test-lseek.sh: Exercise more facets of lseek.
34580         Reported by Bruno Haible.
34581
34582 2007-05-28  Bruno Haible  <bruno@clisp.org>
34583
34584         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34585         to define.
34586
34587 2007-05-27  Bruno Haible  <bruno@clisp.org>
34588
34589         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34590
34591 2007-05-27  Bruno Haible  <bruno@clisp.org>
34592
34593         * modules/openmp: New file.
34594         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34595         Noah Misch.
34596
34597 2007-05-26  Bruno Haible  <bruno@clisp.org>
34598
34599         * modules/chdir-long (Depends-on): Add fchdir.
34600         * modules/chdir-safer (Depends-on): Likewise.
34601         * modules/fts (Depends-on): Likewise.
34602         * modules/fts-lgpl (Depends-on): Likewise.
34603         * modules/openat (Depends-on): Likewise.
34604         * modules/savewd (Depends-on): Likewise.
34605
34606 2007-05-24  Eric Blake  <ebb9@byu.net>
34607
34608         Fix lseek on mingw.
34609         * modules/lseek: New module.
34610         * m4/lseek.m4: New file.
34611         * lib/lseek.c: New file.
34612         * modules/lseek-tests: New file.
34613         * tests/test-lseek.c: New file.
34614         * tests/test-lseek.sh: New file.
34615         * MODULES.html.sh: Document lseek module.
34616         * modules/fflush (Depends-on): Add lseek, fseeko.
34617         * modules/fseeko (Depends-on): Likewise.
34618         * modules/ftello (Depends-on): Likewise.
34619         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34620         broken.
34621         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34622         broken.
34623         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34624         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34625         * lib/ftello.c (rpl_ftello): Likewise.
34626         * tests/test-fseeko.c (main): Test this.
34627         * tests/test-fseeko.sh: Likewise.
34628         * tests/test-ftello.c (main): Likewise.
34629         * tests/test-ftello.sh: Likewise.
34630         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34631         implies replacing fseek.
34632         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34633         HAVE_FTELLO.
34634         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34635         * modules/unistd (Makefile.am): Likewise.
34636         * lib/unistd_.h (lseek): Declare a replacement.
34637         * doc/functions/lseek.texi (lseek): Document this fix.
34638         * doc/functions/fseek.texi (fseek): Likewise.
34639         * doc/functions/ftell.texi (ftell): Likewise.
34640
34641 2007-05-24  Bruno Haible  <bruno@clisp.org>
34642
34643         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34644         in the printed representation of a NaN.
34645         * tests/test-vasprintf-posix.c (test_function): Likewise.
34646         * tests/test-snprintf-posix.h (test_function): Likewise.
34647         * tests/test-sprintf-posix.h (test_function): Likewise.
34648         Reported by Eric Blake.
34649
34650 2007-05-23  Eric Blake  <ebb9@byu.net>
34651
34652         Fix fseeko/ftello on cygwin 1.5.24.
34653         * doc/functions/fseeko.texi (fseeko): Document the fix.
34654         * doc/functions/ftello.texi (ftello): Document the fix.
34655         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34656         * doc/functions/stdout.text (stdout): New file.
34657         * doc/functions/stderr.text (stderr): New file.
34658         * doc/gnulib.texi (Function Substitutes): Use new files.
34659         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34660         prior to 1.7.0.
34661         * tests/test-ftello.c (main): Likewise for ftello.
34662         * tests/test-fseeko.sh: New file.
34663         * tests/test-ftello.sh: New file.
34664         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34665         with seekable stdin.
34666         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34667         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34668         (gl_REPLACE_FSEEKO): New macro.
34669         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34670         * modules/fseeko (Files): Distribute fseeko.c.
34671         * modules/ftello (Files): Distribute ftello.c.
34672         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34673         mode.
34674         * lib/ftello.c (rpl_ftello): New file.
34675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34676         fseeko, ftello.
34677         (gl_STDIN_LARGE_OFFSET): New macro.
34678         * modules/stdio (Makefile.am): Perform the replacement.
34679         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34680
34681 2007-05-23  Bruno Haible  <bruno@clisp.org>
34682
34683         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34684         GNULIB_POSIXCHECK is defined.
34685
34686 2007-05-21  Bruno Haible  <bruno@clisp.org>
34687
34688         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34689         Check also the output for NaN arguments. When cross-compiling, guess
34690         no on IRIX.
34691         * lib/vasnprintf.c: Update comments.
34692         * tests/test-vasnprintf-posix.c (strisnan): New function.
34693         (test_function): Use it.
34694         * tests/test-vasprintf-posix.c (strisnan): New function.
34695         (test_function): Use it.
34696         * tests/test-snprintf-posix.h (strisnan): New function.
34697         (test_function): Use it.
34698         * tests/test-sprintf-posix.h (strisnan): New function.
34699         (test_function): Use it.
34700         Reported by Eric Blake.
34701
34702 2007-05-20  Bruno Haible  <bruno@clisp.org>
34703
34704         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34705         numbers that fails on BeOS.
34706         * doc/functions/frexpl.texi: Update.
34707
34708 2007-05-20  Jim Meyering  <jim@meyering.net>
34709
34710         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34711         forced upon us by glibc-2.6.
34712
34713 2007-05-20  Bruno Haible  <bruno@clisp.org>
34714
34715         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34716         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34717         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34718         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34719         NEED_PRINTF_INFINITE.
34720         (is_infinitel): New function.
34721         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34722         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34723         gl_PREREQ_VASNPRINTF_INFINITE.
34724         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34725         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34726         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34727         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34728         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34729         gl_PREREQ_VASNPRINTF_INFINITE.
34730         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34731         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34732         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34733         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34734         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34735         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34736         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34737         * doc/functions/fprintf.texi: Update.
34738         * doc/functions/printf.texi: Update.
34739         * doc/functions/snprintf.texi: Update.
34740         * doc/functions/sprintf.texi: Update.
34741         * doc/functions/vfprintf.texi: Update.
34742         * doc/functions/vprintf.texi: Update.
34743         * doc/functions/vsnprintf.texi: Update.
34744         * doc/functions/vsprintf.texi: Update.
34745
34746 2007-05-20  Bruno Haible  <bruno@clisp.org>
34747
34748         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34749         was not found in libc.
34750         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34751
34752 2007-05-20  Bruno Haible  <bruno@clisp.org>
34753
34754         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34755         printed as "-nan" instead of "nan".
34756         * tests/test-vasprintf-posix.c (test_function): Likewise.
34757         * tests/test-snprintf-posix.h (test_function): Likewise.
34758         * tests/test-sprintf-posix.h (test_function): Likewise.
34759         Needed for HP-UX 11.
34760
34761 2007-05-20  Jim Meyering  <jim@meyering.net>
34762
34763         Fix buggy test for the fchownat-deref bug.
34764         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34765         symlink required for the run-test.  Without it, this test would
34766         always declare that fchownat doesn't work, and client code would
34767         unnecessarily use the replacement function with fixed libc.
34768         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34769         Reported by Greg Schafer.
34770
34771 2007-05-19  Bruno Haible  <bruno@clisp.org>
34772
34773         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34774         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34775         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34776         Needed for IRIX 6.5 and Solaris 2.5.1.
34777
34778 2007-05-19  Bruno Haible  <bruno@clisp.org>
34779
34780         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34781         (test_function): Skip tests involving -0.0 on platforms where
34782         -0.0 = 0.0.
34783         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34784         (test_function): Skip tests involving -0.0 on platforms where
34785         -0.0 = 0.0.
34786         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34787         (test_function): Skip tests involving -0.0 on platforms where
34788         -0.0 = 0.0.
34789         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34790         (test_function): Skip tests involving -0.0 on platforms where
34791         -0.0 = 0.0.
34792         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34793         tests.
34794         * tests/test-printf-posix.h (test_function): Likewise.
34795         * tests/test-printf-posix.output: Remove all -0.0 related results.
34796         Needed for IRIX 6.5.
34797
34798 2007-05-19  Bruno Haible  <bruno@clisp.org>
34799
34800         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34801         printed as "nan0x7fffffff" instead of "nan".
34802         * tests/test-vasprintf-posix.c (test_function): Likewise.
34803         * tests/test-snprintf-posix.h (test_function): Likewise.
34804         * tests/test-sprintf-posix.h (test_function): Likewise.
34805         * tests/test-fprintf-posix.h (NaN): Remove macro.
34806         (test_function): Remove all NaN related tests.
34807         * tests/test-printf-posix.h (NaN): Remove macro.
34808         (test_function): Remove all NaN related tests.
34809         * tests/test-printf-posix.output: Remove all NaN related results.
34810         Needed for IRIX 6.5.
34811
34812 2007-05-19  Bruno Haible  <bruno@clisp.org>
34813
34814         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34815         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34816
34817 2007-05-19  Bruno Haible  <bruno@clisp.org>
34818
34819         * lib/float_.h: New file.
34820         * m4/float_h.m4: New file.
34821         * modules/float: New file.
34822         * modules/isnanl (Dependencies): Add float.
34823         * modules/isnanl-nolibm (Dependencies): Likewise.
34824         * modules/mathl (Dependencies): Likewise.
34825         * modules/printf-frexpl (Dependencies): Likewise.
34826         * modules/signbit (Dependencies): Likewise.
34827         * modules/vasnprintf (Dependencies): Likewise.
34828         * doc/headers/float.texi: Update.
34829
34830 2007-05-19  Jim Meyering  <jim@meyering.net>
34831
34832         * lib/utimens.c (gl_futimens): Rename from futimens,
34833         now that glibc-2.6 declares futimens.
34834         * lib/utimens.h: Likewise.
34835
34836 2007-05-19  Bruno Haible  <bruno@clisp.org>
34837
34838         Avoid test failures on mingw.
34839         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34840         * tests/test-printf-posix.sh: Likewise.
34841         * tests/test-vfprintf-posix.sh: Likewise.
34842         * tests/test-vprintf-posix.sh: Likewise.
34843
34844 2007-05-19  Bruno Haible  <bruno@clisp.org>
34845
34846         Fix *printf result for NaN, Inf, -0.0 on mingw.
34847         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34848         * lib/vasnprintf.c: Include math.h and isnan.h.
34849         (is_infinite_or_zero): New function.
34850         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34851         values in the %f, %F, %e, %E, %g, %G directives.
34852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34853         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34854         gl_PRINTF_INFINITE and test its result. Invoke
34855         gl_PREREQ_VASNPRINTF_INFINITE.
34856         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34857         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34858         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34859         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34860         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34861         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34862         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34863         * doc/functions/fprintf.texi: Update.
34864         * doc/functions/printf.texi: Update.
34865         * doc/functions/snprintf.texi: Update.
34866         * doc/functions/sprintf.texi: Update.
34867         * doc/functions/vfprintf.texi: Update.
34868         * doc/functions/vprintf.texi: Update.
34869         * doc/functions/vsnprintf.texi: Update.
34870         * doc/functions/vsprintf.texi: Update.
34871
34872 2007-05-19  Bruno Haible  <bruno@clisp.org>
34873
34874         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34875         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34876         Instead of multiplying with 10^k, set extra_zeroes to k.
34877         (scale10_round_long_double): Remove function.
34878
34879 2007-05-18  Bruno Haible  <bruno@clisp.org>
34880
34881         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34882         introduced on 2007-05-06.
34883
34884 2007-05-18  Bruno Haible  <bruno@clisp.org>
34885
34886         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34887         %g directives.
34888         * tests/test-vasprintf-posix.c (test_function): Likewise.
34889         * tests/test-snprintf-posix.h (test_function): Likewise.
34890         * tests/test-sprintf-posix.h (test_function): Likewise.
34891
34892 2007-05-18  Bruno Haible  <bruno@clisp.org>
34893
34894         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34895         (strmatch): New function.
34896         (test_function): Test the %f directive on numbers of various exponents.
34897         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34898         (strmatch): New function.
34899         (test_function): Test the %f directive on numbers of various exponents.
34900         * tests/test-snprintf-posix.h (strmatch): New function.
34901         (test_function): Test the %f directive on numbers of various exponents.
34902         * tests/test-sprintf-posix.h (strmatch): New function.
34903         (test_function): Test the %f directive on numbers of various exponents.
34904         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34905         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34906         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34907         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34908
34909 2007-05-18  Bruno Haible  <bruno@clisp.org>
34910
34911         Add support for 'long double' number output.
34912         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34913         * lib/vasnprintf.c: Include math.h and float+.h.
34914         (mp_limb_t): New type.
34915         (GMP_LIMB_BITS): New macro.
34916         (mp_twolimb_t): New type.
34917         (GMP_TWOLIMB_BITS): New macro.
34918         (mpn_t): New type.
34919         (multiply, divide, convert_to_decimal, decode_long_double,
34920         scale10_round_long_double, scale10_round_decimal_long_double,
34921         floorlog10l): New functions.
34922         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34923         for the %f, %F, %e, %E, %g, %G directives.
34924         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34925         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34926         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34927         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34928         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34929         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34930         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34931         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34932         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34933         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34934         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34935         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34936         * modules/snprintf-posix (Depends-on): Likewise.
34937         * modules/sprintf-posix (Depends-on): Likewise.
34938         * modules/vasnprintf-posix (Depends-on): Likewise.
34939         * modules/vasprintf-posix (Depends-on): Likewise.
34940         * modules/vfprintf-posix (Depends-on): Likewise.
34941         * modules/vsnprintf-posix (Depends-on): Likewise.
34942         * modules/vsprintf-posix (Depends-on): Likewise.
34943         * modules/vasnprintf (Files): Add lib/float+.h.
34944         * doc/functions/fprintf.texi: Update.
34945         * doc/functions/printf.texi: Update.
34946         * doc/functions/snprintf.texi: Update.
34947         * doc/functions/sprintf.texi: Update.
34948         * doc/functions/vfprintf.texi: Update.
34949         * doc/functions/vprintf.texi: Update.
34950         * doc/functions/vsnprintf.texi: Update.
34951         * doc/functions/vsprintf.texi: Update.
34952
34953 2007-05-18  Bruno Haible  <bruno@clisp.org>
34954
34955         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34956
34957 2007-05-18  Bruno Haible  <bruno@clisp.org>
34958
34959         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34960         for printing 64-bit integers. Needed for mingw.
34961
34962 2007-05-18  Bruno Haible  <bruno@clisp.org>
34963
34964         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34965         gl_FUNC_FREXPL_WORKS.
34966         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34967
34968 2007-05-18  Bruno Haible  <bruno@clisp.org>
34969
34970         * modules/frexpl-nolibm-tests: New file.
34971
34972         * modules/frexpl-nolibm: New file.
34973         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34974
34975 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34976
34977         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34978         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34979         GCC 4.2, which otherwise issues a lot of warnings.
34980         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34981         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34982         Likewise.
34983         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34984         * modules/iconv_open (iconv.h): Likewise.
34985         * modules/locale (locale.h): Likewise.
34986         * modules/netinet_in (netinet/in.h): Likewise.
34987         * modules/sys_select (sys_select.h): Likewise.
34988         * modules/sys_socket (sys/socket.h): Likewise.
34989         * modules/sys_stat (sys/stat.h): Likewise.
34990         * modules/sysexits (sysexits.h): Likewise.
34991         * modules/unistd (unistd.h): Likewise.
34992
34993 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34994
34995         * modules/closein-tests (Makefile.am): Distribute
34996         `test-closein.sh'.
34997
34998 2007-05-17  Bruno Haible  <bruno@clisp.org>
34999
35000         * tests/test-printf-posix.output: Renamed from
35001         tests/test-fprintf-posix.out.
35002         * modules/fprintf-posix-tests: Update.
35003         * modules/printf-posix-tests: Update.
35004         * modules/vfprintf-posix-tests: Update.
35005         * modules/vprintf-posix-tests: Update.
35006         * tests/test-fprintf-posix.sh: Update.
35007         * tests/test-printf-posix.sh: Update.
35008         * tests/test-vfprintf-posix.sh: Update.
35009         * tests/test-vprintf-posix.sh: Update.
35010         Reported by Ralf Wildenhues.
35011
35012 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35013
35014         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35015         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35016         GCC 4.2, which otherwise issues a lot of warnings.
35017         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35018         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35019         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35020         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35021         it should no longer be needed.
35022         * lib/string_.h: Likewise.
35023         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35024         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35025         * modules/inttypes (inttypes.h): Likewise.
35026         * modules/math (math.h): Likewise.
35027         * modules/search (search.h): Likewise.
35028         * modules/signal (signal.h): Likewise.
35029         * modules/stdint (stdint.h): Likewise.
35030         * modules/stdio (stdio.h): Likewise.
35031         * modules/stdlib (stdlib.h): Likewise.
35032         * modules/string (string.h): Likewise.
35033         * modules/sys_time (sys/time.h): Likewise.
35034         * modules/time (time.h): Likewise.
35035         * modules/wchar (wchar.h): Likewise.
35036         * modules/wctype (wtype.h): Likewise.
35037
35038 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35039
35040         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35041
35042 2007-05-13  Bruno Haible  <bruno@clisp.org>
35043
35044         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35045         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35046         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35047         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35048         (gl_PREREQ_STRTOK_R): Don't require it here.
35049
35050 2007-05-13  Bruno Haible  <bruno@clisp.org>
35051
35052         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35053         when used in C++ mode.
35054
35055 2007-05-12  Bruno Haible  <bruno@clisp.org>
35056
35057         * lib/linebuffer.h: Tweak doc.
35058         * lib/linebuffer.c: Likewise.
35059
35060 2007-05-12  James Youngman  <jay@gnu.org>
35061
35062         * lib/linebuffer.c (readlinebuffer_delim): New function,
35063         like readlinebuffer, but use a caller-specified delimiter.
35064         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35065         as the delimiter.
35066         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35067
35068 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35069
35070         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35071         * modules/openat (Files): Remove openat-die.c.
35072         (Depends-on): Add openat-die.
35073         * modules/openat-die: New module.
35074
35075 2007-05-06  Bruno Haible  <bruno@clisp.org>
35076
35077         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35078         Update with info about Cygwin.
35079         * doc/functions/fprintf.texi: Update.
35080         * doc/functions/printf.texi: Update.
35081         * doc/functions/snprintf.texi: Update.
35082         * doc/functions/sprintf.texi: Update.
35083         * doc/functions/vfprintf.texi: Update.
35084         * doc/functions/vprintf.texi: Update.
35085         * doc/functions/vsnprintf.texi: Update.
35086         * doc/functions/vsprintf.texi: Update.
35087         Reported by Eric Blake.
35088
35089 2007-05-06  Bruno Haible  <bruno@clisp.org>
35090
35091         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35092         padding ourselves for the floating-point directives.
35093         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35094         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35095         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35096         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35097         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35098         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35099         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35100         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35101         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35102         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35103         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35104         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35105         * tests/test-snprintf-posix.h (test_function): Also check the width
35106         and some flags in the %f directive.
35107         * tests/test-sprintf-posix.h (test_function): Likewise.
35108         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35109         * tests/test-vasprintf-posix.c (test_function): Likewise.
35110         * doc/functions/fprintf.texi: Update.
35111         * doc/functions/printf.texi: Update.
35112         * doc/functions/snprintf.texi: Update.
35113         * doc/functions/sprintf.texi: Update.
35114         * doc/functions/vfprintf.texi: Update.
35115         * doc/functions/vprintf.texi: Update.
35116         * doc/functions/vsnprintf.texi: Update.
35117         * doc/functions/vsprintf.texi: Update.
35118
35119 2007-05-06  Bruno Haible  <bruno@clisp.org>
35120
35121         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35122         pass the ' flag character to sprintf or snprintf.
35123         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35124         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35125         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35126         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35127         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35128         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35129         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35130         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35131         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35132         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35133         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35134         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35135         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35136         flag.
35137         * tests/test-sprintf-posix.h (test_function): Likewise.
35138         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35139         * tests/test-vasprintf-posix.c (test_function): Likewise.
35140         * doc/functions/fprintf.texi: Update.
35141         * doc/functions/printf.texi: Update.
35142         * doc/functions/snprintf.texi: Update.
35143         * doc/functions/sprintf.texi: Update.
35144         * doc/functions/vfprintf.texi: Update.
35145         * doc/functions/vprintf.texi: Update.
35146         * doc/functions/vsnprintf.texi: Update.
35147         * doc/functions/vsprintf.texi: Update.
35148
35149 2007-05-01  Bruno Haible  <bruno@clisp.org>
35150
35151         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35152
35153 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35154
35155         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35156         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35157
35158 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35159
35160         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35161         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35163
35164 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35165
35166         * lib/argp-help.c (struct hol_entry): New member `ord'.
35167         (HOL_ENTRY_PTRCMP): Use ord for comparison
35168         (hol_sort): Initialize ord.
35169
35170 2007-05-01  Bruno Haible  <bruno@clisp.org>
35171
35172         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35173         Reported by Eric Blake.
35174         * doc/gnulib.texi (Function Substitutes): Update.
35175
35176 2007-05-01  Bruno Haible  <bruno@clisp.org>
35177
35178         * doc/functions.texi: Remove file, now redundant through
35179         doc/functions/*.texi.
35180
35181 2007-05-01  Bruno Haible  <bruno@clisp.org>
35182
35183         * modules/argp (Depends-on): Add sleep.
35184
35185 2007-05-01  Bruno Haible  <bruno@clisp.org>
35186
35187         * modules/sleep-tests: New file.
35188         * tests/test-sleep.c: New file.
35189
35190         * modules/sleep: New file.
35191         * lib/sleep.c: New file.
35192         * m4/sleep.m4: New file.
35193         * lib/unistd_.h (sleep): New declaration.
35194         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35195         HAVE_SLEEP.
35196         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35197         * doc/functions/sleep.texi: Document the sleep module.
35198
35199 2007-05-01  Bruno Haible  <bruno@clisp.org>
35200
35201         * lib/sigprocmask.h: Remove file.
35202         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35203         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35204         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35205         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35206         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35207         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35208         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35209         HAVE_SIGSET_T as a shell variable.
35210         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35211         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35212         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35213         (Depends-on): Add signal. Remove verify.
35214         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35215         (Include): Mention <signal.h> instead of sigprocmask.h.
35216         * NEWS: Mention the change.
35217         * lib/fatal-signal.c: Don't include sigprocmask.h.
35218
35219 2007-05-01  Bruno Haible  <bruno@clisp.org>
35220
35221         * modules/signal: New file.
35222         * lib/signal_.h: New file.
35223         * m4/signal_h.m4: New file.
35224
35225 2007-05-01  Bruno Haible  <bruno@clisp.org>
35226
35227         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35228         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35229         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35230         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35231
35232 2007-05-01  Bruno Haible  <bruno@clisp.org>
35233
35234         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35235         configure time.
35236         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35237         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35238         * modules/sys_stat (Makefile.am): Substitute their values into
35239         sys/stat.h.
35240
35241 2007-05-01  Bruno Haible  <bruno@clisp.org>
35242
35243         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35244         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35245         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35246
35247 2007-05-01  Bruno Haible  <bruno@clisp.org>
35248
35249         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35250         'assert' module here.
35251
35252 2007-05-01  Bruno Haible  <bruno@clisp.org>
35253
35254         * doc/functions/*.texi: New files.
35255         * doc/functions/google-ranking.txt: New file.
35256         * doc/gnulib.texi (Function Substitutes): New chapter.
35257         (ctime, inet_ntoa): Remove sections.
35258         * doc/ctime.texi: Remove file.
35259         * doc/inet_ntoa.texi: Remove file.
35260         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35261         dependencies.
35262         (%.info): New rule, specifying a --reference-limit.
35263
35264 2007-05-01  Bruno Haible  <bruno@clisp.org>
35265
35266         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35267
35268 2007-05-01  Bruno Haible  <bruno@clisp.org>
35269
35270         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35271         the portability of 'mkdir' to mingw systems.
35272
35273 2007-05-01  Bruno Haible  <bruno@clisp.org>
35274
35275         * doc/headers/google-ranking.txt: New file.
35276
35277 2007-04-30  Eric Blake  <ebb9@byu.net>
35278
35279         Prefer fseeko to fseek.
35280         * modules/getpass (Depends-on): Add fseeko.
35281         * lib/getpass.c (getpass): Use fseeko, not fseek.
35282
35283 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35284
35285         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35286         assumes the sorting is stable, while most qsort implementations
35287         are not.  Use argument addresses to ensure they never compare as
35288         equal.
35289
35290         * tests/test-argp-2.sh (usage-indent test): Fix output
35291         (func_compare): Restore diff options
35292         * tests/test-argp.c: Restore #include "progname.h"
35293
35294 2007-04-29  Bruno Haible  <bruno@clisp.org>
35295
35296         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35297         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35298         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35300         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35301         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35302         (TESTS, check_PROGRAMS): Add test-snprintf.
35303         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35304         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35305         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35306         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35307         assertions that fail on HP-UX, OSF/1, or IRIX.
35308         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35309
35310 2007-04-29  Bruno Haible  <bruno@clisp.org>
35311
35312         * MODULES.html.sh (posix_functions): Remove 'contents'.
35313
35314 2007-04-29  Karl Berry  <karl@gnu.org>
35315
35316         * config/srclist.txt (gendocs_template_min): new entry.
35317
35318 2007-04-29  Bruno Haible  <bruno@clisp.org>
35319
35320         Work around fpurge bug on BSD systems.
35321         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35322         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35323         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35324         fpurge to rpl_fpurge if the system already has this function.
35325         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35326         the case where the system already has this function. Correct invariants
35327         on BSD systems.
35328         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35329         BSD systems.
35330
35331 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35332
35333         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35334         proposed by Sven Verdoolaege.
35335
35336         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35337         options.
35338         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35339         (usage and help tests): Update
35340
35341 2007-04-29  Bruno Haible  <bruno@clisp.org>
35342
35343         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35344         Print more information in case of failure. Disable a test on BeOS.
35345
35346 2007-04-29  Bruno Haible  <bruno@clisp.org>
35347
35348         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35349         This helps debugging on systems on which no gdb is available.
35350
35351 2007-04-29  Bruno Haible  <bruno@clisp.org>
35352
35353         * lib/freading.h: Improve comments.
35354         * lib/fwriting.h: Likewise.
35355         * tests/test-freading.c (main): Don't check freading immediately after
35356         repositioning. Needed for glibc.
35357
35358 2007-04-29  Bruno Haible  <bruno@clisp.org>
35359
35360         * lib/freading.c (freading): Trivial simplification.
35361
35362 2007-04-28  Bruno Haible  <bruno@clisp.org>
35363
35364         * tests/test-fwriting.c (main): Also test the interaction between
35365         fflush and fwriting.
35366         * modules/fwriting-tests (Depends-on): Add fflush.
35367
35368         * tests/test-freading.c (main): Also test the interaction between
35369         fflush and freading.
35370         * modules/freading-tests (Depends-on): Add fflush.
35371
35372 2007-04-28  Bruno Haible  <bruno@clisp.org>
35373
35374         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35375         fseeko and ftello.
35376         Suggested by Eric Blake.
35377
35378 2007-04-28  Jim Meyering  <jim@meyering.net>
35379
35380         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35381         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35382         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35383
35384 2007-04-27  Eric Blake  <ebb9@byu.net>
35385
35386         * doc/headers/assert.texi (assert.h): Document assert module use.
35387
35388 2007-04-27  Bruno Haible  <bruno@clisp.org>
35389
35390         * doc/headers/*.texi: New files.
35391         * doc/gnulib.texi (Header File Substitutes): New chapter.
35392         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35393         dependencies.
35394         (standards.info ,standards.html, standards.dvi): Update dependencies.
35395         (mostlyclean, clean): New targets.
35396
35397 2007-04-27  Bruno Haible  <bruno@clisp.org>
35398
35399         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35400         * modules/sysexits (Files, Makefile.am): Update.
35401
35402         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35403         * modules/sys_socket (Files, Makefile.am): Update.
35404
35405         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35406         * modules/sys_stat (Files, Makefile.am): Update.
35407
35408 2007-04-27  Eric Blake  <ebb9@byu.net>
35409
35410         * lib/freading.h: Improve comments.
35411         * lib/fwriting.h: Likewise.
35412         * lib/fflush.c: Likewise.
35413
35414         Fix closein for mingw.
35415         * modules/closein-tests: Add tests for closein.
35416         * tests/test-closein.c: New file.
35417         * tests/test-closein.sh: Likewise.
35418         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35419         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35420
35421 2007-04-27  Bruno Haible  <bruno@clisp.org>
35422
35423         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35424         version is < 6.
35425         * lib/math_.h [__DECC]: Likewise.
35426         * lib/stdio_.h [__DECC]: Likewise.
35427         * lib/stdlib_.h [__DECC]: Likewise.
35428         * lib/string_.h [__DECC]: Likewise.
35429         * lib/time_.h [__DECC]: Likewise.
35430         * lib/wchar_.h [__DECC]: Likewise.
35431         * lib/wctype_.h [__DECC]: Likewise.
35432
35433 2007-04-27  Bruno Haible  <bruno@clisp.org>
35434
35435         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35436
35437 2007-04-27  Bruno Haible  <bruno@clisp.org>
35438
35439         * lib/fflush.c: Add comments.
35440         * modules/fpurge-tests (Depends-on): Add fflush.
35441         * modules/freadable-tests (Depends-on): Likewise.
35442         * modules/fwritable-tests (Depends-on): Likewise.
35443
35444 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35445
35446         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35447         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35448         Report by Bruno Haible <bruno@clisp.org>.
35449
35450 2007-04-26  Eric Blake  <ebb9@byu.net>
35451
35452         Fix fflush on mingw.
35453         * modules/fflush (Depends-on): Add freading.
35454         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35455         but unread data.
35456
35457 2007-04-26  Eric Blake  <ebb9@byu.net>
35458         and Bruno Haible  <bruno@clisp.org>
35459
35460         Implement freading and fwriting.
35461         * lib/freading.c: New file.
35462         * lib/freading.h: Likewise.
35463         * m4/freading.m4: Likewise.
35464         * modules/freading: Likewise.
35465         * modules/freading-tests: Likewise.
35466         * tests/test-freading.c: Likewise.
35467         * lib/fwriting.c: New file.
35468         * lib/fwriting.h: Likewise.
35469         * m4/fwriting.m4: Likewise.
35470         * modules/fwriting: Likewise.
35471         * modules/fwriting-tests: Likewise.
35472         * tests/test-fwriting.c: Likewise.
35473         * MODULES.html.sh (File stream based Input/Output): Mention them.
35474
35475 2007-04-26  Bruno Haible  <bruno@clisp.org>
35476
35477         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35478         'long' when we assume it.
35479         Suggested by Eric Blake.
35480
35481 2007-04-26  Bruno Haible  <bruno@clisp.org>
35482
35483         Ensure fseeko, ftello are declared on glibc systems.
35484         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35485         * modules/fseeko (configure.ac-early): Likewise.
35486         * modules/ftello (configure.ac-early): Likewise.
35487         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35488         AC_FUNC_FSEEKO for this.
35489         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35490         (gl_CHECK_FSEEKO): Remove macro.
35491
35492 2007-04-26  Bruno Haible  <bruno@clisp.org>
35493
35494         * tests/test-fflush.c (main): Also check the ftell result after
35495         fflush and fseek/fseeko.
35496         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35497         file descriptor position cache in the stream.
35498         * lib/fseeko.c (rpl_fseeko): Likewise.
35499
35500 2007-04-26  Bruno Haible  <bruno@clisp.org>
35501
35502         * modules/fflush-tests (Depends-on): Add fseeko.
35503
35504 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35505             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35506
35507         * lib/argz_.h: ensure error_t definition is obtained in same
35508         mechanism system argz.h would have.
35509         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35510         argz facilities are known bad.  Err on the side of caution if
35511         cross-compiling.
35512
35513 2007-04-25  Eric Blake  <ebb9@byu.net>
35514
35515         * lib/fpurge.c (includes): Use stdlib.h for free.
35516         * tests/test-fflush.c (main): Also test fflush-fseeko.
35517
35518 2007-04-25  Bruno Haible  <bruno@clisp.org>
35519
35520         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35521         * lib/fseeko.c: New file.
35522         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35523         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35524         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35525         gl_FUNC_FSEEKO.
35526         (gl_FUNC_FSEEKO): Invoke it.
35527         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35528         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35529         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35530
35531 2007-04-25  Bruno Haible  <bruno@clisp.org>
35532
35533         * modules/fflush (Depends-on): Add ftello.
35534
35535 2007-04-25  Bruno Haible  <bruno@clisp.org>
35536
35537         * modules/ftello-tests: New file.
35538         * tests/test-ftello.c: New file.
35539
35540         * modules/ftello: New file.
35541         * m4/ftello.m4: New file.
35542         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35543         HAVE_FTELLO.
35544         * lib/stdio_.h (ftello): New declaration.
35545         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35546         HAVE_FTELLO.
35547
35548 2007-04-25  Bruno Haible  <bruno@clisp.org>
35549
35550         * modules/fseeko-tests: New file.
35551         * tests/test-fseeko.c: New file.
35552
35553         * modules/fseeko: New file.
35554         * m4/fseeko.m4: New file.
35555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35556         HAVE_FSEEKO.
35557         * lib/stdio_.h (fseeko): New declaration.
35558         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35559         HAVE_FSEEKO.
35560
35561 2007-04-25  Bruno Haible  <bruno@clisp.org>
35562
35563         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35564
35565 2007-04-25  Bruno Haible  <bruno@clisp.org>
35566
35567         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35568         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35569         * tests/test-unistd.c: Likewise.
35570         * tests/test-fcntl.c: Likewise.
35571
35572 2007-04-23  Eric Blake  <ebb9@byu.net>
35573
35574         * lib/fflush.c: Fix missing include.
35575         Reported by Bruno Haible.
35576
35577 2007-04-23  Bruno Haible  <bruno@clisp.org>
35578
35579         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35580         Reported by Eric Blake.
35581
35582 2007-04-23  Bruno Haible  <bruno@clisp.org>
35583
35584         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35585
35586 2007-04-23  Bruno Haible  <bruno@clisp.org>
35587
35588         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35589
35590 2007-04-23  Bruno Haible  <bruno@clisp.org>
35591
35592         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35593         Needed on HP-UX 11.
35594
35595 2007-04-16  Eric Blake  <ebb9@byu.net>
35596
35597         Make fflush rely on fpurge.
35598         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35599         open coding all variants.
35600         * modules/fflush (Depends-on): Add fpurge and unistd.
35601         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35602         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35603
35604         Fix --with-tests compilation on cygwin.
35605         * modules/argmatch-tests (Makefile.am): List gnulib library first
35606         in LDADD.
35607         * modules/argp-tests (Makefile.am): Likewise.
35608         * modules/array-list-tests (Makefile.am): Likewise.
35609         * modules/array-oset-tests (Makefile.am): Likewise.
35610         * modules/avltree-list-tests (Makefile.am): Likewise.
35611         * modules/avltree-oset-tests (Makefile.am): Likewise.
35612         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35613         * modules/carray-list-tests (Makefile.am): Likewise.
35614         * modules/dirname-tests (Makefile.am): Likewise.
35615         * modules/frexp-tests (Makefile.am): Likewise.
35616         * modules/isnanl-tests (Makefile.am): Likewise.
35617         * modules/linked-list-tests (Makefile.am): Likewise.
35618         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35619         * modules/lock-tests (Makefile.am): Likewise.
35620         * modules/rbtree-list-tests (Makefile.am): Likewise.
35621         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35622         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35623         * modules/tls-tests (Makefile.am): Likewise.
35624         * modules/tsearch-tests (Makefile.am): Likewise.
35625         * modules/xvasprintf-tests (Makefile.am): Likewise.
35626
35627         Fix fpurge for cygwin.
35628         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35629         value.
35630         * modules/fpurge-tests (Depends-on): Clean up trash.
35631
35632 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35633
35634         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35635
35636         * m4/autobuild.m4: Re-indent.
35637
35638 2007-04-13  Bruno Haible  <bruno@clisp.org>
35639
35640         * modules/fpurge-tests: New file.
35641         * tests/test-fpurge.c: New file.
35642
35643         * modules/fpurge: New file.
35644         * lib/fpurge.h: New file.
35645         * lib/fpurge.c: New file.
35646         * m4/fpurge.m4: New file.
35647
35648 2007-04-13  Bruno Haible  <bruno@clisp.org>
35649
35650         * modules/fbufmode-tests: New file.
35651         * tests/test-fbufmode.c: New file.
35652
35653         * modules/fbufmode: New file.
35654         * lib/fbufmode.h: New file.
35655         * lib/fbufmode.c: New file.
35656         * m4/fbufmode.m4: New file.
35657
35658 2007-04-13  Bruno Haible  <bruno@clisp.org>
35659
35660         * modules/fwritable-tests: New file.
35661         * tests/test-fwritable.c: New file.
35662
35663         * modules/fwritable: New file.
35664         * lib/fwritable.h: New file.
35665         * lib/fwritable.c: New file.
35666         * m4/fwritable.m4: New file.
35667
35668 2007-04-13  Bruno Haible  <bruno@clisp.org>
35669
35670         * modules/freadable-tests: New file.
35671         * tests/test-freadable.c: New file.
35672
35673         * modules/freadable: New file.
35674         * lib/freadable.h: New file.
35675         * lib/freadable.c: New file.
35676         * m4/freadable.m4: New file.
35677
35678 2007-04-13  Bruno Haible  <bruno@clisp.org>
35679
35680         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35681         MOSTLYCLEANFILES.
35682
35683 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35686         gzip bootstrap.conf to avoid dragging in i18n machinery.
35687         (gnulib_tool_option): Use it.
35688
35689 2007-04-13  Bruno Haible  <bruno@clisp.org>
35690
35691         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35692         %F directives.
35693         * tests/test-vasprintf-posix.c (test_function): Likewise.
35694         * tests/test-snprintf-posix.h (test_function): Likewise.
35695         * tests/test-sprintf-posix.h (test_function): Likewise.
35696         * tests/test-fprintf-posix.h (test_function): Likewise.
35697         * tests/test-printf-posix.h (test_function): Likewise.
35698         * tests/test-fprintf-posix.out: Likewise.
35699
35700 2007-04-13  Bruno Haible  <bruno@clisp.org>
35701
35702         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35703         * modules/tls-tests (configure.ac): Likewise.
35704         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35705
35706 2007-04-13  Bruno Haible  <bruno@clisp.org>
35707
35708         * lib/tls.c (glthread_tls_get): Fix return type.
35709         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35710
35711 2007-04-12  Eric Blake  <ebb9@byu.net>
35712
35713         * modules/gettime (Depends-on): Remove gettime.
35714         Reported by Dmitry V. Levin.
35715
35716 2007-04-12  Bruno Haible  <bruno@clisp.org>
35717
35718         * modules/fflush (Include): Mention <stdio.h>.
35719         * modules/strtoimax (Include): Mention <inttypes.h>.
35720         * modules/strtoumax (Include): Likewise.
35721
35722 2007-04-12  Eric Blake  <ebb9@byu.net>
35723
35724         * .cvsignore: New file.
35725         * .gitignore: Likewise.
35726
35727 2007-04-12  Bruno Haible  <bruno@clisp.org>
35728
35729         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35730         not before, since $(LDADD) often contains libgnu.a.
35731         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35732         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35733         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35734         Needed on Cygwin.
35735
35736 2007-04-12  Eric Blake  <ebb9@byu.net>
35737
35738         Work around glibc's failure to flush stdin on fclose.
35739         * lib/closein.c (close_stdin): Flush stdin before closing.
35740
35741         Work around glibc's failure to reset seekable stdin on exit.
35742         * modules/closein: New module.
35743         * lib/closein.c: New file.
35744         * lib/closein.h: Likewise.
35745         * m4/closein.m4: Likewise.
35746         * MODULES.html.sh (File stream based Input/Output): Document it.
35747
35748 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35749
35750         * gnulib-tool: Rename generated 'autobuild' script to
35751         'do-autobuild' in --create-megatestdir output.
35752
35753         * doc/gnulib.texi (Build robot for gnulib): Fix.
35754
35755 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35756
35757         * modules/sysexits (Depends-on): Add absolute-header.
35758
35759 2007-04-12  Eric Blake  <ebb9@byu.net>
35760
35761         No need to preserve errno on success.
35762         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35763         Reported by Bruno Haible.
35764
35765 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35766
35767         * MODULES.html.sh (Support for maintaining and releasing
35768         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35769
35770 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35771
35772         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35773
35774 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35775
35776         * modules/autobuild: New module.
35777
35778         * m4/autobuild.m4: New file.
35779
35780 2007-04-11  Bruno Haible  <bruno@clisp.org>
35781
35782         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35783         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35784         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35785         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35786         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35787         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35788         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35789         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35790         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35791         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35793         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35794         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35795         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35796         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35797         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35798         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35799         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35800         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35801         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35802         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35803         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35804         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35805         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35806         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35807         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35808         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35809         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35810         Reported by Eric Blake.
35811
35812 2007-04-11  Bruno Haible  <bruno@clisp.org>
35813
35814         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35815
35816 2007-04-10  Bruno Haible  <bruno@clisp.org>
35817
35818         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35819         for NaN and Infinity. Needed on FreeBSD 6.1.
35820         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35821         regarding results for "%010a" of Infinity and NaN.
35822         * tests/test-vasprintf-posix.c (test_function): Likewise.
35823         * tests/test-snprintf-posix.h (test_function): Likewise.
35824         * tests/test-sprintf-posix.h (test_function): Likewise.
35825         * tests/test-fprintf-posix.h (test_function): Likewise.
35826         * tests/test-printf-posix.h (test_function): Likewise.
35827         * tests/test-fprintf-posix.out: Likewise.
35828
35829 2007-04-10  Bruno Haible  <bruno@clisp.org>
35830
35831         * modules/locale-tests: New file.
35832         * tests/test-locale.c: New file.
35833
35834         * modules/locale: New file.
35835         * lib/locale_.h: New file.
35836         * m4/locale_h.m4: New file.
35837
35838 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35839             Bruno Haible  <bruno@clisp.org>
35840
35841         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35842         be determined, test for availability of the copysignf, copysign,
35843         copysignl functions.
35844         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35845         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35846         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35847
35848 2007-04-09  Eric Blake  <ebb9@byu.net>
35849
35850         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35851         * modules/stdio (Makefile.am): Support fflush.
35852         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35853         * modules/fflush: New file.
35854         * lib/fflush.c: Likewise.
35855         * m4/fflush.m4: Likewise.
35856         * modules/fflush-tests: New test.
35857         * tests/test-fflush.c: Likewise.
35858         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35859
35860 2007-04-06  Bruno Haible  <bruno@clisp.org>
35861
35862         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35863         (VASNPRINTF): Use signbit for faster determination whether to print a
35864         minus sign.
35865         * modules/vasnprintf (Files): Remove lib/float+.h.
35866         * modules/fprintf-posix (Depends-on): Add signbit.
35867         * modules/snprintf-posix (Depends-on): Likewise.
35868         * modules/sprintf-posix (Depends-on): Likewise.
35869         * modules/vasnprintf-posix (Depends-on): Likewise.
35870         * modules/vasprintf-posix (Depends-on): Likewise.
35871         * modules/vfprintf-posix (Depends-on): Likewise.
35872         * modules/vsnprintf-posix (Depends-on): Likewise.
35873         * modules/vsprintf-posix (Depends-on): Likewise.
35874
35875 2007-04-06  Bruno Haible  <bruno@clisp.org>
35876
35877         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35878         * tests/test-frexpl.c (main): Likewise.
35879         * tests/test-ldexpl.c (main): Likewise.
35880         * modules/frexp-tests (Depends-on): Add signbit.
35881         * modules/frexpl-tests (Depdends-on): Likewise.
35882         * modules/ldexpl-tests (Depdends-on): Likewise.
35883
35884 2007-04-06  Bruno Haible  <bruno@clisp.org>
35885
35886         * modules/signbit-tests: New file.
35887         * tests/test-signbit.c: New file.
35888
35889         * modules/signbit: New file.
35890         * lib/signbitf.c: New file.
35891         * lib/signbitd.c: New file.
35892         * lib/signbitl.c: New file.
35893         * m4/signbit.m4: New file.
35894         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35895         (signbit): New macro.
35896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35897         REPLACE_SIGNBIT.
35898         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35899         REPLACE_FREXPL into math.h.
35900
35901 2007-04-06  Bruno Haible  <bruno@clisp.org>
35902
35903         * modules/isnanf-nolibm-tests: New file.
35904         * tests/test-isnanf.c: New file.
35905
35906         * modules/isnanf-nolibm: New file.
35907         * lib/isnanf.h: New file.
35908         * lib/isnanf.c: New file.
35909         * lib/isnan.c: Consider the USE_FLOAT macro.
35910         * m4/isnanf.m4: New file.
35911
35912 2007-04-06  Bruno Haible  <bruno@clisp.org>
35913
35914         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35915         (Link): New section.
35916
35917         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35918
35919 2007-04-06  Bruno Haible  <bruno@clisp.org>
35920
35921         Assume the 'long double' type.
35922         * m4/longdouble.m4: Remove file.
35923         * config/srclist.txt: Don't mention longdouble.m4.
35924         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35925         * lib/float+.h: Likewise.
35926         * lib/frexp.c: Likewise.
35927         * lib/printf-args.h: Likewise.
35928         * lib/printf-args.c: Likewise.
35929         * lib/printf-frexp.c: Likewise.
35930         * lib/printf-parse.c: Likewise.
35931         * lib/vasnprintf.c: Likewise.
35932         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35933         * m4/intl.m4: Likewise.
35934         * m4/isnanl.m4: Likewise.
35935         * m4/printf.m4: Likewise.
35936         * m4/printf-frexpl.m4: Likewise.
35937         * m4/vasnprintf.m4: Likewise.
35938         * modules/allocsa (Files): Remove m4/longdouble.m4.
35939         * modules/gettext (Files): Likewise.
35940         * modules/relocatable-prog-wrapper (Files): Likewise.
35941         * modules/vasnprintf (Files): Likewise.
35942         * modules/isnanl (Files): Likewise.
35943         (Include): Simplify.
35944         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35945         (Include): Simplify.
35946         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35947         (Include): Simplify.
35948         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35949         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35950         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35951         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35952         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35953         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35954         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35955         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35956         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35957         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35958         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35959         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35960         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35961         * tests/test-isnanl.c: Likewise.
35962         * tests/test-snprintf-posix.h: Likewise.
35963         * tests/test-sprintf-posix.h: Likewise.
35964         * tests/test-vasnprintf-posix.c: Likewise.
35965         * tests/test-vasnprintf-posix2.c: Likewise.
35966         * tests/test-vasprintf-posix.c: Likewise.
35967
35968 2007-04-06  Bruno Haible  <bruno@clisp.org>
35969
35970         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35971         * lib/math_.h [__DECC]: Include the overridden include file through
35972         #include_next, outside the double-inclusion guard.
35973         * lib/stdio_.h [__DECC]: Likewise.
35974         * lib/stdlib_.h [__DECC]: Likewise.
35975         * lib/string_.h [__DECC]: Likewise.
35976         * lib/time_.h [__DECC]: Likewise.
35977         * lib/wchar_.h [__DECC]: Likewise.
35978         * lib/wctype_.h [__DECC]: Likewise.
35979         * lib/inttypes_.h [__DECC]: Likewise.
35980         Reported by Albert Chin <china@thewrittenword.com> in
35981         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35982
35983 2007-04-04  Eric Blake  <ebb9@byu.net>
35984
35985         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35986         1.5.x.
35987
35988 2007-04-04  Bruno Haible  <bruno@clisp.org>
35989
35990         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35991         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35992
35993 2007-04-04  Bruno Haible  <bruno@clisp.org>
35994
35995         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35996         results for "%010a" of Infinity and NaN.
35997         * tests/test-vasprintf-posix.c (test_function): Likewise.
35998         * tests/test-snprintf-posix.h (test_function): Likewise.
35999         * tests/test-sprintf-posix.h (test_function): Likewise.
36000         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36001         * tests/test-printf-posix.h (test_function): Likewise.
36002         * tests/test-fprintf-posix.out: Update.
36003         Needed for FreeBSD 6.1.
36004
36005 2007-04-04  Bruno Haible  <bruno@clisp.org>
36006
36007         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36008         directly used by the gnulib modules nor by gnulib-tool.
36009
36010 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36011
36012         * DEPENDENCIES: Give overall description of version dependency
36013         desirability.  Use more-typical names for apps.
36014         Add shell, coreutils, diffutils, grep, tar, gzip.
36015
36016 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36017
36018         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36019
36020 2007-04-04  Karl Berry  <karl@gnu.org>
36021
36022         * MODULES.html.sh (func_module): missing '.
36023
36024 2007-04-03  Bruno Haible  <bruno@clisp.org>
36025
36026         * modules/argmatch-tests (Makefile.am): New variable
36027         test_argmatch_LDADD.
36028         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36029         * modules/array-list-tests (Makefile.am): New variable
36030         test_array_list_LDADD.
36031         * modules/array-oset-tests (Makefile.am): New variable
36032         test_array_oset_LDADD.
36033         * modules/avltree-list-tests (Makefile.am): New variable
36034         test_avltree_list_LDADD.
36035         * modules/avltree-oset-tests (Makefile.am): New variable
36036         test_avltree_oset_LDADD.
36037         * modules/avltreehash-list-tests (Makefile.am): New variable
36038         test_avltreehash_list_LDADD.
36039         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36040         test_canonicalize_lgpl_LDADD.
36041         * modules/carray-list-tests (Makefile.am): New variable
36042         test_carray_list_LDADD.
36043         * modules/dirname-tests (Makefile.am): New variable
36044         test_dirname_LDADD.
36045         * modules/linked-list-tests (Makefile.am): New variable
36046         test_linked_list_LDADD.
36047         * modules/linkedhash-list-tests (Makefile.am): New variable
36048         test_linkedhash_list_LDADD.
36049         * modules/rbtree-list-tests (Makefile.am): New variable
36050         test_rbtree_list_LDADD.
36051         * modules/rbtree-oset-tests (Makefile.am): New variable
36052         test_rbtree_oset_LDADD.
36053         * modules/rbtreehash-list-tests (Makefile.am): New variable
36054         test_rbtreehash_list_LDADD.
36055         * modules/xvasprintf-tests (Makefile.am): New variable
36056         test_xvasprintf_LDADD.
36057         Reported by Eric Blake.
36058
36059 2007-04-03  Eric Blake  <ebb9@byu.net>
36060
36061         * DEPENDENCIES: Weaken m4 requirements.
36062
36063 2007-04-03  Bruno Haible  <bruno@clisp.org>
36064
36065         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36066         * modules/isnanl-tests (configure.ac): Likewise.
36067
36068 2007-04-03  Ben Pfaff  <blp@gnu.org>
36069
36070         * modules/iconv_open: Add $(srcdir)/ to source directory
36071         references in Makefile fragments that call gperf, to fix VPATH
36072         builds.
36073
36074 2007-04-03  Bruno Haible  <bruno@clisp.org>
36075
36076         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36077         * lib/ldexpl.c: Undo last change.
36078
36079 2007-04-03  Bruno Haible  <bruno@clisp.org>
36080
36081         * modules/printf-frexpl (Depends-on): Undo last change.
36082         (Files): Add m4/ldexpl.m4.
36083
36084 2007-04-03  Bruno Haible  <bruno@clisp.org>
36085
36086         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36087         * modules/isnanl (Link): New section.
36088
36089         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36090         * modules/frexp (Link): New section.
36091
36092         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36093         * modules/frexpl (Link): New section.
36094
36095         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36096         * modules/ldexpl (Link): New section.
36097
36098 2007-04-03  Bruno Haible  <bruno@clisp.org>
36099
36100         * modules/TEMPLATE-EXTENDED: New file.
36101         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36102
36103 2007-04-03  Bruno Haible  <bruno@clisp.org>
36104
36105         * DEPENDENCIES: New file.
36106         Suggested by Simon Josefsson.
36107
36108 2007-04-03  Bruno Haible  <bruno@clisp.org>
36109
36110         * doc/gnulib.texi: Escape @.
36111
36112 2007-04-03  James Youngman  <jay@gnu.org>
36113         and Paul Eggert  <eggert@cs.ucla.edu>
36114
36115         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36116         birthtime on all systems that have birthtime, not just those which
36117         use st_birthtimensec rather than st_birthtim.  Putting zero in
36118         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36119         that the birth time is not available for files on an NFS mount.
36120
36121 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36122
36123         * modules/memxor: Move back from crypto/, suggested by Bruno.
36124         * modules/crypto/hmac-sha1: Fix memxor dependency.
36125
36126         * modules/crypto/gc: Moved from ../.
36127
36128 2007-04-02  Eric Blake  <ebb9@byu.net>
36129
36130         * lib/ldexpl.c (includes): Avoid libm.
36131
36132         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36133
36134 2007-04-02  Bruno Haible  <bruno@clisp.org>
36135
36136         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36137         on IRIX.
36138
36139 2007-04-02  Bruno Haible  <bruno@clisp.org>
36140
36141         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36142         x86 or x86_64 platforms running MacOS X.
36143         Reported by Ryan Schmidt <@ryandesign.com>.
36144
36145 2007-04-02  Bruno Haible  <bruno@clisp.org>
36146
36147         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36148         i386.
36149
36150 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36151
36152         * modules/crypto/arcfour: Moved from ../.
36153         * modules/crypto/arcfour-tests: Moved from ../.
36154         * modules/crypto/arctwo: Moved from ../.
36155         * modules/crypto/arctwo-tests: Moved from ../.
36156         * modules/crypto/des: Moved from ../.
36157         * modules/crypto/des-tests: Moved from ../.
36158         * modules/crypto/gc-arcfour: Moved from ../.
36159         * modules/crypto/gc-arcfour-tests: Moved from ../.
36160         * modules/crypto/gc-arctwo: Moved from ../.
36161         * modules/crypto/gc-arctwo-tests: Moved from ../.
36162         * modules/crypto/gc-des: Moved from ../.
36163         * modules/crypto/gc-des-tests: Moved from ../.
36164         * modules/crypto/gc-hmac-md5: Moved from ../.
36165         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36166         * modules/crypto/gc-hmac-sha1: Moved from ../.
36167         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36168         * modules/crypto/gc-md2: Moved from ../.
36169         * modules/crypto/gc-md2-tests: Moved from ../.
36170         * modules/crypto/gc-md4: Moved from ../.
36171         * modules/crypto/gc-md4-tests: Moved from ../.
36172         * modules/crypto/gc-md5: Moved from ../.
36173         * modules/crypto/gc-md5-tests: Moved from ../.
36174         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36175         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36176         * modules/crypto/gc-random: Moved from ../.
36177         * modules/crypto/gc-rijndael: Moved from ../.
36178         * modules/crypto/gc-rijndael-tests: Moved from ../.
36179         * modules/crypto/gc-sha1: Moved from ../.
36180         * modules/crypto/gc-sha1-tests: Moved from ../.
36181         * modules/crypto/gc-tests: Moved from ../.
36182         * modules/crypto/hmac-md5: Moved from ../.
36183         * modules/crypto/hmac-md5-tests: Moved from ../.
36184         * modules/crypto/hmac-sha1: Moved from ../.
36185         * modules/crypto/hmac-sha1-tests: Moved from ../.
36186         * modules/crypto/md2: Moved from ../.
36187         * modules/crypto/md2-tests: Moved from ../.
36188         * modules/crypto/md4: Moved from ../.
36189         * modules/crypto/md4-tests: Moved from ../.
36190         * modules/crypto/md5: Moved from ../.
36191         * modules/crypto/md5-tests: Moved from ../.
36192         * modules/crypto/memxor: Moved from ../.
36193         * modules/crypto/rijndael: Moved from ../.
36194         * modules/crypto/rijndael-tests: Moved from ../.
36195         * modules/crypto/sha1: Moved from ../.
36196
36197 2007-03-30  James Youngman  <jay@gnu.org>
36198
36199         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36200         rename() to change the ctime of a file (because ctime is unaffected
36201         by rename on jfs2 on AIX 5.1).
36202         (main): Start by doing cleanup, in case a previous run failed leaving
36203         test files behind.
36204
36205 2007-03-31  Bruno Haible  <bruno@clisp.org>
36206
36207         Support old proprietary implementations of iconv.
36208         * modules/iconv_open: New file.
36209         * lib/iconv_.h: New file.
36210         * m4/iconv_h.m4: New file.
36211         * lib/iconv_open.c: New file.
36212         * lib/iconv_open-aix.gperf: New file.
36213         * lib/iconv_open-hpux.gperf: New file.
36214         * lib/iconv_open-irix.gperf: New file.
36215         * lib/iconv_open-osf.gperf: New file.
36216         * m4/iconv_open.m4: New file.
36217         * modules/linebreak (Depends-on): Add iconv_open.
36218         * modules/striconv (Depends-on): Likewise.
36219         * modules/striconveh (Depends-on): Likewise.
36220         * modules/unicodeio (Depends-on): Likewise.
36221         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36222         (iconv_t)(-1).
36223         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36224         conversion if cd is (iconv_t)(-1).
36225         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36226         is not possible.
36227
36228 2007-03-31  Bruno Haible  <bruno@clisp.org>
36229
36230         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36231         work on Solaris either. Protect also second use of "autodetect_jp".
36232
36233 2007-03-31  Bruno Haible  <bruno@clisp.org>
36234
36235         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36236         the function is not present.
36237
36238 2007-03-31  Bruno Haible  <bruno@clisp.org>
36239
36240         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36241         the function is not present.
36242
36243 2007-03-31  Bruno Haible  <bruno@clisp.org>
36244
36245         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36246         a bug in HP-UX iconv_open().
36247
36248 2007-03-31  Bruno Haible  <bruno@clisp.org>
36249
36250         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36251         (Mathematics <math.h>): New section, add fpieee.
36252         (Input/output <stdio.h>): Add fseterr.
36253         (Mathematics <math.h>): New section, add printf-frexp.
36254         (Container data structures): Add sublist.
36255         (Core language properties): Add fpucw, inline.
36256         (Functions for greatest-width integer types <inttypes.h>): Add
36257         imaxabs, imaxdiv, inttypes.
36258         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36259         isnanl-nolibm, ldexp.
36260         (Mathematics <math.h>): New section, add printf-frexpl.
36261         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36262         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36263         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36264         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36265         (Unicode string functions): Add unistr/u*-mbtoucr.
36266         (Java): Add javacomp-script, javaexec-script.
36267         (C#): Add csharpcomp-script, csharpexec-script.
36268         (Support for building libraries and executables): Add havelib,
36269         relocatable-*.
36270         (Support for maintaining and releasing projects): Renamed from
36271         'Support for maintaining and release projects'. Add announce-gen.
36272
36273 2007-03-31  Bruno Haible  <bruno@clisp.org>
36274
36275         * README: Talk primarily about git.
36276         (git and CVS): Renamed from CVS.
36277         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36278         gnulib is available through git.
36279         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36280
36281 2007-03-30  Bruno Haible  <bruno@clisp.org>
36282
36283         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36284         * lib/poll_.h: Likewise.
36285         * lib/stat_.h: Likewise.
36286         * lib/sys_time_.h: Likewise.
36287         * lib/sysexit_.h: Likewise.
36288         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36289         * lib/stdbool_.h: Likewise.
36290         * lib/byteswap_.h: Add double-inclusion guard.
36291
36292 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36293
36294         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36295
36296 2007-03-30  Karl Berry  <karl@gnu.org>
36297
36298         * config/srclist-update: double space after USA in the license
36299         substitution, since that's how it's usually (?) written.
36300
36301 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36302
36303         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36304         reported by Bruno Haible.
36305
36306 2007-03-29  Bruno Haible  <bruno@clisp.org>
36307
36308         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36309         a bug in AIX iconv().
36310
36311 2007-03-29  Bruno Haible  <bruno@clisp.org>
36312
36313         * modules/ldexpl-tests: New file.
36314         * tests/test-ldexpl.c: New file.
36315
36316 2007-03-29  Bruno Haible  <bruno@clisp.org>
36317
36318         * lib/ldexpl.c: Include fpucw.h.
36319         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36320         multiplication.
36321         * modules/ldexpl (Depends-on): Add fpucw.
36322
36323 2007-03-29  Bruno Haible  <bruno@clisp.org>
36324
36325         * modules/ldexpl: New file.
36326         * m4/ldexpl.m4: New file.
36327         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36328         set.
36329         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36330         REPLACE_LDEXPL.
36331         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36332         REPLACE_LDEXPL.
36333         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36334         gl_FUNC_LDEXPL_WORKS.
36335         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36336         * modules/mathl (Files): Remove lib/ldexpl.c.
36337         (Depends-on): Add ldexpl.
36338
36339 2007-03-29  Bruno Haible  <bruno@clisp.org>
36340
36341         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36342
36343 2007-03-29  Bruno Haible  <bruno@clisp.org>
36344
36345         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36346         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36347         and possibly also HP-UX.
36348         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36349         work on AIX, IRIX, HP-UX, OSF/1.
36350         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36351         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36352         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36353         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36354         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36355         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36356
36357 2007-03-29  Bruno Haible  <bruno@clisp.org>
36358
36359         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36360
36361 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36362
36363         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36364         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36365
36366 2007-03-29  Eric Blake  <ebb9@byu.net>
36367
36368         * lib/acl-internal.h: Remove redundant include.
36369         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36370         Cygwin when a file is locked.
36371
36372 2007-03-29  Bruno Haible  <bruno@clisp.org>
36373
36374         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36375         file.
36376         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36377
36378 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36379
36380         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36381         try to remove a parent directory if the child couldn't be removed
36382         (except for the first rmdir, which could fail because the child
36383         doesn't exist).  Problem reported by Jeff Blaine in
36384         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36385
36386 2007-03-28  Bruno Haible  <bruno@clisp.org>
36387
36388         * lib/striconveh.c (utf8conv_carefully): New function.
36389         (mem_cd_iconveh_internal): Invoke it.
36390
36391 2007-03-28  Bruno Haible  <bruno@clisp.org>
36392
36393         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36394         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36395         input.
36396         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36397         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36398         unistr/u8-uctomb.
36399
36400 2007-03-28  Bruno Haible  <bruno@clisp.org>
36401
36402         * modules/unistr/u8-mbtoucr: New file.
36403         * lib/unistr/u8-mbtoucr.c: New file.
36404         * modules/unistr/u16-mbtoucr: New file.
36405         * lib/unistr/u16-mbtoucr.c: New file.
36406         * modules/unistr/u16-mbtoucr: New file.
36407         * lib/unistr/u16-mbtoucr.c: New file.
36408         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36409
36410 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36411             Bruno Haible  <bruno@clisp.org>
36412
36413         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36414         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36415         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36416
36417         * m4/stdio_h.m4: Add stubs for vasprintf too.
36418
36419         * modules/stdio: Support vasprintf in sed command.
36420
36421         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36422         vasprintf.h.  Add stdio module indicator.
36423
36424         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36425         vasprintf.h.
36426
36427         * lib/vasprintf.h: File removed.
36428
36429         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36430         * lib/vasprintf.c: Ditto.
36431         * lib/xvasprintf.c: Ditto.
36432         * tests/test-vasprintf-posix.c: Ditto.
36433         * tests/test-vasprintf.c: Ditto.
36434
36435 2007-03-27  Bruno Haible  <bruno@clisp.org>
36436
36437         Make vasnprintf multithread-safe.
36438         * lib/vasnprintf.c (decimal_point_char): New function.
36439         (VASNPRINTF): Use it.
36440         Suggested by Simon Josefsson.
36441
36442 2007-03-27  Eric Blake  <ebb9@byu.net>
36443
36444         Support sub-second birthtime on cygwin.
36445         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36446         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36447         (get_stat_birthtime): Also work with st_birthtim.
36448
36449 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36450
36451         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36452         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36453         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36454         (get_stat_birthtime_ns): Simplify compile-time tests.
36455         (get_stat_birthtime): Change the API to look like
36456         get_stat_mtime etc., except return a negative tv_nsec on error.
36457         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36458         Don't check for "spare" fields.
36459         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36460         or for struct stat.st_birthtime, as these tests aren't used.
36461         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36462
36463 2007-03-27  Bruno Haible  <bruno@clisp.org>
36464
36465         * lib/stat-time.h: Include <sys/stat.h>.
36466
36467 2007-03-27  James Youngman  <jay@gnu.org>
36468
36469         * lib/stat-time.h (get_stat_birthtime): New function for
36470           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36471         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36472           and its variants.
36473         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36474         * modules/stat-time-test: New file.
36475         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36476
36477 2007-03-26  Bruno Haible  <bruno@clisp.org>
36478
36479         Better support of signalling NaNs.
36480         * lib/atanl.c: Include isnanl.h.
36481         (atanl): Perform test for NaN at the beginning of the function and
36482         through a call to isnanl.
36483         * lib/cosl.c: Include isnanl.h.
36484         (cosl): Perform test for NaN at the beginning of the function and
36485         through a call to isnanl.
36486         * lib/ldexpl.c: Include isnanl.h.
36487         (ldexpl): Perform test for NaN through a call to isnanl.
36488         * lib/logl.c: Include isnanl.h.
36489         (logl): Perform test for NaN at the beginning of the function and
36490         through a call to isnanl.
36491         * lib/sinl.c: Include isnanl.h.
36492         (sinl): Perform test for NaN at the beginning of the function and
36493         through a call to isnanl.
36494         * lib/sqrtl.c: Include isnanl.h.
36495         (sqrtl): Perform test for NaN at the beginning of the function and
36496         through a call to isnanl.
36497         * lib/tanl.c: Include isnanl.h.
36498         (tanl): Perform test for NaN at the beginning of the function and
36499         through a call to isnanl.
36500         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36501         * modules/mathl (Depends-on): Add isnanl.
36502
36503 2007-03-26  Eric Blake  <ebb9@byu.net>
36504
36505         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36506         regression in logic sense of previous patch.
36507
36508 2007-03-26  Bruno Haible  <bruno@clisp.org>
36509
36510         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36511         unportable shell command "if ! ...".
36512         Reported by Ralf Wildenhues.
36513
36514 2007-03-25  Bruno Haible  <bruno@clisp.org>
36515
36516         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36517         <sysexits.h> file, and only add EX_CONFIG.
36518         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36519         absolute file name and whether it is sufficient. Substitute also
36520         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36521         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36522         ABSOLUTE_SYSEXITS_H into sysexits.h.
36523
36524 2007-03-25  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36527         hints is NULL.
36528
36529 2007-03-25  Bruno Haible  <bruno@clisp.org>
36530
36531         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36532         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36533
36534 2007-03-25  Bruno Haible  <bruno@clisp.org>
36535
36536         * lib/vasnprintf.c: Include langinfo.h.
36537         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36538         multithread-safe.
36539         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36540         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36541         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36542         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36543         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36545         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36546         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36547         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36548         Reported by Simon Josefsson.
36549
36550 2007-03-25  Bruno Haible  <bruno@clisp.org>
36551
36552         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36553         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36554         * modules/vasnprintf (Depends-on): Add stdint.
36555
36556 2007-03-25  Bruno Haible  <bruno@clisp.org>
36557
36558         * modules/fpieee: New file.
36559         * m4/fpieee.m4: New file.
36560         * modules/isnan-nolibm (Depends-on): Add fpieee.
36561         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36562         * modules/isnanl (Depends-on): Add fpieee.
36563
36564 2007-03-25  Bruno Haible  <bruno@clisp.org>
36565
36566         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36567
36568 2007-03-25  Bruno Haible  <bruno@clisp.org>
36569
36570         Avoid test failures on IRIX 6.5.
36571         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36572         (main): Use it.
36573         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36574         macros.
36575         (main): Use them.
36576
36577 2007-03-25  Bruno Haible  <bruno@clisp.org>
36578
36579         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36580         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36581         exists but doesn't work.
36582         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36583         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36584         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36585         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36586
36587 2007-03-25  Bruno Haible  <bruno@clisp.org>
36588
36589         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36590         returns inf. Needed on IRIX 6.5.
36591
36592 2007-03-25  Bruno Haible  <bruno@clisp.org>
36593
36594         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36595         (main): Use isnanl instead of x != x idiom.
36596         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36597
36598         * tests/test-frexp.c: Include isnan.h.
36599         (main): Use isnan instead of x != x idiom.
36600         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36601
36602 2007-03-25  Bruno Haible  <bruno@clisp.org>
36603
36604         * tests/test-frexp.c (NaN): New function/macro.
36605         (main): Use it instead of 0.0 / 0.0.
36606         * tests/test-isnan.c (NaN): New function/macro.
36607         (main): Use it instead of 0.0 / 0.0.
36608         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36609         (test_function): Use it instead of 0.0 / 0.0.
36610         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36611         (test_function): Use it instead of 0.0 / 0.0.
36612         * tests/test-snprintf-posix.h (NaN): New function/macro.
36613         (test_function): Use it instead of 0.0 / 0.0.
36614         * tests/test-sprintf-posix.h (NaN): New function/macro.
36615         (test_function): Use it instead of 0.0 / 0.0.
36616         * tests/test-fprintf-posix.h (NaN): New function/macro.
36617         (test_function): Use it instead of 0.0 / 0.0.
36618         * tests/test-printf-posix.h (NaN): New function/macro.
36619         (test_function): Use it instead of 0.0 / 0.0.
36620
36621         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36622
36623 2007-03-25  Bruno Haible  <bruno@clisp.org>
36624
36625         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36626
36627 2007-03-25  Bruno Haible  <bruno@clisp.org>
36628
36629         * lib/regexec.c (merge_state_with_log): Make static.
36630
36631 2007-03-25  Bruno Haible  <bruno@clisp.org>
36632
36633         * lib/trigl.c (kernel_rem_pio2): Make static.
36634
36635 2007-03-25  Bruno Haible  <bruno@clisp.org>
36636
36637         * lib/sincosl.c (sincosl_table): Make static.
36638
36639 2007-03-25  Bruno Haible  <bruno@clisp.org>
36640
36641         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36642         if the compiler does not support C99.
36643
36644 2007-03-25  Bruno Haible  <bruno@clisp.org>
36645
36646         * modules/time (Makefile.am): Ensure all rule action lines start with a
36647         tab.
36648
36649 2007-03-24  Bruno Haible  <bruno@clisp.org>
36650
36651         * modules/tsearch-tests: New file.
36652         * tests/test-tsearch.sh: New file.
36653         * tests/test-tsearch.c: New file, mostly copied from glibc.
36654
36655         * modules/search-tests: New file.
36656         * tests/test-search.c: New file.
36657
36658         * modules/search: New file.
36659         * lib/search_.h: New file, incorporating lib/tsearch.h.
36660         * m4/search_h.m4: New file.
36661         * lib/tsearch.h: Remove file.
36662         * lib/tsearch.c: Include search.h instead of tsearch.h.
36663         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36664         HAVE_TSEARCH.
36665         * modules/tsearch (Files): Remove lib/tsearch.h.
36666         (Depends-on): Add search.
36667         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36668         (Include): Change tsearch.h into search.h.
36669
36670 2007-03-24  Bruno Haible  <bruno@clisp.org>
36671
36672         * modules/fpucw: New file.
36673         * lib/fpucw.h: New file.
36674         * lib/frexp.c: Include fpucw.h.
36675         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36676         (FUNC): Use them.
36677         * lib/printf-frexp.c: Include fpucw.h.
36678         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36679         (FUNC): Use them.
36680         * lib/vasnprintf.c: Include fpucw.h.
36681         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36682         'long double' calculations.
36683         * tests/test-frexpl.c: Include fpucw.h.
36684         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36685         * tests/test-printf-frexpl.c: Include fpucw.h.
36686         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36687         * modules/frexpl (Depends-on): Add fpucw.
36688         * modules/printf-frexpl (Depends-on): Likewise.
36689         * modules/fprintf-posix (Depends-on): Likewise.
36690         * modules/snprintf-posix (Depends-on): Likewise.
36691         * modules/sprintf-posix (Depends-on): Likewise.
36692         * modules/vasnprintf-posix (Depends-on): Likewise.
36693         * modules/vasprintf-posix (Depends-on): Likewise.
36694         * modules/vfprintf-posix (Depends-on): Likewise.
36695         * modules/vsnprintf-posix (Depends-on): Likewise.
36696         * modules/vsprintf-posix (Depends-on): Likewise.
36697         * modules/frexpl-tests (Depends-on): Likewise.
36698         * modules/printf-frexpl-tests (Depends-on): Likewise.
36699
36700 2007-03-24  Bruno Haible  <bruno@clisp.org>
36701
36702         * lib/float+.h: New file.
36703         * lib/isnan.c: Include float+.h.
36704         (SIZE): New macro.
36705         (FUNC): Compare only SIZE bytes of the value.
36706         * lib/vasnprintf.c: Include float+.h.
36707         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36708         SIZEOF_LDBL or SIZEOF_DBL bytes.
36709         * modules/isnan-nolibm (Files): Add lib/float+.h.
36710         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36711         * modules/isnanl (Files): Add lib/float+.h.
36712         * modules/vasnprintf (Files): Add lib/float+.h.
36713
36714 2007-03-24  Bruno Haible  <bruno@clisp.org>
36715
36716         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36717         include isnanl-nolibm.h.
36718
36719 2007-03-24  Bruno Haible  <bruno@clisp.org>
36720
36721         * tests/test-read-file.c (main): Don't produce spurious output for
36722         expected situations. Make the test fail if it encountered unexpected
36723         results.
36724
36725 2007-03-24  Bruno Haible  <bruno@clisp.org>
36726
36727         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36728         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36729
36730 2007-03-24  Bruno Haible  <bruno@clisp.org>
36731
36732         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36733
36734 2007-03-24  Bruno Haible  <bruno@clisp.org>
36735
36736         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36737         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36738
36739         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36740         * modules/utf8-ucs4: Turn into a symbolic link to module
36741         unistr/u8-mbtouc.
36742
36743         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36744         utf8-ucs4-unsafe.
36745         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36746         unistr/u8-mbtouc-unsafe.
36747
36748         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36749         * modules/utf16-ucs4: Turn into a symbolic link to module
36750         unistr/u16-mbtouc.
36751
36752         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36753         utf16-ucs4-unsafe.
36754         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36755         unistr/u16-mbtouc-unsafe.
36756
36757         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36758         * modules/ucs4-utf8: Turn into a symbolic link to module
36759         unistr/u8-ubtomb.
36760
36761         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36762         * modules/ucs4-utf16: Turn into a symbolic link to module
36763         unistr/u16-ubtomb.
36764
36765 2007-03-24  Bruno Haible  <bruno@clisp.org>
36766
36767         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36768         Enable the function only if HAVE_INLINE.
36769         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36770         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36771         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36772         Enable the function only if HAVE_INLINE.
36773         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36774         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36775         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36776         Enable the function only if HAVE_INLINE.
36777         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36778         Enable the function only if HAVE_INLINE.
36779         * modules/utf8-ucs4: Update.
36780         * modules/utf8-ucs4-unsafe: Update.
36781         * modules/utf16-ucs4: Update.
36782         * modules/utf16-ucs4-unsafe: Update.
36783         * modules/ucs4-utf8: Update.
36784         * modules/ucs4-utf16: Update.
36785
36786 2007-03-24  Bruno Haible  <bruno@clisp.org>
36787
36788         * lib/utf8-ucs4.h: Remove file.
36789         * lib/utf8-ucs4-unsafe.h: Remove file.
36790         * lib/utf16-ucs4.h: Remove file.
36791         * lib/utf16-ucs4-unsafe.h: Remove file.
36792         * lib/ucs4-utf8.h: Remove file.
36793         * lib/ucs4-utf16.h: Remove file.
36794         * lib/unistr.h: Include their previous contents.
36795         * m4/utf-ucs4.m4: Remove file.
36796         * m4/ucs4-utf.m4: Remove file.
36797         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36798         (Depends-on): Add unistr/base.
36799         (configure.ac): Remove gl_UTF_UCS4.
36800         (Makefile.am): Update.
36801         (Include): Change to unistr.h.
36802         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36803         (Depends-on): Add unistr/base.
36804         (configure.ac): Remove gl_UTF_UCS4.
36805         (Makefile.am): Update.
36806         (Include): Change to unistr.h.
36807         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36808         (Depends-on): Add unistr/base.
36809         (configure.ac): Remove gl_UTF_UCS4.
36810         (Makefile.am): Update.
36811         (Include): Change to unistr.h.
36812         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36813         (Depends-on): Add unistr/base.
36814         (configure.ac): Remove gl_UTF_UCS4.
36815         (Makefile.am): Update.
36816         (Include): Change to unistr.h.
36817         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36818         (Depends-on): Add unistr/base.
36819         (configure.ac): Remove gl_UCS4_UTF.
36820         (Makefile.am): Update.
36821         (Include): Change to unistr.h.
36822         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36823         (Depends-on): Add unistr/base.
36824         (configure.ac): Remove gl_UCS4_UTF.
36825         (Makefile.am): Update.
36826         (Include): Change to unistr.h.
36827         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36828         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36829         utf8-ucs4-unsafe.h.
36830         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36831         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36832         utf16-ucs4-unsafe.h.
36833         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36834         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36835         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36836         * lib/unistr/u8-strchr.c: Likewise.
36837         * lib/unistr/u8-strrchr.c: Likewise.
36838         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36839         * lib/unistr/u16-strchr.c: Likewise.
36840         * lib/unistr/u16-strrchr.c: Likewise.
36841         * lib/striconveh.c: Update.
36842         * lib/linebreak.c: Update.
36843
36844 2007-03-24  Bruno Haible  <bruno@clisp.org>
36845
36846         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36847         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36848
36849 2007-03-22  Bruno Haible  <bruno@clisp.org>
36850
36851         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36852
36853 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36854
36855         * MODULES.html.sh (File system functions): New module write-any-file.
36856         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36857         * m4/write-any-file.m4: New files.
36858
36859 2007-03-23  Eric Blake  <ebb9@byu.net>
36860
36861         * gnulib-tool: Rearrange space-tab sequences, since some editors
36862         like to eat them.
36863
36864 2007-03-23  Eric Blake  <ebb9@byu.net>
36865
36866         * lib/version-etc.c (version_etc_va): Update license wording to
36867         be more concise.  Recommended by Richard Stallman.
36868
36869 2007-03-22  Bruno Haible  <bruno@clisp.org>
36870
36871         * lib/poll.c (MSG_PEEK): New fallback definition.
36872
36873 2007-03-22  Bruno Haible  <bruno@clisp.org>
36874
36875         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36876         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36877         (main): Update.
36878         Fixes a compilation error on BeOS.
36879
36880 2007-03-22  Bruno Haible  <bruno@clisp.org>
36881
36882         * modules/frexpl-tests: New file.
36883         * tests/test-frexpl.c: New file.
36884
36885         * modules/frexpl: New file.
36886         * m4/frexpl.m4: New file.
36887         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36888         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36889         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36890         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36891         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36892         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36893
36894 2007-03-22  Bruno Haible  <bruno@clisp.org>
36895
36896         * lib/frexpl.c: Share code with lib/frexp.c.
36897         * modules/mathl (Files): Add lib/frexp.c.
36898         (Depends-on): Add isnanl-nolibm.
36899
36900 2007-03-22  Bruno Haible  <bruno@clisp.org>
36901
36902         * modules/printf-frexp (Files): Add m4/frexp.m4.
36903         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36904         only if the found frexp function actually works.
36905
36906 2007-03-22  Bruno Haible  <bruno@clisp.org>
36907
36908         * lib/frexp.c: Remove older implementation that uses divisions.
36909
36910 2007-03-21  Bruno Haible  <bruno@clisp.org>
36911
36912         * modules/frexp-tests: New file.
36913         * tests/test-frexp.c: New file.
36914
36915         * modules/frexp: New file.
36916         * lib/frexp.c: New file.
36917         * m4/frexp.m4: New file.
36918         * lib/math_.h (frexp): New declaration.
36919         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36920         REPLACE_FREXP.
36921         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36922
36923 2007-03-21  Bruno Haible  <bruno@clisp.org>
36924
36925         * modules/isnanl-tests: New file.
36926         * tests/test-isnanl.c: New file.
36927
36928         * modules/isnanl: New file.
36929         * lib/isnanl.h: New file.
36930         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36931         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36932         gl_FUNC_ISNANL_WORKS.
36933         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36934         New macros.
36935
36936 2007-03-21  Bruno Haible  <bruno@clisp.org>
36937
36938         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36939         lib/isnanl.h.
36940         (Include): Update.
36941         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36942         * lib/vasnprintf.c: Update.
36943         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36944         tests/test-isnanl.h, remove tests/test-isnanl.c.
36945         (Makefile.am): Update.
36946         * tests/test-isnanl-nolibm.c: New file.
36947         * tests/test-isnanl.h: New file.
36948         * tests/test-isnanl.c: Remove file.
36949
36950 2007-03-21  Jim Meyering  <jim@meyering.net>
36951
36952         When trying to open ".", treat ESTALE like EACCES.
36953         * lib/savewd.c (savewd_save): Resort to forking not just upon
36954         failure with EACCES, but also when errno is ESTALE.
36955
36956 2007-03-20  Bruno Haible  <bruno@clisp.org>
36957
36958         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36959         Needed on AIX 5.1. Reported by Matthew Woehlke.
36960
36961 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36962
36963         Suggestions by Bruno Haible:
36964         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36965         our own.
36966         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36967         * modules/acl (Depends-on): Add gettext.
36968
36969 2007-03-19  Bruno Haible  <bruno@clisp.org>
36970
36971         * modules/iconvme: Remove file.
36972         * lib/iconvme.h: Remove file.
36973         * lib/iconvme.c: Remove file.
36974         * m4/iconvme.m4: Remove file.
36975
36976 2007-03-19  Bruno Haible  <bruno@clisp.org>
36977
36978         * doc/relocatable-maint.texi: Break long shell script line.
36979         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36980
36981 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36982
36983         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36984         handle file_has_acl.
36985         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36986         * lib/acl.c: Move header inclusions and related macro defns into
36987         lib/acl-internal.h.
36988         (S_ISLNK): Remove defn, since that's now done for us.
36989         (file_has_acl): Move to lib/file-has-acl.c.
36990         Call acl_trivial if available.  This is the crucial part of the fix.
36991         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36992         shared within the library.  Rewrite a bit, partly to make it compatible
36993         with the GNU coding style.
36994         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36995         Remove unnecessary double-quotes.
36996         Don't test for acl_to_text; the build will catch that.
36997         Replace acl_entries if it doesn't exist and it is needed.
36998         Check for -lsec and acl_trivial (as used on Solaris 10).
36999         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37000         lib/file-has-acl.c.
37001         (Depends-on): Add sys_stat, for S_ISLNK.
37002
37003 2007-03-19  Ben Pfaff  <blp@gnu.org>
37004
37005         * doc/gnulib.texi: Fix typos.
37006         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37007
37008 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37011         If size is zero here, buf must be zero.
37012
37013 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37014
37015         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37016         <bruno@clisp.org>.
37017
37018 2007-03-18  Bruno Haible  <bruno@clisp.org>
37019
37020         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37021         Suggested by Eric Blake.
37022
37023 2007-03-18  Ben Pfaff  <blp@gnu.org>
37024
37025         * doc/relocatable.texi: Recommend using as prefix a directory
37026         that does not exist and will never be created.  Based on
37027         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37028         and others.
37029
37030 2007-03-17  Bruno Haible  <bruno@clisp.org>
37031
37032         * lib/fchownat.c: Include lchown.h.
37033
37034 2007-03-17  Bruno Haible  <bruno@clisp.org>
37035
37036         Fix endless loop when the given allocated size was > INT_MAX.
37037         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37038         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37039         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37040         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37041         * lib/sprintf.c (sprintf): Likewise.
37042
37043 2007-03-17  Bruno Haible  <bruno@clisp.org>
37044
37045         * tests/test-argp-2.sh (func_compare): Output a context diff.
37046
37047 2007-03-17  Bruno Haible  <bruno@clisp.org>
37048
37049         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37050         locale's decimal-point character.
37051
37052 2007-03-17  Bruno Haible  <bruno@clisp.org>
37053
37054         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37055         before comparing it. Needed because on some platforms (e.g. x86) a
37056         'long double' occupies less bytes than sizeof (long double).
37057
37058 2007-03-17  Bruno Haible  <bruno@clisp.org>
37059
37060         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37061         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37062         * tests/test-getaddrinfo.c (simple): Likewise.
37063         * tests/test-read-file.c (main): Likewise.
37064
37065 2007-03-17  Bruno Haible  <bruno@clisp.org>
37066
37067         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37068
37069 2007-03-17  Bruno Haible  <bruno@clisp.org>
37070
37071         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37072         unused variable.
37073
37074 2007-03-17  Bruno Haible  <bruno@clisp.org>
37075
37076         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37077         * tests/test-c-strncasecmp.c: Likewise.
37078
37079 2007-03-17  Bruno Haible  <bruno@clisp.org>
37080
37081         * modules/stdlib (Depends-on): Add unistd.
37082         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37083         Needed for MacOS X 10.3.
37084
37085 2007-03-17  Bruno Haible  <bruno@clisp.org>
37086
37087         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37088
37089 2007-03-17  Bruno Haible  <bruno@clisp.org>
37090
37091         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37092
37093 2007-03-17  Bruno Haible  <bruno@clisp.org>
37094
37095         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37096         to reflect files copied from gnulib (with or without modifications).
37097         Suggested by Jim Meyering.
37098
37099 2007-03-17  Eric Blake  <ebb9@byu.net>
37100
37101         * NEWS: Document stdlib change from 2007-02-18.
37102
37103 2007-03-17  Jim Meyering  <jim@meyering.net>
37104
37105         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37106         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37107         someone uses a name containing shell meta-characters.
37108         Reported by Alfred M. Szmidt.
37109
37110         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37111
37112 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37113
37114         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37115         and copy gettext configuration files only if configure.ac contains
37116         a use of AM_GNU_GETTEXT_VERSION.
37117
37118 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37119
37120         * build-aux/bootstrap (gnulib_name): New variable.
37121         (gnulib_tool_options): Use it.
37122
37123 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37124
37125         * tests/test-des.c: Use new namespace.
37126
37127 2007-03-15  Bruno Haible  <bruno@clisp.org>
37128
37129         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37130         Reported by James Youngman <jay@gnu.org>.
37131
37132 2007-03-15  Bruno Haible  <bruno@clisp.org>
37133
37134         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37135         declared prototype. Needed with cc on OSF/1 5.1.
37136
37137 2007-03-15  Bruno Haible  <bruno@clisp.org>
37138
37139         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37140         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37141         (struct gl_list_implementation): Add dispose_fn argument to the
37142         'create_empty', 'create' methods.
37143         (struct gl_list_impl_base): Add field 'dispose_fn'.
37144         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37145         argument.
37146         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37147         dispose_fn argument.
37148         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37149         dispose_fn on the dropped values.
37150         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37151         dispose_fn argument.
37152         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37153         dropped values.
37154         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37155         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37156         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37157         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37158         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37159         argument.
37160         (gl_tree_list_free): Call dispose_fn on the dropped values.
37161         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37162         the dropped values.
37163         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37164         Add dispose_fn argument.
37165         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37166         Call dispose_fn on the dropped values.
37167         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37168         Add dispose_fn argument.
37169         (gl_sublist_create): Initialize the 'dispose_fn' field.
37170         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37171         * tests/test-array_list.c (main): Update.
37172         * tests/test-carray_list.c (main): Update.
37173         * tests/test-avltree_list.c (main): Update.
37174         * tests/test-rbtree_list.c (main): Update.
37175         * tests/test-avltreehash_list.c (main): Update.
37176         * tests/test-rbtreehash_list.c (main): Update.
37177         * tests/test-linked_list.c (main): Update.
37178         * tests/test-linkedhash_list.c (main): Update.
37179         * tests/test-array_oset.c (main): Update.
37180
37181 2007-03-15  Bruno Haible  <bruno@clisp.org>
37182
37183         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37184         (gl_oset_create_empty): Add dispose_fn argument.
37185         (struct gl_oset_implementation): Add dispose_fn argument to
37186         'create_empty' method.
37187         (struct gl_oset_impl_base): Add dispose_fn field.
37188         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37189         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37190         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37191         values.
37192         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37193         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37194         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37195         dropped value.
37196         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37197         dropped value.
37198         * tests/test-array_oset.c (main): Update.
37199         * tests/test-avltree_oset.c (main): Update.
37200         * tests/test-rbtree_oset.c (main): Update.
37201         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37202
37203 2007-03-13  Bruno Haible  <bruno@clisp.org>
37204
37205         * tests/test-stdbool.c (i): Update after last patch.
37206
37207 2007-03-12  Bruno Haible  <bruno@clisp.org>
37208
37209         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37210         the iswprint macro. Needed on Solaris 2.5.1.
37211
37212 2007-03-12  Bruno Haible  <bruno@clisp.org>
37213
37214         * tests/test-printf-frexp.c (main): Declare x as volatile.
37215
37216 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37217
37218         * doc/gnulib.texi (Build robot for gnulib): New section.
37219
37220 2007-03-12  Jim Meyering  <jim@meyering.net>
37221
37222         * build-aux/bootstrap: New file.
37223         * build-aux/bootstrap.conf: New file, from coreutils.
37224
37225 2007-03-11  Bruno Haible  <bruno@clisp.org>
37226
37227         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37228
37229 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37230
37231         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37232         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37233         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37234
37235 2007-03-11  Bruno Haible  <bruno@clisp.org>
37236
37237         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37238         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37239
37240 2007-03-11  Bruno Haible  <bruno@clisp.org>
37241
37242         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37243         formula. Needed for SunPRO C 5.0.
37244
37245 2007-03-11  Bruno Haible  <bruno@clisp.org>
37246
37247         * modules/long-options (Depends-on): Add getopt.
37248
37249 2007-03-11  Bruno Haible  <bruno@clisp.org>
37250
37251         * modules/modechange (Depends-on): Add stdbool.
37252
37253 2007-03-11  Bruno Haible  <bruno@clisp.org>
37254
37255         * modules/i-ring (Depends-on): Add stdbool.
37256
37257 2007-03-11  Bruno Haible  <bruno@clisp.org>
37258
37259         * modules/gc-des (Depends-on): Add stdbool.
37260
37261 2007-03-11  Bruno Haible  <bruno@clisp.org>
37262
37263         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37264
37265 2007-03-11  Bruno Haible  <bruno@clisp.org>
37266
37267         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37268
37269 2007-03-11  Bruno Haible  <bruno@clisp.org>
37270
37271         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37272
37273 2007-03-11  Bruno Haible  <bruno@clisp.org>
37274
37275         * lib/vasnprintf.c (sprintf): Undefine.
37276
37277 2007-03-11  Bruno Haible  <bruno@clisp.org>
37278
37279         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37280         initializers in SunPRO C and Compaq C compilers.
37281
37282 2007-03-11  Bruno Haible  <bruno@clisp.org>
37283
37284         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37285         decrementing code ANSI C compliant.
37286
37287 2007-03-11  Bruno Haible  <bruno@clisp.org>
37288
37289         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37290         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37291
37292 2007-03-11  Bruno Haible  <bruno@clisp.org>
37293
37294         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37295         <stdbool.h> substitute doesn't pass.
37296
37297 2007-03-11  Bruno Haible  <bruno@clisp.org>
37298
37299         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37300
37301 2007-03-11  Bruno Haible  <bruno@clisp.org>
37302
37303         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37304         script, for submission to autobuild.josefsson.org.
37305
37306 2007-03-10  Bruno Haible  <bruno@clisp.org>
37307
37308         * modules/canonicalize-lgpl-tests: New file.
37309         * tests/test-canonicalize-lgpl.sh: New file.
37310         * tests/test-canonicalize-lgpl.c: New file.
37311
37312         * modules/c-strcase-tests: New file.
37313         * tests/test-c-strcase.sh: New file.
37314         * tests/test-c-strcasecmp.c: New file.
37315         * tests/test-c-strncasecmp.c: New file.
37316
37317         * modules/atexit-tests: New file.
37318         * tests/test-atexit.sh: New file.
37319         * tests/test-atexit.c: New file.
37320
37321 2007-03-10  Bruno Haible  <bruno@clisp.org>
37322
37323         * tests/test-binary-io.sh: Use temporary filenames that are not so
37324         likely to clash with those of other tests (in a parallel make).
37325         * tests/test-binary-io.c: Likewise.
37326
37327 2007-03-10  Bruno Haible  <bruno@clisp.org>
37328
37329         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37330         fallback; use #error instead.
37331         Suggested by Simon Josefsson.
37332
37333 2007-03-10  Bruno Haible  <bruno@clisp.org>
37334
37335         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37336         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37337         first and the last.
37338
37339 2007-03-10  Bruno Haible  <bruno@clisp.org>
37340
37341         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37342
37343 2007-03-10  Bruno Haible  <bruno@clisp.org>
37344
37345         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37346         "make distcheck".
37347         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37348         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37349         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37350
37351 2007-03-10  Bruno Haible  <bruno@clisp.org>
37352
37353         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37354         variable.
37355         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37356         variable.
37357
37358 2007-03-09  Eric Blake  <ebb9@byu.net>
37359         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37360
37361         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37362         types are not being provided by gnulib.
37363         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37364         types are supported.
37365
37366 2007-03-10  Bruno Haible  <bruno@clisp.org>
37367
37368         * lib/stdio_.h (__attribute__): New macro.
37369         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37370         vsprintf): Specify __attribute__ __format__ for GCC.
37371         Suggested by Eric Blake.
37372
37373 2007-03-09  Bruno Haible  <bruno@clisp.org>
37374
37375         * modules/printf-posix-tests: New file.
37376         * tests/test-printf-posix.sh: New file.
37377         * tests/test-printf-posix.c: New file.
37378
37379         * modules/printf-posix: New file.
37380         * lib/printf.c: New file.
37381         * m4/printf-posix-rpl.m4: New file.
37382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37383         REPLACE_PRINTF.
37384         * lib/stdio_.h (printf): New declaration.
37385         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37386         ____strfmon____): New macros.
37387         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37388         REPLACE_PRINTF.
37389
37390 2007-03-09  Bruno Haible  <bruno@clisp.org>
37391
37392         * tests/test-vasnprintf-posix2.sh: New file.
37393         * tests/test-vasnprintf-posix2.c: New file.
37394         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37395         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37396         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37397
37398         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37399         a locale dependent decimal point, rather than always '.'.
37400
37401 2007-03-09  Eric Blake  <ebb9@byu.net>
37402
37403         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37404         spite of platforms like Tandem/NSK that define it to -1.
37405
37406 2007-03-08  Bruno Haible  <bruno@clisp.org>
37407
37408         * modules/vprintf-posix-tests: New file.
37409         * tests/test-vprintf-posix.sh: New file.
37410         * tests/test-vprintf-posix.c: New file.
37411         * tests/test-printf-posix.h: New file.
37412
37413         * modules/vprintf-posix: New file.
37414         * lib/vprintf.c: New file.
37415         * m4/vprintf-posix.m4: New file.
37416         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37417         REPLACE_VPRINTF.
37418         * lib/stdio_.h (vprintf): New declaration.
37419         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37420         REPLACE_VPRINTF.
37421
37422 2007-03-08  Bruno Haible  <bruno@clisp.org>
37423
37424         * modules/fprintf-posix-tests: New file.
37425         * tests/test-fprintf-posix.sh: New file.
37426         * tests/test-fprintf-posix.c: New file.
37427
37428         * modules/fprintf-posix: New file.
37429         * lib/fprintf.c: New file.
37430         * m4/fprintf-posix.m4: New file.
37431         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37432         REPLACE_FPRINTF.
37433         * lib/stdio_.h (fprintf): New declaration.
37434         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37435         REPLACE_FPRINTF.
37436
37437 2007-03-08  Bruno Haible  <bruno@clisp.org>
37438
37439         * modules/vfprintf-posix-tests: New file.
37440         * tests/test-vfprintf-posix.sh: New file.
37441         * tests/test-vfprintf-posix.c: New file.
37442         * tests/test-fprintf-posix.h: New file.
37443         * tests/test-fprintf-posix.out: New file.
37444
37445         * modules/vfprintf-posix: New file.
37446         * lib/vfprintf.c: New file.
37447         * m4/vfprintf-posix.m4: New file.
37448         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37449         REPLACE_VFPRINTF.
37450         * lib/stdio_.h (vfprintf): New declaration.
37451         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37452         REPLACE_VFPRINTF.
37453
37454 2007-03-08  Bruno Haible  <bruno@clisp.org>
37455
37456         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37457
37458 2007-03-08  Bruno Haible  <bruno@clisp.org>
37459
37460         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37461         instead of 'expr' invocations.
37462         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37463         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37464         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37465         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37466         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37467         Suggested by Paul Eggert.
37468
37469 2007-03-08  Bruno Haible  <bruno@clisp.org>
37470
37471         * modules/fseterr-tests: New file.
37472         * tests/test-fseterr.c: New file.
37473
37474         * modules/fseterr: New file.
37475         * lib/fseterr.h: New file.
37476         * lib/fseterr.c: New file.
37477
37478 2007-03-08  Bruno Haible  <bruno@clisp.org>
37479
37480         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37481         * lib/getopt_.h: Likewise.
37482         * lib/mbswidth.h: Likewise.
37483         * lib/setenv.h: Likewise.
37484         * lib/vasnprintf.h: Likewise.
37485         * lib/vasprintf.h: Likewise.
37486         * lib/verror.h: Likewise.
37487         * lib/xsetenv.h: Likewise.
37488         * lib/xvasprintf.h: Likewise.
37489
37490 2007-03-08  Jim Meyering  <jim@meyering.net>
37491
37492         * users.txt: Add parted.
37493
37494         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37495
37496 2007-03-07  Bruno Haible  <bruno@clisp.org>
37497
37498         * m4/printf.m4: Make the shell script snippets copy&pastable.
37499
37500 2007-03-02  Bruno Haible  <bruno@clisp.org>
37501
37502         * lib/netinet_in_.h: New file.
37503         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37504         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37505         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37506         (Depends-on): Add absolute-header.
37507         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37508         into netinet/in.h.
37509
37510 2007-03-03  Bruno Haible  <bruno@clisp.org>
37511
37512         * lib/sys_select_.h: New file.
37513         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37514         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37515         * modules/sys_select (Files): Add lib/sys_select_.h.
37516         (Depends-on): Add absolute-header.
37517         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37518         into sys/select.h.
37519
37520 2007-03-02  Bruno Haible  <bruno@clisp.org>
37521
37522         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37523         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37524         values.
37525         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37526         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37527         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37528         * modules/sys_socket (Depends-on): Add absolute-header.
37529         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37530         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37531         (Include): Remove requirement of inclusion of <sys/types.h>.
37532
37533 2007-03-02  Bruno Haible  <bruno@clisp.org>
37534
37535         * lib/byteswap_.h (bswap_32): Fix formula.
37536
37537 2007-03-06  Bruno Haible  <bruno@clisp.org>
37538
37539         * modules/sprintf-posix-tests: New file.
37540         * tests/test-sprintf-posix.c: New file.
37541
37542         * modules/sprintf-posix: New file.
37543         * lib/sprintf.c: New file.
37544         * m4/sprintf-posix.m4: New file.
37545         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37546         REPLACE_SPRINTF.
37547         * lib/stdio_.h (sprintf): New declaration.
37548         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37549         REPLACE_SPRINTF.
37550
37551 2007-03-06  Bruno Haible  <bruno@clisp.org>
37552
37553         * modules/vsprintf-posix-tests: New file.
37554         * tests/test-vsprintf-posix.c: New file.
37555         * tests/test-sprintf-posix.h: New file.
37556
37557         * modules/vsprintf-posix: New file.
37558         * lib/vsprintf.c: New file.
37559         * m4/vsprintf-posix.m4: New file.
37560         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37561         REPLACE_VSPRINTF.
37562         * lib/stdio_.h (vsprintf): New declaration.
37563         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37564         REPLACE_VSPRINTF.
37565
37566 2007-03-06  Bruno Haible  <bruno@clisp.org>
37567
37568         * modules/vsnprintf (Depend-on): Remove minmax.
37569
37570 2007-03-06  Bruno Haible  <bruno@clisp.org>
37571
37572         * modules/snprintf-posix-tests: New file.
37573         * tests/test-snprintf-posix.c: New file.
37574
37575         * modules/snprintf-posix: New file.
37576         * m4/snprintf-posix.m4: New file.
37577         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37578         gl_FUNC_SNPRINTF.
37579         (gl_FUNC_SNPRINTF): Invoke it.
37580         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37581         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37582         is set.
37583         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37584
37585 2007-03-06  Bruno Haible  <bruno@clisp.org>
37586
37587         * modules/vsnprintf-posix-tests: New file.
37588         * tests/test-vsnprintf-posix.c: New file.
37589         * tests/test-snprintf-posix.h: New file.
37590
37591         * modules/vsnprintf-posix: New file.
37592         * m4/vsnprintf-posix.m4: New file.
37593         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37594         gl_FUNC_VSNPRINTF.
37595         (gl_FUNC_VSNPRINTF): Invoke it.
37596         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37597         * lib/stdio_.h (vsnprintf): Define as a replacement if
37598         REPLACE_VSNPRINTF is set.
37599         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37600
37601 2007-03-06  Bruno Haible  <bruno@clisp.org>
37602
37603         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37604         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37605
37606 2007-03-06  Bruno Haible  <bruno@clisp.org>
37607
37608         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37609         (asinl): Declare also if HAVE_DECL_ASINL is set.
37610         (atanl): Declare also if HAVE_DECL_ATANL is set.
37611         (ceill): Declare also if HAVE_DECL_CEILL is set.
37612         (cosl): Declare also if HAVE_DECL_COSL is set.
37613         (expl): Declare also if HAVE_DECL_EXPL is set.
37614         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37615         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37616         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37617         (logl): Declare also if HAVE_DECL_LOGL is set.
37618         (sinl): Declare also if HAVE_DECL_SINL is set.
37619         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37620         (tanl): Declare also if HAVE_DECL_TANL is set.
37621         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37622         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37623         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37624         declaration of frexpl, ldexpl.
37625         * modules/printf-frexpl (Depends-on): Add math.
37626         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37627
37628 2007-03-05  Bruno Haible  <bruno@clisp.org>
37629
37630         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37631         frexpl and ldexpl are declared.
37632         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37633
37634 2007-03-05  Bruno Haible  <bruno@clisp.org>
37635
37636         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37637         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37638
37639 2007-03-05  Bruno Haible  <bruno@clisp.org>
37640
37641         * lib/stdio_.h: Include <stddef.h>.
37642
37643 2007-03-05  Bruno Haible  <bruno@clisp.org>
37644
37645         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37646
37647 2007-03-05  Bruno Haible  <bruno@clisp.org>
37648
37649         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37650         NetBSD 4, from Ralf Wildenhues.
37651
37652 2007-03-04  Bruno Haible  <bruno@clisp.org>
37653
37654         * lib/vasprintf.h: Update #if logic for the case when the functions
37655         exist but are overridden.
37656
37657 2007-03-04  Bruno Haible  <bruno@clisp.org>
37658
37659         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37660         implementations: glibc-2.4 and MacOS X 10.3.
37661         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37662         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37663         * tests/test-vasprintf-posix.c (test_function): Likewise.
37664
37665 2007-03-04  Bruno Haible  <bruno@clisp.org>
37666
37667         * modules/vasprintf-posix-tests: New file.
37668         * tests/test-vasprintf-posix.c: New file.
37669
37670         * modules/vasprintf-posix: New file.
37671         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37672         defined.
37673         * m4/vasprintf-posix.m4: New file.
37674         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37675         gl_FUNC_VASPRINTF.
37676         (gl_FUNC_VASPRINTF): Invoke it.
37677         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37678         here.
37679         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37680
37681 2007-03-04  Bruno Haible  <bruno@clisp.org>
37682
37683         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37684         REPLACE_GETTIMEOFDAY.
37685         * modules/sys_time (Makefile.am): Likewise.
37686         * m4/sys_time_h.m4: Likewise.
37687         * m4/gettimeofday.m4: Likewise.
37688
37689 2007-03-04  Bruno Haible  <bruno@clisp.org>
37690
37691         * modules/vasnprintf-posix-tests: New file.
37692         * tests/test-vasnprintf-posix.c: New file.
37693
37694         * modules/vasnprintf-posix: New file.
37695         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37696         printf-frexpl.h.
37697         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37698         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37699         REPLACE_VASNPRINTF is defined.
37700         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37701         gl_FUNC_VASNPRINTF.
37702         (gl_FUNC_VASNPRINTF): Invoke it.
37703         * m4/vasnprintf-posix.m4: New file.
37704         * m4/printf.m4: New file.
37705
37706 2007-03-04  Bruno Haible  <bruno@clisp.org>
37707
37708         Compile progreloc.c only if --enable-relocatable is specified.
37709         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37710         if --enable-relocatable was specified.
37711         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37712         lib_SOURCES.
37713
37714 2007-03-04  Jim Meyering  <jim@meyering.net>
37715
37716         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37717         Use it consistently, rather than enumerating errno constants.
37718
37719 2007-03-04  Bruno Haible  <bruno@clisp.org>
37720
37721         * modules/xvasprintf-tests: New file.
37722         * tests/test-xvasprintf.c: New file.
37723
37724         * modules/vasprintf-tests: New file.
37725         * tests/test-vasprintf.c: New file.
37726
37727         * modules/vasnprintf-tests: New file.
37728         * tests/test-vasnprintf.c: New file.
37729
37730         * modules/vsnprintf-tests: New file.
37731         * tests/test-vsnprintf.c: New file.
37732
37733         * modules/snprintf-tests: New file.
37734         * tests/test-snprintf.c: New file.
37735
37736 2007-03-04  Bruno Haible  <bruno@clisp.org>
37737
37738         Compile relocatable.c only if --enable-relocatable is specified.
37739         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37740         gl_RELOCATABLE_LIBRARY.
37741         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37742         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37743         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37744         gl_RELOCATABLE_LIBRARY.
37745         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37746         (Makefile.am): Remove lib_SOURCES.
37747         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37748         gl_RELOCATABLE_LIBRARY.
37749         (Makefile.am): Remove lib_SOURCES.
37750         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37751         always.
37752         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37753         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37754
37755 2007-03-04  Bruno Haible  <bruno@clisp.org>
37756
37757         * modules/argmatch-tests: New file.
37758         * tests/test-argmatch.c: New file.
37759
37760         * tests/test-allocsa.c (main): Halve the number of loop runs.
37761
37762         * modules/alloca-opt-tests: New file.
37763         * tests/test-alloca-opt.c: New file.
37764
37765 2007-03-04  Jim Meyering  <jim@meyering.net>
37766
37767         Work around difference between Linux ACLs and Solaris 10 ZFS.
37768         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37769         for EINVAL.
37770
37771 2007-03-03  Bruno Haible  <bruno@clisp.org>
37772
37773         * modules/relocatable-prog (Depends-on): Add back progreloc's
37774         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37775
37776 2007-03-03  Bruno Haible  <bruno@clisp.org>
37777
37778         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37779         * modules/relocatable-lib: New file.
37780
37781 2007-03-03  Bruno Haible  <bruno@clisp.org>
37782
37783         * modules/relocatable-prog: Renamed from modules/relocatable.
37784         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37785
37786 2007-03-03  Bruno Haible  <bruno@clisp.org>
37787
37788         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37789         m4/relocatable-lib.m4.
37790         (Depends-on): Remove 'relocatable'.
37791         (configure.ac): Add gl_RELOCATABLE_NOP.
37792
37793 2007-03-03  Bruno Haible  <bruno@clisp.org>
37794
37795         * modules/relocatable-prog-wrapper: New file.
37796         * modules/relocatable (Depends-on): Add it. Remove all other
37797         dependencies except progname.
37798         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37799
37800         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37801         (gl_FUNC_STRERROR): Nop.
37802         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37803
37804         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37805         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37806
37807         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37808         (gl_FUNC_READLINK): Update.
37809
37810         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37811
37812 2007-03-03  Bruno Haible  <bruno@clisp.org>
37813
37814         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37815         * modules/xreadlink (Depends-on): Add unistd.
37816         * modules/xreadlink-with-size (Depends-on): Likewise.
37817
37818 2007-03-03  Bruno Haible  <bruno@clisp.org>
37819
37820         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37821         extracted from gt_FUNC_SETENV.
37822         (gt_FUNC_SETENV): Remove macro.
37823         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37824         remove gt_FUNC_SETENV.
37825
37826 2007-03-03  Bruno Haible  <bruno@clisp.org>
37827
37828         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37829         ENABLE_RELOCATABLE here.
37830         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37831
37832 2007-03-03  Bruno Haible  <bruno@clisp.org>
37833
37834         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37835         * tests/test-rbtreehash_list.c: Include progname.h.
37836         (main): Call set_program_name.
37837
37838         * modules/rbtree-oset-tests (Depends-on): Add progname.
37839         * tests/test-rbtree_oset.c: Include progname.h.
37840         (main): Call set_program_name.
37841
37842         * modules/rbtree-list-tests (Depends-on): Add progname.
37843         * tests/test-rbtree_list.c: Include progname.h.
37844         (main): Call set_program_name.
37845
37846         * modules/linked-list-tests (Depends-on): Add progname.
37847         * tests/test-linked_list.c: Include progname.h.
37848         (main): Call set_program_name.
37849
37850 2007-03-03  Bruno Haible  <bruno@clisp.org>
37851
37852         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37853         All uses of __restrict changed to _Restrict_.
37854         * lib/glob_.h (__restrict): Remove macro.
37855
37856 2007-03-02  Bruno Haible  <bruno@clisp.org>
37857
37858         * modules/gettext (configure.ac): Require gettext infrastructure
37859         from version 0.16.1.
37860
37861 2007-03-02  Bruno Haible  <bruno@clisp.org>
37862
37863         * modules/linkedhash-list-tests (Depends-on): Add progname.
37864         * tests/test-linkedhash_list.c: Include progname.h.
37865         (main): Call set_program_name.
37866
37867         * modules/carray-list-tests (Depends-on): Add progname.
37868         * tests/test-carray_list.c: Include progname.h.
37869         (main): Call set_program_name.
37870
37871         * modules/avltreehash-list-tests (Depends-on): Add progname.
37872         * tests/test-avltreehash_list.c: Include progname.h.
37873         (main): Call set_program_name.
37874
37875         * modules/avltree-oset-tests (Depends-on): Add progname.
37876         * tests/test-avltree_oset.c: Include progname.h.
37877         (main): Call set_program_name.
37878
37879         * modules/avltree-list-tests (Depends-on): Add progname.
37880         * tests/test-avltree_list.c: Include progname.h.
37881         (main): Call set_program_name.
37882
37883         * modules/array-oset-tests (Depends-on): Add progname.
37884         * tests/test-array_oset.c: Include progname.h.
37885         (main): Call set_program_name.
37886
37887         * modules/array-list-tests (Depends-on): Add progname.
37888         * tests/test-array_list.c: Include progname.h.
37889         (main): Call set_program_name.
37890
37891         * modules/argp-tests (Depends-on): Add progname.
37892         * tests/test-argp.c: Include argp.h first. Include progname.h.
37893         (main): Call set_program_name.
37894
37895 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37896
37897         * doc/gnulib-tool.texi (Initial import): Reword description of
37898         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37899         limited effect even if defined after the first system include.
37900
37901 2007-03-01  Bruno Haible  <bruno@clisp.org>
37902
37903         * build-aux/config.libpath: Update to libtool-1.5.22.
37904         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37905
37906 2007-03-01  Bruno Haible  <bruno@clisp.org>
37907
37908         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37909         foo_CFLAGS.
37910         Reported by Ralf Wildenhues.
37911
37912 2007-03-01  Bruno Haible  <bruno@clisp.org>
37913
37914         * build-aux/install-reloc: Remove object files left over by some
37915         compilers.
37916         Reported by Ralf Wildenhues.
37917
37918 2007-03-01  Bruno Haible  <bruno@clisp.org>
37919
37920         * build-aux/install-reloc: Break long lines.
37921
37922 2007-03-01  Bruno Haible  <bruno@clisp.org>
37923
37924         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37925         Reported by Ralf Wildenhues.
37926
37927 2007-03-01  Bruno Haible  <bruno@clisp.org>
37928
37929         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37930         include ordering constraints.
37931
37932 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37933
37934         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37935         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37936         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37937         as another example.
37938         * lib/time_.h: Fix misspelling.
37939         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37940         Require gl_HEADER_TIME_H_DEFAULTS.
37941         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37942         * m4/time_r.m4 (gl_TIME_R): Likewise.
37943         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37944
37945 2007-03-01  Bruno Haible  <bruno@clisp.org>
37946
37947         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37948         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37949
37950 2007-03-01  Jim Meyering  <jim@meyering.net>
37951
37952         * modules/xreadlink (Maintainer): Add my name.
37953         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37954
37955 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37956             Bruno Haible  <bruno@clisp.org>
37957
37958         * build-aux/install-reloc: Compile also c-ctype.c.
37959         * build-aux/relocatable.sh.in: New file.
37960         * doc/relocatable.texi: New file.
37961         * doc/relocatable-maint.texi: New file.
37962         * doc/gnulib.texi: Include relocatable-maint.texi.
37963         * lib/progreloc.c: Include unistd.h unconditionally.
37964         * lib/relocwrapper.c: Include unistd.h unconditionally.
37965         Include c-ctype.h.
37966         (add_dotbin): Use c_tolower.
37967         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37968         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37969         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37970         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37971         to m4/relocatable-lib.m4.
37972         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37973         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37974         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37975         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37976         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37977         * modules/relocatable: New file.
37978         * modules/relocatable-lib: New file.
37979         * modules/relocatable-script: New file.
37980
37981 2007-02-28  Bruno Haible  <bruno@clisp.org>
37982
37983         Import --enable-relocatable infrastructure.
37984         * build-aux/config.libpath: New file, from GNU gettext.
37985         * build-aux/install-reloc: New file, from GNU gettext.
37986         * build-aux/reloc-ldflags: New file, from GNU gettext.
37987         * lib/relocatable.h: New file, from GNU gettext.
37988         * lib/relocatable.c: New file, from GNU gettext.
37989         * lib/relocwrapper.c: New file, from GNU gettext.
37990         * m4/relocatable.m4: New file, from GNU gettext.
37991
37992 2007-02-28  Bruno Haible  <bruno@clisp.org>
37993
37994         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37995
37996         * modules/xreadlink: New file, from GNU gettext with modifications.
37997         * lib/xreadlink.c: New file, from GNU gettext.
37998         * lib/xreadlink.h: Add comments.
37999         (xreadlink): New declaration.
38000
38001         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38002         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38003         lib/xreadlink-with-size.c.
38004         (configure.ac): Remove gl_XREADLINK invocation.
38005         (Makefile.am): Augment lib_SOURCES.
38006         * m4/xreadlink.m4: Remove file.
38007         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38008         (xreadlink_with_size): Renamed from xreadink.
38009         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38010         * modules/canonicalize (Depends-on): Replace xreadlink with
38011         xreadlink-with-size.
38012         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38013
38014 2007-02-25  Jim Meyering  <jim@meyering.net>
38015
38016         * build-aux/announce-gen: When complaining about excess arguments,
38017         list them.
38018
38019 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38020
38021         * README: Document signed integer overflow situation more
38022         accurately.
38023
38024 2007-02-25  Bruno Haible  <bruno@clisp.org>
38025
38026         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38027         'a' or 'A' conversion.
38028
38029 2007-02-25  Bruno Haible  <bruno@clisp.org>
38030
38031         * modules/filename: Renamed from modules/pathname.
38032         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38033         lib/concatpath.c with lib/concat-filename.c.
38034         (Makefile.am): Update.
38035         (Include): Replace pathname.h with filename.h.
38036         * lib/filename.h: Renamed from lib/pathname.h.
38037         (concatenated_filename): Renamed from concatenated_pathname.
38038         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38039         (concatenated_filename): Renamed from concatenated_pathname.
38040         * lib/findprog.c: Include filename.h instead of pathname.h.
38041         (find_in_path): Update.
38042         * lib/javacomp.c: Include filename.h instead of pathname.h.
38043         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38044         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38045         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38046         is_oldgcj_14_13_usable, is_javac_usable): Update.
38047         * lib/javaexec.c: Include filename.h instead of pathname.h.
38048         (execute_java_class): Update.
38049         * modules/findprog: Update.
38050         * modules/javacomp: Update.
38051         * modules/javaexec: Update.
38052         * MODULES.html.sh (File system functions): Add 'filename', remove
38053         'pathname'.
38054
38055 2007-02-25  Bruno Haible  <bruno@clisp.org>
38056
38057         * modules/printf-frexpl-tests: New file.
38058         * tests/test-printf-frexpl.c: New file.
38059
38060         * modules/printf-frexpl: New file.
38061         * lib/printf-frexpl.h: New file.
38062         * lib/printf-frexpl.c: New file.
38063         * m4/printf-frexpl.m4: New file.
38064
38065 2007-02-25  Bruno Haible  <bruno@clisp.org>
38066
38067         * modules/printf-frexp-tests: New file.
38068         * tests/test-printf-frexp.c: New file.
38069
38070         * modules/printf-frexp: New file.
38071         * lib/printf-frexp.h: New file.
38072         * lib/printf-frexp.c: New file.
38073         * m4/printf-frexp.m4: New file.
38074
38075 2007-02-25  Bruno Haible  <bruno@clisp.org>
38076
38077         Assume automake >= 1.10 for the tests.
38078         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38079         * modules/arctwo-tests: Likewise.
38080         * modules/argp-tests: Likewise.
38081         * modules/avltree-list-tests: Likewise.
38082         * modules/avltree-oset-tests: Likewise.
38083         * modules/avltreehash-list-tests: Likewise.
38084         * modules/carray-list-tests: Likewise.
38085         * modules/crc-tests: Likewise.
38086         * modules/des-tests: Likewise.
38087         * modules/gc-arcfour-tests: Likewise.
38088         * modules/gc-arctwo-tests: Likewise.
38089         * modules/gc-des-tests: Likewise.
38090         * modules/gc-hmac-md5-tests: Likewise.
38091         * modules/gc-hmac-sha1-tests: Likewise.
38092         * modules/gc-md2-tests: Likewise.
38093         * modules/gc-md4-tests: Likewise.
38094         * modules/gc-md5-tests: Likewise.
38095         * modules/gc-pbkdf2-sha1-tests: Likewise.
38096         * modules/gc-rijndael-tests: Likewise.
38097         * modules/gc-sha1-tests: Likewise.
38098         * modules/gc-tests: Likewise.
38099         * modules/getaddrinfo-tests: Likewise.
38100         * modules/hmac-md5-tests: Likewise.
38101         * modules/hmac-sha1-tests: Likewise.
38102         * modules/linked-list-tests: Likewise.
38103         * modules/linkedhash-list-tests: Likewise.
38104         * modules/lock-tests: Likewise.
38105         * modules/md2-tests: Likewise.
38106         * modules/md4-tests: Likewise.
38107         * modules/md5-tests: Likewise.
38108         * modules/rbtree-list-tests: Likewise.
38109         * modules/rbtree-oset-tests: Likewise.
38110         * modules/rbtreehash-list-tests: Likewise.
38111         * modules/read-file-tests: Likewise.
38112         * modules/rijndael-tests: Likewise.
38113         * modules/stdint-tests: Likewise.
38114         * modules/tls-tests: Likewise.
38115
38116 2007-02-24  Bruno Haible  <bruno@clisp.org>
38117
38118         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38119         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38120         function; instead check whether isnan with a double argument links.
38121         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38122         function; instead check whether isnan with a 'long double' argument
38123         links.
38124         Reported by Eric Blake <ebb9@byu.net>.
38125
38126 2007-02-24  Bruno Haible  <bruno@clisp.org>
38127
38128         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38129         defined.
38130         * lib/isnanl.c: Remove all code. Just include isnan.c.
38131         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38132
38133 2007-02-25  Jim Meyering  <jim@meyering.net>
38134
38135         Avoid conflicting types for 'unsetenv' on FreeBSD.
38136         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38137         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38138         in stdlib.h.
38139
38140 2007-02-24  Bruno Haible  <bruno@clisp.org>
38141
38142         * modules/isnanl-nolibm-tests: New file.
38143         * tests/test-isnanl.c: New file.
38144
38145         * modules/isnanl-nolibm: New file.
38146         * lib/isnanl.h: New file.
38147         * lib/isnanl.c: New file.
38148         * m4/isnanl.m4: New file.
38149
38150 2007-02-24  Bruno Haible  <bruno@clisp.org>
38151
38152         * modules/isnan-nolibm-tests: New file.
38153         * tests/test-isnan.c: New file.
38154
38155         * modules/isnan-nolibm: New file.
38156         * lib/isnan.h: New file.
38157         * lib/isnan.c: New file.
38158         * m4/isnan.m4: New file.
38159
38160 2007-02-24  Bruno Haible  <bruno@clisp.org>
38161
38162         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38163         assume that an exponent fits in 20 bits.
38164
38165 2007-02-24  Jim Meyering  <jim@meyering.net>
38166
38167         * m4/regex.m4: Update the description of the configure-time option,
38168         --without-included-regex, to state accurately what the defaults are,
38169         and perhaps to give people an idea why using this option is risky.
38170
38171 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38172
38173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38174         loops on small arguments.  This attempts to avoid the problem
38175         Bruno Haible reported for AIX 4.3.2 in
38176         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38177
38178 2007-02-23  Bruno Haible  <bruno@clisp.org>
38179
38180         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38181         Needed for help2man.
38182
38183 2007-02-23  Karl Berry  <karl@gnu.org>
38184
38185         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38186         exists, foo.h should be cvs-ignored, not committed.
38187
38188 2007-02-23  Eric Blake  <ebb9@byu.net>
38189
38190         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38191         * lib/stat-time.h (includes): Likewise.
38192         * lib/utimecmp.c (includes): Likewise.
38193         * lib/utimens.h (includes): Likewise.
38194         * lib/getdate.y (includes): Also include "timespec.h" for use
38195         internal to the module.
38196         * modules/utimens (Depends-on): Revert yesterday's patch.
38197         * modules/nanosleep (Depends-on): Add missing dependency.
38198
38199 2007-02-22  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/glob.c: Don't include getlogin_r.h.
38202
38203 2007-02-22  Jim Meyering  <jim@meyering.net>
38204
38205         * modules/utimens (Depends-on): Add timespec, required for
38206         utimens.h's inclusion of timespec.h.
38207
38208 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38209
38210         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38211         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38212         Schwab in
38213         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38214         I'll try to think of a better way to fix the Solaris problem.
38215
38216         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38217         like glibc; on Solaris 10, it fails with errno == EINVAL.
38218         POSIX says the behavior is unspecified if the first argument is NULL,
38219         so play it safe and never pass NULL to the system getcwd.
38220
38221 2007-02-21  Jim Meyering  <jim@meyering.net>
38222
38223         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38224         of gettimeofday.  It would conflict with the one now always
38225         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38226         an IRIX 6.5 build failure.
38227
38228 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38229
38230         Minor fixups to port to Solaris 10 with Sun C 5.8.
38231         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38232         * modules/getcwd (Depends-on): Add dirfd.
38233         * lib/putenv.c (putenv): #undef it.
38234         (rpl_putenv): New decl.
38235         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38236
38237 2007-02-20  Bruno Haible  <bruno@clisp.org>
38238
38239         * modules/stdio-tests: New file.
38240         * tests/test-stdio.c: New file.
38241
38242         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38243         (Depends-on): Add stdio.
38244         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38245         (Include): Use <stdio.h> instead of vsnprintf.h.
38246         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38247         HAVE_DECL_VSNPRINTF.
38248         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38249
38250         * modules/snprintf (Files): Remove lib/snprintf.h.
38251         (Depends-on): Add stdio.
38252         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38253         (Include): Use <stdio.h> instead of snprintf.h.
38254         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38255         HAVE_DECL_SNPRINTF.
38256         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38257         * lib/getaddrinfo.c: Likewise.
38258
38259         * modules/stdio: New file.
38260         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38261         * lib/snprintf.h: Remove file.
38262         * lib/vsnprintf.h: Remove file.
38263         * lib/.cppi-disable: Remove snprintf.h.
38264         * m4/stdio_h.m4: New file.
38265         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38266
38267 2007-02-20  Jim Meyering  <jim@meyering.net>
38268
38269         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38270         used by e.g., mingw.  From Bruno Haible.
38271
38272 2007-02-19  Bruno Haible  <bruno@clisp.org>
38273
38274         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38275         warnings.
38276         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38277
38278 2007-02-19  Bruno Haible  <bruno@clisp.org>
38279
38280         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38281         from mingw users.
38282
38283 2007-02-19  Bruno Haible  <bruno@clisp.org>
38284
38285         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38286         warnings.
38287         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38288
38289 2007-02-19  Jim Meyering  <jim@meyering.net>
38290
38291         Don't use FD after a successful "fdopendir (fd)".
38292         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38293         Reset it by calling dirfd on the just-obtained DIR*.
38294
38295         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38296         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38297
38298 2007-02-18  Bruno Haible  <bruno@clisp.org>
38299
38300         * lib/readlink.c: Include <unistd.h>.
38301         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38302         HAVE_READLINK.
38303         * modules/readlink (Depends-on): Add unistd.
38304         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38305         (Include): Add <unistd.h>.
38306
38307         * lib/getlogin_r.h: Remove file.
38308         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38309         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38310         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38311         HAVE_DECL_GETLOGIN_R.
38312         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38313         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38314         (Include): Use <unistd.h> instead of getlogin_r.h.
38315
38316         * lib/getcwd.h: Remove file.
38317         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38318         * lib/xgetcwd.c: Likewise.
38319         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38320         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38321         * modules/getcwd (Files): Remove lib/getcwd.h.
38322         (Depends-on): Add unistd.
38323         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38324         (Include): Use <unistd.h> instad of getcwd.h.
38325
38326         * lib/ftruncate.c: Include <unistd.h> first.
38327         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38328         Set HAVE_FTRUNCATE.
38329         * modules/ftruncate (Depends-on): Add unistd.
38330         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38331
38332         * lib/fchdir.c: Include <unistd.h> first.
38333         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38334         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38335         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38336         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38337         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38338
38339         * lib/dup2.c: Include <unistd.h> first.
38340         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38341         HAVE_DUP2.
38342         * modules/dup2 (Depends-on): Add unistd.
38343         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38344
38345         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38346         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38347         REPLACE_CHOWN. Don't define chown as a macro here.
38348         * modules/chown (Depends-on): Add unistd.
38349         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38350
38351         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38352         Add definition for GL_LINK_WARNING.
38353         (chown, dup2): New declarations.
38354         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38355         link warning.
38356         (ftruncate): New declaration.
38357         (getcwd): New declaration, taken from old getcwd.h.
38358         (getlogin_r): New declaration, taken from old getlogin_r.h.
38359         (readlink): New declaration.
38360         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38361         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38362         (gl_PREREQ_UNISTD): Remove macro.
38363         (gl_UNISTD_MODULE_INDICATOR): New macro.
38364         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38365         many new variables. Don't set UNISTD_H.
38366         * modules/unistd (Description): Change.
38367         (Depends-on): Add link-warning.
38368         (configure.ac): Update.
38369         (Makefile.am): Create unistd.h always. Substitute many new variables
38370         into it.
38371
38372 2007-02-18  Bruno Haible  <bruno@clisp.org>
38373
38374         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38375         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38376         HAVE_GETSUBOPT.
38377         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38378         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38379         * lib/getsubopt.h: Remove file.
38380         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38381         (Depends-on): Add stdlib.
38382         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38383         (Includes): Use <stdlib.h> instead of getsubopt.h.
38384         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38385         Set HAVE_GETSUBOPT.
38386         * lib/getsubopt.c: Don't include getsubopt.h.
38387
38388 2007-02-18  Bruno Haible  <bruno@clisp.org>
38389
38390         * modules/fchdir (Depends-on): Add dup2.
38391
38392 2007-02-18  Bruno Haible  <bruno@clisp.org>
38393
38394         * lib/stdlib_.h: Handle glibc's special invocation convention
38395         specially.
38396
38397 2007-02-18  Bruno Haible  <bruno@clisp.org>
38398
38399         * modules/stdlib-tests: New file.
38400         * tests/test-stdlib.c: New file.
38401
38402         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38403         (Depends-on): Add stdlib.
38404         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38405         (Includes): Use <stdlib.h> instead of mkstemp.h.
38406         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38407         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38408         * lib/mkstemp.c: Don't include mkstemp.h.
38409         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38410         * lib/stdlib--.h: Don't include mkstemp.h.
38411
38412         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38413         (Depends-on): Add stdlib.
38414         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38415         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38416         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38417         HAVE_MKDTEMP.
38418         * lib/mkdtemp.c: Don't include mkdtemp.h.
38419         * lib/clean-temp.c: Don't include mkdtemp.h.
38420
38421         * modules/exit (Files): Remove lib/exit.h.
38422         (Depends-on): Add stdlib.
38423         (Makefile.am): Remove lib_SOURCES.
38424         (Include): Use <stdlib.h> instead of exit.h.
38425         * lib/argmatch.c: Don't include exit.h.
38426         * lib/execute.c: Likewise.
38427         * lib/pagealign_alloc.c: Likewise.
38428         * lib/pipe.c: Likewise.
38429         * lib/wait-process.c: Likewise.
38430         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38431         * lib/exitfail.c: Likewise.
38432         * lib/savewd.c: Likewise.
38433         * lib/xsetenv.c: Likewise.
38434
38435         * modules/stdlib: New file.
38436         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38437         and extra comments about mkstemp().
38438         * lib/exit.h: Remove file.
38439         * lib/mkdtemp.h: Remove file.
38440         * lib/mkstemp.h: Remove file.
38441         * m4/stdlib_h.m4: New file.
38442         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38443
38444 2007-02-18  Bruno Haible  <bruno@clisp.org>
38445
38446         * modules/math-tests: New file.
38447         * tests/test-math.c: New file.
38448
38449         * modules/math: New file.
38450         * modules/mathl (Files): Remove lib/mathl.h.
38451         (Depends-on): Add math.
38452         (Makefile.am): Don't mention mathl.h.
38453         (Include): Use <math.h> instead of mathl.h.
38454         * lib/math_.h: New file.
38455         * lib/mathl.h: Remove file.
38456         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38457         mathl.h.
38458         * lib/asinl.c: Likewise.
38459         * lib/atanl.c: Likewise.
38460         * lib/ceill.c: Likewise.
38461         * lib/cosl.c: Likewise.
38462         * lib/expl.c: Likewise.
38463         * lib/floorl.c: Likewise.
38464         * lib/frexpl.c: Likewise.
38465         * lib/ldexpl.c: Likewise.
38466         * lib/logl.c: Likewise.
38467         * lib/sincosl.c: Likewise.
38468         * lib/sinl.c: Likewise.
38469         * lib/sqrtl.c: Likewise.
38470         * lib/tanl.c: Likewise.
38471         * lib/trigl.c: Likewise.
38472         * m4/math_h.m4: New file.
38473         * MODULES.html.sh (Mathematics): Add math.
38474
38475 2007-02-17  Bruno Haible  <bruno@clisp.org>
38476
38477         * modules/wctype-tests: New file.
38478         * tests/test-wctype.c: New file.
38479
38480         * modules/wchar-tests: New file.
38481         * tests/test-wchar.c: New file.
38482
38483         * modules/unistd-tests: New file.
38484         * tests/test-unistd.c: New file.
38485
38486         * modules/time-tests: New file.
38487         * tests/test-time.c: New file.
38488
38489         * modules/sysexits-tests: New file.
38490         * tests/test-sysexits.c: New file.
38491
38492         * modules/sys_time-tests: New file.
38493         * tests/test-sys_time.c: New file.
38494
38495         * modules/sys_stat-tests: New file.
38496         * tests/test-sys_stat.c: New file.
38497
38498         * modules/sys_socket-tests: New file.
38499         * tests/test-sys_socket.c: New file.
38500
38501         * modules/sys_select-tests: New file.
38502         * tests/test-sys_select.c: New file.
38503
38504         * modules/string-tests: New file.
38505         * tests/test-string.c: New file.
38506
38507         * modules/stdbool-tests: New file.
38508         * tests/test-stdbool.c: New file.
38509
38510         * modules/netinet_in-tests: New file.
38511         * tests/test-netinet_in.c: New file.
38512
38513         * modules/inttypes-tests: New file.
38514         * tests/test-inttypes.c: New file.
38515
38516         * modules/fcntl-tests: New file.
38517         * tests/test-fcntl.c: New file.
38518
38519         * modules/byteswap-tests: New file.
38520         * tests/test-byteswap.c: New file.
38521
38522         * modules/arpa_inet-tests: New file.
38523         * tests/test-arpa_inet.c: New file.
38524
38525 2007-02-17  Bruno Haible  <bruno@clisp.org>
38526
38527         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38528         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38529         if the corresponding module is not enabled. Emit link warnings if
38530         the function is used nevertheless.
38531         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38532         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38533         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38534         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38535         * modules/inttypes (Depends-on): Add link-warning.
38536         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38537         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38538         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38539         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38540         * modules/imaxdiv (configure.ac): Likewise.
38541         * modules/strtoimax (configure.ac): Likewise.
38542         * modules/strtoumax (configure.ac): Likewise.
38543
38544 2007-02-17  Bruno Haible  <bruno@clisp.org>
38545
38546         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38547         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38548         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38549         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38550
38551 2007-02-17  Bruno Haible  <bruno@clisp.org>
38552
38553         * modules/link-warning: New file.
38554         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38555         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38556         * modules/string (Depends-on): Add link-warning.
38557         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38558         string.h.
38559         * MODULES.html.sh (Support for building libraries and executables): Add
38560         link-warning.
38561
38562 2007-02-17  Bruno Haible  <bruno@clisp.org>
38563
38564         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38565         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38566         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38567         long lines.
38568
38569 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38570             Bruno Haible  <bruno@clisp.org>
38571
38572         * modules/tmpfile: New file.
38573         * lib/tmpfile.c: New file.
38574         * m4/tmpfile.m4: New file.
38575         * MODULES.html.sh (func_all_modules): New section "Input/output".
38576
38577 2007-02-15  Bruno Haible  <bruno@clisp.org>
38578
38579         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38580         (supports_delete_on_close): New function.
38581         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38582
38583 2007-02-14  Bruno Haible  <bruno@clisp.org>
38584
38585         * modules/mbspcasecmp-tests: New file.
38586         * tests/test-mbspcasecmp.sh: New file.
38587         * tests/test-mbspcasecmp.c: New file.
38588
38589         New module mbspcasecmp.
38590         * modules/mbspcasecmp: New file.
38591         * lib/mbspcasecmp.c: New file.
38592         * lib/string_.h (strncasecmp): Change warning message.
38593         (mbspcasecmp): New declaration.
38594         * m4/mbspcasecmp.m4: New file.
38595         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38596         GNULIB_MBSPCASECMP.
38597         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38598         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38599
38600 2007-02-14  Bruno Haible  <bruno@clisp.org>
38601
38602         * modules/mbsncasecmp-tests: New file.
38603         * tests/test-mbsncasecmp.sh: New file.
38604         * tests/test-mbsncasecmp.c: New file.
38605
38606         New module mbsncasecmp.
38607         * modules/mbsncasecmp: New file.
38608         * lib/mbsncasecmp.c: New file.
38609         * lib/string_.h (mbsncasecmp): New declaration.
38610         * m4/mbsncasecmp.m4: New file.
38611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38612         GNULIB_MBSNCASECMP.
38613         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38614         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38615
38616 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38617
38618         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38619         Verify that it doesn't overlap with our flags.
38620         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38621         do not have the desired effect in multibyte locales; instead, use
38622         mbscasecmp.
38623         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38624         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38625         we don't require GNU fnmatch ourselves (if our users require it, they
38626         should do so explicitly).
38627
38628         Fix regex code so it doesn't rely on strcasecmp.
38629         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38630         Otherwise, include gnulib's langinfo.h.
38631         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38632         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38633         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38634         * modules/regex (FILES): Remove m4/codeset.m4.
38635         (Depends-on): Add localcharset.  Remove strcase.
38636
38637 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38638
38639         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38640         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38641
38642 2007-02-13  Bruno Haible  <bruno@clisp.org>
38643
38644         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38645         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38646
38647 2007-02-12  Bruno Haible  <bruno@clisp.org>
38648
38649         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38650         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38651         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38652         time warning rather than a link error.
38653
38654 2007-02-12  Bruno Haible  <bruno@clisp.org>
38655
38656         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38657         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38658         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38659
38660 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38661
38662         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38663         args, not 2.
38664
38665 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38666
38667         New module 'time', so that apps can include <time.h> as per
38668         POSIX and GNU instead of separate include files like time_r.h
38669         and timegm.h.  This implementation tries out a simpler approach
38670         for replacing decls in standard include files (as compared to
38671         the string module), somewhat as an experiment.
38672
38673         * config/srclist.txt: Comment out mktime.c for now.
38674         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38675         since it doesn't apply any more.  Use generic wording instead.
38676         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38677         'time'.
38678         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38679         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38680         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38681         Don't include <sys/types.h>; no longer needed since we assume C89.
38682         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38683         * lib/strftime.c: Likewise.
38684         * lib/time_r.c: Likewise.
38685         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38686         * lib/nanosleep.c: Include <time.h> first, to check interface.
38687         * lib/strptime.c: Likewise.
38688         * lib/time_r.c: Likewise.
38689         * lib/timegm.c: Likewise.
38690         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38691         needed.
38692         * lib/timegm.c: Don't include timegm.h; no longer needed.
38693         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38694         time.h now handles any problems in that area.
38695         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38696         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38697         that time.h defines struct timespec.
38698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38699         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38700         handles that.
38701         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38702         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38703         needed.  Set REPLACE_LOCALTIME.
38704         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38705         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38706         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38707         nanosleep; time_h.m4 now does that.  Don't require
38708         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38709         module handles this now.
38710         * modules/getdate (Depends-on): Remove timespec.  Add time.
38711         * modules/nanosleep (Depends-on): Likewise.
38712         * modules/stat-time (Depends-on): Likewise.
38713         * modules/nanosleep (Include): Include time.h, not timespec.h.
38714         * modules/strptime (Files): Remove lib/strptime.h.
38715         (Depends-on): Add extensions, time.
38716         (Include): Include time.h, not strptime.h.
38717         * modules/time_r (Files): Remove lib/time_r.h.
38718         (Depends-on): Add time.
38719         (Include): Include time.h, not time_r.h.
38720         * modules/timegm: Likewise.
38721         * modules/timespec (Description): Now does timespec-related decls
38722         of our own, instead of struct timespec itself.
38723         (Depends-on): Add time; remove extensions.
38724         (Maintainer): Add self.
38725         * modules/utimecmp (Depends-on): Add time; remove timespec.
38726         * modules/utimens (Depends-on): Likewise.
38727         * modules/xnanosleep (Depends-on): Likewise.
38728
38729 2007-02-11  Bruno Haible  <bruno@clisp.org>
38730
38731         * lib/c-strstr.c: Include allocsa.h.
38732         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38733         * lib/c-strcasestr.c: Include allocsa.h.
38734         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38735         * lib/strcasestr.c: Include allocsa.h.
38736         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38737         * lib/mbsstr.c: Include allocsa.h.
38738         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38739         allocsa/freesa instead of malloc/free.
38740         * lib/mbscasestr.c: Include allocsa.h.
38741         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38742         allocsa/freesa instead of malloc/free.
38743         * modules/c-strstr (Depends-on): Add allocsa.
38744         * modules/c-strcasestr (Depends-on): Likewise.
38745         * modules/strcasestr (Depends-on): Likewise.
38746         * modules/mbsstr (Depends-on): Likewise.
38747         * modules/mbscasestr (Depends-on): Likewise.
38748
38749 2007-02-11  Bruno Haible  <bruno@clisp.org>
38750
38751         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38752
38753         * modules/mbsspn-tests: New file.
38754         * tests/test-mbsspn.sh: New file.
38755         * tests/test-mbsspn.c: New file.
38756
38757 2007-02-11  Bruno Haible  <bruno@clisp.org>
38758
38759         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38760
38761         * modules/mbspbrk-tests: New file.
38762         * tests/test-mbspbrk.sh: New file.
38763         * tests/test-mbspbrk.c: New file.
38764
38765 2007-02-11  Bruno Haible  <bruno@clisp.org>
38766
38767         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38768         unneeded cast.
38769
38770         * modules/mbscspn-tests: New file.
38771         * tests/test-mbscspn.sh: New file.
38772         * tests/test-mbscspn.c: New file.
38773
38774 2007-02-11  Bruno Haible  <bruno@clisp.org>
38775
38776         * modules/mbscasecmp-tests: New file.
38777         * tests/test-mbscasecmp.sh: New file.
38778         * tests/test-mbscasecmp.c: New file.
38779
38780 2007-02-11  Bruno Haible  <bruno@clisp.org>
38781
38782         Ensure O(n) worst-case complexity of mbscasestr.
38783         * lib/mbscasestr.c: Include stdbool.h.
38784         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38785         functions.
38786         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38787         the bookkeeping indicates that it's worth it.
38788         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38789
38790         * modules/mbscasestr-tests: New file.
38791         * tests/test-mbscasestr1.c: New file.
38792         * tests/test-mbscasestr2.sh: New file.
38793         * tests/test-mbscasestr2.c: New file.
38794         * tests/test-mbscasestr3.sh: New file.
38795         * tests/test-mbscasestr3.c: New file.
38796         * tests/test-mbscasestr4.sh: New file.
38797         * tests/test-mbscasestr4.c: New file.
38798         * m4/locale-tr.m4: New file.
38799
38800 2007-02-11  Bruno Haible  <bruno@clisp.org>
38801
38802         Ensure O(n) worst-case complexity of mbsstr.
38803         * lib/mbsstr.c: Include stdbool.h.
38804         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38805         functions.
38806         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38807         bookkeeping indicates that it's worth it.
38808         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38809
38810         * modules/mbsstr-tests: New file.
38811         * tests/test-mbsstr1.c: New file.
38812         * tests/test-mbsstr2.sh: New file.
38813         * tests/test-mbsstr2.c: New file.
38814         * tests/test-mbsstr3.sh: New file.
38815         * tests/test-mbsstr3.c: New file.
38816         * m4/locale-fr.m4: New file.
38817
38818 2007-02-11  Bruno Haible  <bruno@clisp.org>
38819
38820         * lib/mbsrchr.c (mbsrchr): Fix bug.
38821
38822         * modules/mbsrchr-tests: New file.
38823         * tests/test-mbsrchr.sh: New file.
38824         * tests/test-mbsrchr.c: New file.
38825
38826 2007-02-11  Bruno Haible  <bruno@clisp.org>
38827
38828         * lib/mbschr.c (mbschr): Fix bug.
38829
38830         * modules/mbschr-tests: New file.
38831         * tests/test-mbschr.sh: New file.
38832         * tests/test-mbschr.c: New file.
38833         * m4/locale-zh.m4: New file.
38834
38835 2007-02-11  Bruno Haible  <bruno@clisp.org>
38836
38837         Support for copying multibyte string iterators.
38838         * lib/mbiter.h: Include <string.h>.
38839         (mbiter_multi_copy): New function.
38840         (mbi_copy): New macro.
38841         * lib/mbuiter.h: Include <string.h>.
38842         (mbuiter_multi_copy): New function.
38843         (mbui_copy): New macro.
38844
38845 2007-02-11  Bruno Haible  <bruno@clisp.org>
38846
38847         New module mbslen.
38848         * modules/mbslen: New file.
38849         * lib/mbslen.c: New file.
38850         * lib/string_.h (mbslen): New declaration.
38851         * m4/mbslen.m4: New file.
38852         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38853         GNULIB_MBSLEN.
38854         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38855         * MODULES.html.sh (Internationalization functions): Add mbslen.
38856
38857 2007-02-11  Bruno Haible  <bruno@clisp.org>
38858
38859         Ensure O(n) worst-case complexity of strcasestr substitute.
38860         * lib/strcasestr.c: Include stdbool.h.
38861         (knuth_morris_pratt): New function.
38862         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38863         bookkeeping indicates that it's worth it.
38864         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38865
38866         * modules/strcasestr-tests: New file.
38867         * tests/test-strcasestr.c: New file.
38868
38869 2007-02-11  Bruno Haible  <bruno@clisp.org>
38870
38871         Ensure O(n) worst-case complexity of c_strcasestr.
38872         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38873         (knuth_morris_pratt): New function.
38874         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38875         the bookkeeping indicates that it's worth it.
38876         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38877
38878         * modules/c-strcasestr-tests: New file.
38879         * tests/test-c-strcasestr.c: New file.
38880
38881 2007-02-11  Bruno Haible  <bruno@clisp.org>
38882
38883         Ensure O(n) worst-case complexity of c_strstr.
38884         * lib/c-strstr.c: Include stdbool.h, string.h.
38885         (knuth_morris_pratt): New function.
38886         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38887         bookkeeping indicates that it's worth it.
38888         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38889
38890         * lib/c-strstr.c: Complete rewrite for maintainability.
38891
38892         * modules/c-strstr-tests: New file.
38893         * tests/test-c-strstr.c: New file.
38894
38895 2007-02-11  Bruno Haible  <bruno@clisp.org>
38896
38897         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38898         5.2.1 and earlier, whereby \055 was treated just like the range
38899         delimiter '-'.
38900         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38901
38902 2007-02-08  Bruno Haible  <bruno@clisp.org>
38903
38904         * modules/regex (Depends-on): Add stdbool.
38905         Reported by Dalibor Topic <robilad@kaffe.org>.
38906
38907 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38908
38909         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38910         Prefer returning from main to exiting from it.
38911         Remove unnecessary parens after sizeof.
38912
38913 2007-02-05  Bruno Haible  <bruno@clisp.org>
38914
38915         New module mbssep.
38916         * modules/mbssep: New file.
38917         * lib/mbssep.c: New file.
38918         * lib/string_.h (strsep): Add a conditional link warning.
38919         (mbssep): New declaration.
38920         * m4/mbssep.m4: New file.
38921         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38922         GNULIB_MBSSEP.
38923         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38924         * MODULES.html.sh (Internationalization functions): Add mbssep.
38925
38926 2007-02-05  Bruno Haible  <bruno@clisp.org>
38927
38928         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38929         Optimize search in case of 1 delimiter.
38930
38931 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38932
38933         * lib/acl.h: Include sys/types.h before sys/acl.h.
38934
38935 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38936
38937         Merge upstream fix for glibc bugzilla #3957:
38938
38939         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38940
38941         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38942         bit for RE_HAT_LISTS_NOT_NEWLINE.
38943         (build_charclass_op): Remove bogus comment.
38944
38945 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38946
38947         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38948
38949 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38950
38951         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38952         * lib/memmem.c [!defined _LIBC]: Include config.h.
38953
38954 2007-02-04  Bruno Haible  <bruno@clisp.org>
38955
38956         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38957         warning message.
38958
38959 2007-02-04  Bruno Haible  <bruno@clisp.org>
38960
38961         New module mbstok_r.
38962         * modules/mbstok_r: New file.
38963         * lib/mbstok_r.c: New file.
38964         * lib/string_.h (strtok_r): Change argument names to match the
38965         comments. Add a conditional link warning.
38966         (mbstok_r): New declaration.
38967         * m4/mbstok_r.m4: New file.
38968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38969         GNULIB_MBSTOK_R.
38970         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38971         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38972
38973 2007-02-04  Bruno Haible  <bruno@clisp.org>
38974
38975         New module mbsspn.
38976         * modules/mbsspn: New file.
38977         * lib/mbsspn.c: New file.
38978         * lib/string_.h (strspn): Add a conditional link warning.
38979         (mbsspn): New declaration.
38980         * m4/mbsspn.m4: New file.
38981         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38982         GNULIB_MBSSPN.
38983         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38984         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38985
38986 2007-02-04  Bruno Haible  <bruno@clisp.org>
38987
38988         New module mbspbrk.
38989         * modules/mbspbrk: New file.
38990         * lib/mbspbrk.c: New file.
38991         * lib/string_.h (strpbrk): Add a conditional link warning.
38992         (mbspbrk): New declaration.
38993         * m4/mbspbrk.m4: New file.
38994         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38995         GNULIB_MBSPBRK.
38996         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38997         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38998
38999 2007-02-04  Bruno Haible  <bruno@clisp.org>
39000
39001         New module mbscspn.
39002         * modules/mbscspn: New file.
39003         * lib/mbscspn.c: New file.
39004         * lib/string_.h (strcspn): Add a conditional link warning.
39005         (mbscspn): New declaration.
39006         * m4/mbscspn.m4: New file.
39007         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39008         GNULIB_MBSCSPN.
39009         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39010         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39011
39012 2007-02-04  Bruno Haible  <bruno@clisp.org>
39013
39014         New module mbscasestr, reduced goal of strcasestr.
39015         * modules/mbscasestr: New file.
39016         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39017         (mbscasestr): Renamed from strcasestr.
39018         * lib/strcasestr.c: Don't include mbuiter.h.
39019         (strcasestr): Remove support for multibyte locales.
39020         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39021         Change the conditional link warning.
39022         (mbscasestr): New declaration.
39023         * m4/mbscasestr.m4: New file.
39024         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39025         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39026         REPLACE_STRCASESTR.
39027         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39028         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39029         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39030         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39031         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39032         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39033         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39034         (Depends-on): Remove mbuiter.
39035         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39036
39037 2007-02-04  Bruno Haible  <bruno@clisp.org>
39038
39039         Simplify handling of strncasecmp.
39040         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39041         the conditional link warning.
39042         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39043         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39044         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39045         * modules/strcase (configure.ac): Don't invoke
39046         gl_STRING_MODULE_INDICATOR.
39047         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39048
39049 2007-02-04  Bruno Haible  <bruno@clisp.org>
39050
39051         New module mbscasecmp, reduced goal of strcasecmp.
39052         * modules/mbscasecmp: New file.
39053         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39054         (mbscasecmp): Renamed from strcasecmp.
39055         * lib/strcasecmp.c: Don't include mbuiter.h.
39056         (strcasecmp): Remove support for multibyte locales.
39057         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39058         Change the conditional link warning.
39059         (mbscasecmp): New declaration.
39060         * m4/mbscasecmp.m4: New file.
39061         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39062         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39063         REPLACE_STRCASECMP.
39064         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39065         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39066         GNULIB_MBSCASECMP.
39067         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39068         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39069         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39070         (Depends-on): Remove mbuiter.
39071         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39072
39073 2007-02-04  Bruno Haible  <bruno@clisp.org>
39074
39075         New module mbsstr. Remove module strstr.
39076         * modules/mbsstr: New file.
39077         * modules/strstr: Remove file.
39078         * lib/mbsstr.c: Renamed from lib/strstr.c.
39079         (mbsstr): Renamed from strstr.
39080         * lib/string_.h (strstr): Remove declaration. Change the conditional
39081         link warning.
39082         (mbsstr): New declaration.
39083         * m4/mbsstr.m4: New file.
39084         * m4/strstr.m4: Remove file.
39085         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39086         REPLACE_STRSTR.
39087         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39088         Don't initialize GNULIB_STRSTR.
39089         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39090         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39091         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39092         (Support for systems lacking ANSI C 89): Remove strstr.
39093
39094 2007-02-04  Bruno Haible  <bruno@clisp.org>
39095
39096         New module mbsrchr.
39097         * modules/mbsrchr: New file.
39098         * lib/mbsrchr.c: New file.
39099         * lib/string_.h (strrchr): Add a conditional link warning.
39100         (mbsrchr): New declaration.
39101         * m4/mbsrchr.m4: New file.
39102         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39103         GNULIB_MBSRCHR.
39104         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39105         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39106
39107 2007-02-04  Bruno Haible  <bruno@clisp.org>
39108
39109         New module mbschr.
39110         * modules/mbschr: New file.
39111         * lib/mbschr.c: New file.
39112         * lib/string_.h (strchr): Add a conditional link warning.
39113         (mbschr): New declaration.
39114         * m4/mbschr.m4: New file.
39115         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39116         GNULIB_MBSCHR.
39117         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39118         * MODULES.html.sh (Internationalization functions): Add mbschr.
39119
39120 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39121
39122         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39123
39124         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39125
39126 2007-02-04  Bruno Haible  <bruno@clisp.org>
39127
39128         New module description section 'configure.ac-early'.
39129         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39130         (func_get_autoconf_early_snippet): New function.
39131         (func_import, func_create_testdir): Use it. Remove special cases for
39132         modules 'extensions' and 'lock'.
39133         * modules/extensions (configure.ac-early): Require
39134         gl_USE_SYSTEM_EXTENSIONS.
39135         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39136
39137 2007-02-04  Bruno Haible  <bruno@clisp.org>
39138
39139         Make use of gcj-4.3's -fsource and -ftarget option.
39140         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39141         and if so try the options -fsource and -ftarget.
39142         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39143         source_version, ftarget_option, target_version arguments.
39144         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39145         (is_envjavac_oldgcj_14_14_usable): Renamed from
39146         is_envjavac_gcj_14_14_usable.
39147         (is_envjavac_oldgcj_14_13_usable): Renamed from
39148         is_envjavac_gcj_14_13_usable.
39149         (is_gcj_present): Update.
39150         (is_gcj_43, is_gcj43_usable): New functions.
39151         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39152         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39153         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39154         try the options -fsource and -ftarget.
39155
39156 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39157
39158         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39159         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39160         larger value.
39161
39162 2007-02-03  Jim Meyering  <jim@meyering.net>
39163
39164         Give tools a better chance to allocate space for very large buffers.
39165         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39166
39167         Make pwd and readlink work also when run with an unreadable parent dir
39168         on systems with openat support.
39169         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39170         provided getcwd function, even when we have openat support.
39171         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39172
39173 2007-02-02  Bruno Haible  <bruno@clisp.org>
39174
39175         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39176         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39177         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39178         portability problems if one of these functions is only used on specific
39179         platforms.
39180         Reported by Paul Eggert.
39181
39182 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39183
39184         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39185         is causing more trouble than it's curing.
39186         * lib/regex_internal.h (__mempcpy): Remove.
39187         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39188         (and make the code a tad smaller to boot).
39189         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39190
39191 2007-02-02  Jim Meyering  <jim@meyering.net>
39192
39193         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39194         section, not in the Makefile.am: one.
39195
39196 2007-02-02  Eric Blake  <ebb9@byu.net>
39197
39198         * lib/strchrnul.c: Always include config.h first.
39199
39200         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39201         gnulib strstr is not necessary here.
39202
39203 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39204
39205         * m4/socklen.m4: Fix typo.
39206
39207 2007-02-02  Eric Blake  <ebb9@byu.net>
39208
39209         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39210         * modules/netinet_in (Makefile.am): Likewise.
39211
39212 2007-02-01  Bruno Haible  <bruno@clisp.org>
39213
39214         * lib/string_.h (GL_LINK_WARNING): New macro.
39215         (strcasecmp, strstr, strcasestr): If provided by the system,
39216         conditionally define as a macro that leads to a warning instead of to
39217         an error.
39218         (strncasecmp): Conditionally define as a macro that leads to a warning.
39219
39220 2007-02-01  Karl Berry  <karl@gnu.org>
39221
39222         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39223
39224 2007-02-01  Bruno Haible  <bruno@clisp.org>
39225
39226         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39227         renamings.
39228
39229 2007-02-01  Eric Blake  <ebb9@byu.net>
39230
39231         * modules/regex (Depends-on): Revert dependence on mempcpy.
39232         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39233         module's definition of mempcpy.
39234         Reported by Paul Eggert.
39235
39236 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39237
39238         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39239         the symbol XYZ before redefining it.  This fixes a problem with
39240         programs that don't use XYZ, when compiled on systems that define
39241         XYZ to something else.
39242
39243 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39244
39245         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39246         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39247         writeable to group or other and (2) is intended to have a special
39248         mode bit that is set or cleared.  In such a case, the directory
39249         should be neither group- nor other-writeable until the special
39250         mode bits are right.
39251
39252 2007-01-31  Eric Blake  <ebb9@byu.net>
39253
39254         * modules/mountlist (Depends-on): Add strstr.
39255
39256         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39257         bug.
39258         * modules/string (Makefile.am): Remove redundant replacement.
39259         * modules/regex (Depends-on): Add mempcpy.
39260
39261 2007-01-31  Bruno Haible  <bruno@clisp.org>
39262
39263         New module description field 'Link'.
39264         * gnulib-tool (func_usage): Document --extract-link-directive.
39265         (sed_extract_prog): Recognize 'Link' directive.
39266         (func_get_link_directive): New function.
39267         (func_import): Show summary of link directives.
39268         Handle --extract-link-directive option.
39269         * modules/acl (Link): New section.
39270         * modules/clock-time (Link): New section.
39271         * modules/euidaccess (Link): New section.
39272         * modules/gettext (Link): New section.
39273         * modules/iconv (Link): New section.
39274         * modules/lock (Link): New section.
39275         * modules/nanosleep (Link): New section.
39276         * modules/readline (Link): New section.
39277
39278 2007-01-27  Bruno Haible  <bruno@clisp.org>
39279
39280         Enforce the use of gnulib modules for unportable <string.h> functions.
39281         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39282         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39283         (gl_HEADER_STRING_H_BODY): Require it.
39284         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39285         the symbol XYZ to one that gives a link error.
39286         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39287         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39288         * modules/mempcpy (configure.ac): Likewise.
39289         * modules/memrchr (configure.ac): Likewise.
39290         * modules/stpcpy (configure.ac): Likewise.
39291         * modules/stpncpy (configure.ac): Likewise.
39292         * modules/strcase (configure.ac): Likewise.
39293         * modules/strcasestr (configure.ac): Likewise.
39294         * modules/strchrnul (configure.ac): Likewise.
39295         * modules/strdup (configure.ac): Likewise.
39296         * modules/strndup (configure.ac): Likewise.
39297         * modules/strnlen (configure.ac): Likewise.
39298         * modules/strpbrk (configure.ac): Likewise.
39299         * modules/strsep (configure.ac): Likewise.
39300         * modules/strstr (configure.ac): Likewise.
39301         * modules/strtok_r (configure.ac): Likewise.
39302
39303 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39304
39305         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39306
39307 2007-01-30  Jim Meyering  <jim@meyering.net>
39308
39309         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39310
39311 2007-01-29  Bruno Haible  <bruno@clisp.org>
39312
39313         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39314         * lib/execute.c: Likewise.
39315         * lib/pipe.c: Likewise.
39316         * lib/printf-args.h: Likewise.
39317         * lib/printf-args.c: Likewise.
39318         * lib/printf-parse.c: Likewise.
39319         * lib/vasnprintf.c: Likewise.
39320
39321 2007-01-29  Eric Blake  <ebb9@byu.net>
39322
39323         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39324         declaration.
39325
39326 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39327
39328         * lib/strptime.h (strptime): Use 'restrict' for args where
39329         POSIX requires this.
39330         * lib/strptime.c (strptime): Likewise.
39331         Change license notice from LGPL to GPL, since gnulib-tool will
39332         change this as needed.
39333         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39334         defined.
39335         Include "strptime.h" first, to check interface.
39336         Do not #undef _LIBC and _NL_CURRENT.
39337         Do not include <stdlib.h>; no longer needed.
39338         Include "time_r.h" and declare ptime_locale_status
39339         only if _LIBC is not defined.
39340         (__P): Remove unused macro.
39341         (match_string): Bring back glibc version, but use it only if _LIBC
39342         is defined.
39343         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39344         Remove unnecessary assertion and abort() call.
39345         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39346         * m4/strptime.m4: Fix serial number comment.
39347         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39348         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39349         (Depends-on): Add time_r.
39350
39351 2007-01-29  Bruno Haible  <bruno@clisp.org>
39352
39353         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39354         strptime.
39355         * modules/strptime (Depends-on): Add stdbool.
39356         * lib/strptime.h: Include <time.h> always. Add comments.
39357
39358 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39359
39360         * modules/strptime: New file.
39361         * lib/strptime.h: New file.
39362         * lib/strptime.c: New file.
39363         * m4/strptime.m4: New file.
39364
39365 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39366
39367         * MODULES.html.sh: New module mpsort.
39368         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39369
39370         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39371         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39372         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39373         All uses changed.
39374         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39375         All uses changed.
39376         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39377         to _Restrict_.
39378         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39379         the parameter matches the prototype.
39380
39381 2007-01-28  Jim Meyering  <jim@meyering.net>
39382
39383         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39384         sys/time.h here, reverting that part of the previous patch:
39385         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39386
39387 2007-01-28  Bruno Haible  <bruno@clisp.org>
39388
39389         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39390         value of $(SYS_TIME_H).
39391         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39392         remove it conditionally, too. [added by Jim Meyering]
39393         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39394         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39395         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39396         GETTIMEOFDAY_REPLACEMENT to 1.
39397
39398 2007-01-28  Bruno Haible  <bruno@clisp.org>
39399
39400         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39401         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39402         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39403         Set UNISTD_H instead of UNISTD_H2.
39404         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39405
39406 2007-01-28  Bruno Haible  <bruno@clisp.org>
39407
39408         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39409         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39410
39411 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39412
39413         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39414         (func_create_testdir): Ensure C locale for `grep' and `tr'
39415         character ranges.
39416         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39417         ACLOCAL_AMFLAGS parsing state machine.
39418
39419 2007-01-27  Bruno Haible  <bruno@clisp.org>
39420
39421         * modules/unistr/base: Update.
39422
39423 2007-01-27  Bruno Haible  <bruno@clisp.org>
39424
39425         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39426         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39427         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39428         modules/unistr/u32-mbtouc.
39429         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39430         * lib/unistr.h: Update.
39431         * lib/linebreak.c: Update.
39432         * modules/unistr/u32-mbtouc: Renamed from
39433         modules/unistr/u32-mbtouc-safe.
39434         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39435         * lib/unistr.h: Update.
39436         * lib/unistr/u32-to-u8.c: Update.
39437         * lib/unistr/u32-to-u16.c: Update.
39438
39439 2007-01-27  Bruno Haible  <bruno@clisp.org>
39440
39441         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39442         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39443         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39444         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39445         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39446         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39447         modules/unistr/u16-mbtouc.
39448         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39449         * lib/unistr.h: Update.
39450         * lib/linebreak.c: Update.
39451         * modules/linebreak: Update.
39452         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39453         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39454         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39455         * modules/unistr/u16-mbtouc: Renamed from
39456         modules/unistr/u16-mbtouc-safe.
39457         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39458         * lib/unistr.h: Update.
39459         * lib/unistr/u16-to-u8.c: Update.
39460         * modules/unistr/u16-to-u8: Update.
39461         * lib/unistr/u16-to-u32.c: Update.
39462         * modules/unistr/u16-to-u32: Update.
39463
39464 2007-01-27  Bruno Haible  <bruno@clisp.org>
39465
39466         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39467         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39468         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39469         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39470         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39471         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39472         modules/unistr/u8-mbtouc.
39473         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39474         * lib/unistr.h: Update.
39475         * lib/striconveh.c: Update.
39476         * modules/striconveh: Update.
39477         * lib/linebreak.c: Update.
39478         * modules/linebreak: Update.
39479         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39480         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39481         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39482         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39483         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39484         * lib/unistr.h: Update.
39485         * lib/striconveh.c: Update.
39486         * modules/striconveh: Update.
39487         * lib/unistr/u8-to-u16.c: Update.
39488         * modules/unistr/u8-to-u16: Update.
39489         * lib/unistr/u8-to-u32.c: Update.
39490         * modules/unistr/u8-to-u32: Update.
39491
39492 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39493
39494         Sync from Libtool.
39495         * lib/argz.c: Do not include strings.h nor memory.h, include
39496         string.h unconditionally.  Patch by Simon Josefsson.
39497
39498 2007-01-27  Bruno Haible  <bruno@clisp.org>
39499
39500         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39501         from gl_HEADER_STRING_H_BODY.
39502         (gl_HEADER_STRING_H_BODY): Require it.
39503         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39504         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39505         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39506         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39507         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39508         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39509         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39510         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39511         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39512         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39513         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39514         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39515         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39516         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39517         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39518
39519 2007-01-27  Bruno Haible  <bruno@clisp.org>
39520
39521         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39522         check_PROGRAMS into noinst_PROGRAMS.
39523         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39524         check_PROGRAMS in this case.
39525         (func_import): Set for_test to false.
39526         (func_create_testdir): Set for_test to true.
39527
39528 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39529             Bruno Haible  <bruno@clisp.org>
39530
39531         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39532         (Depends-on): Add string.
39533         (Includes): Use <string.h> instead of strcasestr.h.
39534         * modules/string (Makefile.am): Also substitute the value of
39535         REPLACE_STRCASESTR.
39536         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39537         assume strcasestr is declared in <string.h> not <strings.h>. Also
39538         set REPLACE_STRCASESTR.
39539         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39540         REPLACE_STRCASESTR.
39541         * lib/strcasestr.h: Remove file.
39542         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39543         * lib/string_.h (strcasestr): New declaration.
39544
39545 2007-01-27  Bruno Haible  <bruno@clisp.org>
39546
39547         * lib/string_.h: Use 'extern'.
39548
39549 2007-01-27  Jim Meyering  <jim@meyering.net>
39550
39551         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39552         of set-but-not-used local, "q".
39553
39554         * lib/mempcpy.c: Include <config.h> before <string.h>.
39555         This fixes a compilation error on HP-UX, due to the system's
39556         "restrict"-using mempcpy prototype.
39557
39558 2007-01-26  Bruno Haible  <bruno@clisp.org>
39559
39560         Small optimization.
39561         * lib/javacomp.c: Include c-strstr.h.
39562          (is_envjavac_gcj): Use c_strstr instead of strstr.
39563         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39564
39565 2007-01-26  Bruno Haible  <bruno@clisp.org>
39566
39567         * MODULES.html.sh (Unicode string functions): Add the new modules.
39568
39569         * modules/uniconv/u32-strconv-to-locale: New file.
39570         * lib/uniconv/u32-strconv-to-locale.c: New file.
39571
39572         * modules/uniconv/u16-strconv-to-locale: New file.
39573         * lib/uniconv/u16-strconv-to-locale.c: New file.
39574
39575         * modules/uniconv/u8-strconv-to-locale: New file.
39576         * lib/uniconv/u8-strconv-to-locale.c: New file.
39577
39578         * modules/uniconv/u32-strconv-from-locale: New file.
39579         * lib/uniconv/u32-strconv-from-locale.c: New file.
39580
39581         * modules/uniconv/u16-strconv-from-locale: New file.
39582         * lib/uniconv/u16-strconv-from-locale.c: New file.
39583
39584         * modules/uniconv/u8-strconv-from-locale: New file.
39585         * lib/uniconv/u8-strconv-from-locale.c: New file.
39586
39587         * modules/uniconv/u32-strconv-to-enc: New file.
39588         * lib/uniconv/u32-strconv-to-enc.c: New file.
39589         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39590         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39591
39592         * modules/uniconv/u16-strconv-to-enc: New file.
39593         * lib/uniconv/u16-strconv-to-enc.c: New file.
39594         * lib/uniconv/u-strconv-to-enc.h: New file.
39595         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39596         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39597
39598         * modules/uniconv/u8-strconv-to-enc: New file.
39599         * lib/uniconv/u8-strconv-to-enc.c: New file.
39600         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39601         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39602
39603         * modules/uniconv/u32-strconv-from-enc: New file.
39604         * lib/uniconv/u32-strconv-from-enc.c: New file.
39605         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39606         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39607
39608         * modules/uniconv/u16-strconv-from-enc: New file.
39609         * lib/uniconv/u16-strconv-from-enc.c: New file.
39610         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39611         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39612
39613         * modules/uniconv/u8-strconv-from-enc: New file.
39614         * lib/uniconv/u8-strconv-from-enc.c: New file.
39615         * lib/uniconv/u-strconv-from-enc.h: New file.
39616         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39617         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39618
39619         * modules/uniconv/u32-conv-from-enc: New file.
39620         * lib/uniconv/u32-conv-from-enc.c: New file.
39621         * modules/uniconv/u32-conv-from-enc-tests: New file.
39622         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39623
39624         * modules/uniconv/u16-conv-from-enc: New file.
39625         * lib/uniconv/u16-conv-from-enc.c: New file.
39626         * lib/uniconv/u-conv-from-enc.h: New file.
39627         * modules/uniconv/u16-conv-from-enc-tests: New file.
39628         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39629
39630         * modules/uniconv/u8-conv-from-enc: New file.
39631         * lib/uniconv/u8-conv-from-enc.c: New file.
39632         * modules/uniconv/u8-conv-from-enc-tests: New file.
39633         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39634
39635         * modules/uniconv/base: New file.
39636         * lib/uniconv.h: New file.
39637
39638 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39639
39640         * doc/gnulib-tool.texi (Initial import): Update to match current
39641         behavior with strdup module.
39642         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39643         * lib/memmem.h: Remove; all uses removed.  This is now done
39644         by <string.h>.
39645         * lib/mempcpy.h: Likewise.
39646         * lib/memrchr.h: Likewise.
39647         * lib/stpcpy.h: Likewise.
39648         * lib/stpncpy.h: Likewise.
39649         * lib/strcase.h: Likewise.
39650         * lib/strchrnul.h: Likewise.
39651         * lib/strdup.h: Likewise.
39652         * lib/strndup.h: Likewise.
39653         * lib/strnlen.h: Likewise.
39654         * lib/strpbrk.h: Likewise.
39655         * lib/strsep.h: Likewise.
39656         * lib/strstr.h: Likewise.
39657         * lib/strtok_r.h: Likewise.
39658         * lib/string_.h: New file.
39659         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39660         Rely on <string.h> instead.
39661         * lib/canon-host.c: Likewise.
39662         * lib/chdir-long.c: Likewise.
39663         * lib/concatpath.c: Likewise.
39664         * lib/exclude.c: Likewise.
39665         * lib/fchdir.c: Likewise.
39666         * lib/getaddrinfo.c: Likewise.
39667         * lib/getcwd.c: Likewise.
39668         * lib/getsubopt.c: Likewise.
39669         * lib/glob.c: Likewise.
39670         * lib/hard-locale.c: Likewise.
39671         * lib/iconvme.c: Likewise.
39672         * lib/javacomp.c: Likewise.
39673         * lib/mempcpy.c: Likewise.
39674         * lib/memrchr.c: Likewise.
39675         * lib/regex_internal.h: Likewise.
39676         * lib/stpncpy.c: Likewise.
39677         * lib/strcasecmp.c: Likewise.
39678         * lib/strchrnul.c: Likewise.
39679         * lib/strdup.c: Likewise.
39680         * lib/striconv.c: Likewise.
39681         * lib/striconveh.c: Likewise.
39682         * lib/striconveha.c: Likewise.
39683         * lib/strncasecmp.c: Likewise.
39684         * lib/strndup.c: Likewise.
39685         * lib/strnlen.c: Likewise.
39686         * lib/strsep.c: Likewise.
39687         * lib/strstr.c: Likewise.
39688         * lib/strtok_r.c: Likewise.
39689         * lib/userspec.c: Likewise.
39690         * lib/w32spawn.h: Likewise.
39691         * lib/xstrndup.c: Likewise.
39692         * lib/mountlist.c (strstr): Remove decl.
39693         * m4/string_h.m4: New file.
39694         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39695         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39696         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39697         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39698         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39699         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39700         Set REPLACE_STRCASECMP if necessary.
39701         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39702         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39703         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39704         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39705         HAVE_DECL_STRDUP if necessary.
39706         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39707         since gl_FUNC_STRNDUP does that now.
39708         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39709         Check for decl here...
39710         (gl_PREREQ_STRNLEN): ... not here.
39711         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39712         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39713         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39714         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39715         necessary.
39716         * modules/string: New file.
39717         * modules/memmem (Files): Remove special-purpose include file.
39718         (Depends-on): Add string.
39719         (Include): Include <string.h>, not the removed file.
39720         * modules/mempcpy: Likewise.
39721         * modules/memrchr: Likewise.
39722         * modules/stpcpy: Likewise.
39723         * modules/stpncpy: Likewise.
39724         * modules/strcase: Likewise.
39725         * modules/strchrnul: Likewise.
39726         * modules/strdup: Likewise.
39727         * modules/strndup: Likewise.
39728         * modules/strnlen: Likewise.
39729         * modules/strpbrk: Likewise.
39730         * modules/strsep: Likewise.
39731         * modules/strstr: Likewise.
39732         * modules/strtok_r: Likewise.
39733         * tests/test-dirname.c: Don't include "strdup.h", since
39734         <string.h> now suffices.
39735         * tests/test-memmem.c: Don't include "memmem.h", since
39736         <string.h> now suffices.
39737
39738 2007-01-25  Bruno Haible  <bruno@clisp.org>
39739
39740         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39741         *resultp is 0.
39742
39743         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39744         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39745         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39746         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39747
39748         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39749         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39750         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39751         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39752         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39753         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39754
39755 2007-01-24  Bruno Haible  <bruno@clisp.org>
39756
39757         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39758         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39759         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39760         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39761         gl_FUNC_FTS_CORE.
39762         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39763         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39764         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39765         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39766         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39767         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39768         gl_FUNC_FCHOWNAT.
39769         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39770         gl_FUNC_STRFTIME.
39771         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39772         Reported by Ralf Wildenhues.
39773
39774 2007-01-24  Bruno Haible  <bruno@clisp.org>
39775
39776         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39777         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39778         gl_GETADDRINFO.
39779         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39780         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39781         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39782
39783 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39784
39785         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39786         Don't use 'exit'; just return from 'main'.
39787         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39788
39789         * lib/fnmatch_.h: Readjust white space and comments to match
39790         glibc, to avoid spurious diffs.
39791
39792 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39793
39794         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39795         2004-12-01 change by Jakub Jelinek, since this code won't compile
39796         if !LIBC.  Problem reported by Bob Proulx.
39797
39798 2007-01-23  Bruno Haible  <bruno@clisp.org>
39799
39800         * lib/striconveh.c: Include c-strcaseeq.h.
39801         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39802         * modules/striconveh (Depends-on): Add c-strcaseeq.
39803
39804 2007-01-23  Bruno Haible  <bruno@clisp.org>
39805
39806         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39807
39808         * modules/c-strcaseeq: New file.
39809         * lib/c-strcaseeq.h: New file.
39810
39811         * modules/streq: New file.
39812         * lib/streq.h: New file.
39813
39814 2007-01-23  Bruno Haible  <bruno@clisp.org>
39815
39816         * modules/striconveha-tests: New file.
39817         * tests/test-striconveha.c: New file.
39818
39819         * lib/striconveha.h: Include <stdbool.h>.
39820         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39821         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39822         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39823         (mem_iconveha): New function.
39824         (str_iconveha_notranslit): Renamed from str_iconveha.
39825         (str_iconveha): New function.
39826         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39827         c-strcase.
39828
39829 2007-01-23  Bruno Haible  <bruno@clisp.org>
39830
39831         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39832         encodings without forgiving before trying any encoding with handler.
39833         (str_iconveha): Try all encodings without forgiving before trying any
39834         encoding with handler.
39835
39836 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39837
39838         Import the following changes from libc.
39839
39840         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39841
39842         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39843
39844         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39845
39846         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39847         normal_bracket label.
39848
39849         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39850
39851         [BZ #361]
39852         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39853         to normal_bracket after fetching the next character.
39854
39855 2007-01-22  Bruno Haible  <bruno@clisp.org>
39856
39857         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39858         argument.
39859         * lib/striconveh.c (iconv_carefully_1): New function.
39860         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39861         argument.
39862         (str_cd_iconveh): Update.
39863         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39864         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39865         * tests/test-striconveh.c (MAGIC): New macro.
39866         (new_offsets): New function.
39867         (main): Test call with and without offsets.
39868
39869 2007-01-22  Bruno Haible  <bruno@clisp.org>
39870
39871         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39872         * modules/sys_select (Makefile.am): Likewise.
39873         * modules/sys_socket (Makefile.am): Likewise.
39874         * modules/sys_time (Makefile.am): Likewise.
39875
39876 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39877
39878         * modules/gettimeofday (License): Change from GPL to LGPL, since
39879         gettimeofday is a library function.
39880
39881 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39882
39883         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39884
39885 2007-01-21  Bruno Haible  <bruno@clisp.org>
39886
39887         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39888
39889 2007-01-21  Bruno Haible  <bruno@clisp.org>
39890
39891         * modules/striconveha: New file.
39892         * lib/striconveha.h: New file.
39893         * lib/striconveha.c: New file.
39894         * MODULES.html.sh (Internationalization functions): Add striconveha.
39895         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39896         string.
39897         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39898
39899 2007-01-21  Bruno Haible  <bruno@clisp.org>
39900
39901         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39902         * lib/striconveh.c (str_iconveh): Likewise.
39903
39904 2007-01-21  Bruno Haible  <bruno@clisp.org>
39905
39906         * lib/striconveh.h (mem_iconveh): New declaration.
39907         * lib/striconveh.c (mem_iconveh): New function.
39908         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39909
39910 2007-01-21  Bruno Haible  <bruno@clisp.org>
39911
39912         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39913
39914         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39915         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39916         original result buffer.
39917         (str_cd_iconveh): Update.
39918         * tests/test-striconveh.c (main): Update.
39919
39920         * lib/striconv.h (mem_cd_iconv): Change specification.
39921         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39922         result buffer.
39923         (str_cd_iconv): Update.
39924         * tests/test-striconv.c (main): Update.
39925
39926 2007-01-21  Bruno Haible  <bruno@clisp.org>
39927
39928         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39929
39930 2007-01-20  Jim Meyering  <jim@meyering.net>
39931
39932         * lib/userspec.c (parse_with_separator): If a user or group string
39933         starts with "+", skip the corresponding name-to-ID look-up, since
39934         such a look-up must fail: user and group names may not include "+".
39935
39936 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39937
39938         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39939         since we now assume the sys_time module.
39940         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39941         check for sys/time.h; no longer needed.
39942         * modules/poll (Depends-on): Depend on sys_time.
39943
39944 2007-01-18  Bruno Haible  <bruno@clisp.org>
39945
39946         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39947         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39948
39949         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39950         gettimeofday.
39951
39952         * tests/test-gettimeofday.c: Include <time.h>.
39953         (dummy): Remove variable.
39954
39955         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39956         gl_HEADER_SYS_TIME_H.
39957         (gl_HEADER_SYS_TIME_H): New macro.
39958
39959         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39960         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39961         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39962         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39963         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39964         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39965         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39966         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39967         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39968         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39969         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39970
39971         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39972         last change; it caused a compilation error when cross-compiling to
39973         Cygwin.
39974
39975 2007-01-18  Jim Meyering  <jim@meyering.net>
39976
39977         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39978         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39979         than the race-prone "test -d sys || mkdir sys".
39980         (configure.ac): Use AC_PROG_MKDIR_P.
39981         * modules/sys_select: Likewise.
39982         * modules/sys_socket: Likewise.
39983         * modules/sys_time: Likewise.
39984
39985 2007-01-18  Eric Blake  <ebb9@byu.net>
39986
39987         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39988         replace gettimeofday.
39989         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39990         name, to avoid infinite recursion.
39991
39992 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39993
39994         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39995         module sys_time.
39996         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39997         assume timespec.h defines struct timeval.
39998         * lib/settime.c: Likewise.
39999         * lib/utimens.c: Likewise.
40000         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40001         since we now assume the gettimeofday module.
40002         * lib/tempname.c (__gen_tempname): Likewise.
40003         * lib/gettimeofday.h: Remove.
40004         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40005         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40006         Include <time.h>, for 'time()'.
40007         (localtime_buffer_addr): Also use this workaround if
40008         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40009         to simplify the uses.  All uses changed.
40010         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40011         that #undef is inside {}, and 'const' follows type name consistently.
40012         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40013         (gettimeofday): Do not use the maximum possible value for
40014         tv->tv_usec, since that might break usages other than ls.c.
40015         Instead, we'll leave ls.c alone.  This undoes today's patch
40016         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40017         we've never observed the problem but might as well keep the
40018         canary.
40019         * lib/nanosleep.c: Include timespec.h first, for interface check.
40020         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40021         now assume the sys_time module.
40022         * lib/tempname.c: Likewise.
40023         * lib/timespec.h: Likewise.
40024         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40025         needed.
40026         * lib/strftime.c: Likewise.
40027         * lib/timespec.h: Likewise.
40028         * lib/posixtm.c: Include posixtm.h first, for interface check.
40029         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40030         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40031         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40032         * lib/sys_time_.h: New file.
40033         * lib/timespec.h (struct timespec): Use long int, not long.
40034         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40035         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40036         Remove obsolescent call to AC_HEADER_TIME.
40037         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40038         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40039         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40040         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40041         Likewise.
40042         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40043         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40044         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40045         into the sys_time module.  Check for gettimeofday just once.
40046         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40047         for gettimeofday signature to just check the signature.  Merely
40048         compile it, since linking doesn't test signature.  Improve test for
40049         whether gettimeofday.o is actually needed.
40050         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40051         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40052         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40053         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40054         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40055         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40056         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40057         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40058         than worrying about sys/time.h.
40059         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40060         Don't bother worrying about TIME_WITH_SYS_TIME.
40061         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40062         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40063         * m4/sys_time_h.m4: New file.
40064         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40065         Don't include sys/time.h.  Return from main rather than exiting.
40066         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40067         all uses changed.
40068         * modules/gethrxtime (Depends-on): Add sys_time.
40069         * modules/gettime (Depends-on): Likewise.
40070         * modules/gettimeofday (Depends-on): Likewise.
40071         * modules/nanosleep (Depends-on): Likewise.
40072         * modules/settime (Depends-on): Likewise.
40073         * modules/tempname (Depends-on): Likewise.
40074         * modules/utimens (Depends-on): Likewise.
40075         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40076         (Include:) Change back to <sys/time.h>.
40077         (Maintainer:) Add self.
40078         * modules/sys_time: New file.
40079         * modules/tempname (Depends-on): Add gettimeofday.
40080         * tests/test-gettimeofday.c: Include <sys/time.h>
40081         rather than gettimeofday.h.
40082
40083 2007-01-17  Bruno Haible  <bruno@clisp.org>
40084
40085         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40086         the license default to GPL.
40087         (func_create_testdir): Don't complain if a module is LGPL and its
40088         tests module depends on GPLed modules.
40089
40090 2007-01-17  Bruno Haible  <bruno@clisp.org>
40091
40092         * lib/gettimeofday.c (gettimeofday): Add code for the case
40093         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40094         maximum possible value for tv->tv_usec, rather than the minimum one.
40095
40096 2005-10-08  Martin Lambers  <marlam@marlam.de>
40097 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40098 2007-01-16  Bruno Haible  <bruno@clisp.org>
40099
40100         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40101         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40102         gl_FUNC_GETTIMEOFDAY.
40103         (Include): Add gettimeofday.h.
40104         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40105         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40106         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40107         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40108         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40109         * lib/gettimeofday.h: New file.
40110         * lib/gettimeofday.c: Include <sys/timeb.h>.
40111         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40112         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40113         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40114         fall back on time().
40115
40116         * tests/test-gettimeofday.c: New file.
40117         * modules/gettimeofday-tests: New file.
40118
40119 2007-01-16  Eric Blake  <ebb9@byu.net>
40120
40121         * modules/fnmatch (Depends-on): Depend on wchar.
40122         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40123         * m4/fnmatch.m4: Likewise.
40124         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40125         * m4/mbchar.m4: Likewise.
40126         * modules/mbswidth (Depends-on): Depend on wchar.
40127         * lib/mbswidth.c: Assume <wchar.h>.
40128         * m4/mbswidth.m4: Likewise.
40129         * modules/quotearg (Depends-on): Depend on wchar.
40130         * lib/quotearg.c: Assume <wchar.h>.
40131         * m4/quotearg.m4: Likewise.
40132         * modules/regex (Depends-on): Depend on wchar.
40133         * lib/regex_internal.h: Assume <wchar.h>.
40134         * m4/regex.m4: Likewise.
40135         * modules/stdint (Depends-on): Depend on wchar.
40136         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40137         * m4/stdint.m4: Likewise.
40138         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40139         * modules/strftime (Depends-on): Depend on wchar.
40140         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40141         * modules/strtol (Depends-on): Depend on wchar.
40142         * lib/strtol.c: Assume <wchar.h>.
40143         * modules/wcwidth (Depends-on): Depend on wchar.
40144         * lib/wcwidth.h: Assume <wchar.h>.
40145         * m4/wcwidth.m4: Likewise.
40146
40147 2007-01-16  Bruno Haible  <bruno@clisp.org>
40148
40149         * modules/csharpexec-script: New, created from...
40150         * modules/csharpexec: ... this.
40151
40152 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40153
40154         * modules/javaexec-script: New, created from...
40155         * modules/javaexec: ... this.
40156
40157 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40158
40159         * modules/poll (Dependencies): Add sys_select.
40160
40161 2007-01-15  Jim Meyering  <jim@meyering.net>
40162
40163         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40164         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40165         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40166         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40167
40168 2007-01-15  Bruno Haible  <bruno@clisp.org>
40169
40170         * modules/striconveh: New file.
40171         * lib/striconveh.h: New file.
40172         * lib/striconveh.c: New file.
40173         * MODULES.html.sh (Internationalization functions): Add striconveh.
40174
40175         * modules/striconveh-tests: New file.
40176         * tests/test-striconveh.c: New file.
40177
40178 2007-01-15  Bruno Haible  <bruno@clisp.org>
40179
40180         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40181         not from GNU libiconv or GNU libc.
40182
40183 2007-01-15  Bruno Haible  <bruno@clisp.org>
40184
40185         * doc/gnulib-intro.texi (Copyright): Explain the different license
40186         terms for module descriptions, autoconf macros, tests, documentation.
40187
40188 2007-01-14  Bruno Haible  <bruno@clisp.org>
40189
40190         * modules/striconv-tests: New file.
40191         * tests/test-striconv.c: New file.
40192
40193 2007-01-14  Bruno Haible  <bruno@clisp.org>
40194
40195         * modules/iconv-tests: New file.
40196         * tests/test-iconv.c: New file.
40197
40198 2007-01-14  Bruno Haible  <bruno@clisp.org>
40199
40200         * gnulib-tool (func_get_license): For test modules, use the license of
40201         the main module.
40202
40203 2007-01-14  Bruno Haible  <bruno@clisp.org>
40204
40205         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40206         if iconv is found to exist.
40207
40208 2007-01-14  Bruno Haible  <bruno@clisp.org>
40209
40210         * modules/c-ctype-tests: New file.
40211         * tests/test-c-ctype.c: New file.
40212
40213 2007-01-14  Bruno Haible  <bruno@clisp.org>
40214
40215         * modules/binary-io-tests: New file.
40216         * tests/test-binary-io.sh: New file.
40217         * tests/test-binary-io.c: New file.
40218
40219 2007-01-14  Bruno Haible  <bruno@clisp.org>
40220
40221         * modules/array-oset-tests: New file.
40222         * tests/test-array_oset.c: New file.
40223
40224 2007-01-14  Bruno Haible  <bruno@clisp.org>
40225
40226         * modules/array-list-tests: New file.
40227         * tests/test-array_list.c: New file.
40228
40229 2007-01-14  Bruno Haible  <bruno@clisp.org>
40230
40231         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40232         and make.
40233         Reported by Simon Josefsson in
40234         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40235
40236 2007-01-14  Bruno Haible  <bruno@clisp.org>
40237
40238         * modules/allocsa-tests: New file.
40239         * tests/test-allocsa.c: New file.
40240
40241 2007-01-14  Bruno Haible  <bruno@clisp.org>
40242
40243         * modules/fchdir (Depends-on): Add absolute-header.
40244         * modules/unistd (Depends-on): Likewise.
40245
40246 2006-12-30  Bruno Haible  <bruno@clisp.org>
40247
40248         * modules/fchdir: New file.
40249         * modules/unistd (Files): Add lib/unistd_.h.
40250         (Makefile.am): Generate unistd.h from unistd_.h.
40251         * lib/fchdir.c: New file.
40252         * lib/dirent_.h: New file.
40253         * lib/unistd_.h: New file.
40254         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40255         * m4/fchdir.m4: New file.
40256         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40257         (gl_HEADER_UNISTD): Invoke it.
40258         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40259         function.
40260         * lib/backupfile.c (opendir, closedir): Undefine.
40261         * lib/chown.c (open, close): Undefine.
40262         * lib/clean-temp.c (open, close): Undefine.
40263         * lib/copy-file.c (open, close): Undefine.
40264         * lib/execute.c (open, close): Undefine.
40265         * lib/fsusage.c (open, close): Undefine.
40266         * lib/gc-gnulib.c (open, close): Undefine.
40267         * lib/getcwd.c (opendir, closedir): Undefine.
40268         * lib/glob.c (opendir, closedir): Undefine.
40269         * lib/javacomp.c (open, close): Undefine.
40270         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40271         * lib/openat-proc.c (open, close): Undefine.
40272         * lib/pagealign_alloc.c (open, close): Undefine.
40273         * lib/pipe.c (open, close): Undefine.
40274         * lib/progreloc.c (open, close): Undefine.
40275         * lib/savedir.c (opendir, closedir): Undefine.
40276         * lib/utime.c (open, close): Undefine.
40277         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40278
40279 2007-01-10  Bruno Haible  <bruno@clisp.org>
40280
40281         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40282
40283 2007-01-12  Eric Blake  <ebb9@byu.net>
40284
40285         Provide a robust <wchar.h>.  Further simplifications are now
40286         possible in other modules, but not included here.
40287         * modules/wchar: New module.
40288         * m4/wchar.m4: New file.
40289         * lib/wchar_.h: Likewise.
40290         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40291         of the new module.
40292         * MODULES.html.sh (Extended multibyte and wide character utilities):
40293         New section.
40294
40295 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40296
40297         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40298         to a reasonable default for memory allocation.
40299         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40300         file system that reports garbage st_size values for symlinks.
40301         Problem reported by Liyang Hu.
40302
40303 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40304
40305         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40306         Emacs .#* auto-save files).
40307
40308 2007-01-11  Bruno Haible  <bruno@clisp.org>
40309
40310         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40311         directory.
40312
40313 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40314
40315         Use @...@ consistently in lib/wctype_.h.
40316         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40317         on it being set to 1 or 0.
40318         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40319         go back to AC_SUBSTing it.
40320         * modules/wctype (Makefile.am): Undo previous change.
40321
40322 2007-01-10  Eric Blake  <ebb9@byu.net>
40323
40324         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40325         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40326         * modules/wctype (Makefile.am): Likewise.
40327         Reported by Chris McGuire.
40328
40329 2007-01-10  Jim Meyering  <jim@meyering.net>
40330
40331         fts.c: a small readability/maintainability improvement
40332         * lib/fts.c (fts_read): Make this code slightly more readable and
40333         maintainable by hoisting the "sp->fts_cur = p" assignments to
40334         immediately follow the statements that set P.  Derived from
40335         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40336
40337 2007-01-10  Eric Blake  <ebb9@byu.net>
40338
40339         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40340         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40341         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40342         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40343         Reported by Chris McGuire.
40344
40345 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40346
40347         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40348         in sed script.
40349
40350 2007-01-09  Bruno Haible  <bruno@clisp.org>
40351
40352         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40353         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40354         variables.
40355         (func_module): Use them.
40356
40357 2007-01-09  Bruno Haible  <bruno@clisp.org>
40358
40359         * modules/unistr/base: New file.
40360         * lib/unistr.h: New file.
40361
40362         * modules/unistr/u8-to-u16: New file.
40363         * lib/unistr/u8-to-u16.c: New file.
40364
40365         * modules/unistr/u8-to-u32: New file.
40366         * lib/unistr/u8-to-u32.c: New file.
40367
40368         * modules/unistr/u16-to-u8: New file.
40369         * lib/unistr/u16-to-u8.c: New file.
40370
40371         * modules/unistr/u16-to-u32: New file.
40372         * lib/unistr/u16-to-u32.c: New file.
40373
40374         * modules/unistr/u32-to-u8: New file.
40375         * lib/unistr/u32-to-u8.c: New file.
40376
40377         * modules/unistr/u32-to-u16: New file.
40378         * lib/unistr/u32-to-u16.c: New file.
40379
40380         * modules/unistr/u8-check: New file.
40381         * modules/unistr/u16-check: New file.
40382         * modules/unistr/u32-check: New file.
40383         * lib/unistr/u8-check.c: New file.
40384         * lib/unistr/u16-check.c: New file.
40385         * lib/unistr/u32-check.c: New file.
40386
40387         * modules/unistr/u8-chr: New file.
40388         * modules/unistr/u16-chr: New file.
40389         * modules/unistr/u32-chr: New file.
40390         * lib/unistr/u8-chr.c: New file.
40391         * lib/unistr/u16-chr.c: New file.
40392         * lib/unistr/u32-chr.c: New file.
40393
40394         * modules/unistr/u8-cmp: New file.
40395         * modules/unistr/u16-cmp: New file.
40396         * modules/unistr/u32-cmp: New file.
40397         * lib/unistr/u8-cmp.c: New file.
40398         * lib/unistr/u16-cmp.c: New file.
40399         * lib/unistr/u32-cmp.c: New file.
40400
40401         * modules/unistr/u8-cpy: New file.
40402         * modules/unistr/u16-cpy: New file.
40403         * modules/unistr/u32-cpy: New file.
40404         * lib/unistr/u8-cpy.c: New file.
40405         * lib/unistr/u16-cpy.c: New file.
40406         * lib/unistr/u32-cpy.c: New file.
40407         * lib/unistr/u-cpy.h: New file.
40408
40409         * modules/unistr/u8-cpy-alloc: New file.
40410         * modules/unistr/u16-cpy-alloc: New file.
40411         * modules/unistr/u32-cpy-alloc: New file.
40412         * lib/unistr/u8-cpy-alloc.c: New file.
40413         * lib/unistr/u16-cpy-alloc.c: New file.
40414         * lib/unistr/u32-cpy-alloc.c: New file.
40415         * lib/unistr/u-cpy-alloc.h: New file.
40416
40417         * modules/unistr/u8-endswith: New file.
40418         * modules/unistr/u16-endswith: New file.
40419         * modules/unistr/u32-endswith: New file.
40420         * lib/unistr/u8-endswith.c: New file.
40421         * lib/unistr/u16-endswith.c: New file.
40422         * lib/unistr/u32-endswith.c: New file.
40423         * lib/unistr/u-endswith.h: New file.
40424
40425         * modules/unistr/u8-mblen: New file.
40426         * modules/unistr/u16-mblen: New file.
40427         * modules/unistr/u32-mblen: New file.
40428         * lib/unistr/u8-mblen.c: New file.
40429         * lib/unistr/u16-mblen.c: New file.
40430         * lib/unistr/u32-mblen.c: New file.
40431
40432         * modules/unistr/u8-mbtouc: New file.
40433         * modules/unistr/u16-mbtouc: New file.
40434         * modules/unistr/u32-mbtouc: New file.
40435         * lib/unistr/u8-mbtouc.c: New file.
40436         * lib/unistr/u16-mbtouc.c: New file.
40437         * lib/unistr/u32-mbtouc.c: New file.
40438
40439         * modules/unistr/u8-mbtouc-safe: New file.
40440         * modules/unistr/u16-mbtouc-safe: New file.
40441         * modules/unistr/u32-mbtouc-safe: New file.
40442         * lib/unistr/u8-mbtouc-safe.c: New file.
40443         * lib/unistr/u16-mbtouc-safe.c: New file.
40444         * lib/unistr/u32-mbtouc-safe.c: New file.
40445
40446         * modules/unistr/u8-move: New file.
40447         * modules/unistr/u16-move: New file.
40448         * modules/unistr/u32-move: New file.
40449         * lib/unistr/u8-move.c: New file.
40450         * lib/unistr/u16-move.c: New file.
40451         * lib/unistr/u32-move.c: New file.
40452         * lib/unistr/u-move.h: New file.
40453
40454         * modules/unistr/u8-next: New file.
40455         * modules/unistr/u16-next: New file.
40456         * modules/unistr/u32-next: New file.
40457         * lib/unistr/u8-next.c: New file.
40458         * lib/unistr/u16-next.c: New file.
40459         * lib/unistr/u32-next.c: New file.
40460
40461         * modules/unistr/u8-prev: New file.
40462         * modules/unistr/u16-prev: New file.
40463         * modules/unistr/u32-prev: New file.
40464         * lib/unistr/u8-prev.c: New file.
40465         * lib/unistr/u16-prev.c: New file.
40466         * lib/unistr/u32-prev.c: New file.
40467
40468         * modules/unistr/u8-set: New file.
40469         * modules/unistr/u16-set: New file.
40470         * modules/unistr/u32-set: New file.
40471         * lib/unistr/u8-set.c: New file.
40472         * lib/unistr/u16-set.c: New file.
40473         * lib/unistr/u32-set.c: New file.
40474         * lib/unistr/u-set.h: New file.
40475
40476         * modules/unistr/u8-startswith: New file.
40477         * modules/unistr/u16-startswith: New file.
40478         * modules/unistr/u32-startswith: New file.
40479         * lib/unistr/u8-startswith.c: New file.
40480         * lib/unistr/u16-startswith.c: New file.
40481         * lib/unistr/u32-startswith.c: New file.
40482         * lib/unistr/u-startswith.h: New file.
40483
40484         * modules/unistr/u8-stpcpy: New file.
40485         * modules/unistr/u16-stpcpy: New file.
40486         * modules/unistr/u32-stpcpy: New file.
40487         * lib/unistr/u8-stpcpy.c: New file.
40488         * lib/unistr/u16-stpcpy.c: New file.
40489         * lib/unistr/u32-stpcpy.c: New file.
40490         * lib/unistr/u-stpcpy.h: New file.
40491
40492         * modules/unistr/u8-stpncpy: New file.
40493         * modules/unistr/u16-stpncpy: New file.
40494         * modules/unistr/u32-stpncpy: New file.
40495         * lib/unistr/u8-stpncpy.c: New file.
40496         * lib/unistr/u16-stpncpy.c: New file.
40497         * lib/unistr/u32-stpncpy.c: New file.
40498         * lib/unistr/u-stpncpy.h: New file.
40499
40500         * modules/unistr/u8-strcat: New file.
40501         * modules/unistr/u16-strcat: New file.
40502         * modules/unistr/u32-strcat: New file.
40503         * lib/unistr/u8-strcat.c: New file.
40504         * lib/unistr/u16-strcat.c: New file.
40505         * lib/unistr/u32-strcat.c: New file.
40506         * lib/unistr/u-strcat.h: New file.
40507
40508         * modules/unistr/u8-strchr: New file.
40509         * modules/unistr/u16-strchr: New file.
40510         * modules/unistr/u32-strchr: New file.
40511         * lib/unistr/u8-strchr.c: New file.
40512         * lib/unistr/u16-strchr.c: New file.
40513         * lib/unistr/u32-strchr.c: New file.
40514
40515         * modules/unistr/u8-strcmp: New file.
40516         * modules/unistr/u16-strcmp: New file.
40517         * modules/unistr/u32-strcmp: New file.
40518         * lib/unistr/u8-strcmp.c: New file.
40519         * lib/unistr/u16-strcmp.c: New file.
40520         * lib/unistr/u32-strcmp.c: New file.
40521
40522         * modules/unistr/u8-strcpy: New file.
40523         * modules/unistr/u16-strcpy: New file.
40524         * modules/unistr/u32-strcpy: New file.
40525         * lib/unistr/u8-strcpy.c: New file.
40526         * lib/unistr/u16-strcpy.c: New file.
40527         * lib/unistr/u32-strcpy.c: New file.
40528         * lib/unistr/u-strcpy.h: New file.
40529
40530         * modules/unistr/u8-strcspn: New file.
40531         * modules/unistr/u16-strcspn: New file.
40532         * modules/unistr/u32-strcspn: New file.
40533         * lib/unistr/u8-strcspn.c: New file.
40534         * lib/unistr/u16-strcspn.c: New file.
40535         * lib/unistr/u32-strcspn.c: New file.
40536         * lib/unistr/u-strcspn.h: New file.
40537
40538         * modules/unistr/u8-strdup: New file.
40539         * modules/unistr/u16-strdup: New file.
40540         * modules/unistr/u32-strdup: New file.
40541         * lib/unistr/u8-strdup.c: New file.
40542         * lib/unistr/u16-strdup.c: New file.
40543         * lib/unistr/u32-strdup.c: New file.
40544         * lib/unistr/u-strdup.h: New file.
40545
40546         * modules/unistr/u8-strlen: New file.
40547         * modules/unistr/u16-strlen: New file.
40548         * modules/unistr/u32-strlen: New file.
40549         * lib/unistr/u8-strlen.c: New file.
40550         * lib/unistr/u16-strlen.c: New file.
40551         * lib/unistr/u32-strlen.c: New file.
40552         * lib/unistr/u-strlen.h: New file.
40553
40554         * modules/unistr/u8-strmblen: New file.
40555         * modules/unistr/u16-strmblen: New file.
40556         * modules/unistr/u32-strmblen: New file.
40557         * lib/unistr/u8-strmblen.c: New file.
40558         * lib/unistr/u16-strmblen.c: New file.
40559         * lib/unistr/u32-strmblen.c: New file.
40560
40561         * modules/unistr/u8-strmbtouc: New file.
40562         * modules/unistr/u16-strmbtouc: New file.
40563         * modules/unistr/u32-strmbtouc: New file.
40564         * lib/unistr/u8-strmbtouc.c: New file.
40565         * lib/unistr/u16-strmbtouc.c: New file.
40566         * lib/unistr/u32-strmbtouc.c: New file.
40567
40568         * modules/unistr/u8-strncat: New file.
40569         * modules/unistr/u16-strncat: New file.
40570         * modules/unistr/u32-strncat: New file.
40571         * lib/unistr/u8-strncat.c: New file.
40572         * lib/unistr/u16-strncat.c: New file.
40573         * lib/unistr/u32-strncat.c: New file.
40574         * lib/unistr/u-strncat.h: New file.
40575
40576         * modules/unistr/u8-strncmp: New file.
40577         * modules/unistr/u16-strncmp: New file.
40578         * modules/unistr/u32-strncmp: New file.
40579         * lib/unistr/u8-strncmp.c: New file.
40580         * lib/unistr/u16-strncmp.c: New file.
40581         * lib/unistr/u32-strncmp.c: New file.
40582
40583         * modules/unistr/u8-strncpy: New file.
40584         * modules/unistr/u16-strncpy: New file.
40585         * modules/unistr/u32-strncpy: New file.
40586         * lib/unistr/u8-strncpy.c: New file.
40587         * lib/unistr/u16-strncpy.c: New file.
40588         * lib/unistr/u32-strncpy.c: New file.
40589         * lib/unistr/u-strncpy.h: New file.
40590
40591         * modules/unistr/u8-strnlen: New file.
40592         * modules/unistr/u16-strnlen: New file.
40593         * modules/unistr/u32-strnlen: New file.
40594         * lib/unistr/u8-strnlen.c: New file.
40595         * lib/unistr/u16-strnlen.c: New file.
40596         * lib/unistr/u32-strnlen.c: New file.
40597         * lib/unistr/u-strnlen.h: New file.
40598
40599         * modules/unistr/u8-strpbrk: New file.
40600         * modules/unistr/u16-strpbrk: New file.
40601         * modules/unistr/u32-strpbrk: New file.
40602         * lib/unistr/u8-strpbrk.c: New file.
40603         * lib/unistr/u16-strpbrk.c: New file.
40604         * lib/unistr/u32-strpbrk.c: New file.
40605         * lib/unistr/u-strpbrk.h: New file.
40606
40607         * modules/unistr/u8-strrchr: New file.
40608         * modules/unistr/u16-strrchr: New file.
40609         * modules/unistr/u32-strrchr: New file.
40610         * lib/unistr/u8-strrchr.c: New file.
40611         * lib/unistr/u16-strrchr.c: New file.
40612         * lib/unistr/u32-strrchr.c: New file.
40613
40614         * modules/unistr/u8-strspn: New file.
40615         * modules/unistr/u16-strspn: New file.
40616         * modules/unistr/u32-strspn: New file.
40617         * lib/unistr/u8-strspn.c: New file.
40618         * lib/unistr/u16-strspn.c: New file.
40619         * lib/unistr/u32-strspn.c: New file.
40620         * lib/unistr/u-strspn.h: New file.
40621
40622         * modules/unistr/u8-strstr: New file.
40623         * modules/unistr/u16-strstr: New file.
40624         * modules/unistr/u32-strstr: New file.
40625         * lib/unistr/u8-strstr.c: New file.
40626         * lib/unistr/u16-strstr.c: New file.
40627         * lib/unistr/u32-strstr.c: New file.
40628         * lib/unistr/u-strstr.h: New file.
40629
40630         * modules/unistr/u8-strtok: New file.
40631         * modules/unistr/u16-strtok: New file.
40632         * modules/unistr/u32-strtok: New file.
40633         * lib/unistr/u8-strtok.c: New file.
40634         * lib/unistr/u16-strtok.c: New file.
40635         * lib/unistr/u32-strtok.c: New file.
40636         * lib/unistr/u-strtok.h: New file.
40637
40638         * modules/unistr/u8-uctomb: New file.
40639         * modules/unistr/u16-uctomb: New file.
40640         * modules/unistr/u32-uctomb: New file.
40641         * lib/unistr/u8-uctomb.c: New file.
40642         * lib/unistr/u16-uctomb.c: New file.
40643         * lib/unistr/u32-uctomb.c: New file.
40644
40645         * MODULES.html.sh (Unicode string functions): Add the new modules.
40646
40647 2007-01-08  Bruno Haible  <bruno@clisp.org>
40648
40649         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40650         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40651         subdirectories.
40652
40653 2007-01-08  Karl Berry  <karl@gnu.org>
40654
40655         * doc/error.texi: mention that main() fns must set program_name
40656         when progname is used.
40657
40658 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40659
40660         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40661         WCTYPE_H is empty, for the benefit of builds from non-distclean
40662         directories.  Problem reported by Eric Blake in
40663         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40664
40665 2007-01-08  Bruno Haible  <bruno@clisp.org>
40666
40667         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40668         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40669         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40670         PROVIDE_CANONICALIZE_FILENAME_MODE.
40671         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40672
40673 2007-01-08  Bruno Haible  <bruno@clisp.org>
40674
40675         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40676         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40677         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40678         * lib/fts.c: Likewise.
40679         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40680
40681 2006-12-25  Bruno Haible  <bruno@clisp.org>
40682
40683         * modules/utf8-ucs4-safe: New file.
40684         * lib/utf8-ucs4-safe.h: New file.
40685         * lib/unistr/utf8-ucs4-safe.c: New file.
40686
40687         * modules/utf16-ucs4-safe: New file.
40688         * lib/utf16-ucs4-safe.h: New file.
40689         * lib/unistr/utf16-ucs4-safe.c: New file.
40690
40691         * MODULES.html.sh (Unicode string functions): Add the new modules.
40692
40693 2007-01-08  Bruno Haible  <bruno@clisp.org>
40694
40695         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40696         (Depends-on): Add unitypes.
40697         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40698         (u8_mbtouc_aux): Move out to separate file.
40699         (u8_mbtouc): Use ucs4_t, uint8_t types.
40700         * lib/unistr/utf8-ucs4.c: New file.
40701
40702         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40703         (Depends-on): Add unitypes.
40704         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40705         (u16_mbtouc_aux): Move out to separate file.
40706         (u16_mbtouc): Use ucs4_t, uint16_t types.
40707         * lib/unistr/utf16-ucs4.c: New file.
40708
40709         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40710         (Depends-on): Add unitypes.
40711         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40712         (u8_uctomb_aux): Move out to separate file.
40713         (u8_uctomb): Use ucs4_t, uint8_t types.
40714         * lib/unistr/ucs4-utf8.c: New file.
40715
40716         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40717         (Depends-on): Add unitypes.
40718         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40719         (u16_uctomb_aux): Move out to separate file.
40720         (u16_uctomb): Use ucs4_t, uint16_t types.
40721         * lib/unistr/ucs4-utf16.c: New file.
40722
40723 2006-12-25  Bruno Haible  <bruno@clisp.org>
40724
40725         * modules/unitypes: New file.
40726         * lib/unitypes.h: New file.
40727         * MODULES.html.sh (func_all_modules): New section "Unicode string
40728         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40729         this section. Add unitypes.
40730
40731 2007-01-08  Bruno Haible  <bruno@clisp.org>
40732
40733         Avoid variable names that conflict with those from libtool.
40734         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40735         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40736         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40737         library_names_spec to acl_library_names_spec, hardcode_* to
40738         acl_hardcode_*.
40739         Reported by Ralf Wildenhues.
40740
40741 2007-01-08  Bruno Haible  <bruno@clisp.org>
40742
40743         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40744         definition.
40745         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40746         definition.
40747         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40748         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40749         definition.
40750         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40751         definition.
40752         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40753         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40754         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40755         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40756         definition.
40757         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40758         definition.
40759         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40760         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40761         GC_USE_<algorithm>.
40762         * lib/gc-libgcrypt.c: Likewise.
40763         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40764         * modules/gc-arctwo (configure.ac): Likewise.
40765         * modules/gc-des (configure.ac): Likewise.
40766         * modules/gc-hmac-md5 (configure.ac): Likewise.
40767         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40768         * modules/gc-md2 (configure.ac): Likewise.
40769         * modules/gc-md4 (configure.ac): Likewise.
40770         * modules/gc-md5 (configure.ac): Likewise.
40771         * modules/gc-random (configure.ac): Likewise.
40772         * modules/gc-rijndael (configure.ac): Likewise.
40773         * modules/gc-sha1 (configure.ac): Likewise.
40774
40775 2007-01-08  Bruno Haible  <bruno@clisp.org>
40776
40777         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40778         macro definition.
40779         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40780         definition.
40781         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40782         definition.
40783         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40784         * modules/fcntl-safer (configure.ac): Likewise.
40785         * modules/fopen-safer (configure.ac): Likewise.
40786         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40787         GNULIB_FWRITEERROR macro definition.
40788
40789 2007-01-08  Bruno Haible  <bruno@clisp.org>
40790
40791         * m4/gnulib-common.m4: New file.
40792         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40793         (func_get_filelist): Add m4/gnulib-common.m4.
40794
40795 2007-01-08  Bruno Haible  <bruno@clisp.org>
40796
40797         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40798         command.
40799
40800 2007-01-08  Jim Meyering  <jim@meyering.net>
40801
40802         Use a more robust test for a "can't happen" condition.
40803         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40804         narrowed the st_size value.  Presuming the "can't happen" condition
40805         is true, that narrowing could conceivably convert an invalid st_size
40806         value into a valid one.  Instead, use a change based on Matthew
40807         Woehlke's original patch.
40808
40809         Slight readability improvement: use an assert-like macro
40810         in place of literal "abort ()" uses.
40811         * lib/fts.c (fts_assert): Define.
40812         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40813         Use this macro instead of a bare 'abort'.
40814
40815 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40816
40817         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40818         simply work around them.
40819         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40820         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40821         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40822         declaring.
40823         Don't bother to define as macros, since the standard doesn't require it.
40824         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40825         longer worry about IRIX 5.3.
40826         (HAVE_WCTYPE_CTMP_BUG): Remove.
40827
40828 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40829
40830         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40831         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40832         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40833         Problems reported by Georg Schwarz for IRIX 5.3.
40834
40835         * gnulib-tool (autoconf_minversion): Take the maximum version number
40836         found, not the minimum.  Problem reported by James Youngman.
40837
40838 2007-01-03  Karl Berry  <karl@gnu.org>
40839
40840         * doc/error.texi: new file, explaining interaction with progname.
40841         * doc/gnulib.texi: include it.  Update copyright.
40842
40843 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40844
40845         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40846         AC_CANONICAL_HOST, to improve autobuild outputs.
40847
40848 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40849             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40850
40851         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40852         sockets, server sockets, and other file descriptors.  Count errors
40853         to compute the return value.  Reorder the code a bit to be easier
40854         to follow.  Don't set event bits that were not requested (except
40855         POLLERR and POLLHUP).
40856
40857 2007-01-01  Bruno Haible  <bruno@clisp.org>
40858
40859         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40860
40861 2007-01-03  Jim Meyering  <jim@meyering.net>
40862
40863         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40864
40865 2007-01-02  Bruno Haible  <bruno@clisp.org>
40866
40867         * modules/settime (Include): Require timespec.h.
40868         * modules/nanosleep (Include): Likewise.
40869
40870 2007-01-01  Bruno Haible  <bruno@clisp.org>
40871
40872         * gnulib-tool (func_emit_copyright_notice): Bump year.
40873         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40874
40875 2007-01-01  Bruno Haible  <bruno@clisp.org>
40876
40877         Improve support for OpenBSD.
40878         * build-aux/config.rpath (libname_spec): Export.
40879         (library_names_spec): New variable. Export.
40880         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40881         library_names_spec from the config.rpath output. Locate shared library
40882         through the name pattern in library_names_spec.
40883
40884 2007-01-01  Eric Blake  <ebb9@byu.net>
40885
40886         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40887
40888 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40889
40890         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40891         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40892         assume the C locale, and avoid an "eval" that could cause trouble.
40893         Problem with SORT reported by Bob Proulx.
40894
40895         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40896         Define.  Trivial patch from Henning Nielsen Lund, originally
40897         sent to bug-grep@gnu.org today.
40898
40899 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40900
40901         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40902         struct stat.  Problem reported by Henning Nielsen Lund.
40903         * lib/acl.c: Include acl.h first, to check interface.  Don't
40904         bother to include sys/types.h and sys/stat.h again.
40905
40906 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40907
40908         Import the following change from libc; problem reported by
40909         Sven Verdoolaege.
40910
40911         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40912
40913         [BZ #1373]
40914         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40915
40916 2006-12-28  Jim Meyering  <jim@meyering.net>
40917
40918         * build-aux/announce-gen: Do not assume that the package
40919         builds any of tar.gz, tar.bz2, and .xdelta files.
40920         Suggestion from Simon Josefsson.
40921
40922 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40923
40924         * modules/announce-gen: New file.
40925
40926 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40927
40928         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40929         handles its gotchas now.
40930         * lib/mbswidth.c: Likewise.
40931         * lib/wcwidth.h: Likewise.
40932         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40933         and iswcntrl; the wctype module does this stuff now.
40934         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40935         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40936         * modules/mbchar (Depends-on): Add wctype.
40937         * modules/mbswidth (Depends-on): Likewise.
40938         * modules/wcwidth (Depends-on): Likewise.
40939
40940 2006-12-27  Eric Blake  <ebb9@byu.net>
40941
40942         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40943         module uses more than what <wctype.h> is required to provide.
40944
40945 2006-12-26  Eric Blake  <ebb9@byu.net>
40946
40947         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40948
40949 2006-12-26  Eric Blake  <ebb9@byu.net>
40950
40951         * modules/absolute-header: New module.
40952         * modules/fcntl (Depends-on): Depend on it.
40953         * modules/inttypes (Depends-on): Likewise.
40954         * modules/stdint (Depends-on): Likewise.
40955         * modules/sys_stat (Depends-on): Likewise.
40956         * modules/wctype (Depends-on): Likewise.
40957         * MODULES.html.sh (Support for building libraries and
40958         executables): Document it.
40959
40960 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40961
40962         * gnulib-tool (SED): Remove, undoing previous change.
40963         The problem was that it broke coreutils on Solaris, because
40964         "sed --posix" leaked into a makefile.
40965         (sed): New alias, if 'alias' and GNU sed.
40966
40967 2006-12-24  Jim Meyering  <jim@meyering.net>
40968
40969         Work around an fchownat bug in glibc-2.4:
40970         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40971         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40972         in spite of the -P option.
40973         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40974         New macros.
40975         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40976         * modules/openat (Files): Add lib/fchownat.c.
40977         * lib/openat.c (fchownat): Don't define here.  Move to...
40978         * lib/fchownat.c: ...this new file.
40979
40980 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40981
40982         Fix bug reported by Bruno Haible in
40983         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40984         where quotearg.c didn't compile on Mac OS X 10.2 because it
40985         lacks <wchar.h> and wint_t.
40986         * lib/wctype_.h (__wctype_wint_t): New type.
40987         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40988         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40989         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40990         Arg is now of type __wctype_wint_t, not wint_t.
40991         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40992         substitute HAVE_WINT_T.
40993         * modules/wctype (Files): Add m4/wint_t.m4.
40994         (wctype.h): Substitute HAVE_WINT_T.
40995
40996 2006-12-23  Bruno Haible  <bruno@clisp.org>
40997
40998         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40999
41000 2006-12-23  Bruno Haible  <bruno@clisp.org>
41001
41002         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41003         S_ISLNK.
41004         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41005         mingw.
41006
41007 2006-12-22  Bruno Haible  <bruno@clisp.org>
41008
41009         * lib/copy-file.c: Include acl.h.
41010         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41011         Close the file descriptors only after being done with copy_acl.
41012         * modules/copy-file (Depends-on): Add acl.
41013
41014 2006-12-22  Bruno Haible  <bruno@clisp.org>
41015
41016         * gnulib-tool (SED): New variable.
41017         Use $SED instead of sed everywhere.
41018
41019 2006-12-22  Bruno Haible  <bruno@clisp.org>
41020
41021         * modules/no-c++: New file.
41022         * m4/no-c++.m4: New file.
41023         * MODULES.html.sh (Support for building libraries and executables):
41024         Add no-c++.
41025
41026 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41027
41028         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41029         Include <limits.h>, and use its INT_MAX to rewrite the
41030         j loop so that it does not overflow 'int'.  Problem reported by
41031         Ralf Wildenhues in
41032         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41033         Play it safe by shifting left by 1 rather than multiplying by 2,
41034         as GCC is less likely to optimize this away when the value
41035         is signed (when it assumes overflow leads to undefined behavior).
41036         Also, don't assume time_t uses two's complement.
41037
41038 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41039
41040         * MODULES.html.sh: New module wctype.
41041         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41042         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41043         <wctype.h>, since the new wctype module should fix this.
41044         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41045         the wctype module should arrange for it.
41046         * lib/regex_internal.h: Likewise.
41047         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41048         since the wctype module should handle this now.
41049         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41050         * modules/fnmatch (Depends-on): Add wctype.
41051         * modules/quotearg (Depends-on): Likewise.
41052         * modules/regex (Depends-on): Likewise.
41053
41054 2006-12-19  Bruno Haible  <bruno@clisp.org>
41055
41056         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41057         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41058
41059 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41060
41061         * modules/savewd (Depends-on): Fix dependency on fcntl.
41062
41063 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41064
41065         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41066         conforms to C99, rather than relying on the user's environment
41067         setting of STDINT_H.
41068
41069 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41070         and Eric Blake  <ebb9@byu.net>
41071
41072         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41073         This is more consistent with the other defines here.
41074         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41075         Port to z/OS.  Problem reported by Paul Gilmartin.
41076         Change local vars to use gl_ prefix rather than ac_.
41077         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41078         with other defines.
41079         * modules/double-slash-root: New module.
41080         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41081         (Depends-on): Add double-slash-root.
41082         * MODULES.html.sh (File system functions): Mention new module.
41083
41084 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41085
41086         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41087         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41088         This is for the benefit of gzip, which doesn't do i18n.
41089
41090 2006-12-12  Jim Meyering  <jim@meyering.net>
41091
41092         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41093         Reported by Andreas Schwab <schwab@suse.de>.
41094
41095 2006-12-12  Bruno Haible  <bruno@clisp.org>
41096
41097         Merge these changes.
41098         2006-09-05  Bruno Haible  <bruno@clisp.org>
41099         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41100         iconv_alloc succeeded.
41101         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41102         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41103         test for " && dest " at the end - dest is always != NULL there. Call
41104         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41105         with 2xNULL arguments, also to flush the state storage. Handle the
41106         IRIX iconv behaviour. Realloc the final result, to throw away unused
41107         memory.
41108
41109 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41110
41111         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41112         and fchmodat unconditionally, since glibc 2.4 has them.
41113         Problem reported by Arkadiusz Miskiewicz.
41114
41115 2006-12-10  Bruno Haible  <bruno@clisp.org>
41116
41117         * gnulib-tool (func_import): Show the include files only for those
41118         modules that are copied and specified.
41119         Reported by Karl Berry.
41120
41121 2006-12-08  Jim Meyering  <jim@meyering.net>
41122
41123         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41124         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41125
41126         * build-aux/announce-gen: Add two new options, both optional:
41127         --bootstrap-tools=TOOL_LIST
41128               a comma-separated list of tools, e.g.,
41129               autoconf,automake,bison,gnulib
41130         --gnulib-snapshot-date=DATE
41131               if gnulib is in the bootstrap tool list,
41132               then report this as the snapshot date.
41133               If not specified, use the current date/time.
41134               If you specify a date here, be sure it's UTC.
41135
41136 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41137
41138         * tests/test-argp-2.sh: Fix test to match actual output.
41139         (func_compare): Fix sed script to be portable.
41140
41141 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41142
41143         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41144         workaround for this case.  It is not autoconfigured now; offhand
41145         it's hard to see how to autoconfigure it.
41146
41147 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41148
41149         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41150         a directory that is about to be chowned.  Such a directory's
41151         initial file permissions should permit the owner only and this
41152         should not be changed until after the chown, since the group and
41153         other bits would be incorrect if they granted permission before
41154         the chown.
41155
41156         Fix porting problem for iswctype reported by Georg Schwarz in:
41157         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41158         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41159         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41160         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41161         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41162
41163 2006-12-03  Jim Meyering  <jim@meyering.net>
41164
41165         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41166         p->fts_statp may not yet be defined.
41167         (fts_read): Instead, set it in the caller, once p->fts_statp is
41168         sure to be defined, and corresponds to a top-level directory.
41169         This bug made du -x fail.  Here's the coreutils test case:
41170         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41171         Reported by Mike Frysinger.
41172
41173 2006-12-01  Jim Meyering  <jim@meyering.net>
41174
41175         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41176         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41177         Reported by Simon Josefsson.
41178
41179 2006-11-30  Jim Meyering  <jim@meyering.net>
41180
41181         * m4/warning.m4: Use the all-permissive copyright notice
41182         recommended by RMS (rather than LGPL).
41183         * m4/vararrays.m4: Likewise.
41184         * m4/flexmember.m4: Likewise.
41185
41186 2006-11-29  Bruno Haible  <bruno@clisp.org>
41187
41188         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41189         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41190         using +=.
41191         Reported by Simon Josefsson <simon@josefsson.org>.
41192
41193 2006-11-28  James Youngman <jay@gnu.org>
41194
41195         * README: Advise users that they might find the bug-gnulib@gnu.org
41196         and autotools-announce@gnu.org mailing lists useful.
41197
41198 2006-11-28  Bruno Haible  <bruno@clisp.org>
41199
41200         * m4/ptrdiff_max.m4: Remove file.
41201
41202 2006-11-21  Bruno Haible  <bruno@clisp.org>
41203
41204         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41205         _AC_COMPUTE_INT.
41206         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41207         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41208         _AC_COMPUTE_INT.
41209         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41210         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41211         _AC_COMPUTE_INT.
41212         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41213
41214 2006-11-28  Jim Meyering  <jim@meyering.net>
41215
41216         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41217         warning from "gcc -Wshadow" about shadowing the builtin.
41218
41219 2006-11-27  Bruno Haible  <bruno@clisp.org>
41220
41221         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41222         _AC_COMPUTE_INT.
41223         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41224
41225 2006-11-27  Bruno Haible  <bruno@clisp.org>
41226             Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41229
41230 2006-11-26  Bruno Haible  <bruno@clisp.org>
41231
41232         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41233         noinst_LTLIBRARIES.
41234
41235 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41236             Bruno Haible  <bruno@clisp.org>
41237
41238         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41239         if compiling with "gcc -ansi".
41240
41241 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41242
41243         Fix some incompatibilities with gcc -ansi -pedantic.
41244         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41245         if compiling pedantically with GCC, unless it's C99 or later.
41246         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41247         it mishandles gcc -ansi -pedantic as well.
41248         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41249         if gcc -pedantic.
41250         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41251         initializers for struct if -pedantic, unless it's C99 or later.
41252
41253 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41254
41255         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41256         Don't close an fd more than once. Identical atimes indicate
41257         success, not failure.
41258
41259 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41260
41261         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41262
41263 2006-11-23  Jim Meyering  <jim@meyering.net>
41264
41265         * build-aux/announce-gen: New file.  From coreutils.
41266
41267 2006-11-22  Jim Meyering  <jim@meyering.net>
41268
41269         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41270         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41271         (fts_read): Use a temporary to narrow the overused st_size member
41272         before using it in a switch statement.  Reported by Matthew Woehlke.
41273
41274         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41275         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41276
41277 2006-11-20  Bruno Haible  <bruno@clisp.org>
41278
41279         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41280         changequote instead of pairs of brackets.
41281         Reported by Andreas Schwab <schwab@suse.de>.
41282
41283 2006-11-21  Jim Meyering  <jim@meyering.net>
41284
41285         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41286         so as to remain compatible with older compilers.
41287         Patch from Michael Deutschmann.
41288
41289 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41290
41291         * MODULES.html.sh (File system functions): Add openat.
41292
41293         * lib/openat.h (rpl_fstatat): New macro, if
41294         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41295         (fstatat): Define to rpl_fstatat under the same conditions,
41296         unless COMPILING_FSTATAT.
41297         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41298         seems to have the bug.
41299         * lib/fstatat.c: New file.
41300         * modules/openat (Files): Add it.
41301
41302 2006-11-20  Bruno Haible  <bruno@clisp.org>
41303
41304         * Makefile: New file.
41305
41306 2006-11-20  Jim Meyering  <jim@meyering.net>
41307
41308         The beginnings of syntax-related checks for gnulib.
41309         * lib/Makefile: New file.
41310         * lib/t-idcache: New script.  Ensure that the two halves of
41311         idcache.c stay in sync.
41312
41313         * lib/idcache.c: Adjust comments in user- and group- portions to
41314         be more accurate, and to be consistent with one another.
41315
41316 2006-11-20  Jim Meyering  <jim@meyering.net>
41317
41318         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41319         continue using the flexible array member (thus, this module performs
41320         half as many malloc calls), with the addition that...
41321         (getgroup, getuser): Consistently record a non-match via an empty
41322         "name" string, and map an empty string match to a NULL return value.
41323         * modules/idcache (Depends-on): Re-add flexmember.
41324
41325         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41326         (getuidbyname, getgroup, getgidbyname): Likewise.
41327
41328         Use cleaner syntax: NULL rather than 0.
41329         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41330
41331 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41332
41333         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41334         It mishandled the case where the group was missing.
41335         Problem reported by Greg Schafer.
41336         * modules/idcache: Likewise.
41337
41338 2006-11-18  Jim Meyering  <jim@meyering.net>
41339
41340         * check-module (%exempt_header): Add exception for some
41341         conditionally-included headers.
41342
41343         * modules/i-ring (Depends-on): Add verify.
41344         (License): Change to LGPL.
41345
41346 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41347
41348         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41349         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41350         and inttostr.h.  Use snprintf rather than uinttostr, so that
41351         LGPLed code doesn't depend on GPLed.
41352
41353 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41354
41355         * modules/inline (License): Change from GPL to LGPL.
41356
41357 2006-11-17  Jim Meyering  <jim@meyering.net>
41358
41359         * modules/d-type (License): Switch to LGPL.
41360
41361 2006-11-15  Bruno Haible  <bruno@clisp.org>
41362
41363         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41364
41365 2006-11-15  Eric Blake  <ebb9@byu.net>
41366
41367         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41368         the module dependency.
41369
41370 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41371             Bruno Haible  <bruno@clisp.org>
41372
41373         * gnulib-tool (func_create_testdir): Add license consistency check.
41374
41375 2006-11-15  Eric Blake  <ebb9@byu.net>
41376
41377         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41378         random "(cached)" in configure output.
41379
41380 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41381
41382         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41383         test for conforming inttypes.h is both announced and cached.
41384
41385         * MODULES.html.sh (seen_modules, seen_files): New variables.
41386         (func_module): Rewrite to use a few less gnulib-tool and sed
41387         invocations.  Avoid a couple of quadratic algorithms for ...
41388         (missed_modules, missed_files): ... these, with ...
41389         (func_append, func_tmpdir): ... these new functions, from
41390         gnulib-tool.  Analogously, install traps for cleanup.
41391
41392         * tests/test-gc.c (main): Remove unused variables.
41393         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41394
41395 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41396
41397         * modules/inttostr (License): Change to LGPL.
41398
41399 2006-11-14  Eric Blake  <ebb9@byu.net>
41400
41401         * modules/tempname (License): Change to LGPL.
41402
41403 2006-11-14  Eric Blake  <ebb9@byu.net>
41404
41405         * doc/functions.texi (Function Portability): *printf functions on
41406         Cygwin now understand all POSIX size specifiers.
41407
41408 2006-11-14  Bruno Haible  <bruno@clisp.org>
41409
41410         * modules/c-ctype (License): Change to LGPL.
41411
41412 2006-11-12  Bruno Haible  <bruno@clisp.org>
41413
41414         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41415         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41416         for GNOME libraries, for which the include files are installed in
41417         subdirectories of $prefix/include.
41418
41419 2006-11-12  Bruno Haible  <bruno@clisp.org>
41420
41421         * m4/lib-link.m4: Require at least autoconf-2.54.
41422         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41423         name to underscores for the --with option.
41424
41425 2006-11-13  Bruno Haible  <bruno@clisp.org>
41426
41427         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41428         the tests directory.
41429         Reported by Ralf Wildenhues.
41430
41431 2006-11-13  Bruno Haible  <bruno@clisp.org>
41432
41433         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41434         (func_emit_initmacro_end): Undo the override here.
41435         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41436         Works around the famous automake error in coreutils.
41437
41438 2006-11-13  Eric Blake  <ebb9@byu.net>
41439
41440         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41441         element, not its node.
41442
41443 2006-11-12  Bruno Haible  <bruno@clisp.org>
41444
41445         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41446         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41447
41448 2006-11-12  Bruno Haible  <bruno@clisp.org>
41449
41450         * gnulib-tool: New option --local-symlink.
41451         (func_usage): Document it.
41452         (lsymbolic): New variable.
41453         (func_import, func_create_testdir): If --symlink was not specified,
41454         test whether --local-symlink was specified and the file comes from
41455         the local_gnulib_dir.
41456
41457 2006-11-12  Bruno Haible  <bruno@clisp.org>
41458
41459         * gnulib-tool (func_ln): New function.
41460         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41461
41462 2006-11-12  Bruno Haible  <bruno@clisp.org>
41463
41464         Finish support for source files in subdirectories.
41465         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41466         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41467         AUTOMAKE_OPTIONS.
41468         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41469
41470 2006-11-12  Bruno Haible  <bruno@clisp.org>
41471
41472         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41473         EXTRA_lib_SOURCES augmentation.
41474         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41475
41476 2006-11-12  Jim Meyering  <jim@meyering.net>
41477
41478         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41479         file descriptors.  This also averts a failure on systems with
41480         native openat support when a traversed directory lacks "x" access.
41481         * lib/fts_.h: Include "i-ring.h"
41482         (struct FTS) [fts_fd_ring]: New member.
41483         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41484         (FCHDIR): Add parentheses.
41485         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41486         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41487         When descending, rather than simply closing the previous
41488         fts_cwd_fd value, push that file descriptor onto the ring.
41489         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41490         (fts_open): Initialize the new fd_ring member.
41491         (fts_close): Clear the ring.
41492         (fts_safe_changedir): When possible, use our new fd_ring to skip
41493         the diropen and fstat and dev/ino comparison that would normally
41494         accompany a virtual `chdir ("..")'.
41495
41496         * modules/fts (Depends-on): Add i-ring.
41497         * modules/i-ring: New module.
41498         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41499         * m4/i-ring.m4: New file.
41500
41501 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41502
41503         * gnulib-tool (func_create_testdir): Fix replacement of
41504         `build-aux' in configure.ac.  Run autotools in gltests
41505         subdirectory.
41506         (func_create_testdir, func_create_megatestdir, test): There is
41507         no need for '--force' in most autotool invocations in a new
41508         tree.  Actually fail the whole test if any of the tools, or the
41509         configure or make stages fail.
41510
41511         Sync from Automake.
41512         * build-aux/gnupload: Revert last change.  Add pointer to upload
41513         instructions of the GNU Maintenance Instructions.
41514         Suggestion by Karl Berry.
41515
41516 2006-11-10  Jim Meyering  <jim@meyering.net>
41517
41518         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41519
41520 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41521
41522         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41523         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41524         (bind_textdomain_codeset) [! ENABLE_NLS]:
41525         Evaluate all the arguments.  That way, callers get compatible behavior
41526         if the arguments have side effects.  Also, it avoids some GCC
41527         diagnostics in some cases; Joel E. Denny reported problems when Bison
41528         was configured with --enable-gcc-warnigs.
41529
41530 2006-11-10  Jim Meyering  <jim@meyering.net>
41531
41532         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41533         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41534         account.
41535
41536 2006-11-10  Jim Meyering  <jim@meyering.net>
41537
41538         * modules/inline: New file/module.
41539         * modules/xalloc (Files): Remove m4/inline.m4.
41540         (Depends-on): Add inline, instead.
41541         * modules/oset: Likewise.
41542         * modules/list: Likewise.
41543
41544 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41545
41546         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41547         Problem reported by Matthew Woehlke.
41548
41549 2006-11-09  Bruno Haible  <bruno@clisp.org>
41550
41551         * lib/tempname.c (gen_tempname): Remove variant that invokes
41552         __gen_tempname.
41553         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41554         __gen_tempname.
41555
41556 2006-11-08  Bruno Haible  <bruno@clisp.org>
41557
41558         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41559         to 'yes' instead of 'cross-compiling'.
41560
41561 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41562
41563         * lib/quotearg.h (quotearg_free): New decl.
41564         * lib/quotearg.c (quotearg_free): New function.
41565         (slot0, nslots, slotvec0, slotvec):
41566         Now file-scope so that quotearg_free can get at them.
41567
41568 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41569
41570         Sync from Automake.
41571         * build-aux/gnupload: Add missing 'gnu' to example URL.
41572         Report by Karl Berry.
41573
41574 2006-11-08  Bruno Haible  <bruno@clisp.org>
41575
41576         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41577         Suggested by Paul Eggert.
41578
41579 2006-11-08  Jim Meyering  <jim@meyering.net>
41580
41581         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41582         It's already included if !_LIBC.
41583         (fts_safe_changedir): Add a comment.
41584
41585 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41586
41587         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41588         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41589         Matthew Woehlke.
41590
41591         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41592         definitions up, to avoid colliding with change below.
41593         (static_inline) [HAVE_INLINE]: New macro.
41594         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41595         Provide extern decls when !HAVE_INLINE.  Do not define unless
41596         static_inline is defined, either by us or by xmalloc.c.  Use
41597         static_inline rather than static inline.
41598         (XCALLOC): Optimize sizeof(T) = 1 case.
41599         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41600
41601 2006-11-07  Bruno Haible  <bruno@clisp.org>
41602
41603         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41604         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41605         AC_C_INLINE.
41606         * modules/xalloc (Files): Add m4/inline.m4.
41607
41608 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41609
41610         * README: Fix typo.
41611         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41612         (Miscellanous Notes): ...from this.
41613
41614 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41615
41616         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41617         Mention that offsetof should be used instead of sizeof.
41618         From Bruno Haible.
41619
41620 2006-11-07  Bruno Haible  <bruno@clisp.org>
41621
41622         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41623
41624 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41625
41626         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41627         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41628         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41629         (gl_tree_add_before, gl_tree_add_after):
41630         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41631         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41632         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41633         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41634         (gl_linked_add_after, gl_linked_add_at): Likewise.
41635         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41636         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41637         (gl_tree_add_before, gl_tree_add_after): Likewise.
41638         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41639         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41640         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41641
41642 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41643
41644         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41645
41646 2006-11-06  Bruno Haible  <bruno@clisp.org>
41647
41648         * m4/inline.m4: New file.
41649         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41650         * modules/list (Files): Add m4/inline.m4.
41651         * modules/oset (Files): Likewise.
41652
41653 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41654
41655         * lib/idcache.c: Include <stddef.h>, for offsetof.
41656         (struct userid.name): Change from char * to a flexible array member.
41657         All uses changed.
41658         * modules/idcache (Depends-on): Add flexmember.
41659
41660         * MODULES.html.sh (Core language properties): New module flexmember.
41661         * modules/flexmember, m4/flexmember.m4: New files.
41662
41663         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41664         inline functions that are identical with the old xnmalloc_inline,
41665         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41666         that we can avoid some unnecessary integer multiplications and
41667         divisions in the common case where the element size is known at
41668         compile time.
41669         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41670         needed.
41671         (xnboundedmalloc): Remove.
41672         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41673         arguments, for consistency with rest of this header.
41674         (xcharalloc): Rewrite using XNMALLOC.
41675         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41676         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41677         versions have been moved to lib/xalloc.h and renamed to be the
41678         non-*_inline versions.
41679         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41680         and xnrealloc functions, since those functions are now inline and
41681         now call us.
41682         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41683         renaming described above.
41684         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41685         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41686         captures the dependency in AC_C_INLINE.
41687
41688         New module canonicalize-lgpl, proposed by Charles Wilson in
41689         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41690         with a few small changes afterwards.
41691         * MODULES.html.sh (File system functions): New module
41692         canonicalize-lgpl.
41693         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41694         and canonicalize_file_name.
41695         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41696         * modules/canonicalize-lgpl: New files.
41697
41698 2006-11-05  Bruno Haible  <bruno@clisp.org>
41699
41700         * gnulib-tool (func_import, func_create_testdir): Create directories
41701         also for files in subdirectories of lib/.
41702
41703 2006-11-05  Bruno Haible  <bruno@clisp.org>
41704
41705         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41706         ANSI C compliant.
41707
41708 2006-11-03  Bruno Haible  <bruno@clisp.org>
41709
41710         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41711         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41712         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41713         (xnboundedmalloc): New inline function.
41714         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41715         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41716         xmalloc.
41717         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41718         xmalloc.
41719         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41720         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41721         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41722         xmalloc.
41723         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41724         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41725         xmalloc.
41726         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41727         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41728         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41729         xmalloc.
41730         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41731         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41732         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41733         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41734         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41735         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41736         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41737
41738 2006-11-03  Bruno Haible  <bruno@clisp.org>
41739
41740         * lib/c-ctype.h [C++]: Define functions without name mangling.
41741         * lib/fwriteerror.h [C++]: Likewise.
41742         * lib/gcd.h [C++]: Likewise.
41743         * lib/linebreak.h [C++]: Likewise.
41744
41745 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41746
41747         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41748         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41749         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41750         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41751         Check for functions and headers just once.
41752         Check for declaration of canonicalize_file_name.
41753         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41754
41755 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41756
41757         * gnulib-tool (func_import): Fix typo in actioncmd.
41758
41759 2006-11-02  Bruno Haible  <bruno@clisp.org>
41760
41761         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41762         newline sequence in the Makefile.am snippet as a space, like "make"
41763         does.
41764         Reported by Roger Persson <perrog@gmail.com>.
41765
41766 2006-11-01  Bruno Haible  <bruno@clisp.org>
41767
41768         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41769         already declared in <string.h>.
41770         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41771
41772 2006-11-01  Bruno Haible  <bruno@clisp.org>
41773
41774         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41775         * lib/strcase.h: Include <string.h>.
41776         (strcasecmp): Define to rpl_strcasecmp here.
41777
41778 2006-11-01  Bruno Haible  <bruno@clisp.org>
41779
41780         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41781
41782 2006-11-01  Eric Blake  <ebb9@byu.net>
41783
41784         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41785
41786         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41787
41788 2006-10-29  Bruno Haible  <bruno@clisp.org>
41789
41790         Make it compile in C++ mode.
41791         * lib/full-write.c (full_rw): Add a cast.
41792
41793 2006-11-01  Bruno Haible  <bruno@clisp.org>
41794
41795         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41796         be POSIX compliant.
41797         Reported by Roger Persson <perrog@gmail.com>.
41798
41799 2006-11-01  Eric Blake  <ebb9@byu.net>
41800
41801         * lib/getopt_.h: Fix comments.
41802
41803 2006-10-31  Eric Blake  <ebb9@byu.net>
41804
41805         * modules/tmpdir (Depends-on): Add sys_stat.
41806         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41807         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41808         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41809         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41810         tempname.
41811
41812 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41813
41814         Avoid some C++ diagnostics reported by Bruno Haible.
41815         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41816         xmalloc.
41817         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41818         (struct slotvec): Move to top level.
41819         (quotearg_n_options): Rewrite to avoid xmalloc.
41820         * lib/xalloc.h (xcharalloc): New function.
41821         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41822         [defined __cplusplus]: Add function template that provides result
41823         type propagation.  This part of the change is from Bruno Haible.
41824
41825 2006-10-29  Bruno Haible  <bruno@clisp.org>
41826
41827         Make it compile in C++ mode.
41828         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41829         * lib/strnlen1.c (strnlen1): Cast memchr result.
41830         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41831         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41832         (create_temp_dir): Rename local variable 'template'.
41833         (compile_csharp_using_sscli): Add cast.
41834         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41835         * lib/findprog.c (find_in_path): Likewise.
41836         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41837         * lib/wait-process.c (register_slave_subprocess): Likewise.
41838
41839 2006-10-22  Bruno Haible  <bruno@clisp.org>
41840
41841         * modules/tsearch: New file.
41842         * lib/tsearch.h: New file.
41843         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41844         * m4/tsearch.m4: New file.
41845         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41846
41847 2006-10-29  Eric Blake  <ebb9@byu.net>
41848
41849         * lib/arcfour.c: Assume config.h.
41850         * lib/arctwo.c: Likewise.
41851         * lib/base64.c: Likewise.
41852         * lib/check-version.c: Likewise.
41853         * lib/crc.c: Likewise.
41854         * lib/des.c: Likewise.
41855         * lib/gc-gnulib.c: Likewise.
41856         * lib/gc-libgcrypt.c: Likewise.
41857         * lib/gc-pbkdf2-sha1.c: Likewise.
41858         * lib/getaddrinfo.c: Likewise.
41859         * lib/getdelim.c: Likewise.
41860         * lib/getline.c: Likewise.
41861         * lib/hmac-md5.c: Likewise.
41862         * lib/hmac-sha1.c: Likewise.
41863         * lib/iconvme.c: Likewise.
41864         * lib/md2.c: Likewise.
41865         * lib/md4.c: Likewise.
41866         * lib/memxor.c: Likewise.
41867         * lib/read-file.c: Likewise.
41868         * lib/readline.c: Likewise.
41869         * lib/rijndael-alg-fst.c: Likewise.
41870         * lib/rijndael-api-fst.c: Likewise.
41871         * lib/xgetdomainname.c: Likewise.
41872
41873 2006-10-28  Eric Blake  <ebb9@byu.net>
41874
41875         * lib/xstrndup.c: Assume config.h.
41876
41877 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41878
41879         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41880         stat-macros.h is now for our own macros, whereas stat_h is for
41881         macros in the <sys/stat.h> name space.
41882         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41883         (STAT_MACROS_H): Remove.
41884         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41885         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41886         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41887         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41888         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41889         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41890         Move these macros to ...
41891         * lib/stat_.h: here.  Don't include stat-macros.h.
41892         * lib/canonicalize.c: Don't include stat-macros.h.
41893         * lib/chown.c: Likewise.
41894         * lib/euidaccess.c: Likewise.
41895         * lib/file-type.c: Likewise.
41896         * lib/filemode.c: Likewise.
41897         * lib/glob.c: Likewise.
41898         * lib/isapipe.c: Likewise.
41899         * lib/lchown.c: Likewise.
41900         * lib/lstat.c: Likewise.
41901         * lib/mkdir-p.c: Likewise.
41902         * lib/rmdir.c: Likewise.
41903         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41904         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41905         unless mkdir isn't declared, to speed up 'configure'.
41906         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41907         would define all the S_* symbols.
41908         * modules/canonicalize (Depends-on):
41909         Depend on sys_stat, not stat-macros.
41910         * modules/chown: Likewise.
41911         * modules/euidaccess: Likewise.
41912         * modules/filemode: Likewise.
41913         * modules/file-type: Likewise.
41914         * modules/glob: Likewise.
41915         * modules/isapipe: Likewise.
41916         * modules/lchown: Likewise.
41917         * modules/lstat: Likewise.
41918         * modules/mkancesdirs: Likewise.
41919         * modules/rmdir: Likewise.
41920         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41921         * modules/modechange: Likewise.
41922         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41923         (configure.ac): Remove gl_STAT_MACROS.
41924         * modules/sys_stat (Depends-on): Remove stat-macros.
41925
41926 2006-10-27  Bruno Haible  <bruno@clisp.org>
41927
41928         * m4/signed.m4: Remove file.
41929         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41930         invocation.
41931         * modules/vasnprintf (Files): Remove m4/signed.m4.
41932
41933 2006-10-27  Bruno Haible  <bruno@clisp.org>
41934
41935         Update to GNU gettext 0.16.
41936         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41937         m4/inttypes-h.m4, m4/signed.m4.
41938         * m4/gettext.m4: Update to GNU gettext 0.16.
41939         * m4/intl.m4: New file, from GNU gettext.
41940         * m4/intldir.m4: New file, from GNU gettext.
41941         * config/srclist.txt: Update
41942
41943 2006-10-27  Eric Blake  <ebb9@byu.net>
41944
41945         * MODULES.html.sh: Document tempname.
41946         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41947         dependencies.
41948         (Files): Move lib/tempname.c...
41949         * modules/tempname: ...to this new module.
41950         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41951         (gl_PREREQ_TEMPNAME): Move...
41952         * m4/tempname.m4: ...to this new file.
41953         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41954         * modules/sys_stat (Depends-on): Add stat-macros.
41955         * lib/stat_.h (includes): Pick up stat macros.
41956         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41957         if stat macros are broken.
41958         * lib/tempname.c (includes): No need to include "stat-macros.h".
41959         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41960         (direxists, __path_search) [!_LIBC]: Don't compile these in
41961         gnulib; the tmpdir module covers that.
41962         * lib/tempname.h: New file.
41963
41964 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41965
41966         * COPYING: Explain how gnulib-tool converts licence headers.
41967         Almost all wording by Eric Blake.
41968
41969 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41970
41971         * lib/mbchar.h (is_basic_table): Make read-only.
41972         * lib/mbchar.c (is_basic_table): Likewise.
41973         Reported by John Darrington.
41974
41975 2006-10-25  Bruno Haible  <bruno@clisp.org>
41976
41977         * lib/progname.h (set_program_name): Undefine before defining.
41978
41979 2006-10-25  Bruno Haible  <bruno@clisp.org>
41980
41981         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41982         false for non-gcc C++ compilers.
41983         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41984
41985 2006-10-24  Bruno Haible  <bruno@clisp.org>
41986
41987         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41988         iconv implementations like Irix iconv.
41989
41990 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41991
41992         * modules/vararrays: New file.
41993         * m4/vararrays.m4: New file, taken from diffutils.
41994         * MODULES.html.sh: New module vararrays.
41995
41996 2006-10-24  Karl Berry  <karl@gnu.org>
41997
41998         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41999         Don't call GNU Unix.
42000
42001 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42002
42003         * users.txt: Add Libtool.
42004
42005         Sync from Libtool:
42006
42007         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42008
42009         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42010         to gnulib's policy of including config.h unconditionally.
42011
42012 2006-10-24  Bruno Haible  <bruno@clisp.org>
42013
42014         * modules/wcwidth (Files): Add m4/wint_t.m4.
42015         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42016         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42017
42018 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42019
42020         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42021         to pacify GCC with some -W flags enabled.  Problem reported by
42022         Bruno Haible.
42023
42024 2006-10-24  Jim Meyering  <jim@meyering.net>
42025
42026         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42027         Reported by Karl Berry.
42028
42029 2006-10-23  Bruno Haible  <bruno@clisp.org>
42030
42031         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42032
42033 2006-10-24  Bruno Haible  <bruno@clisp.org>
42034
42035         * lib/gl_list.h: Use C comment style, not C++ comment style.
42036
42037 2006-10-23  Eric Blake  <ebb9@byu.net>
42038
42039         * lib/getaddrinfo.c (includes): Add missing include.
42040
42041 2006-10-23  Bruno Haible  <bruno@clisp.org>
42042             Paul Eggert  <eggert@cs.ucla.edu>
42043
42044         Ability to rename obstack_free.
42045         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42046         obstack_free.
42047         (obstack_free): Invoke the __obstack_free macro.
42048         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42049
42050 2006-10-23  Bruno Haible  <bruno@clisp.org>
42051             Paul Eggert  <eggert@cs.ucla.edu>
42052
42053         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42054         __argc, __argv from the declaration. (They are defined as macros on
42055         mingw.)
42056
42057 2006-10-22  Bruno Haible  <bruno@clisp.org>
42058
42059         * doc/gnulib-intro.texi: New file.
42060         * doc/gnulib.texi: Include it.
42061
42062 2006-10-21  Bruno Haible  <bruno@clisp.org>
42063
42064         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42065         "Introduction", "Miscellanous Notes", "Particular Modules".
42066
42067 2006-10-21  Bruno Haible  <bruno@clisp.org>
42068
42069         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42070         Change mostlyclean-local rule to avoid sh syntax error from bash
42071         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42072
42073 2006-10-23  Jim Meyering  <jim@meyering.net>
42074
42075         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42076         in place of snprintf.
42077
42078         * modules/inttostr (Files): Add lib/uinttostr.c.
42079         * lib/uinttostr.c (inttostr): New file/function.
42080         * lib/inttostr.h (uinttostr): Declare.
42081         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42082         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42083         Add uinttostr.
42084         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42085
42086 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42087
42088         * lib/canonicalize.c (ELOOP): Define if not already defined.
42089         Problem reported by Bruno Haible in
42090         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42091
42092 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42093
42094         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42095         Problem reported by Perry Smith and Ville Laurikari.
42096
42097         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42098         uses.
42099
42100 2006-10-19  Bruno Haible  <bruno@clisp.org>
42101
42102         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42103         for mingw.
42104
42105 2006-10-19  Bruno Haible  <bruno@clisp.org>
42106
42107         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42108         Needed for mingw.
42109
42110 2006-10-19  Bruno Haible  <bruno@clisp.org>
42111
42112         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42113
42114 2006-10-19  Bruno Haible  <bruno@clisp.org>
42115
42116         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42117         it.
42118
42119 2006-10-19  Bruno Haible  <bruno@clisp.org>
42120
42121         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42122         invocation.
42123
42124 2006-10-19  Bruno Haible  <bruno@clisp.org>
42125
42126         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42127         mountlist by default.
42128
42129 2006-10-16  Bruno Haible  <bruno@clisp.org>
42130
42131         * lib/c-strstr.c: Include c-strstr.h.
42132
42133 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42134
42135         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42136         in a slash.
42137
42138 2006-10-18  Bruno Haible  <bruno@clisp.org>
42139
42140         * lib/lock.h [C++]: Wrap definitions in extern "C".
42141
42142 2006-10-18  Bruno Haible  <bruno@clisp.org>
42143
42144         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42145         gl_LIBOBJS list.
42146
42147 2006-10-18  Bruno Haible  <bruno@clisp.org>
42148
42149         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42150
42151 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42152
42153         * lib/xstrtol.h: Include gettext.h.
42154         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42155         Problem reported by Eric Blake.
42156         * modules/xstrtol (Depends-on): Add gettext-h.
42157
42158 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42159
42160         * lib/strftime.c (advance): New macro.
42161         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42162         incomplete type, so you can't add 0 to it.  Problem and patch
42163         reported by Eelco Dolstra for dietlibc.
42164
42165 2006-10-18  Jim Meyering  <jim@meyering.net>
42166
42167         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42168         type for a local, and rename it: s/up/user_proc/.
42169
42170 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42171
42172         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42173         READ_UTMP_USER_PROCESS.
42174         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42175
42176 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42177
42178         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42179         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42180
42181 2006-10-17  Eric Blake  <ebb9@byu.net>
42182
42183         * lib/sigprocmask.c (sigprocmask): Fix typo.
42184
42185         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42186
42187         * modules/clean-temp (Makefile.am): Don't add to make output...
42188         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42189         config.h.
42190
42191 2006-10-17  Bruno Haible  <bruno@clisp.org>
42192
42193         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42194         differently if DEFAULT_TEXT_DOMAIN is set.
42195
42196 2006-10-16  Bruno Haible  <bruno@clisp.org>
42197
42198         * lib/clean-temp.c: Include fwriteerror.h.
42199
42200 2006-10-16  Bruno Haible  <bruno@clisp.org>
42201
42202         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42203
42204 2006-10-16  Bruno Haible  <bruno@clisp.org>
42205
42206         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42207         * lib/sigprocmask.h: Include <sys/types.h>.
42208         (sigset_t): Use the system's definition if present.
42209
42210 2006-10-17  Eric Blake  <ebb9@byu.net>
42211
42212         * lib/xvasprintf.c (includes): Assume config.h.
42213         * lib/xasprintf.c (includes): Likewise.
42214
42215 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42216
42217         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42218         at least as wide as intmax_t.
42219
42220 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42221
42222         (Imported from Automake.)
42223         * build-aux/gnupload: Update to version 1.1 of directive file.
42224
42225 2006-10-16  Eric Blake  <ebb9@byu.net>
42226
42227         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42228         match Automake 1.10a.
42229
42230 2006-10-14  Bruno Haible  <bruno@clisp.org>
42231
42232         * modules/sigprocmask: New file.
42233         * lib/sigprocmask.h: New file.
42234         * lib/sigprocmask.c: New file.
42235         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42236         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42237         request sigprocmask.o.
42238         (gl_PREREQ_SIGPROCMASK): New macro.
42239         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42240         (Depends-on): Add sigprocmask.
42241         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42242         gt_SIGNALBLOCKING. Test for 'raise' only once.
42243         * lib/fatal-signal.c: Include sigprocmask.h.
42244         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42245         unblock_fatal_signals): Define always.
42246         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42247         sigprocmask.
42248
42249 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42250
42251         Sync from Automake.
42252         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42253         which incorrectly sets the mode of an existing destination
42254         directory.  In some cases the unpatched install-sh could do the
42255         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42256         system.  We hope this is rare in practice, but it's clearly worth
42257         fixing.  Problem reported by Alex Unleashed in
42258         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42259         Also, don't bother to check for -m bugs unless we're using -m;
42260         suggested by Stepan Kasal.
42261
42262 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42263
42264         Sync from Automake.
42265         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42266         `-c' flag, so they appear at the same position as in %FASTDEP%
42267         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42268         which ignores unknown options only after the first non-option.
42269         Bug report against M4 by Nelson H. F. Beebe.
42270
42271 2006-10-13  Jim Meyering  <jim@meyering.net>
42272
42273         Fix a bug in yesterday's change.
42274         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42275         p->fts_statp->st_dev would be used uninitialized.
42276         Ensures that we always call fts_stat on the very first entry.
42277         Miklos Szeredi reported that find -xdev stopped working.
42278
42279 2006-10-12  Bruno Haible  <bruno@clisp.org>
42280
42281         * gnulib-tool (func_get_automake_snippet): Append an automatically
42282         computed EXTRA_DIST augmentation.
42283         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42284         * modules/alloca-opt (Makefile.am): Likewise.
42285         * modules/allocsa (Makefile.am): Likewise.
42286         * modules/arcfour (Makefile.am): Likewise.
42287         * modules/arctwo (Makefile.am): Likewise.
42288         * modules/argmatch (Makefile.am): Likewise.
42289         * modules/argz (Makefile.am): Likewise.
42290         * modules/atexit (Makefile.am): Likewise.
42291         * modules/backupfile (Makefile.am): Likewise.
42292         * modules/byteswap (Makefile.am): Likewise.
42293         * modules/c-strtod (Makefile.am): Likewise.
42294         * modules/c-strtold (Makefile.am): Likewise.
42295         * modules/calloc (Makefile.am): Likewise.
42296         * modules/canon-host (Makefile.am): Likewise.
42297         * modules/canonicalize (Makefile.am): Likewise.
42298         * modules/chdir-long (Makefile.am): Likewise.
42299         * modules/chdir-safer (Makefile.am): Likewise.
42300         * modules/check-version (Makefile.am): Likewise.
42301         * modules/chown (Makefile.am): Likewise.
42302         * modules/cloexec (Makefile.am): Likewise.
42303         * modules/close-stream (Makefile.am): Likewise.
42304         * modules/closeout (Makefile.am): Likewise.
42305         * modules/crc (Makefile.am): Likewise.
42306         * modules/csharpexec (Makefile.am): Likewise.
42307         * modules/cycle-check (Makefile.am): Likewise.
42308         * modules/des (Makefile.am): Likewise.
42309         * modules/dev-ino (Makefile.am): Likewise.
42310         * modules/dirfd (Makefile.am): Likewise.
42311         * modules/dirname (Makefile.am): Likewise.
42312         * modules/dup2 (Makefile.am): Likewise.
42313         * modules/eealloc (Makefile.am): Likewise.
42314         * modules/error (Makefile.am): Likewise.
42315         * modules/euidaccess (Makefile.am): Likewise.
42316         * modules/exclude (Makefile.am): Likewise.
42317         * modules/exitfail (Makefile.am): Likewise.
42318         * modules/fcntl-safer (Makefile.am): Likewise.
42319         * modules/fcntl (Makefile.am): Likewise.
42320         * modules/file-type (Makefile.am): Likewise.
42321         * modules/fileblocks (Makefile.am): Likewise.
42322         * modules/filemode (Makefile.am): Likewise.
42323         * modules/filenamecat (Makefile.am): Likewise.
42324         * modules/fnmatch (Makefile.am): Likewise.
42325         * modules/fopen-safer (Makefile.am): Likewise.
42326         * modules/fpending (Makefile.am): Likewise.
42327         * modules/fprintftime (Makefile.am): Likewise.
42328         * modules/free (Makefile.am): Likewise.
42329         * modules/fsusage (Makefile.am): Likewise.
42330         * modules/ftruncate (Makefile.am): Likewise.
42331         * modules/fts (Makefile.am): Likewise.
42332         * modules/gc-arcfour (Makefile.am): Likewise.
42333         * modules/gc-des (Makefile.am): Likewise.
42334         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42335         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42336         * modules/gc-md4 (Makefile.am): Likewise.
42337         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42338         * modules/gc-sha1 (Makefile.am): Likewise.
42339         * modules/gc (Makefile.am): Likewise.
42340         * modules/getaddrinfo (Makefile.am): Likewise.
42341         * modules/getcwd (Makefile.am): Likewise.
42342         * modules/getdelim (Makefile.am): Likewise.
42343         * modules/getdomainname (Makefile.am): Likewise.
42344         * modules/getgroups (Makefile.am): Likewise.
42345         * modules/gethostname (Makefile.am): Likewise.
42346         * modules/gethrxtime (Makefile.am): Likewise.
42347         * modules/getline (Makefile.am): Likewise.
42348         * modules/getloadavg (Makefile.am): Likewise.
42349         * modules/getlogin_r (Makefile.am): Likewise.
42350         * modules/getndelim2 (Makefile.am): Likewise.
42351         * modules/getopt (Makefile.am): Likewise.
42352         * modules/getpagesize (Makefile.am): Likewise.
42353         * modules/getpass-gnu (Makefile.am): Likewise.
42354         * modules/getpass (Makefile.am): Likewise.
42355         * modules/getsubopt (Makefile.am): Likewise.
42356         * modules/gettime (Makefile.am): Likewise.
42357         * modules/gettimeofday (Makefile.am): Likewise.
42358         * modules/getugroups (Makefile.am): Likewise.
42359         * modules/getusershell (Makefile.am): Likewise.
42360         * modules/glob (Makefile.am): Likewise.
42361         * modules/group-member (Makefile.am): Likewise.
42362         * modules/hard-locale (Makefile.am): Likewise.
42363         * modules/hash (Makefile.am): Likewise.
42364         * modules/hmac-md5 (Makefile.am): Likewise.
42365         * modules/hmac-sha1 (Makefile.am): Likewise.
42366         * modules/human (Makefile.am): Likewise.
42367         * modules/idcache (Makefile.am): Likewise.
42368         * modules/imaxabs (Makefile.am): Likewise.
42369         * modules/imaxdiv (Makefile.am): Likewise.
42370         * modules/inet_ntop (Makefile.am): Likewise.
42371         * modules/inet_pton (Makefile.am): Likewise.
42372         * modules/intprops (Makefile.am): Likewise.
42373         * modules/inttostr (Makefile.am): Likewise.
42374         * modules/inttypes (Makefile.am): Likewise.
42375         * modules/isapipe (Makefile.am): Likewise.
42376         * modules/javaversion (Makefile.am): Likewise.
42377         * modules/lchmod (Makefile.am): Likewise.
42378         * modules/lchown (Makefile.am): Likewise.
42379         * modules/localcharset (Makefile.am): Likewise.
42380         * modules/long-options (Makefile.am): Likewise.
42381         * modules/lstat (Makefile.am): Likewise.
42382         * modules/malloc (Makefile.am): Likewise.
42383         * modules/mathl (Makefile.am): Likewise.
42384         * modules/mbchar (Makefile.am): Likewise.
42385         * modules/md2 (Makefile.am): Likewise.
42386         * modules/md4 (Makefile.am): Likewise.
42387         * modules/md5 (Makefile.am): Likewise.
42388         * modules/memcasecmp (Makefile.am): Likewise.
42389         * modules/memchr (Makefile.am): Likewise.
42390         * modules/memcmp (Makefile.am): Likewise.
42391         * modules/memcoll (Makefile.am): Likewise.
42392         * modules/memcpy (Makefile.am): Likewise.
42393         * modules/memmem (Makefile.am): Likewise.
42394         * modules/memmove (Makefile.am): Likewise.
42395         * modules/mempcpy (Makefile.am): Likewise.
42396         * modules/memrchr (Makefile.am): Likewise.
42397         * modules/memset (Makefile.am): Likewise.
42398         * modules/memxor (Makefile.am): Likewise.
42399         * modules/mkancesdirs (Makefile.am): Likewise.
42400         * modules/mkdir-p (Makefile.am): Likewise.
42401         * modules/mkdir (Makefile.am): Likewise.
42402         * modules/mkdtemp (Makefile.am): Likewise.
42403         * modules/mkstemp (Makefile.am): Likewise.
42404         * modules/mktime (Makefile.am): Likewise.
42405         * modules/modechange (Makefile.am): Likewise.
42406         * modules/mountlist (Makefile.am): Likewise.
42407         * modules/nanosleep (Makefile.am): Likewise.
42408         * modules/obstack (Makefile.am): Likewise.
42409         * modules/openat (Makefile.am): Likewise.
42410         * modules/pagealign_alloc (Makefile.am): Likewise.
42411         * modules/pathmax (Makefile.am): Likewise.
42412         * modules/physmem (Makefile.am): Likewise.
42413         * modules/poll (Makefile.am): Likewise.
42414         * modules/posixtm (Makefile.am): Likewise.
42415         * modules/posixver (Makefile.am): Likewise.
42416         * modules/putenv (Makefile.am): Likewise.
42417         * modules/quote (Makefile.am): Likewise.
42418         * modules/quotearg (Makefile.am): Likewise.
42419         * modules/raise (Makefile.am): Likewise.
42420         * modules/read-file (Makefile.am): Likewise.
42421         * modules/readline (Makefile.am): Likewise.
42422         * modules/readlink (Makefile.am): Likewise.
42423         * modules/readtokens (Makefile.am): Likewise.
42424         * modules/readutmp (Makefile.am): Likewise.
42425         * modules/realloc (Makefile.am): Likewise.
42426         * modules/regex (Makefile.am): Likewise.
42427         * modules/rename-dest-slash (Makefile.am): Likewise.
42428         * modules/rename (Makefile.am): Likewise.
42429         * modules/rijndael (Makefile.am): Likewise.
42430         * modules/rmdir (Makefile.am): Likewise.
42431         * modules/rpmatch (Makefile.am): Likewise.
42432         * modules/safe-read (Makefile.am): Likewise.
42433         * modules/safe-write (Makefile.am): Likewise.
42434         * modules/same-inode (Makefile.am): Likewise.
42435         * modules/same (Makefile.am): Likewise.
42436         * modules/save-cwd (Makefile.am): Likewise.
42437         * modules/savedir (Makefile.am): Likewise.
42438         * modules/setenv (Makefile.am): Likewise.
42439         * modules/settime (Makefile.am): Likewise.
42440         * modules/sha1 (Makefile.am): Likewise.
42441         * modules/sig2str (Makefile.am): Likewise.
42442         * modules/snprintf (Makefile.am): Likewise.
42443         * modules/stat-macros (Makefile.am): Likewise.
42444         * modules/stat-time (Makefile.am): Likewise.
42445         * modules/stdbool (Makefile.am): Likewise.
42446         * modules/stdint (Makefile.am): Likewise.
42447         * modules/stdlib-safer (Makefile.am): Likewise.
42448         * modules/stpcpy (Makefile.am): Likewise.
42449         * modules/stpncpy (Makefile.am): Likewise.
42450         * modules/strcase (Makefile.am): Likewise.
42451         * modules/strcasestr (Makefile.am): Likewise.
42452         * modules/strchrnul (Makefile.am): Likewise.
42453         * modules/strcspn (Makefile.am): Likewise.
42454         * modules/strdup (Makefile.am): Likewise.
42455         * modules/strerror (Makefile.am): Likewise.
42456         * modules/strftime (Makefile.am): Likewise.
42457         * modules/strndup (Makefile.am): Likewise.
42458         * modules/strnlen (Makefile.am): Likewise.
42459         * modules/strpbrk (Makefile.am): Likewise.
42460         * modules/strsep (Makefile.am): Likewise.
42461         * modules/strstr (Makefile.am): Likewise.
42462         * modules/strtod (Makefile.am): Likewise.
42463         * modules/strtoimax (Makefile.am): Likewise.
42464         * modules/strtok_r (Makefile.am): Likewise.
42465         * modules/strtol (Makefile.am): Likewise.
42466         * modules/strtoll (Makefile.am): Likewise.
42467         * modules/strtoul (Makefile.am): Likewise.
42468         * modules/strtoull (Makefile.am): Likewise.
42469         * modules/strtoumax (Makefile.am): Likewise.
42470         * modules/strverscmp (Makefile.am): Likewise.
42471         * modules/sys_socket (Makefile.am): Likewise.
42472         * modules/sys_stat (Makefile.am): Likewise.
42473         * modules/sysexits (Makefile.am): Likewise.
42474         * modules/time_r (Makefile.am): Likewise.
42475         * modules/timegm (Makefile.am): Likewise.
42476         * modules/timespec (Makefile.am): Likewise.
42477         * modules/tmpfile-safer (Makefile.am): Likewise.
42478         * modules/trim (Makefile.am): Likewise.
42479         * modules/unistd-safer (Makefile.am): Likewise.
42480         * modules/unlinkdir (Makefile.am): Likewise.
42481         * modules/unlocked-io (Makefile.am): Likewise.
42482         * modules/userspec (Makefile.am): Likewise.
42483         * modules/utime (Makefile.am): Likewise.
42484         * modules/utimecmp (Makefile.am): Likewise.
42485         * modules/utimens (Makefile.am): Likewise.
42486         * modules/vasnprintf (Makefile.am): Likewise.
42487         * modules/vasprintf (Makefile.am): Likewise.
42488         * modules/vsnprintf (Makefile.am): Likewise.
42489         * modules/xalloc (Makefile.am): Likewise.
42490         * modules/xgetcwd (Makefile.am): Likewise.
42491         * modules/xnanosleep (Makefile.am): Likewise.
42492         * modules/xreadlink (Makefile.am): Likewise.
42493         * modules/xstrtod (Makefile.am): Likewise.
42494         * modules/xstrtol (Makefile.am): Likewise.
42495         * modules/xstrtold (Makefile.am): Likewise.
42496         * modules/yesno (Makefile.am): Likewise.
42497         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42498
42499 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42500
42501         * modules/error (Makefile.am): Distribute files through
42502         EXTRA_DIST, not lib_SOURCES.
42503
42504 2006-10-12  Eric Blake  <ebb9@byu.net>
42505
42506         * modules/error (Makefile.am): Distribute files in /lib.
42507         * modules/obstack (Makefile.am): Likewise.
42508
42509 2006-10-12  Bruno Haible  <bruno@clisp.org>
42510
42511         * modules/acl (Makefile.am): Distribute all files in lib/ through
42512         EXTRA_DIST.
42513         * modules/arcfour (Makefile.am): Likewise.
42514         * modules/arctwo (Makefile.am): Likewise.
42515         * modules/argmatch (Makefile.am): Likewise.
42516         * modules/argz (Makefile.am): Likewise.
42517         * modules/atexit (Makefile.am): Likewise.
42518         * modules/backupfile (Makefile.am): Likewise.
42519         * modules/c-strtod (Makefile.am): Likewise.
42520         * modules/c-strtold (Makefile.am): Likewise.
42521         * modules/calloc (Makefile.am): Likewise.
42522         * modules/canon-host (Makefile.am): Likewise.
42523         * modules/canonicalize (Makefile.am): Likewise.
42524         * modules/chdir-long (Makefile.am): Likewise.
42525         * modules/chdir-safer (Makefile.am): Likewise.
42526         * modules/check-version (Makefile.am): Likewise.
42527         * modules/chown (Makefile.am): Likewise.
42528         * modules/cloexec (Makefile.am): Likewise.
42529         * modules/close-stream (Makefile.am): Likewise.
42530         * modules/closeout (Makefile.am): Likewise.
42531         * modules/crc (Makefile.am): Likewise.
42532         * modules/cycle-check (Makefile.am): Likewise.
42533         * modules/des (Makefile.am): Likewise.
42534         * modules/dirfd (Makefile.am): Likewise.
42535         * modules/dirname (Makefile.am): Likewise.
42536         * modules/dup2 (Makefile.am): Likewise.
42537         * modules/euidaccess (Makefile.am): Likewise.
42538         * modules/exclude (Makefile.am): Likewise.
42539         * modules/exitfail (Makefile.am): Likewise.
42540         * modules/fcntl-safer (Makefile.am): Likewise.
42541         * modules/file-type (Makefile.am): Likewise.
42542         * modules/fileblocks (Makefile.am): Likewise.
42543         * modules/filemode (Makefile.am): Likewise.
42544         * modules/filenamecat (Makefile.am): Likewise.
42545         * modules/fnmatch (Makefile.am): Likewise.
42546         * modules/fopen-safer (Makefile.am): Likewise.
42547         * modules/fpending (Makefile.am): Likewise.
42548         * modules/fprintftime (Makefile.am): Likewise.
42549         * modules/free (Makefile.am): Likewise.
42550         * modules/fsusage (Makefile.am): Likewise.
42551         * modules/ftruncate (Makefile.am): Likewise.
42552         * modules/fts (Makefile.am): Likewise.
42553         * modules/gc (Makefile.am): Likewise.
42554         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42555         * modules/getaddrinfo (Makefile.am): Likewise.
42556         * modules/getcwd (Makefile.am): Likewise.
42557         * modules/getdelim (Makefile.am): Likewise.
42558         * modules/getdomainname (Makefile.am): Likewise.
42559         * modules/getgroups (Makefile.am): Likewise.
42560         * modules/gethostname (Makefile.am): Likewise.
42561         * modules/gethrxtime (Makefile.am): Likewise.
42562         * modules/getline (Makefile.am): Likewise.
42563         * modules/getloadavg (Makefile.am): Likewise.
42564         * modules/getlogin_r (Makefile.am): Likewise.
42565         * modules/getopt (Makefile.am): Likewise.
42566         * modules/getpass (Makefile.am): Likewise.
42567         * modules/getpass-gnu (Makefile.am): Likewise.
42568         * modules/getsubopt (Makefile.am): Likewise.
42569         * modules/gettime (Makefile.am): Likewise.
42570         * modules/gettimeofday (Makefile.am): Likewise.
42571         * modules/getugroups (Makefile.am): Likewise.
42572         * modules/getusershell (Makefile.am): Likewise.
42573         * modules/glob (Makefile.am): Likewise.
42574         * modules/group-member (Makefile.am): Likewise.
42575         * modules/hard-locale (Makefile.am): Likewise.
42576         * modules/hash (Makefile.am): Likewise.
42577         * modules/hmac-md5 (Makefile.am): Likewise.
42578         * modules/hmac-sha1 (Makefile.am): Likewise.
42579         * modules/human (Makefile.am): Likewise.
42580         * modules/idcache (Makefile.am): Likewise.
42581         * modules/imaxabs (Makefile.am): Likewise.
42582         * modules/imaxdiv (Makefile.am): Likewise.
42583         * modules/inet_ntop (Makefile.am): Likewise.
42584         * modules/inet_pton (Makefile.am): Likewise.
42585         * modules/inttostr (Makefile.am): Likewise.
42586         * modules/isapipe (Makefile.am): Likewise.
42587         * modules/lchown (Makefile.am): Likewise.
42588         * modules/long-options (Makefile.am): Likewise.
42589         * modules/lstat (Makefile.am): Likewise.
42590         * modules/malloc (Makefile.am): Likewise.
42591         * modules/mathl (Makefile.am): Likewise.
42592         * modules/mbchar (Makefile.am): Likewise.
42593         * modules/md2 (Makefile.am): Likewise.
42594         * modules/md4 (Makefile.am): Likewise.
42595         * modules/md5 (Makefile.am): Likewise.
42596         * modules/memcasecmp (Makefile.am): Likewise.
42597         * modules/memchr (Makefile.am): Likewise.
42598         * modules/memcmp (Makefile.am): Likewise.
42599         * modules/memcoll (Makefile.am): Likewise.
42600         * modules/memcpy (Makefile.am): Likewise.
42601         * modules/memmem (Makefile.am): Likewise.
42602         * modules/memmove (Makefile.am): Likewise.
42603         * modules/mempcpy (Makefile.am): Likewise.
42604         * modules/memrchr (Makefile.am): Likewise.
42605         * modules/memset (Makefile.am): Likewise.
42606         * modules/memxor (Makefile.am): Likewise.
42607         * modules/mkancesdirs (Makefile.am): Likewise.
42608         * modules/mkdir (Makefile.am): Likewise.
42609         * modules/mkdir-p (Makefile.am): Likewise.
42610         * modules/mkdtemp (Makefile.am): Likewise.
42611         * modules/mkstemp (Makefile.am): Likewise.
42612         * modules/mktime (Makefile.am): Likewise.
42613         * modules/modechange (Makefile.am): Likewise.
42614         * modules/mountlist (Makefile.am): Likewise.
42615         * modules/nanosleep (Makefile.am): Likewise.
42616         * modules/openat (Makefile.am): Likewise.
42617         * modules/pagealign_alloc (Makefile.am): Likewise.
42618         * modules/physmem (Makefile.am): Likewise.
42619         * modules/poll (Makefile.am): Likewise.
42620         * modules/posixtm (Makefile.am): Likewise.
42621         * modules/posixver (Makefile.am): Likewise.
42622         * modules/putenv (Makefile.am): Likewise.
42623         * modules/quote (Makefile.am): Likewise.
42624         * modules/quotearg (Makefile.am): Likewise.
42625         * modules/raise (Makefile.am): Likewise.
42626         * modules/read-file (Makefile.am): Likewise.
42627         * modules/readline (Makefile.am): Likewise.
42628         * modules/readlink (Makefile.am): Likewise.
42629         * modules/readtokens (Makefile.am): Likewise.
42630         * modules/readutmp (Makefile.am): Likewise.
42631         * modules/realloc (Makefile.am): Likewise.
42632         * modules/regex (Makefile.am): Likewise.
42633         * modules/rename (Makefile.am): Likewise.
42634         * modules/rename-dest-slash (Makefile.am): Likewise.
42635         * modules/rijndael (Makefile.am): Likewise.
42636         * modules/rmdir (Makefile.am): Likewise.
42637         * modules/rpmatch (Makefile.am): Likewise.
42638         * modules/safe-read (Makefile.am): Likewise.
42639         * modules/safe-write (Makefile.am): Likewise.
42640         * modules/same (Makefile.am): Likewise.
42641         * modules/save-cwd (Makefile.am): Likewise.
42642         * modules/savedir (Makefile.am): Likewise.
42643         * modules/setenv (Makefile.am): Likewise.
42644         * modules/settime (Makefile.am): Likewise.
42645         * modules/sha1 (Makefile.am): Likewise.
42646         * modules/sig2str (Makefile.am): Likewise.
42647         * modules/snprintf (Makefile.am): Likewise.
42648         * modules/stdlib-safer (Makefile.am): Likewise.
42649         * modules/stpcpy (Makefile.am): Likewise.
42650         * modules/stpncpy (Makefile.am): Likewise.
42651         * modules/strcase (Makefile.am): Likewise.
42652         * modules/strcasestr (Makefile.am): Likewise.
42653         * modules/strchrnul (Makefile.am): Likewise.
42654         * modules/strcspn (Makefile.am): Likewise.
42655         * modules/strdup (Makefile.am): Likewise.
42656         * modules/strerror (Makefile.am): Likewise.
42657         * modules/strftime (Makefile.am): Likewise.
42658         * modules/strndup (Makefile.am): Likewise.
42659         * modules/strnlen (Makefile.am): Likewise.
42660         * modules/strpbrk (Makefile.am): Likewise.
42661         * modules/strsep (Makefile.am): Likewise.
42662         * modules/strstr (Makefile.am): Likewise.
42663         * modules/strtod (Makefile.am): Likewise.
42664         * modules/strtoimax (Makefile.am): Likewise.
42665         * modules/strtok_r (Makefile.am): Likewise.
42666         * modules/strtol (Makefile.am): Likewise.
42667         * modules/strtoll (Makefile.am): Likewise.
42668         * modules/strtoul (Makefile.am): Likewise.
42669         * modules/strtoull (Makefile.am): Likewise.
42670         * modules/strtoumax (Makefile.am): Likewise.
42671         * modules/strverscmp (Makefile.am): Likewise.
42672         * modules/time_r (Makefile.am): Likewise.
42673         * modules/timegm (Makefile.am): Likewise.
42674         * modules/tmpfile-safer (Makefile.am): Likewise.
42675         * modules/unistd-safer (Makefile.am): Likewise.
42676         * modules/unlinkdir (Makefile.am): Likewise.
42677         * modules/userspec (Makefile.am): Likewise.
42678         * modules/utime (Makefile.am): Likewise.
42679         * modules/utimecmp (Makefile.am): Likewise.
42680         * modules/utimens (Makefile.am): Likewise.
42681         * modules/vasnprintf (Makefile.am): Likewise.
42682         * modules/vasprintf (Makefile.am): Likewise.
42683         * modules/vsnprintf (Makefile.am): Likewise.
42684         * modules/xalloc (Makefile.am): Likewise.
42685         * modules/xgetcwd (Makefile.am): Likewise.
42686         * modules/xnanosleep (Makefile.am): Likewise.
42687         * modules/xreadlink (Makefile.am): Likewise.
42688         * modules/xstrtod (Makefile.am): Likewise.
42689         * modules/xstrtol (Makefile.am): Likewise.
42690         * modules/xstrtold (Makefile.am): Likewise.
42691         * modules/yesno (Makefile.am): Likewise.
42692
42693 2006-10-12  Jim Meyering  <jim@meyering.net>
42694
42695         * m4/getloadavg.m4: Revert the change below.
42696
42697         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42698         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42699         fail with a symlink, which is what coreutils' ./bootstrap now
42700         creates by default.
42701
42702 2006-10-12  Bruno Haible  <bruno@clisp.org>
42703
42704         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42705         mingw.
42706         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42707         MSVC and mingw explicitly.
42708
42709 2006-10-11  Simon Josefsson  <jas@extundo.com>
42710             Bruno Haible  <bruno@clisp.org>
42711
42712         Add support for multiple gnulib-tool invocations in the scope of a
42713         single configure.ac file.
42714         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42715         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42716         with the same contents as the _LIBADD variable.
42717         (func_emit_initmacro_start, func_emit_initmacro_end,
42718         func_emit_initmacro_done): New functions.
42719         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42720         gl_LIBOBJS and gl_LTLIBOBJS.
42721
42722 2006-10-11  Bruno Haible  <bruno@clisp.org>
42723
42724         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42725         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42726         autoreconf. Instead, invoke autopoint explicitly but move back the
42727         *.m4 files from gnulib.
42728
42729 2006-10-11  Bruno Haible  <bruno@clisp.org>
42730
42731         * gnulib-tool (func_usage): Make module names after --create-testdir
42732         optional.
42733         (func_create_testdir): If no module was specified, use nearly all
42734         modules.
42735
42736 2006-10-12  Jim Meyering  <jim@meyering.net>
42737
42738         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42739         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42740         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42741         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42742         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42743         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42744         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42745         (fts_set_stat_required): New function.
42746         (fts_open): Defer the calls to fts_stat, if possible or requested.
42747         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42748         into fts_stat itself.
42749         (fts_read): Perform any required (deferred) fts_stat call.
42750         (fts_build): Likewise, for the directory we're about to open and read.
42751         In the readdir loop, carefully decide whether each entry will require
42752         an eventual call to fts_stat, using dirent.d_type info if available.
42753         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42754         a command line argument into this function.  Update all callers.
42755         Map a return value of FTS_DOT to FTS_D for a command line argument.
42756         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42757         Thanks to Miklos Szeredi for his tenacity and for the initial
42758         bug report about "find" failing on a FUSE-based file system.
42759
42760         * lib/fts.c (fts_open): Use consistent indentation.
42761
42762 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42763
42764         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42765         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42766         reported by Jim Meyering.  All uses of cache variables renamed
42767         to match Autoconf's.
42768         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42769         the other one.
42770
42771         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42772         Fix misspelling in diagnostic.
42773
42774 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42775
42776         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42777         defined.  Problem reported by Matthew Woehlke.
42778
42779         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42780         Add support for Tandem NonStop R series.
42781         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42782         Use new macro.
42783
42784         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42785         (has_trailing_slash): Omit size arg; all callers changed.
42786         Omit 'inline', since it doesn't help performance and we'd
42787         need to configure it.
42788         Don't count //, ///, etc. as having a trailing slash.
42789         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42790         (rpl_rename_dest_slash): On failure, use rename's errno rather
42791         than (in some cases) an incorrect or junk errno.
42792         Simplify code by removing need to compute length; this does
42793         cause it to make two passes instead of one over the file name,
42794         but it's worth it.
42795
42796         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42797         change, since Autoconf's version may no longer be appropriate now
42798         that we are using CVS Autoconf's version.  Add support for Tandem.
42799
42800 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42801             Bruno Haible  <bruno@clisp.org>
42802
42803         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42804         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42805         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42806         gl_AC_TYPE_LONG_LONG.
42807
42808         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42809         instead of HAVE_LONG_LONG.
42810         * lib/printf-args.c (printf_fetchargs): Likewise.
42811         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42812         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42813         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42814         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42815         gl_AC_TYPE_LONG_LONG.
42816
42817 2006-10-11  Bruno Haible  <bruno@clisp.org>
42818
42819         * m4/longlong.m4: Add comments.
42820         * m4/ulonglong.m4: Likewise.
42821
42822 2006-10-10  Bruno Haible  <bruno@clisp.org>
42823
42824         Make it possible to #define stpcpy, strdup to aliases.
42825         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42826         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42827
42828 2006-10-10  Bruno Haible  <bruno@clisp.org>
42829
42830         Make it possible to #define gcd to an alias.
42831         * lib/gcd.c: Include config.h.
42832
42833 2006-10-10  Bruno Haible  <bruno@clisp.org>
42834
42835         Make it possible to #define c_isascii to an alias.
42836         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42837         defined. Undefine the macros before defining them, to avoid gcc
42838         warnings.
42839         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42840         define NO_C_CTYPE_MACROS early.
42841
42842 2006-10-10  Bruno Haible  <bruno@clisp.org>
42843
42844         Make it possible to #define set_program_name to an alias.
42845         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42846         ENABLE_RELOCATABLE early.
42847
42848 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42849
42850         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42851         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42852         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42853         More generally, don't assume that 64-bit signed int is available
42854         if unsigned int is, and vice versa.
42855         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42856         unsigned symbols, not on their signed counterparts.
42857         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42858         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42859         (UINT64_C, UINTMAX_C):
42860         Likewise.
42861         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42862         unsigned counterparts.
42863         (Have_long_long, Unsigned): New macros.
42864         (Int): Renamed from INT.
42865         (strtoimax): Use the new macros.
42866         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42867         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42868         * modules/inttypes (inttypes.h): Substitute
42869         HAVE_UNSIGNED_LONG_LONG_INT.
42870         * modules/stdint (stdint.h): Likewise.
42871         (Files): Add m4/ulonglong.m4.
42872
42873 2006-10-10  Bruno Haible  <bruno@clisp.org>
42874
42875         Fix a gcc -Wshadow warning.
42876         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42877         to 'bucket'.
42878         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42879         gl_linked_indexof_from_to): Likewise.
42880         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42881         Likewise.
42882         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42883         Likewise.
42884         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42885         Reported by Eric Blake.
42886
42887 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42888
42889         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42890         for NetBSD.  Problem reported by Bruno Haible.
42891
42892 2006-10-09  Jim Meyering  <jim@meyering.net>
42893
42894         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42895         Patch from Bruno Haible.
42896
42897 2006-10-09  Jim Meyering  <jim@meyering.net>
42898
42899         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42900         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42901         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42902
42903 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42904
42905         Don't include <config.h> twice; this doesn't work in some cases,
42906         e.g., when config.h has "#define intmax_t long long int" and
42907         we include <config.h>, <inttypes.h>, <config.h> in that order.
42908         Problem reported by Matthew Woehlke in:
42909         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42910         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42911         * lib/fts-cycle.c: Don't include config.h.
42912         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42913         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42914         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42915         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42916         inttypes.h.
42917         * lib/xstrtoumax.c: Likewise.
42918         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42919         __strtol and the like, so that this module is more like its siblings.
42920         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42921         Remove; no longer needed now that we assume gnulib inttypes.h.
42922
42923 2006-10-08  Bruno Haible  <bruno@clisp.org>
42924
42925         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42926         option.
42927
42928 2006-10-07  Jim Meyering  <jim@meyering.net>
42929
42930         * modules/inttypes (inttypes.h): Revert what seems to have been
42931         an inadvertent part of today's change: use "|", not "/" in the
42932         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42933
42934 2006-10-07  Bruno Haible  <bruno@clisp.org>
42935
42936         * modules/sublist: New file.
42937
42938 2006-10-07  Bruno Haible  <bruno@clisp.org>
42939
42940         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42941         * modules/argz (argz.h): Likewise.
42942         * modules/arpa_inet (arpa/inet.h): Likewise.
42943         * modules/byteswap (byteswap.h): Likewise.
42944         * modules/configmake (configmake.h): Likewise.
42945         * modules/fcntl (fcntl.h): Likewise.
42946         * modules/fnmatch (fnmatch.h): Likewise.
42947         * modules/getopt (getopt.h): Likewise.
42948         * modules/glob (glob.h): Likewise.
42949         * modules/inttypes (inttypes.h): Likewise.
42950         * modules/netinet_in (netinet/in.h): Likewise.
42951         * modules/poll (poll.h): Likewise.
42952         * modules/stdbool (stdbool.h): Likewise.
42953         * modules/stdint (stdint.h): Likewise.
42954         * modules/sys_select (sys/select.h): Likewise.
42955         * modules/sys_socket (sys/socket.h): Likewise.
42956         * modules/sys_stat (sys/stat.h): Likewise.
42957         * modules/sysexits (sysexits.h): Likewise.
42958         * modules/unistd (unistd.h): Likewise.
42959         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42960         Add a "DO NOT EDIT" comment to the generated file.
42961         (func_import): Likewise for gnulib-comp.m4.
42962
42963 2006-10-07  Bruno Haible  <bruno@clisp.org>
42964
42965         * lib/gl_sublist.h: New file.
42966         * lib/gl_sublist.c: New file.
42967
42968 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42969
42970         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42971         name (relative to the original working directory) and the file
42972         name component (relative to the temporary working directory).  All
42973         callers changed.
42974         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42975         * lib/mkdir-p.c (make_dir_parents): Likewise.
42976         * lib/mkdir-p.h (make_dir_parents): Likewise.
42977
42978 2006-10-06  Eric Blake  <ebb9@byu.net>
42979
42980         Define several macros for use by the clean-temp module.
42981         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42982         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42983         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42984
42985         * lib/clean-temp.h (close_stream_temp): New declaration.
42986         * lib/clean-temp.c (includes): Pull in headers according to what
42987         other modules are in use.
42988         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42989
42990 2006-10-06  Bruno Haible  <bruno@clisp.org>
42991
42992         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42993         instead of fopen, fwriteerror.
42994
42995 2006-10-06  Bruno Haible  <bruno@clisp.org>
42996
42997         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42998         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42999         int.
43000         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43001         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43002         Return an error indicator.
43003         Suggested by Eric Blake.
43004
43005 2006-10-06  Bruno Haible  <bruno@clisp.org>
43006
43007         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43008         Reported by Eric Blake.
43009
43010 2006-10-06  Bruno Haible  <bruno@clisp.org>
43011
43012         * modules/closeout (Description): Mention stderr too.
43013
43014 2006-10-06  Bruno Haible  <bruno@clisp.org>
43015         and Paul Eggert  <eggert@cs.ucla.edu>
43016
43017         * lib/closeout.c (close_stdout): Also close stderr.
43018         * lib/closeout.h: Update comment.
43019
43020 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43021
43022         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43023         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43024         * lib/dirchownmod.c: Include lchown.h.
43025         * lib/lchown.c: Don't include files that lchown.h now includes.
43026         Don't declare chown, since lchown.h now does that.
43027         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43028         (lchown): Define to rpl_chown if lchown is declared but
43029         does not exist.  Declare using a prototype if lchown is not
43030         declared.  Add a copyright notice.
43031         * lib/mkstemp.h: Include <unistd.h>.
43032         * lib/openat.c: Include lchown.h.
43033
43034         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43035         we now test for that separately.
43036         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43037         rather than O_NOFOLLOW, when testing whether it's possible to
43038         avoid a race condition reliably.
43039         * lib/savewd.c (savewd_chdir): Likewise.
43040
43041         Remove macros that are no longer needed now that stdint.h is
43042         reliable.
43043         * lib/fsusage.c (UINTMAX_MAX): Remove.
43044         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43045         * lib/utimecmp.c (SIZE_MAX): Remove.
43046
43047         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43048
43049         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43050         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43051         O_NOATIME works.
43052
43053 2006-10-05  Bruno Haible  <bruno@clisp.org>
43054
43055         * lib/gl_list.h (gl_sortedlist_search_from_to,
43056         gl_sortedlist_indexof_from_to): New declarations.
43057         (gl_list_implementation): New fields sortedlist_search_from_to,
43058         sortedlist_indexof_from_to.
43059         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43060         inline functions.
43061         * lib/gl_list.c (gl_sortedlist_search_from_to,
43062         gl_sortedlist_indexof_from_to): New functions.
43063         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43064         function.
43065         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43066         (gl_array_sortedlist_search_from_to): New function.
43067         (gl_array_list_implementation): Update.
43068         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43069         function.
43070         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43071         (gl_carray_sortedlist_search_from_to): New function.
43072         (gl_carray_list_implementation): Update.
43073         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43074         gl_linked_sortedlist_indexof_from_to): New functions.
43075         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43076         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43077         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43078         gl_tree_sortedlist_indexof_from_to): New functions.
43079         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43080         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43081         Update.
43082         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43083         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43084         Update.
43085
43086 2006-10-05  Bruno Haible  <bruno@clisp.org>
43087
43088         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43089         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43090         (struct gl_list_implementation): Add fields search_from_to,
43091         indexof_from_to. Remove fields search, indexof.
43092         (gl_list_search): Use the search_from_to method.
43093         (gl_list_search_from, gl_list_search_from_to): New functions.
43094         (gl_list_indexof): Use the indexof_from_to method.
43095         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43096         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43097         (gl_list_search_from, gl_list_search_from_to): New functions.
43098         (gl_list_indexof): Use the indexof_from_to method.
43099         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43100         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43101         gl_array_indexof. Add start_index, end_index arguments.
43102         (gl_array_search_from_to): Renamed from gl_array_search. Add
43103         start_index, end_index arguments.
43104         (gl_array_remove, gl_array_list_implementation): Update.
43105         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43106         gl_carray_indexof. Add start_index, end_index arguments.
43107         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43108         start_index, end_index arguments.
43109         (gl_carray_remove, gl_carray_list_implementation): Update.
43110         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43111         gl_linked_search. Add start_index, end_index arguments.
43112         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43113         start_index, end_index arguments.
43114         (gl_linked_remove): Update.
43115         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43116         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43117         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43118         field to 'size_t'.
43119         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43120         gl_tree_search. Add start_index, end_index arguments.
43121         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43122         start_index, end_index arguments.
43123         (gl_tree_remove): Update.
43124         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43125         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43126         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43127         function.
43128         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43129         gl_tree_search. Add start_index, end_index arguments.
43130         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43131         start_index, end_index arguments.
43132         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43133         Update.
43134         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43135
43136 2006-10-05  Bruno Haible  <bruno@clisp.org>
43137
43138         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43139
43140         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43141         fwriteerror_temp): New declarations.
43142         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43143         (descriptors): New variable.
43144         (cleanup): First, close the descriptors.
43145         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43146         fclose_temp, fwriteerror_temp): New functions.
43147
43148 2006-10-04  Jim Meyering  <jim@meyering.net>
43149
43150         * lib/fts.c (fts_open): Tiny comment change.
43151
43152 2006-10-04  Bruno Haible  <bruno@clisp.org>
43153
43154         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43155         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43156         gl_LOCK_BODY.
43157         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43158         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43159         gl_LOCK_EARLY_BODY.
43160         (gl_LOCK): Require gl_LOCK_BODY.
43161
43162 2006-10-04  Bruno Haible  <bruno@clisp.org>
43163
43164         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43165         (gl_oset_search_atleast): New declaration.
43166         (struct gl_oset_implementation): Add field 'search_atleast'.
43167         (gl_oset_search_atleast): New inline function.
43168         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43169         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43170         (gl_array_oset_implementation): Update.
43171         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43172         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43173         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43174
43175 2006-10-04  Bruno Haible  <bruno@clisp.org>
43176
43177         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43178
43179 2006-10-03  Bruno Haible  <bruno@clisp.org>
43180
43181         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43182         from gl_avltreehash_list_implementation.
43183
43184 2006-10-03  Bruno Haible  <bruno@clisp.org>
43185
43186         * lib/gl_oset.c (gl_oset_add): Fix return type.
43187
43188 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43189
43190         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43191
43192 2006-10-02  Eric Blake  <ebb9@byu.net>
43193
43194         * modules/strnlen (Depends-on): Add extensions.
43195
43196 2006-10-02  Eric Blake  <ebb9@byu.net>
43197
43198         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43199         definition in 2.60+.
43200
43201 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43202
43203         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43204         checks.
43205
43206 2006-10-02  Bruno Haible  <bruno@clisp.org>
43207
43208         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43209         to the AUTOMAKE_OPTIONS.
43210         Reported by Jim Meyering.
43211
43212 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43213
43214         Work around bug in Solaris 10 /proc file system:
43215         /proc/self/fd/NNN/.. isn't the parent directory of
43216         the directory whose file descriptor is NNN.  This needs to
43217         be worked around at run time, not compile time, since a
43218         program might be built on Solaris 8, where things work, and
43219         run on Solaris 10.
43220         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43221         to use the following interface instead:
43222         (OPENAT_BUFFER_SIZE): New macro.
43223         (openat_proc_name): New function.
43224         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43225         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43226         Likewise.
43227         * lib/openat-proc.c: New file.
43228         * modules/openat (Files): Add lib/openat-proc.c.
43229         (Depends-on): Add same-inode, stdbool.
43230         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43231
43232 2006-09-29  Bruno Haible  <bruno@clisp.org>
43233
43234         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43235         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43236         argument. Set stdout_closed before testing for ferror, not after.
43237         (fwriteerror, fwriteerror_no_ebadf): New functions.
43238
43239 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43240
43241         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43242
43243 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43244
43245         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43246         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43247
43248 2006-09-28  Jim Meyering  <jim@meyering.net>
43249
43250         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43251         Include <unistd.h>.
43252
43253 2006-09-28  Bruno Haible  <bruno@clisp.org>
43254
43255         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43256         * modules/linkedhash-list (Depends-on): Likewise.
43257         * modules/rbtreehash-list (Depends-on): Likewise.
43258
43259 2006-09-28  Bruno Haible  <bruno@clisp.org>
43260
43261         * lib/strndup.h: Simplify the redefinition of strndup.
43262         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43263         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43264
43265 2006-09-28  Bruno Haible  <bruno@clisp.org>
43266
43267         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43268         * lib/gl_linkedhash_list.c: Likewise.
43269         * lib/gl_rbtreehash_list.c: Likewise.
43270
43271 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43272
43273         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43274         getaddrinfo.
43275
43276         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43277         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43278         it causes <stdio_ext.h> to cause a compile-time error.
43279         Problem reported by Nelson H. F. Beebe.
43280         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43281         of HAVE_DECL___PENDING.
43282
43283         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43284         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43285         declaration.
43286
43287 2006-09-27  Jim Meyering  <jim@meyering.net>
43288
43289         This file could end up with a definition for a function
43290         named __strndup, rather than rpl_strndup on a system with
43291         incomplete weak_alias support.
43292         * lib/strndup.c (strndup): Rename from __strndup.
43293         Remove #defines that used to map __strndup to strndup.
43294         Don't use K&R prototypes.
43295         Remove LIBC-related code, since this file is not sync'd with glibc.
43296         * lib/strndup.h: Revamp, accordingly.
43297         * m4/strndup.m4: Modernize.
43298
43299 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43300
43301         * modules/savewd (Depends-on): Add 'raise'.
43302         * lib/savewd.c: Include <signal.h>, for 'raise'.
43303
43304 2006-09-26  Jim Meyering  <jim@meyering.net>
43305
43306         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43307         when we detect Darwin 8.7.0's acl_get_file bug.
43308         Rearrange to perform the new (below) run-test while $LIBS
43309         contains any acl-related library.  Set USE_ACL at the end.
43310         (gl_ACL_GET_FILE): New function.
43311
43312 2006-09-26  Eric Blake  <ebb9@byu.net>
43313
43314         * lib/verror.c: Include <config.h> unconditionally.
43315
43316 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43317
43318         * modules/clock-time (Maintainer): Add self.
43319         * modules/getlogin_r (Depends-on): Add extensions.
43320
43321 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43322
43323         * modules/clock-time: New module.
43324         * modules/nanosleep (Depends-on): Add clock-time.
43325         * modules/gethrxtime (Depends-on): Likewise.
43326         * modules/gettime (Depends-on): Likewise.
43327         * modules/settime (Depends-on): Likewise.
43328
43329         * modules/fts-lgpl: Depend on openat.
43330         * modules/mkancesdirs: Depend on savewd.
43331         * modules/mkdir-p: Likewise.
43332
43333 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43334
43335         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43336
43337         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43338         `gl_have_arbitrary_file_name_length_limit' to
43339         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43340         actually works between configure runs.
43341
43342 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43343             Bruno Haible  <bruno@clisp.org>
43344
43345         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43346
43347 2006-09-25  Jim Meyering  <jim@meyering.net>
43348
43349         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43350         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43351
43352 2006-09-25  Eric Blake  <ebb9@byu.net>
43353
43354         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43355         exec's in 2006-09-18 patch when shuffling fds.
43356
43357 2006-09-25  Bruno Haible  <bruno@clisp.org>
43358
43359         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43360         Reported by Jim Meyering.
43361
43362 2006-09-24  Jim Meyering  <jim@meyering.net>
43363
43364         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43365         compare a pointer against a literal "0".  That caused failures with
43366         at least HP-UX's hpcc.
43367
43368 2006-09-22  Simon Josefsson  <jas@extundo.com>
43369
43370         * modules/gc-sha1:
43371         * modules/gc-md4:
43372         * modules/gc-hmac-sha1:
43373         * modules/gc-hmac-md5:
43374         * modules/gc-des:
43375         * modules/gc-arcfour: Distribute more files.
43376
43377 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43378
43379         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43380         (gl_linked_iterator_from_to): Initialize struct completely.
43381         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43382         (gl_tree_iterator_from_to): Likewise
43383         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43384         * lib/gl_array_list.c [lint] (gl_array_iterator)
43385         (gl_array_iterator_from_to): Likewise.
43386         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43387         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43388         (gl_carray_iterator_from_to): Likewise.
43389
43390         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43391         * lib/md4.c (md4_process_block): Remove unused variable.
43392         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43393         parentheses for clarity.
43394
43395 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43396
43397         * modules/bison-i18n (Depends-on): Add gettext.
43398
43399 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43400
43401         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43402         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43403         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43404         also add missing comma that caused broken test.
43405         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43406         stdlib.h, for `abort'.
43407         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43408         variables.
43409         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43410         include unistd.h if present, for `rmdir'.
43411         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43412         variables.
43413         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43414         in the process include standard headers for prototypes.
43415         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43416         gets declared on GNU/Linux.
43417         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43418         unistd.h, for `rmdir'.
43419         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43420
43421         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43422         always true.
43423         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43424
43425         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43426
43427 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43428
43429         * gnulib-tool (func_version): Create output all at once.  This
43430         may help avoid triggering unnecessary SIGPIPEs, and at any
43431         rate it doesn't hurt.
43432
43433 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43434             Bruno Haible  <bruno@clisp.org>
43435
43436         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43437         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43438         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43439
43440         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43441         (gl_FUNC_VASPRINTF): Invoke it.
43442
43443 2006-09-22  Bruno Haible  <bruno@clisp.org>
43444
43445         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43446         getloadavg.c as first argument.
43447
43448 2006-09-22  Bruno Haible  <bruno@clisp.org>
43449
43450         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43451         at the beginning of the gl_INIT macro.
43452         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43453         gl_GETLOADAVG.
43454
43455 2006-09-22  Bruno Haible  <bruno@clisp.org>
43456
43457         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43458         module.
43459         Suggested by Ralf Wildenhues.
43460
43461 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43462
43463         Import this patch from libc:
43464
43465         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43466
43467         * lib/regex_internal.c (re_string_reconstruct): Handle
43468         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43469         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43470         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43471         re_string_context_at.
43472
43473         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43474         now requires it.
43475         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43476         gl_REGEX now does it for us.
43477         (gl_REGEX): Add test taken from
43478         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43479
43480         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43481         Check that large offsets work.  Modernize Autoconf usages.
43482         Prefer "yes" to mean a good thing rather than a bad.
43483         Don't put "#define mkstemp" in config.h, as this might interfere
43484         with standard system headers that "#define mkstemp mkstemp64".
43485
43486         * modules/mkstemp (Depends-on): Add extensions, so that
43487         mkstemp is visible on some platforms.
43488         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43489         (Include): Change to "mkstemp.h" from <stdlib.h>.
43490         (Files): Add mkstemp.h.
43491
43492         * lib/mkstemp.h: New file, since some standard headers
43493         #define mkstemp.
43494         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43495         Include "mkstemp.h".
43496         Make the _LIBC code resemble glibc original more,
43497         e.g., use K&R style.
43498         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43499         (mkstemp): Remove, since mkstemp.h does this for us.
43500         * lib/stdlib--.h: Include mkstemp.h.
43501
43502         Import this patch from libc:
43503
43504         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43505
43506         * lib/tempname.c (__gen_tempname): Change attempts_min
43507         into a macro.  Use preprocessor to decide how to initialize
43508         attempts [Coverity CID 67].
43509
43510 2006-09-20  Bruno Haible  <bruno@clisp.org>
43511
43512         * lib/mkdtemp.c: Import from libc.
43513         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43514                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43515                 attempts_min into a macro.  Use preprocessor to decide how to
43516                 initialize attempts [Coverity CID 67].
43517         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43518                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43519                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43520
43521 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43522
43523         * gnulib-tool (func_exit): New function, to allow to pass the
43524         exit status portably through the trap.  Use everywhere.
43525         (--help, --version): Signal a write error.
43526         (trap): catch SIGPIPE, for write errors.
43527         Exit at the end of the trap, with the correct exit status.
43528
43529 2006-09-19  Karl Berry  <karl@gnu.org>
43530
43531         * doc/gnulib.texi: note about the license texinfo files.
43532
43533 2006-09-19  Eric Blake  <ebb9@byu.net>
43534
43535         * gnulib-tool: Avoid space-tab.
43536
43537 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43538
43539         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43540         that prevented coreutils 6.1 from building.  Problem reported
43541         by Petter Reinholdtsen.
43542
43543 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43544
43545         * gnulib-tool (avoidlist): Fix typo that broke options like
43546         --avoid=lock that are used by coreutils bootstrap.
43547
43548 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43549
43550         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43551         more systematically.
43552
43553 2006-09-18  Jim Meyering  <jim@meyering.net>
43554
43555         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43556
43557 2006-09-18  Bruno Haible  <bruno@clisp.org>
43558
43559         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43560
43561 2006-09-18  Bruno Haible  <bruno@clisp.org>
43562
43563         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43564         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43565         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43566         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43567         * m4/gettext.m4: Require autoconf >= 2.52.
43568         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43569         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43570         of gl_cv_header_inttypes_h.
43571
43572 2006-09-18  Bruno Haible  <bruno@clisp.org>
43573
43574         * lib/javaversion.c: Include configmake.h.
43575
43576 2006-09-18  Bruno Haible  <bruno@clisp.org>
43577
43578         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43579         avoid that the while loops be executed in a subshell.
43580
43581 2006-09-18  Bruno Haible  <bruno@clisp.org>
43582
43583         * MODULES.html.sh (func_module): Break long lines.
43584         Suggested by Bruce Korb <bkorb@gnu.org>.
43585
43586 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43587
43588         Speed up by a factor of 1.12.
43589         * gnulib-tool (nl): New variable.
43590         (func_import): Rewrite include directive extraction to only read each
43591         directive once.
43592
43593 2006-09-17  Bruno Haible  <bruno@clisp.org>
43594
43595         * modules/javaversion (Makefile.am): Remove DEFS setting.
43596         (Depends-on): Add configmake, for PKGDATADIR definition.
43597
43598 2006-09-17  Bruno Haible  <bruno@clisp.org>
43599
43600         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43601
43602 2006-09-17  Bruno Haible  <bruno@clisp.org>
43603
43604         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43605         (func_modules_transitive_closure, func_modules_add_dummy,
43606         func_modules_to_filelist, func_import, func_create_testdir,
43607         func_create_megatestdir, ...): Use it wherever possible.
43608         Suggested by Ralf Wildenhues.
43609
43610 2006-09-16  Karl Berry  <karl@gnu.org>
43611
43612         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43613         to avoid sectioning errors.
43614         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43615         [ifinfo]: blank line after @center-ed titles.
43616         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43617         Spell FSF address consistently with others.
43618         (These changes approved by rms.)
43619
43620 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43621
43622         Speed up by a factor of 1.61.
43623         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43624         already checked module names again.
43625
43626 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43627
43628         Speed up by a factor of 1.13.
43629         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43630         for new_files, and the input to func_add_or_update.
43631
43632 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43633
43634         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43635         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43636
43637 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43638
43639         * modules/mkancesdirs (Depends-on): Add fcntl.
43640         * modules/savewd: New file.
43641         * MODULES.html.sh (File system functions): Add savewd.
43642
43643         * modules/configmake (Makefile.am): Add support for the
43644         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43645
43646 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43647
43648         * m4/savewd.m4: New file.
43649
43650 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43651
43652         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43653         (dirchownmod): New arg FD.  All callers changed.
43654         Use FD rather than opening the directory ourself, as opening is
43655         now the caller's responsibility.
43656         * lib/dirchownmod.h: Likewise.
43657         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43658         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43659         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43660         (test_dir): Remove.
43661         (mkancesdirs): Return length of prefix of FILE that has already
43662         been made, or -2 if there is a child doing the work.  Redo
43663         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43664         ".", and treat ".." specially since it might stray back into
43665         already-created areas.  Use a subprocess if necessary.  New arg
43666         WD; all users changed.  MAKE_DIR function should now return 1
43667         if it creates a directory that is not readable.  Return -2 if
43668         a child process is spun off.
43669         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43670         Adjust signature to match code.
43671         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43672         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43673         all users changed.
43674         * lib/savewd.c, lib/savewd.h: New files.
43675
43676 2006-09-15  Jim Meyering  <jim@meyering.net>
43677
43678         * modules/rename-dest-slash: New module.
43679         * MODULES.html.sh (posix_compat): Add it here.
43680
43681         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43682
43683 2006-09-15  Jim Meyering  <jim@meyering.net>
43684
43685         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43686         file.
43687
43688         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43689
43690 2006-09-15  Jim Meyering  <jim@meyering.net>
43691
43692         * lib/rename-dest-slash.c (has_trailing_slash): Use
43693         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43694         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43695         test before testing whether SRC is a directory.
43696         Suggestions from Bruno Haible.
43697
43698         Avoid a warning about an unused variable.
43699         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43700         into the #ifdef block where it's used.
43701
43702         * lib/rename-dest-slash.c: New file.
43703
43704 2006-09-14  Bruno Haible  <bruno@clisp.org>
43705
43706         * lib/allocsa.c: Include <config.h> unconditionally.
43707         * lib/asnprintf.c: Likewise.
43708         * lib/asprintf.c: Likewise.
43709         * lib/c-strcasecmp.c: Likewise.
43710         * lib/c-strcasestr.c: Likewise.
43711         * lib/c-strncasecmp.c: Likewise.
43712         * lib/c-strstr.c: Likewise.
43713         * lib/classpath.c: Likewise.
43714         * lib/clean-temp.c: Likewise.
43715         * lib/concatpath.c: Likewise.
43716         * lib/copy-file.c: Likewise.
43717         * lib/csharpcomp.c: Likewise.
43718         * lib/csharpexec.c: Likewise.
43719         * lib/execute.c: Likewise.
43720         * lib/fatal-signal.c: Likewise.
43721         * lib/findprog.c: Likewise.
43722         * lib/fwriteerror.c: Likewise.
43723         * lib/gl_array_list.c: Likewise.
43724         * lib/gl_array_oset.c: Likewise.
43725         * lib/gl_avltree_list.c: Likewise.
43726         * lib/gl_avltree_oset.c: Likewise.
43727         * lib/gl_avltreehash_list.c: Likewise.
43728         * lib/gl_carray_list.c: Likewise.
43729         * lib/gl_linked_list.c: Likewise.
43730         * lib/gl_linkedhash_list.c: Likewise.
43731         * lib/gl_list.c: Likewise.
43732         * lib/gl_oset.c: Likewise.
43733         * lib/gl_rbtree_list.c: Likewise.
43734         * lib/gl_rbtree_oset.c: Likewise.
43735         * lib/gl_rbtreehash_list.c: Likewise.
43736         * lib/imaxabs.c: Likewise.
43737         * lib/imaxdiv.c: Likewise.
43738         * lib/javacomp.c: Likewise.
43739         * lib/javaexec.c: Likewise.
43740         * lib/javaversion.c: Likewise.
43741         * lib/linebreak.c: Likewise.
43742         * lib/localcharset.c: Likewise.
43743         * lib/lock.c: Likewise.
43744         * lib/mbchar.c: Likewise.
43745         * lib/mbswidth.c: Likewise.
43746         * lib/mkdtemp.c: Likewise.
43747         * lib/pipe.c: Likewise.
43748         * lib/printf-args.c: Likewise.
43749         * lib/printf-parse.c: Likewise.
43750         * lib/progname.c: Likewise.
43751         * lib/progreloc.c: Likewise.
43752         * lib/readlink.c: Likewise.
43753         * lib/sh-quote.c: Likewise.
43754         * lib/stpcpy.c: Likewise.
43755         * lib/stpncpy.c: Likewise.
43756         * lib/strcasecmp.c: Likewise.
43757         * lib/strcasestr.c: Likewise.
43758         * lib/strcspn.c: Likewise.
43759         * lib/striconv.c: Likewise.
43760         * lib/strncasecmp.c: Likewise.
43761         * lib/strnlen1.c: Likewise.
43762         * lib/strstr.c: Likewise.
43763         * lib/strtok_r.c: Likewise.
43764         * lib/tls.c: Likewise.
43765         * lib/tmpdir.c: Likewise.
43766         * lib/unicodeio.c: Likewise.
43767         * lib/unsetenv.c: Likewise.
43768         * lib/vasnprintf.c: Likewise.
43769         * lib/vasprintf.c: Likewise.
43770         * lib/wait-process.c: Likewise.
43771         * lib/xallocsa.c: Likewise.
43772         * lib/xsetenv.c: Likewise.
43773         * lib/xstriconv.c: Likewise.
43774
43775 2006-09-13  Simon Josefsson  <jas@extundo.com>
43776
43777         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43778         that internally, suggested by Ralf Wildenhues
43779         <Ralf.Wildenhues@gmx.de>.
43780
43781 2006-09-13  Simon Josefsson  <jas@extundo.com>
43782
43783         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43784         @LIBOBJS@.
43785         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43786
43787 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43788
43789         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43790         longer worry about uses that don't define HAVE_CONFIG_H.
43791         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43792         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43793         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43794         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43795         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43796         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43797         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43798         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43799         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43800         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43801         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43802         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43803         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43804         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43805         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43806         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43807         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43808         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43809         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43810         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43811         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43812         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43813         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43814         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43815         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43816         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43817         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43818         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43819         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43820         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43821         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43822         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43823         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43824         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43825         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43826         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43827         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43828         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43829         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43830         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43831         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43832         Likewise.
43833
43834 2006-09-13  Eric Blake  <ebb9@byu.net>
43835
43836         * lib/getopt.c: Fix typo in last commit.
43837
43838 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43839
43840         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43841         dgettext.
43842
43843 2006-09-12  Jim Meyering  <jim@meyering.net>
43844
43845         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43846         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43847         Reported by Nelson H. F. Beebe.
43848
43849 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43850
43851         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43852         program_invocation_name and program_invocation_short_name are
43853         initialized.
43854         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43855         and program_invocation_short_name to argp.h, so they are visible
43856         to user programs.
43857         * lib/argp.h: Likewise
43858
43859 2006-09-10  Bruno Haible  <bruno@clisp.org>
43860
43861         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43862         m4/inttypes_h.m4, m4/uintmax_t.m4.
43863
43864 2006-09-10  Bruno Haible  <bruno@clisp.org>
43865
43866         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43867         gl_AC_TYPE_UINTMAX_T.
43868
43869 2006-09-10  Bruno Haible  <bruno@clisp.org>
43870
43871         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43872
43873 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43874
43875         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43876         convention.  Text proposed by Bruno Haible.
43877         (struct argp_option): Document the use of N_() wrappers.
43878
43879         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43880         '\v', and translate the two parts separately, instead of feeding
43881         the whole string to gettext.  This allows to exclude
43882         '\v' from the strings visible to the translator by writing doc
43883         strings as N_("..") "\v" N_("..").
43884
43885 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         * config/srclist.txt: Undo latest change; the bug was fixed.
43888
43889 2006-09-09  Bruno Haible  <bruno@clisp.org>
43890
43891         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43892         assignments if building a library without libtool.
43893         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43894         in func_emit_lib_Makefile_am.
43895         (func_import): When building a static library libfoo.a, arrange to
43896         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43897         (func_create_testdir): Likewise.
43898         * modules/gc (configure.ac, Makefile.am): If building statically,
43899         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43900         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43901         * modules/striconv (configure.ac, Makefile.am): Likewise.
43902         Based on a suggestion by Ralf Wildenhues.
43903
43904 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43905
43906         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43907         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43908         Also:
43909
43910         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43911         Add year_2050_test to catch glibc bug 2821
43912         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43913
43914         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43915         Prefer #ifdef to #if.
43916
43917         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43918         Return from 'main' instead of calling 'exit'.
43919
43920 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43921
43922         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43923         returned the maximum time_t value rather than (time_t) -1.
43924         Problem originally reported by William Bardwell
43925         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43926
43927         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43928         Moved to here ...
43929         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43930         ... from here.
43931
43932 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43933
43934         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43935         2821 is fixed.
43936
43937 2006-09-08  Jim Meyering  <jim@meyering.net>
43938
43939         Don't make generated files read-only.  That would bother too many
43940         people.  However, do retain the ability to work when targets are
43941         read-only: remove the destination and temporary files before writing
43942         them (when generated via sed or echo), or by using the -f option for
43943         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43944         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43945         * modules/byteswap, modules/configmake, modules/fcntl:
43946         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43947         * modules/localcharset, modules/netinet_in, modules/poll:
43948         * modules/stdbool, modules/stdint, modules/sys_select:
43949         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43950
43951 2006-09-08  Jim Meyering  <jim@meyering.net>
43952
43953         Avoid new build failure on FreeBSD 6.0.
43954         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43955         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43956         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43957
43958 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43959
43960         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43961
43962 2006-09-07  Jim Meyering  <jim@meyering.net>
43963
43964         Fix global typo in last change: use chmod u-w, not chmod u-x.
43965         Spotted by Paul Eggert and Bruce Korb.
43966         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43967         * modules/byteswap, modules/configmake, modules/fcntl:
43968         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43969         * modules/localcharset, modules/netinet_in, modules/poll:
43970         * modules/stdbool, modules/stdint, modules/sys_select:
43971         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43972
43973 2006-09-06  Jim Meyering  <jim@meyering.net>
43974
43975         Make generated files be read-only.
43976         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43977         Ensure that each generated file is now read-only.
43978         * modules/argz: Likewise.
43979         * modules/arpa_inet: Likewise.
43980         * modules/byteswap: Likewise.
43981         * modules/configmake: Likewise.
43982         * modules/fcntl: Likewise.
43983         * modules/fnmatch: Likewise.
43984         * modules/getopt: Likewise.
43985         * modules/glob: Likewise.
43986         * modules/inttypes: Likewise.
43987         * modules/netinet_in: Likewise.
43988         * modules/poll: Likewise.
43989         * modules/stdbool: Likewise.
43990         * modules/stdint: Likewise.
43991         * modules/sys_select: Likewise.
43992         * modules/sys_socket: Likewise.
43993         * modules/sys_stat: Likewise.
43994         * modules/sysexits: Likewise.
43995         * modules/localcharset: Same as above, but continue using temporary
43996         file named "t-$@" (why different?) rather than the "$@-t" used
43997         everywhere else.
43998
43999         * modules/sysexits (Makefile.am): Replace literal occurrences
44000         of "sysexit.h" more readable, and more consistent, "$@".
44001
44002 2006-09-06  Bruno Haible  <bruno@clisp.org>
44003
44004         * modules/striconv: New file.
44005         * modules/xstriconv: New file.
44006         * MODULES.html.sh (Internationalization functions): Add striconv,
44007         xstriconv.
44008
44009 2006-09-06  Bruno Haible  <bruno@clisp.org>
44010
44011         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44012         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44013         not using libtool correctly.
44014
44015 2006-09-06  Bruno Haible  <bruno@clisp.org>
44016
44017         * lib/striconv.h: New file.
44018         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44019         iconvstring.c.
44020         * lib/xstriconv.h: New file.
44021         * lib/xstriconv.c: New file.
44022
44023 2006-09-06  Bruno Haible  <bruno@clisp.org>
44024
44025         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44026         lib_..._LDFLAGS.
44027
44028 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44029
44030         * lib/argz_.h: Sync from Libtool.
44031
44032         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44033                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44034
44035         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44036
44037 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44038
44039         * modules/trim: New file.
44040
44041 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44042
44043         * lib/trim.h: New file.
44044         * lib/trim.c: New file.
44045
44046 2006-09-05  Bruno Haible  <bruno@clisp.org>
44047
44048         * MODULES.html.sh (String handling): Add trim.
44049
44050 2006-09-04  Karl Berry  <karl@gnu.org>
44051
44052         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44053         until next release.
44054
44055 2006-09-03  Bruno Haible  <bruno@clisp.org>
44056
44057         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44058         correctly.
44059
44060 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44061
44062         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44063         not gl_GETLOADAVG.  Omit unneeded semicolons.
44064         Problems reported by Ralf Wildenhues in
44065         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44066         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44067         at the end, which is the usual gnulib style.
44068
44069         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44070         of doing all the work ourselves.
44071         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44072         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44073
44074 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44075
44076         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44077         Problem reported by Ralf Wildenhues in
44078         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44079
44080         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44081         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44082
44083 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44084
44085         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44086         yesterday's patch by changing test -n to test -z.
44087
44088 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44089
44090         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44091         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44092         the former is now obsolescent.
44093
44094         * modules/chdir-long (Depends-on): Add fcntl.
44095
44096 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44097
44098         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44099         obsolescent, and programs should use gnulib instead.
44100         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44101         but with prefixes changed.
44102
44103 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44104
44105         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44106         or stdbool.h, because they might not exist while configuring.
44107
44108         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44109         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44110         does that for us.
44111         (O_DIRECTORY): Remove.
44112
44113 2006-08-31  Eric Blake  <ebb9@byu.net>
44114
44115         * gnulib-tool: Don't let emacs change spaces to TAB.
44116
44117 2006-08-31  Bruno Haible  <bruno@clisp.org>
44118
44119         * gnulib-tool: When calling func_import more than once, do it in a
44120         subshell.
44121         Reported by Eric Blake <ebb9@byu.net>.
44122
44123 2006-08-31  Bruno Haible  <bruno@clisp.org>
44124
44125         * gnulib-tool (nl): Remove variable.
44126         (sed_transform_lib_file): Use more robust test for config-h module.
44127         (func_import): Fix typo in 2006-08-25 patch.
44128
44129 2006-08-31  Bruno Haible  <bruno@clisp.org>
44130
44131         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44132         specified, augment Makefile.am variables instead of assigning them.
44133
44134 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44135
44136         Work around a bug in both the Linux and SunOS 64-bit kernels:
44137         nanosleep mishandles sleeps for longer than 2**31 seconds.
44138         Problem reported by Frank v Waveren in
44139         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44140         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44141         Check for nanosleep bug.
44142         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44143
44144 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44145
44146         Work around a bug in both the Linux and SunOS 64-bit kernels:
44147         nanosleep mishandles sleeps for longer than 2**31 seconds.
44148         Problem reported by Frank v Waveren in
44149         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44150         * lib/nanosleep.c (BILLION): New constant.
44151         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44152         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44153         implementation.
44154
44155 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44156
44157         * modules/nanosleep (Depends-on): Add gettime.
44158
44159 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44160         and Simon Josefsson  <jas@extundo.com>
44161         and Oskar Liljeblad  <oskar@osk.mine.nu>
44162
44163         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44164         * gnulib-tool (func_import): New license type 'unmodifiable license
44165         text'.
44166         * modules/fdl: Use it.  Longer description.
44167         * module/gpl, module/lgpl: New files.
44168
44169 2006-08-30  Jim Meyering  <jim@meyering.net>
44170
44171         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44172         shadowing the parameter.
44173
44174 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44175
44176         Sync from Libtool:
44177
44178         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44179
44180         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44181         sharing with gnulib.  Report by Eric Blake.
44182
44183 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44184
44185         * modules/isapipe: New file.
44186         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44187
44188 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44189
44190         * modules/configmake (Makefile.am): Add a comment, and omit
44191         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44192         by Bruno Haible.
44193
44194 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44195
44196         * m4/isapipe.m4: New file.
44197
44198 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44199
44200         * lib/isapipe.c, lib/isapipe.h: New files.
44201
44202 2006-08-29  Jim Meyering  <jim@meyering.net>
44203
44204         * modules/configmake (Makefile.am): Make configmake.h depend on
44205         Makefile.  Otherwise, a stale configmake.h could hang around.
44206
44207 2006-08-29  Eric Blake  <ebb9@byu.net>
44208
44209         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44210         resolution of upstream bug 3044.
44211
44212 2006-08-29  Bruno Haible  <bruno@clisp.org>
44213
44214         * modules/localcharset (Depends-on): Add configmake.
44215         (Makefile.am): Remove setting of LIBDIR through DEFS.
44216
44217 2006-08-29  Bruno Haible  <bruno@clisp.org>
44218
44219         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44220         defined.
44221
44222 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44223
44224         * modules/fcntl: New file.
44225         * modules/chdir-safer (Depends-on): Add fcntl.
44226         * modules/fts: Likewise.
44227         * modules/mkdir-p: Likewise.
44228
44229         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44230         This undoes the most recent change, since we're now addressing the
44231         problem in a different way.
44232
44233         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44234         into output, since the output might be called Makefile.am even
44235         if $makefile_name is something different.
44236         (func_import): Use $makefile_am rather than
44237         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44238         empty.
44239
44240         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44241
44242 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44243
44244         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44245         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44246         recent change to stdint.m4, since we're now addressing the problem in a
44247         different way.
44248
44249 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44250
44251         * m4/fcntl_h.m4: New file.
44252
44253 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44254
44255         * lib/fcntl_.h: New file.
44256         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44257         the fcntl module.
44258         * lib/dirchownmod.c: Likewise.
44259         * lib/fts.c: Likewise.
44260
44261         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44262         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44263         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44264         just before including <inttypes.h>, to avoid circular inclusion.
44265
44266 2006-08-28  Jim Meyering  <jim@meyering.net>
44267
44268         * doc/visibility.texi: Actually read and correct the grammar of the
44269         sentence affected by yesterday's change.
44270
44271 2006-08-28  Eric Blake  <ebb9@byu.net>
44272
44273         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44274         needs wrapper.
44275
44276 2006-08-28  Eric Blake  <ebb9@byu.net>
44277
44278         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44279
44280 2006-08-28  Eric Blake  <ebb9@byu.net>
44281
44282         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44283
44284 2006-08-28  Bruno Haible  <bruno@clisp.org>
44285
44286         * modules/c-strstr: New file, from GNU gettext.
44287         * MODULES.html.sh (String handling): Add c-strstr.
44288
44289 2006-08-28  Bruno Haible  <bruno@clisp.org>
44290
44291         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44292         macros.
44293         Reported by Eric Blake.
44294
44295 2006-08-28  Bruno Haible  <bruno@clisp.org>
44296
44297         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44298         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44299         * lib/vasprintf.c: Include errno.h, limits.h.
44300         (EOVERFLOW): New fallback definition.
44301         (vasprintf): Test here whether the string length is > INT_MAX.
44302         * lib/vsnprintf.c: Include errno.h, limits.h.
44303         (EOVERFLOW): New fallback definition.
44304         (vsnprintf): Fix bug when generated string was too long for the buffer.
44305         Test here whether the string length is > INT_MAX.
44306
44307 2006-08-28  Bruno Haible  <bruno@clisp.org>
44308
44309         * lib/inttypes_.h (SCNX*): Remove definitions.
44310         Reported by Eric Blake.
44311
44312 2006-08-28  Bruno Haible  <bruno@clisp.org>
44313
44314         * lib/c-strstr.h: New file, from GNU gettext.
44315         * lib/c-strstr.c: New file, from GNU gettext.
44316
44317 2006-08-28  Bruno Haible  <bruno@clisp.org>
44318
44319         * gnulib-tool: Reorder some statements.
44320
44321 2006-08-28  Bruno Haible  <bruno@clisp.org>
44322
44323         * gnulib-tool: New option --makefile-name.
44324         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44325         $makefile_name.
44326         (func_import): Write $makefile_name to the cache file, and read it from
44327         there unless explicitly specified. Use $makefile_name as file name
44328         instead of Makefile.am. Adjust the recommendations accordingly.
44329
44330 2006-08-28  Bruno Haible  <bruno@clisp.org>
44331
44332         * gnulib-tool (func_verify_module): Check against misapplying patch.
44333
44334 2006-08-28  Bruno Haible  <bruno@clisp.org>
44335
44336         * gnulib-tool (func_relativize, func_relconcat): New functions.
44337         Give an error if --local-dir is given with --update.
44338         Remove trailing slashes from $local_gnulib_dir.
44339         (func_import): Store the relativized $local_gnulib_dir in
44340         gnulib-cache.m4, and read it from there if not specified explicitly.
44341
44342 2006-08-28  Bruno Haible  <bruno@clisp.org>
44343
44344         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44345         is the current directory. Respect also $local_gnulib_dir.
44346
44347 2006-08-28  Bruno Haible  <bruno@clisp.org>
44348             Simon Josefsson  <jas@extundo.com>
44349
44350         BeOS portability.
44351         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44352
44353 2006-08-27  Jim Meyering  <jim@meyering.net>
44354
44355         * doc/visibility.texi: Remove duplicate word: "pointer".
44356
44357 2006-08-26  Bruno Haible  <bruno@clisp.org>
44358
44359         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44360         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44361         (Makefile.am): Create inttypes.h from inttypes_.h.
44362         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44363
44364         * modules/imaxabs: New file.
44365
44366         * modules/imaxdiv: New file.
44367
44368 2006-08-26  Bruno Haible  <bruno@clisp.org>
44369
44370         * m4/inttypes.m4: New file.
44371         * m4/_inttypes_h.m4: Remove file.
44372         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44373         PRI_MACROS_BROKEN.
44374         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44375
44376         * m4/imaxabs.m4: New file.
44377
44378         * m4/imaxdiv.m4: New file.
44379
44380 2006-08-26  Bruno Haible  <bruno@clisp.org>
44381
44382         * lib/inttypes_.h: New file.
44383         * lib/inttypes.h: Remove file.
44384         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44385
44386         * lib/imaxabs.c: New file.
44387
44388         * lib/imaxdiv.c: New file.
44389
44390 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44391
44392         New config-h module, so that "make" output needn't be cluttered
44393         by -DHAVE_CONFIG_H.
44394         * MODULES.html.sh (Support for building libraries and executables):
44395         Add config-h.
44396         * modules/config-h: New file.
44397         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44398         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44399         the config-h module is used.
44400
44401         New configmake module, so that "make" output needn't be cluttered
44402         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44403         * MODULES.html.sh (Support for building libraries and executables):
44404         Add configmake.
44405         * modules/configmake: New file.
44406
44407 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44408
44409         * m4/config-h.m4: New file.
44410
44411 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44412
44413         * config/srclist.txt: Add elisp-comp.
44414
44415 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44416
44417         * MODULES.html.sh (Support for building libraries and executables):
44418         Add elisp-comp.
44419         * build-aux/elisp-comp: New file.
44420         * modules/elisp-comp: New file.
44421
44422 2006-08-24  Bruno Haible  <bruno@clisp.org>
44423
44424         * gnulib-tool (func_create_testdir): Use non-default values of
44425         sourcebase and m4base.
44426
44427 2006-08-24  Bruno Haible  <bruno@clisp.org>
44428
44429         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44430         HTML structure.
44431
44432 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44433
44434         * modules/openat (Depends-on): Add lchown.
44435
44436 2006-08-23  Bruno Haible  <bruno@clisp.org>
44437
44438         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44439         of gl_LOCK_EARLY instead of gl_LOCK.
44440
44441 2006-08-23  Bruno Haible  <bruno@clisp.org>
44442
44443         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44444         on OSF/1 to no.
44445         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44446
44447 2006-08-23  Bruno Haible  <bruno@clisp.org>
44448
44449         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44450         as unusable.
44451
44452         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44453         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44454         (gl_LOCK): New macro.
44455
44456 2006-08-22  Simon Josefsson  <jas@extundo.com>
44457
44458         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44459         to md5 module.
44460
44461 2006-08-22  Simon Josefsson  <jas@extundo.com>
44462
44463         * MODULES.html.sh: Add "Support for maintaining and release
44464         projects".
44465
44466         * build-aux/gnupload: New file, from coreutils.
44467
44468 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44469
44470         Avoid the need for AC_LIBSOURCES in m4 macros.
44471         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44472         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44473         * modules/check-version (EXTRA_DIST): Add check-version.h.
44474         * modules/crc (EXTRA_DIST): Add crc.h.
44475         * modules/des (EXTRA_DIST): Add des.h.
44476         * modules/gc (EXTRA_DIST): Add gc.h.
44477         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44478         * modules/getline (EXTRA_DIST): Add getline.h.
44479         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44480         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44481         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44482         * modules/md2 (EXTRA_DIST): Add md2.h.
44483         * modules/md4 (EXTRA_DIST): Add md4.h.
44484         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44485         * modules/read-file (EXTRA_DIST): Add read-file.h.
44486         * modules/readline (EXTRA_DIST): Add readline.h.
44487         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44488         rijndael-api-fst.h.
44489
44490 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44491
44492         * m4/rijndael.m4 (gl_ARCFOUR):
44493         * m4/arctwo.m4 (gl_ARCTWO):
44494         * m4/check-version.m4 (gl_CHECK_VERSION):
44495         * m4/crc.m4 (gl_CRC):
44496         * m4/des.m4 (gl_DES):
44497         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44498         * m4/gc.m4 (gl_GC):
44499         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44500         * m4/getline.m4 (gl_FUNC_GETLINE):
44501         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44502         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44503         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44504         * m4/md2.m4 (gl_MD2):
44505         * m4/md4.m4 (gl_MD4):
44506         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44507         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44508         * m4/readline.m4 (gl_FUNC_READLINE):
44509         * m4/rijndael.m4 (gl_RIJNDAEL):
44510         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44511         to get the necessary .h files and whatnot.
44512
44513 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44514
44515         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44516         gnulib rather than the other way around.
44517         * config/srclistvars.sh (COREUTILS): Remove.
44518
44519 2006-08-22  Jim Meyering  <jim@meyering.net>
44520
44521         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44522
44523         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44524
44525 2006-08-22  Eric Blake  <ebb9@byu.net>
44526
44527         * modules/regexprops-generic: New file.
44528         * MODULES.html.sh (Support for building documentation): List it.
44529
44530 2006-08-22  Eric Blake  <ebb9@byu.net>
44531
44532         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44533         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44534         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44535         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44536
44537 2006-08-22  Bruno Haible  <bruno@clisp.org>
44538
44539         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44540         and lib_LTLIBRARIES like the other lib_* variables.
44541
44542 2006-08-22  Bruno Haible  <bruno@clisp.org>
44543
44544         * build-aux/x-to-1.in: New file, from GNU gettext.
44545
44546 2006-08-22  Bruno Haible  <bruno@clisp.org>
44547
44548         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44549         <utmpx.h> exists.
44550
44551 2006-08-22  Bruno Haible  <bruno@clisp.org>
44552
44553         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44554         <utmpx.h> exists.
44555
44556 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44557
44558         BeOS portability.
44559         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44560         exist.
44561         Problem reported by Bruno Haible.
44562
44563 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44564
44565         Avoid the need for AC_LIBSOURCES in m4 macros.
44566         * modules/acl (EXTRA_DIST): Add acl.h.
44567         * modules/argmatch (Files): Add m4/argmatch.m4.
44568         (configure.ac): Add gl_ARGMATCH.
44569         (EXTRA_DIST): Renamed from lib_SOURCES, for
44570         consistency with the other modules.  Remove argmatch.c.
44571         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44572         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44573         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44574         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44575         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44576         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44577         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44578         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44579         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44580         * modules/closeout (EXTRA_DIST): Add closeout.h.
44581         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44582         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44583         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44584         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44585         dirname.h; remove basename.c and stripslash.c.
44586         * modules/exclude (EXTRA_DIST): Add exclude.h.
44587         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44588         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44589         * modules/file-type (EXTRA_DIST): Add file-type.h.
44590         * modules/filemode (EXTRA_DIST): Add filemode.h.
44591         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44592         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44593         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44594         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44595         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44596         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44597         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44598         * modules/getdate (EXTRA_DIST): Add getdate.c.
44599         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44600         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44601         * modules/getpass (EXTRA_DIST): Add getpass.h.
44602         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44603         * modules/group-member (EXTRA_DIST): Add group-member.h.
44604         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44605         * modules/hash (EXTRA_DIST): Add hash.h.
44606         * modules/human (EXTRA_DIST): Add human.h.
44607         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44608         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44609         * modules/lchown (EXTRA_DIST): Add lchown.h.
44610         * modules/long-options (EXTRA_DIST): Add long-options.h.
44611         * modules/lstat (EXTRA_DIST): Add lstat.h.
44612         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44613         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44614         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44615         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44616         * modules/memxor (EXTRA_DIST): Add memxor.h.
44617         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44618         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44619         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44620         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44621         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44622         * modules/physmem (EXTRA_DIST): Add physmem.h.
44623         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44624         * modules/posixver (EXTRA_DIST): Add posixver.h.
44625         * modules/quote (EXTRA_DIST): Add quote.h.
44626         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44627         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44628         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44629         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44630         regex_internal.h regexec.c.
44631         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44632         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44633         * modules/same (EXTRA_DIST): Add same.h.
44634         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44635         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44636         * modules/savedir (EXTRA_DIST): Add savedir.h.
44637         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44638         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44639         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44640         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44641         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44642         * modules/strdup (EXTRA_DIST): Add strdup.h.
44643         * modules/strftime (EXTRA_DIST): Add strftime.h.
44644         * modules/strndup (EXTRA_DIST): Add strndup.h.
44645         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44646         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44647         * modules/time_r (EXTRA_DIST): Add time_r.h.
44648         * modules/timespec (EXTRA_DIST): Add timespec.h.
44649         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44650         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44651         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44652         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44653         * modules/userspec (EXTRA_DIST): Add userspec.h.
44654         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44655         * modules/utimens (EXTRA_DIST): Add utimens.h.
44656         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44657         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44658         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44659         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44660         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44661         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44662         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44663         * modules/yesno (EXTRA_DIST): Add yesno.h.
44664
44665 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44666
44667         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44668
44669         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44670         * m4/dev-ino.m4, same-inode.m4: Remove.
44671
44672         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44673         * m4/acl.m4 (AC_FUNC_ACL):
44674         * m4/backupfile.m4 (gl_BACKUPFILE):
44675         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44676         * m4/canon-host.m4 (gl_CANON_HOST):
44677         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44678         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44679         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44680         * m4/cloexec.m4 (gl_CLOEXEC):
44681         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44682         * m4/closeout.m4 (gl_CLOSEOUT):
44683         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44684         * m4/dirname.m4 (gl_DIRNAME):
44685         * m4/exclude.m4 (gl_EXCLUDE):
44686         * m4/exitfail.m4 (gl_EXITFAIL):
44687         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44688         * m4/file-type.m4 (gl_FILE_TYPE):
44689         * m4/filemode.m4 (gl_FILEMODE):
44690         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44691         * m4/fpending.m4 (gl_FUNC_FPENDING):
44692         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44693         * m4/fts.m4 (gl_FUNC_FTS):
44694         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44695         * m4/getdate.m4 (gl_GETDATE):
44696         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44697         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44698         * m4/getpass.m4 (gl_FUNC_GETPASS):
44699         * m4/gettime.m4 (gl_GETTIME):
44700         * m4/getugroups.m4 (gl_GETUGROUPS):
44701         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44702         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44703         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44704         * m4/hash.m4 (gl_HASH):
44705         * m4/idcache.m4 (gl_IDCACHE):
44706         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44707         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44708         * m4/long-options.m4 (gl_LONG_OPTIONS):
44709         * m4/lstat.m4 (gl_FUNC_LSTAT):
44710         * m4/md5.m4 (gl_MD5):
44711         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44712         * m4/memcoll.m4 (gl_MEMCOLL):
44713         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44714         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44715         * m4/memxor.m4 (gl_MEMXOR):
44716         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44717         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44718         * m4/modechange.m4 (gl_MODECHANGE):
44719         * m4/mountlist.m4 (gl_MOUNTLIST):
44720         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44721         * m4/openat.m4 (gl_FUNC_OPENAT):
44722         * m4/pathmax.m4 (gl_PATHMAX):
44723         * m4/physmem.m4 (gl_PHYSMEM):
44724         * m4/posixtm.m4 (gl_POSIXTM):
44725         * m4/posixver.m4 (gl_POSIXVER):
44726         * m4/quote.m4 (gl_QUOTE):
44727         * m4/quotearg.m4 (gl_QUOTEARG):
44728         * m4/readtokens.m4 (gl_READTOKENS):
44729         * m4/readutmp.m4 (gl_READUTMP):
44730         * m4/regex.m4 (gl_REGEX):
44731         * m4/safe-read.m4 (gl_SAFE_READ):
44732         * m4/safe-write.m4 (gl_SAFE_WRITE):
44733         * m4/same.m4 (gl_SAME):
44734         * m4/save-cwd.m4 (gl_SAVE_CWD):
44735         * m4/savedir.m4 (gl_SAVEDIR):
44736         * m4/settime.m4 (gl_SETTIME):
44737         * m4/sha1.m4 (gl_SHA1):
44738         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44739         * m4/stat-macros.m4 (gl_STAT_MACROS):
44740         * m4/stat-time.m4 (gl_STAT_TIME):
44741         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44742         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44743         * m4/strdup.m4 (gl_FUNC_STRDUP):
44744         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44745         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44746         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44747         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44748         * m4/time_r.m4 (gl_TIME_R):
44749         * m4/timespec.m4 (gl_TIMESPEC):
44750         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44751         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44752         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44753         * m4/userspec.m4 (gl_USERSPEC):
44754         * m4/utimecmp.m4 (gl_UTIMECMP):
44755         * m4/utimens.m4 (gl_UTIMENS):
44756         * m4/xalloc.m4 (gl_XALLOC):
44757         * m4/xgetcwd.m4 (gl_XGETCWD):
44758         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44759         * m4/xreadlink.m4 (gl_XREADLINK):
44760         * m4/xstrtod.m4 (gl_XSTRTOD):
44761         * m4/yesno.m4 (gl_YESNO):
44762         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44763         to get the necessary .h files and whatnot.
44764
44765 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44766             Bruno Haible  <bruno@clisp.org>
44767
44768         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44769         /bin/sh understanding of '!' conditional negation.
44770
44771 2006-08-21  Jim Meyering  <jim@meyering.net>
44772
44773         * modules/openat (Depends-on): Really alphabetize.
44774
44775         * modules/acl (Depends-on): Add error and quote.
44776
44777         * check-module (find_included_lib_files): Add at-func.c to the
44778         ok-to-include-more-than-once white list.
44779
44780         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44781
44782 2006-08-21  Bruno Haible  <bruno@clisp.org>
44783
44784         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44785         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44786         Reported by Martin Lambers <marlam@marlam.de>.
44787
44788 2006-08-21  Bruno Haible  <bruno@clisp.org>
44789
44790         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44791         specify an installation location, don't emit a noinst_LIBRARIES or
44792         noinst_LTLIBRARIES assignment.
44793
44794 2006-08-21  Bruno Haible  <bruno@clisp.org>
44795
44796         BeOS portability.
44797         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44798         BeOS has mbrtowc() but no <wctype.h>.
44799
44800 2006-08-21  Bruno Haible  <bruno@clisp.org>
44801
44802         BeOS portability.
44803         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44804         exist.
44805
44806 2006-08-21  Bruno Haible  <bruno@clisp.org>
44807
44808         BeOS portability.
44809         * lib/mbchar.h: Include <wctype.h> only if it exists.
44810
44811 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44812
44813         Remove files that are no longer needed by their respective modules.
44814         * m4/obstack.m4: Remove.
44815         * m4/strerror_r.m4: Remove.
44816         * m4/uint32_t.m4: Remove.
44817         * m4/uintptr_t.m4: Remove.
44818         * m4/ullong_max.m4: Remove.
44819         * m4/xstrtoimax.m4: Remove.
44820         * m4/xstrtoumax.m4: Remove.
44821
44822         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44823         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44824         dependencies now capture this.
44825
44826         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44827         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44828         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44829         * m4/human.m4 (gl_HUMAN): Likewise.
44830         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44831         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44832
44833         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44834
44835         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44836         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44837         stdint.
44838         * m4/human.m4 (gl_HUMAN): Likewise.
44839         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44840         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44841         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44842         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44843         * m4/xstrtol (gl_XSTRTOL): Likewise.
44844
44845         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44846         AC_TYPE_LONG_LONG_INT.
44847         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44848         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44849         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44850         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44851
44852         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44853         on stdbool.
44854
44855         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44856         (gl_PREREQ_XSTRTOUL): Remove.
44857
44858         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44859
44860         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44861         mode.
44862
44863 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44864
44865         Add and change modules to make it easier for coreutils to use
44866         gnulib-tool.
44867         * modules/backupfile (Files): Remove m4/d-ino.m4.
44868         (Depends-on): Add d-ino.
44869         * modules/cycle-check (Depends-on): Add stdint.
44870         (lib_SOURCES): Add cycle-check.h.
44871         * modules/d-ino: New module.
44872         * modules/d-type: New module.
44873         * modules/error (Files): Remove m4/strerror_r.m4.
44874         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44875         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44876         m4/inttypes_h.m4, m4/uintmax_t.m4.
44877         (Depends-on): Add stdint.
44878         (lib_SOURCES): Add fsusage.h.
44879         * modules/getcwd (Files): Remove d-ino.m4.
44880         (Depends-on): Add d-ino.
44881         * modules/getndelim2 (Depends-on): Add stdint.
44882         * modules/glob (Files): Remove m4/d-type.m4.
44883         (Depends-on): Add d-type.
44884         * modules/host-os: New module.
44885         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44886         m4/inttypes_h.m4, m4/uintmax_t.m4.
44887         * Depends-on: Add stdint.
44888         (lib_SOURCES): Add human.h.
44889         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44890         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44891         m4/uintmax_t.m4, m4/ulonglong.m4.
44892         (Depends-on): Add stdint.
44893         (EXTRA_DIST): Add inttostr.h.
44894         * modules/lchmod: New module.
44895         * modules/link-follow: New module.
44896         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44897         (Depends-on): Add lchmod.
44898         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44899         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44900         (Depends-on): Add stdint.
44901         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44902         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44903         (Depends-on): Add stdint.
44904         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44905         * modules/perl: New module.
44906         * modules/regex (Depends-on): Add stdint.
44907         * modules/rmdir-errno: New module.
44908         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44909         m4/intmax_t.m4.
44910         (Depends-on): Add stdint.
44911         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44912         m4/uintmax_t.m4.
44913         (Depends-on): Add stdint.
44914         * modules/unlink-busy: New module.
44915         * modules/utimecmp (Depends-on): Add stdint.
44916         * modules/uptime: New module.
44917         * modules/winsz-ioctl: New module.
44918         * modules/winsz-termios: New module.
44919         * modules/xnanosleep (Depends-on): Add nanosleep.
44920         * modules/ullong_max: Remove.
44921         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44922         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44923         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44924         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44925         (Depends-on): Add inttypes.
44926         (lib_SOURCES): Add xstrtol.h.
44927         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44928         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44929         * MODULES.html.sh: Move 'assert' into the assert section.
44930         Move 'dummy' into the linking section.
44931         Remove ullong_max.
44932         Add section for compatibility checks for POSIX:2001 functions,
44933         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44934         winsz-ioctl, and winsz-termios into it.
44935         Add lchmod.
44936         Add top-level Misc section and put host-os, perl, and uptime
44937         into it.
44938
44939 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44940
44941         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44942         now assume the stdint module.  Do not include inttypes.h.
44943         * lib/fsusage.h: Likewise.
44944         * lib/getndelim2.c: Likewise.
44945         * lib/human.h: Likewise.
44946         * lib/inttostr.h: Likewise.
44947         * lib/obstack.c: Likewise.
44948         * lib/regex_internal.h: Likewise.
44949         * lib/tempname.c: Likewise.
44950         * lib/utimecmp.c: Likewise.
44951         * lib/xstrtol.h: Likewise.
44952
44953         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44954
44955         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44956         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44957         * lib/xtime.h: Likewise.
44958
44959 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44960
44961         * modules/openat (Files): Add lib/fchmodat.c.
44962         Fixes problem reported by Jay Youngman.
44963
44964 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44965
44966         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44967         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44968
44969 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44970             Bruno Haible  <bruno@clisp.org>
44971
44972         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44973         and is a script that invokes bison. Tighten the code. Add comments.
44974
44975 2006-08-18  Jim Meyering  <jim@meyering.net>
44976
44977         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44978         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44979         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44980         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44981
44982 2006-08-18  Bruno Haible  <bruno@clisp.org>
44983
44984         * modules/bison-i18n: New file.
44985         * MODULES.html.sh (Internationalization functions): Add it.
44986
44987 2006-08-18  Bruno Haible  <bruno@clisp.org>
44988
44989         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44990         sys/statvfs.h. When getmntinfo was found, check its declaration and
44991         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44992
44993 2006-08-18  Bruno Haible  <bruno@clisp.org>
44994
44995         * m4/bison-i18n.m4: New file, from bison.
44996
44997 2006-08-18  Bruno Haible  <bruno@clisp.org>
44998
44999         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45000         (ME_DUMMY): Treat "kernfs" as a dummy.
45001         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45002
45003 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45004
45005         Update from coreutils.
45006
45007         2006-08-15  Jim Meyering  <jim@meyering.net>
45008
45009         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45010
45011         2006-01-17  Jim Meyering  <jim@meyering.net>
45012
45013         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45014
45015         2006-01-11  Jim Meyering  <jim@meyering.net>
45016
45017         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45018         Check for the lchmod function.
45019
45020 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45021
45022         Update from coreutils.
45023
45024         * lib/__fpending.h: Add copyright notice.
45025         * lib/fprintftime.h: Likewise.
45026         * lib/savedir.c: Use (C) in copyright notice.
45027         * lib/savedir.h: Likewise.
45028
45029         2006-08-15  Jim Meyering  <jim@meyering.net>
45030
45031         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45032         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45033         in support of the EXPECTED_ERRNO macro.
45034         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45035         definitions.  Instead, define the appropriate symbols and include
45036         "at-func.c".
45037         * lib/mkdirat.c (mkdirat): Likewise.
45038         * lib/fchmodat.c (fchmodat): Likewise.
45039         (ENOSYS): Remove definition.
45040         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45041         it.  Don't include "unistd--.h" -- it wasn't ever used.
45042
45043         2006-01-17  Jim Meyering  <jim@meyering.net>
45044
45045         Rewrite fts.c not to change the current working directory,
45046         by using openat, fstatat, fdopendir, etc..
45047
45048         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45049         (HAVE_OPENAT_SUPPORT): Define.
45050         [_LIBC] (fchdir): Don't undef or define; no longer used.
45051         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45052         Now, this `function' always succeeds, and consumes its file descriptor
45053         parameter -- so callers must not close such FDs.  Update callers.
45054         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45055         (diropen): Add parameter, SP.  Adjust all callers.
45056         Implement using diropen_fd, rather than open.
45057         (fts_open): Initialize new member, fts_cwd_fd.
45058         Remove fts_rft-setting code.
45059         (fts_close): Close fts_cwd_fd, if necessary.
45060         (__opendir2): Define in terms of opendir or opendirat,
45061         depending on whether the FST_NOCHDIR flag is set.
45062         (fts_build): Since fts_safe_changedir consumes its FD, and since
45063         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45064         and close the dup'd file descriptor upon failure.
45065         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45066         (fts_safe_changedir): Tweak semantics to reflect that this function
45067         now calls cwd_advance_fd and hence consumes its FD argument.
45068         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45069         [struct FTS] (fts_rft): Remove now-unused member.
45070         [struct FTS] (fts_cycle.state): Improve comment.
45071
45072         * lib/openat.c (openat_needs_fchdir): New function.
45073         * lib/openat.h (openat_needs_fchdir): Declare it.
45074
45075 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45076
45077         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45078         Problem and fix reported by Pádraig Brady in
45079         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45080
45081 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45082
45083         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45084
45085 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45086
45087         * lib/memcoll.c (memcoll): Optimize for the common case where the
45088         arguments are bytewise equal.
45089
45090 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45091
45092         * doc/regexprops-generic.texi: Add a copyright notice.
45093
45094 2006-08-15  Bruno Haible  <bruno@clisp.org>
45095
45096         * modules/tmpdir (License): Change to LGPL.
45097
45098 2006-08-15  Bruno Haible  <bruno@clisp.org>
45099
45100         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45101         module.
45102
45103 2006-08-14  Simon Josefsson  <jas@extundo.com>
45104
45105         * config/srclist.txt: Add gnupload.
45106
45107 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45108
45109         Change copyright notice from LGPL 2 to GPL 2, since that's the
45110         standard form used in the gnulib repository.
45111         * tests/test-lock.c: Likewise.
45112         * tests/test-stdint.c: Likewise.
45113         * tests/test-tls.c: Likewise.
45114
45115         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45116         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45117         Add copyright notice.
45118
45119         * check-module: Add copyright notice.  Output a copyright
45120         notice if "--version" is specified.
45121         * modules/COPYING: New file.
45122         * tests/test-getaddrinfo.c: Add copyright notice.
45123         * tests/test-verify.c: Likewise.
45124
45125 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45126
45127         Change copyright notice from LGPL 2 to GPL 2, since that's the
45128         standard form used in the gnulib repository.
45129         * lib/lock.c: LGPL -> GPL.
45130         * lib/lock.h: Likewise.
45131         * lib/strnlen1.c: Likewise.
45132         * lib/strnlen1.h: Likewise.
45133         * lib/tls.c: Likewise.
45134         * lib/tls.h: Likewise.
45135         * lib/tmpdir.c: Likewise.
45136
45137         * lib/TODO: Remove; this belongs only in coreutils.
45138
45139 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45140
45141         Add copyright notices to long-enough files that lack them, since
45142         otherwise the files aren't clearly free.  Use the same notice that
45143         getdate.texi already uses.
45144         * doc/alloca-opt.texi: Add copyright notice.
45145         * doc/alloca.texi: Likewise.
45146         * doc/ctime.texi: Likewise.
45147         * doc/functions.texi: Likewise.
45148         * doc/gcd.texi: Likewise.
45149         * doc/gnulib-tool.texi: Likewise.
45150         * doc/inet_ntoa.texi: Likewise.
45151         * doc/visibility.texi: Likewise.
45152
45153         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45154         * doc/quote.texi: Add copyright notice.
45155
45156         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45157         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45158         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45159         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45160         is now obsolete, and give a pointer to the Sun list.
45161         Add copyright notice.
45162
45163 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45164
45165         * config/srclistvars.sh: Add copyright notice.
45166
45167 2006-08-14  Eric Blake  <ebb9@byu.net>
45168
45169         Import the following change from libc:
45170
45171         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45172
45173         Upstream bug 2997.
45174         * lib/misc/error.c: Add space between program name and message if file
45175         name is missing.
45176
45177 2006-08-12  Karl Berry  <karl@gnu.org>
45178
45179         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45180         remove, these originate in gnulib now.
45181
45182 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45183
45184         * doc/Makefile (standards.info standards.html standards.dvi):
45185         Also depend on make-stds.texi.
45186
45187 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45188
45189         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45190         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45191
45192         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45193         in wchar_t.  Problem reported by Eric Blake.
45194
45195         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45196         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45197         Also, help the compiler to keep LEN in a register.
45198
45199 2006-08-11  Eric Blake  <ebb9@byu.net>
45200
45201         * users.txt: Sort.  Add tar.
45202
45203 2006-08-11  Bruno Haible  <bruno@clisp.org>
45204
45205         * users.txt: New file.
45206
45207 2006-08-11  Bruno Haible  <bruno@clisp.org>
45208
45209         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45210         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45211
45212 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45213
45214         * modules/snprintf (Depends-on): Remove minmax.
45215         (Maintainer): Add self and Bruno.
45216
45217 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45218
45219         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45220         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45221         (EOVERFLOW): Define if the system does not.
45222         Do not include "minmax.h"; it wasn't used.
45223         (snprintf): Don't assume size_t promotes to an unsigned type.
45224         Fix bug when generated string was too long for the buffer: the
45225         buffer's contents are supposed to be the initial prefix of the
45226         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45227         exceeds INT_MAX; do the check ourselves.
45228
45229         Import the following changes from libc:
45230
45231         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45232
45233         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45234         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45235         set wc to the byte which couldn't be converted.
45236         (re_string_reconstruct): Don't clear valid_raw_len before calling
45237         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45238         tip_context using re_string_context_at.
45239
45240         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45241
45242         * lib/posix/regex.h: g++ still cannot handled [restrict].
45243
45244         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45245
45246         * lib/posix/regex.h: Remove special handling for VMS.
45247
45248 2006-08-10  Jim Meyering  <jim@meyering.net>
45249
45250         * modules/same-inode: New module.
45251         * modules/dev-ino: New module.
45252         * modules/cycle-check: Depend on these modules, rather than simply
45253         including their .h files.
45254         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45255         required via m4/cycle-check.m4.
45256         * modules/same: Depend on new same-inode module, rather than
45257         including same-inode.h.
45258         * modules/chdir-safer: New file.
45259
45260         * modules/chown (Depends-on): Add stat-macros.
45261
45262 2006-08-10  Jim Meyering  <jim@meyering.net>
45263
45264         * m4/cycle-check.m4: New file.
45265         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45266         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45267
45268 2006-08-10  Eric Blake  <ebb9@byu.net>
45269
45270         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45271         in from original proposal.
45272
45273 2006-08-10  Eric Blake  <ebb9@byu.net>
45274         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45275
45276         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45277         namespace.
45278
45279 2006-08-10  Bruno Haible  <bruno@clisp.org>
45280
45281         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45282         as well.
45283
45284 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45285
45286         Sync from coreutils.
45287
45288         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45289
45290         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45291         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45292
45293 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45294
45295         * modules/restrict: Remove; no longer needed now that we assume
45296         Autoconf 2.59 or later.
45297         * MODULES.html.sh: Remove 'restrict'.
45298         * modules/argp (Depends-on): Remove 'restrict'.
45299         * modules/base64 (Depends-on): Likewise.
45300         * modules/gc (Depends-on): Likewise.
45301         * modules/getaddrinfo (Depends-on): Likewise.
45302         * modules/glob (Depends-on): Likewise.
45303         * modules/inet_ntop (Depends-on): Likewise.
45304         * modules/inet_pton (Depends-on): Likewise.
45305         * modules/memxor (Depends-on): Likewise.
45306         * modules/regex (Depends-on): Likewise.
45307         * modules/strtok_r (Depends-on): Likewise.
45308         * modules/time_r (Depends-on): Likewise.
45309
45310 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45311
45312         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45313         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45314         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45315         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45316         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45317         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45318         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45319         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45320
45321         Merge from coreutils.
45322         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45323         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45324         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45325         * m4/time_r.m4 (gl_TIME_R): Likewise.
45326
45327 2006-08-09  Karl Berry  <karl@gnu.org>
45328
45329         * config/srclist.txt: no more gettext-tools, per Bruno.
45330
45331 2006-08-08  Eric Blake  <ebb9@byu.net>
45332
45333         * modules/verror: New module.
45334         * MODULES.html.sh: Document it.
45335
45336 2006-08-08  Eric Blake  <ebb9@byu.net>
45337
45338         * lib/verror.h, lib/verror.c: New files.
45339
45340 2006-08-08  Eric Blake  <ebb9@byu.net>
45341
45342         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45343         verror_at_line output complies with GNU Coding Standards even when
45344         file is NULL.
45345
45346 2006-08-07  Bruno Haible  <bruno@clisp.org>
45347
45348         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45349         versions of AIX.
45350         Reported by Ralf Wildenhues.
45351
45352 2006-08-07  Bruno Haible  <bruno@clisp.org>
45353
45354         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45355         in an AC_DEFUN. Needed so that the autoconf snippets can use
45356         AC_REQUIRE.
45357
45358 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45359
45360         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45361         Initialize pkgdata_DATA.
45362         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45363         overriding it.
45364
45365 2006-08-06  Eric Blake  <ebb9@byu.net>
45366
45367         * lib/error.h: Fold in some upstream changes from glibc.
45368         * lib/error.c: Likewise.
45369
45370 2006-08-04  Bruno Haible  <bruno@clisp.org>
45371
45372         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45373         Make the mostlyclean-local rule depend on mostlyclean-generic.
45374         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45375
45376 2006-07-31  Bruno Haible  <bruno@clisp.org>
45377
45378         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45379         <stdlib.h>, <string.h>.
45380
45381 2006-07-30  Bruno Haible  <bruno@clisp.org>
45382
45383         * modules/readlink (License): Change to LGPL.
45384
45385 2006-07-30  Bruno Haible  <bruno@clisp.org>
45386
45387         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45388         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45389         set PKGDATADIR to point to it.
45390
45391 2006-07-30  Bruno Haible  <bruno@clisp.org>
45392
45393         * modules/csharpexec (configure.ac): Comment out macro invocation.
45394         * modules/javaexec (configure.ac): Likewise.
45395         * modules/javacomp-script (configure.ac): Likewise.
45396
45397         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45398
45399 2006-07-30  Bruno Haible  <bruno@clisp.org>
45400
45401         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45402         linked-list.
45403
45404 2006-07-30  Bruno Haible  <bruno@clisp.org>
45405
45406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45407
45408 2006-07-30  Bruno Haible  <bruno@clisp.org>
45409
45410         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45411         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45412         get removed.
45413
45414 2006-07-29  Bruno Haible  <bruno@clisp.org>
45415
45416         Make it possible for gnulib-tool to work with locally modified or
45417         augmented gnulib repositories.
45418         * gnulib-tool (func_usage): Document --local-dir option.
45419         (local_gnulib_dir): New variable.
45420         Handle --local-dir option.
45421         (func_lookup_file): New function.
45422         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45423         (func_get_description, func_get_filelist, func_get_description,
45424         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45425         func_get_automake_snippet, func_get_include_directive,
45426         func_get_license, func_get_maintainer): Use func_lookup_file.
45427         (func_import, func_create_testdir): Use func_lookup_file.
45428
45429 2006-07-29  Bruno Haible  <bruno@clisp.org>
45430
45431         * modules/setenv (Depends-on): Add unistd.
45432
45433 2006-07-29  Bruno Haible  <bruno@clisp.org>
45434
45435         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45436
45437 2006-07-29  Bruno Haible  <bruno@clisp.org>
45438
45439         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45440
45441 2006-07-29  Bruno Haible  <bruno@clisp.org>
45442
45443         * gnulib-tool (import, update): If there is no Makefile.am, look at
45444         aclocal.m4, instead of bailing out.
45445
45446 2006-07-29  Bruno Haible  <bruno@clisp.org>
45447
45448         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45449         Categorize the options by when they are useful.
45450
45451 2006-07-29  Bruno Haible  <bruno@clisp.org>
45452
45453         * gnulib-tool (func_usage): Document option --no-libtool.
45454         Handle option --no-libtool.
45455         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45456         for changed semantics of $libtool variable.
45457         (func_import): Likewise. If libtool is not used, show this through
45458         an option --no-libtool.
45459         (func_create_testdir): Update.
45460
45461 2006-07-29  Bruno Haible  <bruno@clisp.org>
45462
45463         * gnulib-tool (func_import): Extend error message about missing
45464         --doc-base.
45465
45466 2006-07-29  Bruno Haible  <bruno@clisp.org>
45467
45468         * gnulib-tool (func_import): Don't create the $docbase directory if
45469         there is no file to store there.
45470
45471 2006-07-29  Bruno Haible  <bruno@clisp.org>
45472
45473         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45474         relevant, look for configure.ac there, not in the current directory.
45475         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45476
45477 2006-07-29  Bruno Haible  <bruno@clisp.org>
45478
45479         * gnulib-tool (SORT): New variable.
45480         (func_usage): Undocument --assume-autoconf option.
45481         Remove --assume-autoconf option handling.
45482         (autoconf_minversion): Determine from the contents of configure.ac.
45483         (func_import): Remove autoconf_minversion handling.
45484         Suggested by Eric Blake.
45485
45486 2006-07-29  Bruno Haible  <bruno@clisp.org>
45487
45488         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45489
45490 2006-07-29  Bruno Haible  <bruno@clisp.org>
45491
45492         * config/srclist.txt (*setenv.[ch]): Remove rules.
45493
45494 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45495
45496         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45497
45498 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45499
45500         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45501         arpa/inet.h.
45502
45503 2006-07-28  Simon Josefsson  <jas@extundo.com>
45504
45505         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45506         * modules/inet_pton (Depends-on): Likewise.
45507
45508 2006-07-28  Simon Josefsson  <jas@extundo.com>
45509
45510         * m4/netinet_in_h.m4: New file.
45511
45512 2006-07-28  Simon Josefsson  <jas@extundo.com>
45513
45514         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45515         #include's.
45516
45517 2006-07-28  Simon Josefsson  <jas@extundo.com>
45518
45519         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45520         #include's.
45521
45522 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45523
45524         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45525         setgid on directories only if they set these bits.
45526         * lib/modechange.h: Remove obsolete comment about masks.
45527
45528 2006-07-28  Eric Blake  <ebb9@byu.net>
45529
45530         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45531         macro expansion.
45532
45533 2006-07-28  Bruno Haible  <bruno@clisp.org>
45534
45535         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45536
45537 2006-07-28  Bruno Haible  <bruno@clisp.org>
45538
45539         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45540
45541 2006-07-28  Bruno Haible  <bruno@clisp.org>
45542
45543         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45544         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45545         Define fallbacks.
45546         Avoids link error on FreeBSD 4.x.
45547         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45548
45549         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45550         encoding.
45551         * lib/mbswidth.c (iswcntrl): Likewise.
45552
45553 2006-07-27  Bruno Haible  <bruno@clisp.org>
45554
45555         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45556         test.
45557
45558 2006-07-27  Bruno Haible  <bruno@clisp.org>
45559
45560         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45561         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45562         defined.
45563
45564 2006-07-26  Eric Blake  <ebb9@byu.net>
45565
45566         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45567
45568 2006-07-26  Eric Blake  <ebb9@byu.net>
45569
45570         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45571         like mingw that lack mkstemp.
45572         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45573         avoid compilation warning on mingw.
45574
45575 2006-07-26  Bruno Haible  <bruno@clisp.org>
45576
45577         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45578         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45579         INT_FAST*_MIN, INTPTR_MIN.
45580
45581 2006-07-25  Bruno Haible  <bruno@clisp.org>
45582
45583         * modules/version-etc (Depends-on): Add stdarg.
45584
45585 2006-07-25  Bruno Haible  <bruno@clisp.org>
45586
45587         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45588         complex commands.
45589
45590 2006-07-25  Bruno Haible  <bruno@clisp.org>
45591
45592         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45593         defined in <stdarg.h> or config.h.
45594
45595 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45596
45597         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45598         (gl_STDIO_SAFER): Remove.
45599
45600 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45601
45602         * MODULES.html.sh (File stream based Input/Output):
45603         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45604         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45605         * modules/fopen-safer, modules/tmpfile-safer: New files.
45606         * modules/stdio-safer: Remove.
45607
45608 2006-07-24  Bruno Haible  <bruno@clisp.org>
45609
45610         * modules/tmpdir: New file.
45611         * MODULES.html.sh (File system functions): Add it.
45612
45613 2006-07-24  Bruno Haible  <bruno@clisp.org>
45614
45615         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45616         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45617
45618 2006-07-24  Bruno Haible  <bruno@clisp.org>
45619
45620         * modules/clean-temp: New file.
45621
45622 2006-07-24  Bruno Haible  <bruno@clisp.org>
45623
45624         * m4/tmpdir.m4: New file, from GNU gettext.
45625
45626 2006-07-24  Bruno Haible  <bruno@clisp.org>
45627
45628         * lib/tmpdir.h: New file, from GNU gettext.
45629         * lib/tmpdir.c: New file, from GNU gettext.
45630
45631 2006-07-24  Bruno Haible  <bruno@clisp.org>
45632
45633         * lib/clean-temp.h: New file, from GNU gettext.
45634         * lib/clean-temp.c: New file, from GNU gettext.
45635
45636 2006-07-23  Eric Blake  <ebb9@byu.net>
45637
45638         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45639         (Depends-on): Add binary-io.
45640
45641 2006-07-23  Eric Blake  <ebb9@byu.net>
45642
45643         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45644
45645 2006-07-23  Eric Blake  <ebb9@byu.net>
45646
45647         * lib/tmpfile-safer.c: New file.
45648         * lib/stdio-safer.h (fopen_safer): Add prototype.
45649         * lib/stdio--.h (tmpfile): Make safer.
45650
45651 2006-07-23  Bruno Haible  <bruno@clisp.org>
45652
45653         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45654         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45655         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45656         gl_linked_remove_at): Use it.
45657
45658 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45659         and Simon Josefsson <jas@extundo.com>
45660
45661         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45662
45663         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45664
45665 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45666
45667         * modules/close-stream: New file.
45668         * modules/closeout (Description): Make it clear that it exits
45669         with a diagnostic on error.
45670         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45671         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45672
45673 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45674
45675         * m4/close-stream.m4: New file.
45676
45677 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45678
45679         * lib/close-stream.c, lib/close-stream.h: New files.
45680
45681 2006-07-22  Bruno Haible  <bruno@clisp.org>
45682
45683         Merge from GNU gettext 0.15.
45684
45685         2006-05-01  Bruno Haible  <bruno@clisp.org>
45686
45687                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45688
45689         2006-07-22  Bruno Haible  <bruno@clisp.org>
45690
45691                 * modules/javaversion: New file.
45692                 * MODULES.html.sh (Java): Add javaversion.
45693
45694         2006-03-12  Bruno Haible  <bruno@clisp.org>
45695
45696                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45697
45698         2005-12-04  Bruno Haible  <bruno@clisp.org>
45699
45700                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45701                 (untested).
45702
45703         2006-06-21  Bruno Haible  <bruno@clisp.org>
45704
45705                 Avoid warnings from recent versions of mcs.
45706                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45707                 -o, -L, -r any more. Use options documented since mcs-1.0
45708                 instead. Similarly for -g.
45709
45710         2005-12-04  Bruno Haible  <bruno@clisp.org>
45711
45712                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45713                 .resources, not .resource.
45714
45715         2005-07-09  Bruno Haible  <bruno@clisp.org>
45716
45717                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45718                 add a .dll suffix.
45719                 Reported by Mark Junker <mjscod@gmx.de>.
45720
45721         2006-07-22  Bruno Haible  <bruno@clisp.org>
45722
45723                 * modules/gettext: Upgrade to gettext-0.15.
45724                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45725                 m4/visibility.m4.
45726                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45727
45728 2006-07-22  Bruno Haible  <bruno@clisp.org>
45729
45730         Merge from GNU gettext 0.15.
45731
45732         2006-03-25  Bruno Haible  <bruno@clisp.org>
45733
45734                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45735
45736         2006-07-21  Bruno Haible  <bruno@clisp.org>
45737
45738                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45739                 "1.1".
45740
45741         2006-05-09  Bruno Haible  <bruno@clisp.org>
45742
45743                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45744                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45745                 for the conftestver execution.
45746
45747         2006-05-01  Bruno Haible  <bruno@clisp.org>
45748
45749                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45750                 optional target-version argument. Verify that the compiler
45751                 groks source of the specified source-version, or add -source
45752                 option as necessary. Verify that the compiler produces
45753                 bytecode in the specified target-version, or add -target and
45754                 -source options as necessary. Make the result of the test
45755                 available as variable CONF_JAVAC. Also log error output in
45756                 config.log.
45757
45758         2006-03-11  Bruno Haible  <bruno@clisp.org>
45759
45760                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45761
45762         2006-05-09  Bruno Haible  <bruno@clisp.org>
45763
45764                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45765                 CLASSPATH_SEPARATOR to a semicolon.
45766
45767         2006-03-12  Bruno Haible  <bruno@clisp.org>
45768
45769                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45770                 available as variable CONF_JAVA, for subsequent autoconf
45771                 tests. Also log error output in config.log.
45772
45773         2006-07-19  Bruno Haible  <bruno@clisp.org>
45774
45775                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45776                 that getline works on glibc2 systems. Needed to avoid trouble
45777                 in relocatable.c.
45778                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45779
45780         2005-12-04  Bruno Haible  <bruno@clisp.org>
45781
45782                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45783                 launcher (untested).
45784
45785         2005-12-04  Bruno Haible  <bruno@clisp.org>
45786
45787                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45788
45789         2006-07-22  Bruno Haible  <bruno@clisp.org>
45790
45791                 * gettext.m4: Update from GNU gettext-0.15.
45792                 * nls.m4: Likewise.
45793                 * po.m4: Likewise.
45794                 * inttypes-pri.m4: Likewise.
45795                 * inttypes-h.m4: Renamed from inttypes.m4.
45796                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45797
45798 2006-07-22  Bruno Haible  <bruno@clisp.org>
45799
45800         Merge from GNU gettext 0.15.
45801
45802         2005-07-05  Bruno Haible  <bruno@clisp.org>
45803
45804                 * printf-args.c (printf_fetchargs): Work around broken
45805                 definition of wint_t on mingw.
45806
45807         2005-02-12  Bruno Haible  <bruno@clisp.org>
45808
45809                 * xallocsa.h: Add extern "C" for C++.
45810
45811         2006-05-17  Bruno Haible  <bruno@clisp.org>
45812
45813                 Cygwin portability.
45814                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45815
45816         2006-04-30  Bruno Haible  <bruno@clisp.org>
45817
45818                 * progreloc.c: Include <mach-o/dyld.h> if available.
45819                 (find_executable): Use _NSGetExecutablePath when possible.
45820
45821         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45822
45823                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45824                 function.
45825
45826         2005-12-29  Bruno Haible  <bruno@clisp.org>
45827
45828                 * progreloc.c (set_program_name_and_installdir): Fix
45829                 compilation error.
45830
45831         2005-12-04  Bruno Haible  <bruno@clisp.org>
45832
45833                 Cygwin portability.
45834                 * progreloc.c: Include <windows.h> also on Cygwin.
45835                 (find_executable): Add support for Cygwin.
45836                 (set_program_name_and_installdir): Handle also platforms with
45837                 nonempty EXEEXT.
45838
45839         2006-07-11  Bruno Haible  <bruno@clisp.org>
45840
45841                 * javacomp.c: Fix a comment.
45842                 Reported by Jim Meyering.
45843
45844         2006-04-30  Bruno Haible  <bruno@clisp.org>
45845
45846                 * javacomp.h (compile_java_class): Add source_version,
45847                 target_version arguments.
45848                 * javacomp.c: Rewritten to choose only a compiler that
45849                 respects the specified source_version and target_version.
45850
45851         2006-06-27  Bruno Haible  <bruno@clisp.org>
45852
45853                 Assume correct S_ISDIR macro.
45854                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45855
45856         2006-07-22  Bruno Haible  <bruno@clisp.org>
45857
45858                 * javaversion.h: New file, from GNU gettext.
45859                 * javaversion.c: New file, from GNU gettext.
45860                 * javaversion.java: New file, from GNU gettext.
45861                 * javaversion.class: New file, from GNU gettext.
45862
45863         2006-05-17  Bruno Haible  <bruno@clisp.org>
45864
45865                 Cygwin portability.
45866                 * javaexec.c (execute_java_class): Test for jview program
45867                 also on Cygwin.
45868
45869         2006-04-09  Bruno Haible  <bruno@clisp.org>
45870
45871                 * fatal-signal.c: Don't include string.h.
45872                 (at_fatal_signal): Use a copying loop instead of memcpy.
45873
45874         2005-12-04  Bruno Haible  <bruno@clisp.org>
45875
45876                 * csharpexec.c: Add support for 'clix' launcher (untested).
45877                 (execute_csharp_using_sscli): New function.
45878                 (execute_csharp_program): Call it.
45879
45880         2006-06-21  Bruno Haible  <bruno@clisp.org>
45881
45882                 Avoid warnings from recent versions of mcs.
45883                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45884                 -o, -L, -r any more. Use options documented since mcs-1.0
45885                 instead. Similarly for -g.
45886
45887         2005-07-09  Bruno Haible  <bruno@clisp.org>
45888
45889                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45890                 add a .dll suffix.
45891                 Reported by Mark Junker <mjscod@gmx.de>.
45892
45893         2006-06-17  Bruno Haible  <bruno@clisp.org>
45894
45895                 * config.charset: Update for NetBSD 3.0.
45896
45897         2006-05-17  Bruno Haible  <bruno@clisp.org>
45898
45899                 Cygwin portability.
45900                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45901
45902         2006-05-16  Bruno Haible  <bruno@clisp.org>
45903
45904                 * localcharset.c [CYGWIN]: Include <windows.h>.
45905                 (get_charset_aliases): For Cygwin, return the same CPxxx
45906                 aliases list as under WIN32.
45907                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45908                 the environment variables. Fall back to GetACP().
45909
45910         2006-04-05  Bruno Haible  <bruno@clisp.org>
45911
45912                 * config.charset: Update Juan Manuel Guerrero's address.
45913
45914         2005-02-12  Bruno Haible  <bruno@clisp.org>
45915
45916                 * allocsa.h: Add extern "C" for C++.
45917
45918         2005-02-10  Bruno Haible  <bruno@clisp.org>
45919
45920                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45921                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45922
45923         2006-07-22  Bruno Haible  <bruno@clisp.org>
45924
45925                 * gettext.h: Update to GNU gettext-0.15.
45926
45927 2006-07-22  Bruno Haible  <bruno@clisp.org>
45928
45929         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45930         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45931         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45932
45933 2006-07-21  Eric Blake  <ebb9@byu.net>
45934
45935         * modules/stdlib-safer: New file.
45936         * MODULES.html.sh (File stream based Input/Output): Add
45937         stdlib-safer.
45938
45939 2006-07-21  Eric Blake  <ebb9@byu.net>
45940
45941         * lib/stdlib-safer.h: New file from coreutils, required by
45942         stdlib--.h.
45943
45944 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45945
45946         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45947
45948 2006-07-20  Bruno Haible  <bruno@clisp.org>
45949
45950         * gnulib-tool: Recognize new option --assume-autoconf.
45951         (autoconf_minversion): New variable.
45952         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45953
45954 2006-07-20  Bruno Haible  <bruno@clisp.org>
45955
45956         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45957
45958 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45959
45960         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45961         Reindent and repaginate.
45962
45963 2006-07-19  Derek Price  <derek@ximbiot.com>
45964
45965         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45966         Correct grammar.
45967
45968 2006-07-17  Bruno Haible  <bruno@clisp.org>
45969
45970         * modules/list: New file.
45971         * modules/array-list: New file.
45972         * modules/carray-list, modules/carray-list-tests: New files.
45973         * modules/linked-list, modules/linked-list-tests: New files.
45974         * modules/avltree-list, modules/avltree-list-tests: New files.
45975         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45976         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45977         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45978         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45979         * modules/oset: New file.
45980         * modules/array-oset: New file.
45981         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45982         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45983         * tests/test-carray_list.c: New file.
45984         * tests/test-linked_list.c: New file.
45985         * tests/test-avltree_list.c: New file.
45986         * tests/test-rbtree_list.c: New file.
45987         * tests/test-linkedhash_list.c: New file.
45988         * tests/test-avltreehash_list.c: New file.
45989         * tests/test-rbtreehash_list.c: New file.
45990         * tests/test-avltree_oset.c: New file.
45991         * tests/test-rbtree_oset.c: New file.
45992         * MODULES.html.sh (Container data structures): New section.
45993
45994 2006-07-17  Bruno Haible  <bruno@clisp.org>
45995
45996         * m4/gl_list.m4: New file.
45997
45998 2006-07-17  Bruno Haible  <bruno@clisp.org>
45999
46000         * lib/gl_list.h: New file.
46001         * lib/gl_list.c: New file.
46002         * lib/gl_array_list.h: New file.
46003         * lib/gl_array_list.c: New file.
46004         * lib/gl_carray_list.h: New file.
46005         * lib/gl_carray_list.c: New file.
46006         * lib/gl_linked_list.h: New file.
46007         * lib/gl_linked_list.c: New file.
46008         * lib/gl_anylinked_list1.h: New file.
46009         * lib/gl_anylinked_list2.h: New file.
46010         * lib/gl_avltree_list.h: New file.
46011         * lib/gl_avltree_list.c: New file.
46012         * lib/gl_anyavltree_list1.h: New file.
46013         * lib/gl_anyavltree_list2.h: New file.
46014         * lib/gl_rbtree_list.h: New file.
46015         * lib/gl_rbtree_list.c: New file.
46016         * lib/gl_anyrbtree_list1.h: New file.
46017         * lib/gl_anyrbtree_list2.h: New file.
46018         * lib/gl_anytree_list1.h: New file.
46019         * lib/gl_anytree_list2.h: New file.
46020         * lib/gl_linkedhash_list.h: New file.
46021         * lib/gl_linkedhash_list.c: New file.
46022         * lib/gl_anyhash_list1.h: New file.
46023         * lib/gl_anyhash_list2.h: New file.
46024         * lib/gl_avltreehash_list.h: New file.
46025         * lib/gl_avltreehash_list.c: New file.
46026         * lib/gl_rbtreehash_list.h: New file.
46027         * lib/gl_rbtreehash_list.c: New file.
46028         * lib/gl_anytreehash_list1.h: New file.
46029         * lib/gl_anytreehash_list2.h: New file.
46030
46031         * lib/gl_oset.h: New file.
46032         * lib/gl_oset.c: New file.
46033         * lib/gl_array_oset.h: New file.
46034         * lib/gl_array_oset.c: New file.
46035         * lib/gl_avltree_oset.h: New file.
46036         * lib/gl_avltree_oset.c: New file.
46037         * lib/gl_rbtree_oset.h: New file.
46038         * lib/gl_rbtree_oset.c: New file.
46039         * lib/gl_anytree_oset.h: New file.
46040
46041 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46042
46043         * m4/mkancesdirs.m4: New file.
46044         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46045         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46046         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46047         it.
46048
46049 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46050
46051         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46052         * lib/mkancesdirs.h: New files.
46053         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46054         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46055         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46056         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46057         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46058         callers changed.  Revamp internals significantly, by not
46059         attempting to create directories that are temporarily more
46060         permissive than the final results.  Do not attempt to use
46061         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46062         This removes some race conditions, fixes some bugs, and simplifies
46063         things.  Use new dirchownmod function to do owner and mode changes.
46064         * lib/mkdir-p.h: Likewise.
46065         * lib/modechange.c (octal_to_mode): New function.
46066         (struct mode_change): New member mentioned.
46067         (make_node_op_equals): New arg mentioned.  All callers changed.
46068         (mode_compile): Keep track of which mode bits the user has explicitly
46069         mentioned.
46070         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46071         New arg PMODE_BITS, to keep track of which mode bits the user
46072         mentioned; it treats S_ISUID and S_ISGID speciall.
46073         All callers changed.
46074         * lib/modechange.h: Likewise.
46075
46076 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46077
46078         * MODULES.html.sh: Add mkancestors.
46079         * modules/mkancesdirs: New module.
46080         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46081         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46082         The chdir-safer and afs files are now orphans; I'll remove them
46083         unless someone speaks up.
46084         Add lib/dirchownmod.c, lib/dirchownmod.h.
46085         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46086         Add lchown, mkancesdirs.
46087         (Maintainer): Add self.
46088
46089 2006-07-15  Karl Berry  <karl@gnu.org>
46090
46091         * gnulib-tool: help message wording/arrangement.
46092
46093 2006-07-14  Simon Josefsson  <jas@extundo.com>
46094
46095         * doc/gnulib.texi (Libtool and Windows): New section.
46096
46097 2006-07-12  Simon Josefsson  <jas@extundo.com>
46098
46099         * modules/gendocs (License): Fix license, approved by Karl.
46100
46101 2006-07-12  Eric Blake  <ebb9@byu.net>
46102
46103         * MODULES.html.sh: Add gendocs.
46104
46105 2006-07-11  Eric Blake  <ebb9@byu.net>
46106
46107         * modules/fdl: New module, to install doc/fdl.texi.
46108         * MODULES.html.sh: Add new section for documentation modules.
46109         * gnulib-tool: Avoid space-tab.
46110         (--doc-base): New option, to manage files from doc.
46111
46112 2006-07-11  Eric Blake  <ebb9@byu.net>
46113
46114         * m4/absolute-header.m4: Fix comments to match recent change.
46115
46116 2006-07-11  Eric Blake  <ebb9@byu.net>
46117
46118         * gnulib-tool: List --doc-base before --tests-base.
46119
46120 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46121
46122         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46123
46124 2006-07-11  Bruno Haible  <bruno@clisp.org>
46125
46126         * README: Mention where to put documentation.
46127
46128 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46129
46130         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46131
46132 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46133
46134         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46135         to stdint.m4.
46136
46137 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46138
46139         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46140         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46141         "no/such/file/stdint.h" when there is no such file, so that
46142         the resulting C code can be parsed by dodgy compilers.
46143         Problems reported by Bob Proulx.
46144
46145 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46146
46147         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46148         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46149         macros into the GNU _D_EXACT_NAMLEN.
46150         * lib/savedir.c:  Likewise.
46151         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46152
46153 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46154         and Paul Eggert  <eggert@cs.ucla.edu>
46155
46156         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46157         * m4/savedir.m4:
46158         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46159         macros into the GNU _D_EXACT_NAMLEN.
46160
46161 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46162
46163         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46164         around the absolute name, to work around a problem with the HP-UX
46165         11.23 native C compiler, reported by Bob Proulx.
46166
46167 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46168
46169         * doc/maintain.texi, make-stds.texi: Sync from
46170         <http://savannah.gnu.org/projects/gnustandards>.
46171
46172 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46173
46174         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46175
46176 2006-07-09  Jim Meyering  <jim@meyering.net>
46177
46178         * m4/glob.m4: Remove a doubled word in a comment.
46179
46180 2006-07-09  Jim Meyering  <jim@meyering.net>
46181
46182         * lib/argp-pv.c: Remove a doubled word in a comment.
46183         * lib/check-version.c (check_version): Likewise.
46184         * lib/javacomp.c (compile_java_class): Likewise.
46185
46186 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46187
46188         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46189         for the benefit of people using Autoconf 2.60.  If you want to
46190         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46191         (or m4/onceonly.m4, if pre-2.57) manually.
46192
46193 2006-07-08  Jim Meyering  <jim@meyering.net>
46194
46195         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46196         comment.
46197         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46198         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46199         comment.
46200
46201 2006-07-08  Jim Meyering  <jim@meyering.net>
46202
46203         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46204
46205 2006-07-07  Simon Josefsson  <jas@extundo.com>
46206
46207         * tests/test-crc.c: Change expected crc value, the test vector
46208         were probably computed using the old broken crc.c?
46209
46210 2006-07-06  Simon Josefsson  <jas@extundo.com>
46211
46212         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46213         now the canonical place for the M4 file).
46214
46215         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46216         from the sys_socket dependency now.
46217
46218         * modules/inet_pton (Files): Ditto.
46219
46220         * modules/inet_ntop (Files): Ditto.
46221
46222 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46223
46224         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46225         not gl_PREREQ_GETUSERSHELL.
46226
46227 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46228
46229         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46230         with only one argument, for Autoconf 2.60.
46231         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46232         expand to nothing, so add a shell command to avoid syntax error.
46233         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46234
46235 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46236
46237         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46238
46239 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46240
46241         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46242         no longer needed.  Check for isblank decl.
46243         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46244         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46245         of existence.
46246
46247 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46248
46249         * lib/getloadavg.c: Use __VMS, not VMS.
46250         * lib/getopt.c: Likewise.
46251         * lib/getpagesize.h: Likewise.
46252         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46253         and probably does not work.
46254
46255 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46256
46257         * lib/.cppi-disable: Add wcwidth.
46258         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46259         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46260         (ISGRAPH): Remove.  All uses changed to isgraph.
46261         (FOLD) [!defined _LIBC]: Remove special case.
46262         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46263         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46264         HAVE_ISBLANK.
46265         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46266         case.
46267
46268 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46269
46270         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46271         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46272         brackets.  Other minor changes to suppress some compiler
46273         warnings.
46274
46275 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46276         and Paul Eggert  <eggert@cs.ucla.edu>
46277
46278         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46279         of invoking obsolescent AC_HEADER_DIRENT macro.
46280         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46281         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46282         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46283         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46284         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46285         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46286         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46287         * m4/readdir.m4: Remove; no longer needed.
46288
46289 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46290         and Paul Eggert  <eggert@cs.ucla.edu>
46291
46292         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46293         Don't worry about this obsolete case any more.
46294         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46295         directories.
46296         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46297         worry about this obsolete case any more.
46298         * lib/fts.c: Likewise.
46299         * lib/getcwd.c: Likewise.
46300         * lib/glob.h: Likewise.
46301         * lib/savedir.c: Likewise.
46302
46303 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46304
46305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46306         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46307         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46308         needed.
46309         All uses removed.
46310         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46311         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46312         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46313         needed.
46314         * m4/getdate.m4 (gl_GETDATE): Likewise.
46315         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46316         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46317         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46318         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46319         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46320         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46321         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46322         needed.
46323
46324 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46325
46326         * lib/memcasecmp.c: Include <limits.h>.
46327         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46328         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46329         Don't assume isdigit succeeds only on '0' through '9'.
46330
46331 2006-07-05  Eric Blake  <ebb9@byu.net>
46332
46333         * modules/getaddrinfo (Depends-on): Add snprintf.
46334
46335 2006-07-05  Eric Blake  <ebb9@byu.net>
46336
46337         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46338         to avoid 'header present but could not be compiled' on cygwin.
46339
46340 2006-07-05  Eric Blake  <ebb9@byu.net>
46341
46342         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46343         missing from netdb.h.
46344         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46345
46346 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46347
46348         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46349         no longer needed.
46350         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46351         * m4/getdate.m4 (gl_GETDATE): Likewise.
46352         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46353         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46354         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46355         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46356         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46357
46358 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46359
46360         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46361         All uses of is_space replaced by isspace.
46362         * lib/exit.h: Don't talk about STDC_HEADERS.
46363         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46364         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46365         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46366         replaced by isprint etc.
46367         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46368         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46369         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46370         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46371         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46372         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46373
46374 2006-07-05  Bruno Haible  <bruno@clisp.org>
46375
46376         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46377         the function exists, before testing against AIX.
46378         Reported by Martin Lambers <marlam@marlam.de>.
46379
46380 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46381
46382         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46383         From Mark D. Baushke.
46384
46385 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46386
46387         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46388         to the absolute name, not just one, to bypass Sun C 5.8's
46389         "warning: #include of /usr/include/... may be non-portable".
46390
46391 2006-07-04  Eric Blake  <ebb9@byu.net>
46392
46393         * modules/dirname-tests: New test module.
46394         * tests/test-dirname.c: New file, replacing dirname.c
46395         TEST_DIRNAME section that was recently deleted.
46396
46397 2006-07-04  Bruno Haible  <bruno@clisp.org>
46398
46399         Assume ANSI C header files and <ctype.h> functions.
46400         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46401         (mbsnwidth): Use isprint, iscntrl instead.
46402
46403 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46404
46405         Merge from coreutils.
46406         * MODULES.html.sh: Add xstrtold.
46407         * modules/xstrtold: New file.
46408         * modules/cycle-check (Files): Add lib/same-inode.h.
46409         * modules/dirname (Files): Add m4/double-slash-root.m4.
46410         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46411         * modules/mkdir-p (Files): Add lib/same-inode.h.
46412         * modules/same (Files): Add lib/same-inode.h.
46413
46414 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46415
46416         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46417         This is to keep the terminology clean; POSIX talks about
46418         "absolute pathnames", not "full pathnames", but the GNU
46419         Coding Standards say to use "path" for something else;
46420         so use "absolute" to keep both sides happy.
46421         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46422         Set gl_absolute_header, not gl_full_header_path.
46423         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46424         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46425         All uses changed.
46426
46427         Merge from coreutils.
46428
46429         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46430
46431         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46432         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46433         want to require the building of c-strtod.o.
46434         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46435         needs -lm directly.
46436         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46437
46438         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46439
46440         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46441         --as-needed option if available.  Problem reported by Albert Chin in
46442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46443         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46444         cc merely issues a bunch of annoying warnings for --as-needed
46445         (this problem was reported by Bob Proulx).  Also, try linking with
46446         -lm to detect a bug in binutils 2.16 (this problem was reported
46447         by Ralf Wildenhues).
46448
46449         2006-06-18  Jim Meyering  <jim@meyering.net>
46450
46451         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46452         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46453         macro.
46454         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46455         also check for glibc-2.4's abort-inducing bug.
46456
46457         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46458         Low-probability clean-up should be to use rmdir to get rid of
46459         the just-created directory, not unlink.
46460
46461         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46462         configure fail, and request a bug report to inform us about it.
46463         Add a comment that, barring reports to the contrary, in 2007 we'll
46464         assume ftruncate is universally available.
46465
46466         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46467
46468         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46469
46470         2006-03-12  Jim Meyering  <jim@meyering.net>
46471
46472         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46473         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46474         * m4/same.m4 (gl_SAME): Likewise.
46475         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46476
46477         2006-03-11  Eric Blake  <ebb9@byu.net>
46478
46479         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46480         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46481         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46482         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46483
46484 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46485
46486         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46487         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46488         reported by Mark D. Baushke, one in
46489         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46490
46491         Merge from coreutils.
46492
46493         * lib/.cppi-disable: Add stdint_.h.
46494         * lib/.cvsignore: Add stdint.h.
46495
46496         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46497
46498         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46499         both double and long double versions.
46500         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46501         * lib/xstrtold.c: New file.
46502         * lib/xstrtod.h (xstrtold): New decl.
46503
46504         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46505
46506         * lib/filemode.c (setst): Remove.
46507         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46508         (arguably) clearer, and the generated code is a bit smaller on my
46509         Debian GNU/Linux stable x86 host.
46510
46511         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46512
46513         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46514         Assume that filemode.h includes sys/types.h and sys/stat.h.
46515         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46516         (ftypelet): Reorder to put common cases first, for efficiency.
46517         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46518         to do 'M'.
46519         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46520         of 10, for compatibility with FreeBSD.  All callers changed.
46521         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46522         types that can't be deduced solely from st_mode.  First arg is now a
46523         const pointer.
46524         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46525         (strmode): Renamed from mode_string.
46526         (filemodestring): New decl.
46527         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46528         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46529         needed.
46530         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46531
46532         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46533
46534         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46535         fsusage.h now does that.  Include fsusage.h first, to test interface.
46536         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46537         at most one method (the old code could have generated decls that
46538         didn't conform to C89, not that this was ever exercised).
46539         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46540
46541         2006-03-19  Jim Meyering  <jim@meyering.net>
46542
46543         Work even in a chroot where d_ino values for entries in "/"
46544         don't match the stat.st_ino values for the same names.
46545         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46546         number, iterate through all entries again, using lstat instead.
46547         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46548         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46549
46550         * lib/getcwd.c (__getcwd): Clarify a comment.
46551         Use memcpy in place of a call to strcpy.
46552
46553         2006-03-12  Jim Meyering  <jim@meyering.net>
46554
46555         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46556         matches that of the current directory (which we're about to chdir ".."
46557         out of), then save the dev-ino of the parent, instead.
46558
46559         * lib/same-inode.h (SAME_INODE): New file/macro.
46560         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46561         Include "same-inode.h", instead.
46562         * lib/same.c: Likewise.
46563         * lib/cycle-check.h: Include "same-inode.h".
46564         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46565         * lib/cycle-check.c (SAME_INODE): Remove definition.
46566         * lib/root-dev-ino.h: Include "same-inode.h".
46567
46568         2006-03-11  Eric Blake  <ebb9@byu.net>
46569
46570         * lib/same.c (same_name): s/base_name/last_component/
46571         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46572         * lib/filenamecat.c (file_name_concat): Likewise.
46573
46574         2006-03-11  Eric Blake  <ebb9@byu.net>,
46575                     Paul Eggert  <eggert@cs.ucla.edu>
46576
46577         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46578         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46579         drive prefix.
46580         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46581         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46582         (last_component): New method.
46583         * lib/dirname.c (dir_len): Determine when drive letters need a
46584         subsequent slash.  Preserve // when it is special.
46585         (dir_name): Don't append dot when drive letter is absolute.
46586         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46587         * lib/basename.c (base_name): New semantics - malloc the result.
46588         Preserve // when it is special.  Preserve relative files that look
46589         like drive letters.
46590         (base_len): Preserve // when it is special.
46591         (last_component): New method, similar to old base_name semantics.
46592         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46593         base_name.  Strip redundant slashes from ///.
46594
46595 2006-07-03  Jim Meyering  <jim@meyering.net>
46596
46597         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46598         macro is used before the first cycle_check call.
46599
46600 2006-07-03  Eric Blake  <ebb9@byu.net>
46601
46602         * modules/dirname (Depends-on): Add xstrndup.
46603
46604 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46605
46606         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46607         test cases, so that config.log is a bit easier to follow.
46608
46609 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46610
46611         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46612         both are 64 bits, since this seems to be the tradition, and this
46613         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46614         we ever run into a host that prefers long long to long in this
46615         case, we'll need another configure-time test.  Problem reported by
46616         Jim Meyering.
46617
46618 2006-07-02  Eric Blake  <ebb9@byu.net>
46619
46620         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46621
46622 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46623
46624         * modules/inttypes (Depends-on): No longer depends on stdint.
46625         * modules/stdint (Description): Say more about assumptions.
46626         Say that the fast types might differ.  Say macros are used.
46627         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46628         (Makefile.am): Revise list of substituted symbols to match
46629         new stdint.m4.
46630         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46631         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46632         * tests/test-stdint.c (verify_same_types)
46633         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46634         the code conforms to C99/C89.
46635         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46636         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46637
46638 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46639
46640         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46641         but fix a bug, by requiring at least 64 bits.
46642         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46643         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46644         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46645         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46646
46647         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46648         changes.  Make 2.59 a prerequisite.  Check and substitute for
46649         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46650         inttypes.h.  Do not use special include files; just use the
46651         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46652         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46653         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46654         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46655         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46656         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46657         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46658         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46659         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46660         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46661         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46662         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46663         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46664         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46665         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46666         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46667         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46668         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46669         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46670         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46671         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46672         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46673         not check for things that C99 does not require, e.g., int8_t.  If
46674         a test isn't needed unless <stdint.h> isn't working, and is
46675         unlikely to be needed for any other reason, then don't do it
46676         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46677         size_t, since we assume C89 freestanding at least.  Do not check
46678         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46679         the right thing even if the types are not defined.  Instead use:
46680         (gl_STDINT_TYPE_PROPERTIES): New macro.
46681         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46682         testing whether <sys/types.h> clashes, as Autoconf does this for
46683         us now.  All uses removed.
46684         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46685         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46686         (gl_CHECK_TYPE_SAME):
46687         Remove; no longer needed.
46688         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46689         exists, since we'll return 0 anyway in that case.
46690         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46691
46692 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46693
46694         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46695         possible collision with system files.
46696         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46697         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46698         WCHAR_MIN and WCHAR_MAX in this case.
46699         (<stddef.h>): Do not include; no longer needed.
46700         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46701         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46702         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46703         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46704         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46705         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46706         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46707         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46708         !defined(__c99))]: Include in this case too, since it's harmless
46709         now.
46710         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46711         dangerous to do so.
46712         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46713         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46714         (_STDINT_MIN, _STDINT_MAX): New macros.
46715         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46716         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46717         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46718         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46719         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46720         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46721         macros, not typedefs; this simplifies things quite a bit.
46722         Use long int for all types narrower than int64_t.
46723         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46724         Define in terms of long long int or int64_t or long int,
46725         not int64_t or int32_t.  This saves some compile-time testing.
46726         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46727         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46728         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46729         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46730         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46731         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46732         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46733         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46734         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46735         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46736         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46737         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46738         undef any previous version and define our own version, for
46739         simplicity and consistency with the new macros for types.
46740         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46741         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46742         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46743         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46744         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46745         @WINT_T_SUFFIX@ to keep things simple here.
46746         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46747         Simplify by assuming typical 8/16/32/64 host, since we're
46748         already doing that elsewhere anyway.
46749         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46750         and assume long long int is 64 bits if available.  This
46751         speeds up 'configure'.
46752
46753 2006-07-01  Eric Blake  <ebb9@byu.net>
46754
46755         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46756         Reported by Andreas Buening.
46757
46758 2006-07-01  Eric Blake  <ebb9@byu.net>
46759
46760         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46761
46762 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46763
46764         * lib/getaddrinfo.c: fixed typo
46765
46766 2006-06-29  Jim Meyering  <jim@meyering.net>
46767
46768         * modules/strftime (Maintainer): Add my name, since with the
46769         FPRINTFTIME changes strftime.c has forked from glibc.
46770
46771 2006-06-29  Eric Blake  <ebb9@byu.net>
46772
46773         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46774
46775 2006-06-29  Eric Blake  <ebb9@byu.net>
46776
46777         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46778
46779 2006-06-29  Eric Blake  <ebb9@byu.net>
46780
46781         * lib/stat_.h: New file.
46782
46783 2006-06-29  Eric Blake  <ebb9@byu.net>
46784
46785         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46786         unused static function.
46787
46788 2006-06-29  Eric Blake  <ebb9@byu.net>
46789
46790         * doc/functions.texi (Function Portability): Document missing lstat
46791         on mingw.
46792
46793 2006-06-29  Eric Blake  <ebb9@byu.net>
46794
46795         * MODULES.html.sh: Add sys_stat.
46796         * modules/sys_stat: New module.
46797         * modules/mkstemp (Depends-on): Add sys_stat.
46798
46799 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46800
46801         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46802
46803 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46804
46805         * m4/c-bs-a.m4: Removed.
46806
46807 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46808
46809         * lib/strftime.c: Assume strftime() exists.
46810
46811 2006-06-29  Derek Price  <derek@ximbiot.com>
46812
46813         * modules/c-bs-a: Removed - \a is C89.
46814         * MODULES.html.sh: Remove c-bs-a.
46815
46816 2006-06-29  Bruno Haible  <bruno@clisp.org>
46817
46818         * modules/wcwidth (License): Change to LGPL.
46819
46820 2006-06-28  Simon Josefsson  <jas@extundo.com>
46821
46822         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46823         on _WIN32.
46824
46825         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46826         getnameinfo.
46827
46828 2006-06-28  Simon Josefsson  <jas@extundo.com>
46829
46830         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46831
46832 2006-06-28  Simon Josefsson  <jas@extundo.com>
46833
46834         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46835         functions there.  It will succeed on Windows XP, but on Windows
46836         2000 and (presumably) earlier, it will fail, and use the internal
46837         re-implementation.
46838         (use_win32_p): New function.
46839         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46840         Support AI_NUMERICSERV to disable getservbyname.
46841         (getnameinfo): New function, only supports
46842         NI_NUMERICHOST|NI_NUMERICSERV for now.
46843
46844         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46845         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46846         getnameinfo.
46847
46848 2006-06-28  Eric Blake  <ebb9@byu.net>
46849
46850         * modules/wcwidth: New file.
46851         * modules/mbchar (Depends-on): Add wcwidth.
46852         * modules/mbswidth (Depends-on): Add wcwidth.
46853         * MODULES.html.sh: Add wcwidth.
46854
46855 2006-06-28  Eric Blake  <ebb9@byu.net>
46856
46857         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46858         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46859
46860 2006-06-28  Eric Blake  <ebb9@byu.net>
46861
46862         * lib/xvasprintf.h: Fix comments.
46863
46864 2006-06-28  Eric Blake  <ebb9@byu.net>
46865
46866         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46867         * lib/mbswidth.c (wcwidth): Move from here...
46868         * lib/wcwidth.h: ...to this new file.
46869
46870 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46871
46872         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46873
46874         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46875         it's obsolete.
46876         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46877
46878 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46879
46880         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46881         Autoconf 2.60 says this stuff was obsolete.
46882
46883 2006-06-28  Bruno Haible  <bruno@clisp.org>
46884
46885         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46886
46887 2006-06-28  Bruno Haible  <bruno@clisp.org>
46888
46889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46890         gt_TYPE_WCHAR_T.
46891
46892 2006-06-28  Bruno Haible  <bruno@clisp.org>
46893
46894         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46895         declaration for wcwidth.
46896         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46897
46898 2006-06-28  Bruno Haible  <bruno@clisp.org>
46899
46900         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46901         (mkdir): Define using _mkdir.
46902
46903 2006-06-28  Bruno Haible  <bruno@clisp.org>
46904
46905         * lib/getaddrinfo.h: Fix POSIX URL.
46906         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46907         _WIN32.
46908         (use_win32_p): Make static.
46909         (getaddrinfo): Reject service name if it is empty or does not consist
46910         solely of decimal digits, or if its value is > 65535.
46911         (getnameinfo): Remove useless casts.
46912
46913 2006-06-27  Simon Josefsson  <jas@extundo.com>
46914
46915         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46916         Eggert and Martin Lambers.
46917
46918 2006-06-27  Simon Josefsson  <jas@extundo.com>
46919
46920         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46921         Eggert and Martin Lambers.
46922
46923 2006-06-27  Bruno Haible  <bruno@clisp.org>
46924
46925         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46926         result to 0, not to empty.
46927         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46928
46929 2006-06-27  Bruno Haible  <bruno@clisp.org>
46930
46931         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46932
46933 2006-06-26  Simon Josefsson  <jas@extundo.com>
46934
46935         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46936         present.
46937
46938 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46939
46940         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46941         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46942         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46943
46944 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46945
46946         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46947
46948 2006-06-26  Bruno Haible  <bruno@clisp.org>
46949
46950         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46951
46952 2006-06-26  Bruno Haible  <bruno@clisp.org>
46953
46954         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46955
46956 2006-06-26  Bruno Haible  <bruno@clisp.org>
46957
46958         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46959         SGI C compiler in pre-C99 mode.
46960         Suggested by Mark D. Baushke and Larry Jones.
46961
46962 2006-06-26  Bruno Haible  <bruno@clisp.org>
46963
46964         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46965         WCHAR_MAX.
46966         Reported by Mark D. Baushke and Larry Jones.
46967
46968 2006-06-26  Bruno Haible  <bruno@clisp.org>
46969
46970         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46971         in pre-C99 mode.
46972         Suggested by Mark D. Baushke and Larry Jones.
46973
46974 2006-06-23  Simon Josefsson  <jas@extundo.com>
46975             Bruno Haible  <bruno@clisp.org>
46976
46977         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46978         Emit mostlyclean-local rule.
46979         (func_emit_tests_Makefile_am): Likewise.
46980         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46981
46982 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46983
46984         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46985
46986 2006-06-23  Bruno Haible  <bruno@clisp.org>
46987
46988         * tests/test-stdint.c: Update to match ISO C 99 Technical
46989         Corrigendum 1.
46990
46991 2006-06-23  Bruno Haible  <bruno@clisp.org>
46992
46993         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46994
46995 2006-06-23  Bruno Haible  <bruno@clisp.org>
46996
46997         * lib/stdint_.h: Treat IRIX like OpenBSD.
46998
46999 2006-06-23  Bruno Haible  <bruno@clisp.org>
47000
47001         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47002         ISO C 99 Technical Corrigendum 1.
47003
47004 2006-06-22  Simon Josefsson  <jas@extundo.com>
47005
47006         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47007         MinGW.
47008
47009 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47010
47011         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47012         needed.  Some compiler complained about some of them.  Problem reported
47013         by Larry Jones in
47014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47015
47016 2006-06-21  Simon Josefsson  <jas@extundo.com>
47017
47018         * tests/test-getaddrinfo.c: New file.
47019
47020         * modules/getaddrinfo-tests: New file.
47021
47022         * MODULES.html.sh: Add inet_pton.
47023
47024         * modules/inet_pton: New file.
47025
47026 2006-06-21  Simon Josefsson  <jas@extundo.com>
47027
47028         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47029         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47030         of using the (limited) gnulib implementation on Windows XP.
47031
47032         * m4/inet_pton.m4: New file.
47033
47034 2006-06-21  Simon Josefsson  <jas@extundo.com>
47035
47036         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47037         variable.
47038
47039         * lib/socket_.h: Don't define WINVER.
47040
47041         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47042         slightly modified to work in gnulib.
47043
47044 2006-06-21  Simon Josefsson  <jas@extundo.com>
47045
47046         * doc/gnulib.texi (Windows sockets): Add.
47047
47048 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47049
47050         * lib/read-file.c (fread_file): Start with buffer allocation of
47051         0 bytes rather than 1 byte; this simplifies the code.
47052         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47053         code to free buffer and save/restore errno.
47054         (internal_read_file): Remove unused local.
47055
47056 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47057
47058         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47059         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47060         Problem reported by Denis Excoffier in
47061         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47062
47063 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47064
47065         * modules/sys_socket, modules/socklen: Include sys/types since
47066         FreeBSD 4.x's sys/socket.h needs it.
47067
47068 2006-06-19  Simon Josefsson  <jas@extundo.com>
47069
47070         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47071
47072 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47073
47074         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47075
47076 2006-06-19  Bruno Haible  <bruno@clisp.org>
47077
47078         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47079         and FULL_PATH_INTTYPES_H in angle brackets.
47080         Reported by Mark D. Baushke <mdb@gnu.org>.
47081
47082 2006-06-17  Eric Blake  <ebb9@byu.net>
47083
47084         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47085         errno.
47086
47087 2006-06-17  Bruno Haible  <bruno@clisp.org>
47088
47089         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47090         <sys/inttypes.h>.
47091
47092 2006-06-17  Bruno Haible  <bruno@clisp.org>
47093
47094         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47095         whether errno is declared. Assume <errno.h> declares errno.
47096
47097 2006-06-17  Bruno Haible  <bruno@clisp.org>
47098
47099         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47100
47101 2006-06-17  Bruno Haible  <bruno@clisp.org>
47102
47103         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47104         problem on Solaris 2.5.1.
47105
47106 2006-06-16  Eric Blake  <ebb9@byu.net>
47107
47108         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47109         * lib/unicodeio.c [!defined errno]: Likewise.
47110         * lib/strtol.c [!defined errno]: Likewise.
47111         * lib/strtod.c [!defined errno]: Likewise.
47112
47113 2006-06-15  Eric Blake  <ebb9@byu.net>
47114
47115         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47116
47117 2006-06-15  Eric Blake  <ebb9@byu.net>
47118
47119         * config/srclist.txt (ssize_t.m4): Lose sync.
47120
47121 2006-06-15  Bruno Haible  <bruno@clisp.org>
47122
47123         * modules/stdint (Files): Include m4/full-header-path.m4,
47124         m4/size_max.m4, m4/wchar_t.m4.
47125         (Makefile.am): Many more substitutions.
47126         * modules/stdint-tests: New file.
47127         * tests/test-stdint.c: New file.
47128
47129 2006-06-15  Bruno Haible  <bruno@clisp.org>
47130
47131         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47132         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47133         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47134         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47135         gl_CHECK_TYPE_SAME): New macros.
47136
47137 2006-06-15  Bruno Haible  <bruno@clisp.org>
47138
47139         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47140
47141 2006-06-15  Bruno Haible  <bruno@clisp.org>
47142
47143         * lib/stdint_.h: Rewritten to be fully auto-configured.
47144         Fixes bug on HP-UX/IA64.
47145
47146 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47147
47148         * lib/getdate.y (__attribute__): Don't define if already defined.
47149         Problem reported by Larry Jones.
47150         * lib/utimens.c (__attribute__): Likewise.
47151
47152 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47153
47154         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47155         reported by Andreas Schwab.
47156
47157 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47158             Bruno Haible  <bruno@clisp.org>
47159
47160         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47161         check for the declaration of strnlen and a run test that exposes the
47162         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47163         rpl_strndup.
47164
47165 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47166             Bruno Haible  <bruno@clisp.org>
47167
47168         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47169
47170 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47171
47172         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47173         compile test, for Tru64 4.0D.
47174
47175 2006-05-28  Karl Berry  <karl@gnu.org>
47176
47177         * config/srclist.txt (printf-args.c): lose sync.
47178
47179 2006-05-26  Martin Lambers  <marlam@marlam.de>
47180
47181         * lib/getpass.c: Updates the test for the native W32 API, and adds
47182         missing includes, thus fixing compilation warnings.
47183
47184 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47185
47186         * lib/exclude.c (exclude_fnmatch): New function.
47187         (excluded_file_name): Call exclude_fnmatch.
47188         * lib/exclude.h (excluded_file_name): New prototype
47189
47190 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47191
47192         * lib/tempname.c (small_open, large_open): New macros.
47193         (__open, __open64) [!_LIBC]: Remove.
47194         (__gen_tempname): Use small_open and large_open instead of __open
47195         and __open64.  This fixes a portability bug on HP-UX 11.11i
47196         reported by Simon Wing-Tang in
47197         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47198
47199 2006-05-24  Bruno Haible  <bruno@clisp.org>
47200
47201         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47202         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47203         Reported by Thorsten Maerz <torte@netztorte.de> via
47204         Aaron Stone <aaron@serendipity.cx>.
47205
47206 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47207
47208         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47209         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47210         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47211         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47212         not really conditional on the cache.
47213         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47214
47215 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47216
47217         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47218         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47219         (my_usleep): Don't mishandle maximum value.
47220
47221 2006-05-19  Jim Meyering  <jim@meyering.net>
47222
47223         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47224
47225 2006-05-17  Bruno Haible  <bruno@clisp.org>
47226
47227         Cygwin portability.
47228         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47229
47230 2006-05-17  Bruno Haible  <bruno@clisp.org>
47231
47232         * lib/stdint_.h: Fix recognition of Cygwin.
47233
47234 2006-05-15  Bruno Haible  <bruno@clisp.org>
47235
47236         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47237         on libtool patch by Ralf Wildenhues.
47238
47239 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47240
47241         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47242         test for C99 conformance; (bool) 0.5 is an integer constant
47243         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47244         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47245
47246 2006-05-11  Simon Josefsson  <jas@extundo.com>
47247
47248         * m4/xvasprintf.m4: Fix obvious typo.
47249
47250 2006-05-11  Jim Meyering  <jim@meyering.net>
47251
47252         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47253         James Lemley.
47254
47255 2006-05-10  Simon Josefsson  <jas@extundo.com>
47256
47257         * lib/md4.c: Typo fix, update copyright years.
47258         (K1, K2): Don't use L because it turn computations into 64-bit on
47259         64-bit platforms.
47260
47261 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47262
47263         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47264         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47265         unwanted sign propagation, e.g., on hosts with 64-bit int.
47266         There still are some problems with reeelly weird theoretical hosts
47267         (e.g., 33-bit int) but it's not worth worrying about now.
47268         * lib/sha1.c (rol): Likewise.
47269         (K1, K2, K3, K4): Remove unnecessary L suffix.
47270
47271 2006-05-10  Bruno Haible  <bruno@clisp.org>
47272
47273         * lib/des.c: Cast to avoid warnings.
47274
47275 2006-05-09  Bruno Haible  <bruno@clisp.org>
47276
47277         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47278         (Depends-on): Depend also on xsize, stdarg.
47279         (configure.ac): Add gl_XVASPRINTF.
47280
47281 2006-05-09  Bruno Haible  <bruno@clisp.org>
47282
47283         * m4/xvasprintf.m4: New file.
47284
47285 2006-05-09  Bruno Haible  <bruno@clisp.org>
47286
47287         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47288         (EOVERFLOW): Define fallback value.
47289         (xstrcat): New function.
47290         (xvasprintf): Recognize the special case of a string concatenation.
47291
47292 2006-05-08  Eric Blake  <ebb9@byu.net>
47293
47294         * gnulib-tool (func_version): Base copyright year on CVS date.
47295         (func_emit_copyright_notice): New function.
47296         (func_emit_lib_Makefile_am): Use it.
47297         (func_emit_tests_Makefile_am): Likewise.
47298         (func_import): Likewise.
47299
47300 2006-05-08  Bruno Haible  <bruno@clisp.org>
47301
47302         * modules/stdarg: New file.
47303         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47304
47305 2006-05-08  Bruno Haible  <bruno@clisp.org>
47306
47307         * m4/stdarg.m4: New file, from GNU gettext.
47308
47309 2006-05-08  Bruno Haible  <bruno@clisp.org>
47310
47311         * config/srclist.txt (build-aux/config.rpath): different from latest
47312         release.
47313
47314 2006-05-08  Bruno Haible  <bruno@clisp.org>
47315
47316         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47317
47318 2006-05-05  Jim Meyering  <jim@meyering.net>
47319
47320         * m4/warning.m4: New file, derived from bison's file by the same name.
47321
47322 2006-05-03  Bruno Haible  <bruno@clisp.org>
47323
47324         * lib/stdint_.h: Shorter URL.
47325         * lib/inttypes.h: Likewise.
47326
47327 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47328
47329         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47330
47331 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47332
47333         * lib/verify.h: Document the internals better.  Most of this change
47334         was written by Bruno Haible.
47335
47336 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47337
47338         * doc/verify.texi: New file, partly based on a proposal by
47339         Bruno Haible.
47340
47341 2006-05-02  Bruno Haible  <bruno@clisp.org>
47342
47343         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47344         test from here...
47345         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47346
47347 2006-04-29  Bruno Haible  <bruno@clisp.org>
47348
47349         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47350         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47351
47352 2006-04-29  Bruno Haible  <bruno@clisp.org>
47353
47354         * gnulib-tool: Make --update option actually work.
47355
47356 2006-04-29  Bruno Haible  <bruno@clisp.org>
47357
47358         * doc/gcd.texi: New file.
47359         * doc/gnulib.texi: Include it.
47360
47361 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47362
47363         * lib/getdate.y (get_date): When adding relative date, start with the
47364         initial time, not with the result of the first mktime call.
47365
47366 2006-04-25  Bruno Haible  <bruno@clisp.org>
47367
47368         * gnulib-tool (func_import): Output the include directives in three
47369         blocks, sorted separately.
47370         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47371
47372 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47373
47374         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47375         to define main with arguments, for C++.  Reported by Eric Blake.
47376         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47377         Prefer 'int main ()' to 'int main (void)', for C++.
47378         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47379         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47380         for 'main', for C99 and C++.
47381
47382 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47383
47384         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47385         Don't assume that exit status -1 is valid.
47386         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47387         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47388         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47389         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47390         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47391         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47392         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47393         functions can be used without declaring them, or that you can
47394         exit with status -1.
47395         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47396
47397 2006-04-24  Karl Berry  <karl@gnu.org>
47398
47399         * config/srclist.txt (longdouble.m4): sync lost.
47400
47401 2006-04-24  Eric Blake  <ebb9@byu.net>
47402
47403         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47404
47405 2006-04-24  Bruno Haible  <bruno@clisp.org>
47406
47407         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47408         poll() implementation in AIX.
47409         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47410
47411 2006-04-24  Bruno Haible  <bruno@clisp.org>
47412
47413         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47414         assigned exactly once.
47415
47416 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47417             Bruno Haible  <bruno@clisp.org>
47418
47419         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47420         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47421         for AM_CPPFLAGS.
47422
47423 2006-04-23  Bruno Haible  <bruno@clisp.org>
47424
47425         * modules/copy-file: Depend on unistd.
47426         * modules/execute: Likewise.
47427         * modules/fatal-signal: Likewise.
47428         * modules/findprog: Likewise.
47429         * modules/mkdtemp : Likewise.
47430         * modules/pipe: Likewise.
47431         * modules/wait-process: Likewise.
47432
47433 2006-04-23  Bruno Haible  <bruno@clisp.org>
47434
47435         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47436         condition was already detected.
47437         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47438
47439 2006-04-23  Bruno Haible  <bruno@clisp.org>
47440
47441         * lib/copy-file.c: Include <unistd.h> unconditionally.
47442         * lib/execute.c: Likewise.
47443         * lib/fatal-signal.c: Likewise.
47444         * lib/findprog.c: Likewise.
47445         * lib/mkdtemp.c: Likewise.
47446         * lib/pipe.h: Likewise.
47447         * lib/pipe.c: Likewise.
47448         * lib/wait-process.h: Likewise.
47449
47450 2006-04-23  Bruno Haible  <bruno@clisp.org>
47451
47452         * gnulib-tool (func_usage): Fix --import description. Document
47453         --update.
47454         (func_import): Create temporary file in a temporary directory, if
47455         --dry-run is specified. Silence errors from 'grep' when there are no
47456         m4 files in $m4dir.
47457         (func_create_testdir): Silence errors from 'grep' when there are no
47458         m4 files in $m4dir.
47459         Reported by Karl Berry <karl@freefriends.org>.
47460
47461 2006-04-20  Bruno Haible  <bruno@clisp.org>
47462
47463         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47464         one argument, so that the code will be portable to Autoconf 2.60.
47465         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47466         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47467         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47468
47469 2006-04-19  Derek Price  <derek@ximbiot.com>
47470             Eric Blake  <ebb9@byu.net>
47471
47472         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47473         rather than "/full/path.h".  Update comment to match.  Shorten &
47474         generalize m4_translit call via AS_TR_CPP.
47475
47476 2006-04-19  Derek Price  <derek@ximbiot.com>
47477             Eric Blake  <ebb9@byu.net>
47478
47479         * lib/inttypes.h: Correct grammar in comment.
47480
47481 2006-04-18  Derek Price  <derek@ximbiot.com>
47482             Paul Eggert  <eggert@cs.ucla.edu>
47483
47484         * modules/inttypes: New file.
47485         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47486
47487 2006-04-18  Derek Price  <derek@ximbiot.com>
47488             Paul Eggert  <eggert@cs.ucla.edu>
47489
47490         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47491         New files.
47492
47493 2006-04-18  Derek Price  <derek@ximbiot.com>
47494             Paul Eggert  <eggert@cs.ucla.edu>
47495
47496         * lib/inttypes.h: New file.
47497         * lib/strtoimax.c: Assume <inttypes.h>.
47498
47499 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47500
47501         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47502         isn't mounted.  Problem reported by Kir Kolyshkin.
47503
47504 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47505
47506         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47507         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47508         Derek R. Price.
47509         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47510         implementation.
47511
47512 2006-04-12  Eric Blake  <ebb9@byu.net>
47513
47514         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47515         is now done automatically by the corresponding Autoconf macro.
47516
47517 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47518
47519         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47520         time_r.h.
47521
47522 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47523
47524         Merge regex changes from libc, removing some of our
47525         POSIX-conformance changes that were rejected and redoing them in a
47526         less-intrusive way.
47527
47528         * lib/regcomp.c (re_compile_internal, init_dfa):
47529         Length arg is now size_t, not Idx.  All uses changed.
47530         (peek_token): Forward decl now says internal_function.
47531         (__re_error_msgid, __re_error_msgid_idx):
47532         Now static rather than extern with attribute_hidden.
47533         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47534         For some reason libc prefers K&R style defns for external functions.
47535         (regerror) [!defined _LIBC]: Likewise.
47536         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47537         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47538         (build_range_exp, build_collating_symbol):
47539         Use K&R-style defn.
47540         (re_compile_fastmap): Use '\0' to memset, not 0.
47541         (utf8_sb_map): Make the calculations more obvious.
47542         (init_dfa, parse_bracket_exp, build_charclass_op):
47543         Call calloc and cast result, as glibc does.
47544         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47545         (build_range_exp, build_collating_symbol):
47546         Now internal functions.
47547
47548         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47549
47550         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47551         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47552         Don't depend on VMS; depend on __VMS instead, for POSIX
47553         namespace cleanness.
47554         (regoff_t): Define to ssize_t, not long int.
47555
47556         Remove the REG_ macros named below.  Instead, make the old names
47557         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47558         __USE_GNU_REGEX.
47559         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47560         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47561         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47562         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47563         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47564         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47565         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47566         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47567         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47568         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47569         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47570         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47571         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47572         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47573         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47574         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47575         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47576         (REG_NREGS):
47577         Remove.  All uses replaced by the old RE_* names.
47578         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47579         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47580         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47581         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47582         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47583         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47584         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47585         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47586         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47587         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47588         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47589         Don't bother having these macros be independent of each others'
47590         values, since they no longer exist in the POSIX name space.
47591
47592         Rename the following member names back to their old names,
47593         unless !__USE_GNU_REGEX.  All uses changed back.
47594         (buffer): Renamed from re_buffer.
47595         (allocated): Renamed from re_allocated.
47596         (used): Renamed from re_used.
47597         (syntax): Renamed from re_syntax.
47598         (fastmap): Renamed from re_fastmap.
47599         (translate): Renamed from re_translate.
47600         (can_be_null): Renamed from re_can_be_null.
47601         (regs_allocated): Renamed from re_regs_allocated.
47602         (fastmap_accurate): Renamed from re_fastmap_accurate.
47603         (no_sub): Renamed from re_no_sub.
47604         (not_bol): Renamed from re_not_bol.
47605         (not_eol): Renamed from re_not_eol.
47606         (newline_anchor): Renamed from re_newline_anchor.
47607         (num_regs): Renamed from rm_num_regs.
47608         (start): Renamed from rm_start.
47609         (end): Renamed from rm_end.
47610
47611         (free_state): Move up a bit.
47612
47613         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47614         #define to be empty.
47615         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47616         when that is what is intended.
47617         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47618         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47619         (MAX): New macro.
47620         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47621         All uses changed back to re_malloc, etc.  It's now the caller's
47622         responsibility to check for overflow; all callers changed.
47623         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47624         (re_x2nrealloc): Remove.
47625         (free_state): Remove decl.
47626
47627         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47628         (re_set_registers, re_exec):
47629         Use K&R-style defn.
47630
47631         2006-01-31  Roland McGrath  <roland@redhat.com>
47632
47633         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47634         Reported by Mike Frysinger <vapier@gentoo.org>.
47635
47636         2006-01-15  Andreas Jaeger  <aj@suse.de>
47637
47638         [BZ #1950]
47639         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47640         build_wcs_upper_buffer change.
47641         (build_wcs_upper_buffer): Change return type.
47642
47643         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47644
47645         * lib/regex_internal.h: Include <stdint.h> if available.
47646
47647         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47648
47649         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47650
47651         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47652
47653         * lib/regcomp.c: Adjust for changed secondary hash function.
47654
47655         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47656
47657         * lib/regex.h: Pretty printing.
47658         Clean up namespace a bit.
47659
47660         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47661
47662         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47663         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47664
47665         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47666                     Ulrich Drepper  <drepper@redhat.com>
47667
47668         [BZ #1302]
47669         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47670         changed.
47671         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47672
47673         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47674
47675         [BZ #281]
47676         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47677         * lib/regcomp.c: Remove unnecessary uses of
47678         unsigned RE_TRANSLATE_TYPE.
47679         * lib/regex_internal.h: Likewise.
47680         * lib/regex_internal.c: Likewise.
47681         * lib/regexec.c: Likewise.
47682         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47683
47684         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47685
47686         * lib/regexec.c (find_recover_state): Remove unnecessary
47687         initialization.
47688         (transit_state_bkref): Make DFA a const pointer.
47689         (get_subexp): Likewise.
47690         (check_arrival): Likewise.
47691         (update_cur_sifted_state): Likewise.
47692         (re_search_internal): Likewise.
47693         (prune_impossible_nodes): Likewise.
47694         (acquire_init_state_context): Likewise.
47695         (proceed_next_node): Likewise.
47696         (set_regs): Likewise.
47697         (free_fail_stack_return): Likewise.
47698         (check_arrival_expand_ecl): Mark DFA parameter as const.
47699         (check_arrival_expand_ecl_sub): Likewise.
47700         (check_subexp_limits): Likewise.
47701         (sub_epsilon_src_nodes):  Likewise.
47702         (add_epsilon_src_nodes):  Likewise.
47703         (merge_state_array): Likewise.
47704         (update_regs): Likewise.
47705         (build_trtable): Likewise.
47706         (sift_states_backward): Mark MCTX parameter as const.
47707         (build_sifted_states): Likewise.
47708         (update_cur_sifted_state): Likewise.
47709         (sift_states_mkref): Likewise.
47710         (check_arrival_expand_ecl): Mark eclosure as const.
47711         (check_dst_limits_calc_pos_1): Likewise.
47712         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47713         pointer.
47714
47715         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47716
47717         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47718         (transit_state_sb): Likewise.
47719         (transit_state_mb): Likewise.
47720         (sift_states_iter_mb): Likewise.
47721         (check_arrival_add_next_nodes): Likewise.
47722         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47723         [_LIBC] (re_search_2_stub): Use mempcpy.
47724
47725         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47726         mbrtowc for very simple UTF-8 case.
47727
47728         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47729         a pointer-to-const.
47730         (re_acquire_state_context): Likewise.
47731         * lib/regex_internal.h: Adjust prototypes.
47732
47733         * lib/regex.c: Prevent using C++ compilers.
47734
47735         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47736         (re_acquire_state_context): Likewise.
47737
47738 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47739
47740         * modules/regex (Depends-on): Add ssize_t.
47741
47742 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47743
47744         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47745         translation table.
47746
47747 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47748
47749         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47750
47751 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47752             Bruno Haible  <bruno@clisp.org>
47753
47754         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47755         <sys/types.h> and <inttypes.h>.
47756
47757 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47758
47759         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47760         `__error_t_defined', so argp.h will not typedef the former.
47761
47762 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47763
47764         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47765         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47766         glibc names.  Even if glibc is changed to conform to POSIX, the
47767         traditional names will be available anyway, since regex depends on
47768         the extensions module.  Also, fix a longstanding typo in the
47769         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47770         reported by Emanuele Giaquinta.  Also, change sense of cached
47771         variable, so that the message makes sense.
47772
47773 2006-03-24  Simon Josefsson  <jas@extundo.com>
47774
47775         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47776         including some doc fixes.
47777         (base64_encode_alloc): Fix +1 bug on allocation failures.
47778
47779 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47780
47781         * lib/base64.c (base64_encode): Do not read past end of array with
47782         unsanitized input on systems with CHAR_BIT > 8.
47783
47784 2006-03-24  Eric Blake  <ebb9@byu.net>
47785
47786         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47787
47788 2006-03-22  Karl Berry  <karl@gnu.org>
47789
47790         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47791         * config/srclistvars.sh (COREUTILS): new var.
47792
47793 2006-03-17  Jim Meyering  <jim@meyering.net>
47794
47795         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47796         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47797
47798 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47799
47800         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47801         no longer needs it.  Instead, check that regoff_t is as least
47802         as wide as ptrdiff_t.
47803
47804         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47805         so that our regex.h stays compatible with the installed regex.
47806         This is helpful for installers who configure --without-included-regex.
47807         Problem reported by Emanuele Giaquinta.
47808
47809 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47810
47811         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47812         Typedef to long int, not to off_, as POSIX will likely change
47813         in that direction.
47814
47815 2006-03-15  Eric Blake  <ebb9@byu.net>
47816
47817         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47818
47819 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47820
47821         * lib/argp-help.c (validate_uparams): Fix typo
47822         * lib/argp-parse.c (argp_default_options): Consistently begin help
47823         messages with a lowercase letter.
47824
47825 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47826
47827         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47828         overrun buffers and shouldn't be used (much as gets shouldn't be
47829         used).
47830         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47831
47832 2006-03-08  Simon Josefsson  <jas@extundo.com>
47833
47834         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47835         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47836
47837 2006-03-08  Simon Josefsson  <jas@extundo.com>
47838
47839         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47840         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47841
47842 2006-03-08  Simon Josefsson  <jas@extundo.com>
47843
47844         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47845         signal that configure disabled the device.
47846
47847 2006-03-08  Simon Josefsson  <jas@extundo.com>
47848
47849         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47850         languages.
47851
47852 2006-03-07  Simon Josefsson  <jas@extundo.com>
47853
47854         * modules/getopt (Depends-on): Add unistd.
47855
47856         * modules/unistd: New file.
47857
47858 2006-03-07  Simon Josefsson  <jas@extundo.com>
47859
47860         * modules/gc-random: New file.
47861
47862 2006-03-07  Simon Josefsson  <jas@extundo.com>
47863
47864         * m4/unistd_h.m4: New file.
47865
47866 2006-03-07  Simon Josefsson  <jas@extundo.com>
47867
47868         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47869         test to be side-effect free by storing the result in the cache
47870         variable gl_cv_lib_readline, and moving the assignment of
47871         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47872         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47873
47874 2006-03-07  Simon Josefsson  <jas@extundo.com>
47875
47876         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47877         error on missing devices (the functions will return an error).
47878
47879         * m4/gc.m4: Move random stuff to gc-random.m4
47880
47881 2006-03-07  Simon Josefsson  <jas@extundo.com>
47882
47883         * lib/unistd_.h: New file.
47884
47885 2006-03-07  Simon Josefsson  <jas@extundo.com>
47886
47887         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47888
47889 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47890
47891         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47892         Problem reported by Juan Manuel Guerrero.
47893
47894 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47895
47896         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47897         the unistd module.
47898         * lib/getlogin_r.c: Likewise.
47899         * lib/getlogin_r.h: Likewise.
47900         * lib/glob.c: Likewise.
47901         * lib/pagealign_alloc.c: Likewise.
47902         * lib/unistd_.h: Remove; no longer needed.
47903
47904 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47905
47906         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47907         Add unistd.
47908         * modules/c-stack (Depends-on): Add unistd.
47909         * modules/getlogin_r: Likewise.
47910         * modules/glob: Likewise.
47911         * modules/pagealign_alloc: Likewise.
47912         * modules/unistd (Files): Remove lib/unistd_.h.
47913         (EXTRA_DIST): Remove.
47914         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47915         need unistd_.h.
47916         (MOSTLYCLEANFILES): Remove unistd.h-t.
47917
47918 2006-03-03  Simon Josefsson  <jas@extundo.com>
47919
47920         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47921
47922 2006-03-03  Simon Josefsson  <jas@extundo.com>
47923
47924         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47925         libidn and bison.
47926
47927 2006-03-03  Simon Josefsson  <jas@extundo.com>
47928
47929         * build-aux/maint.mk: Add indent target.
47930
47931 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47932
47933         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47934         our replacement poll.h in any case, to avoid a differing
47935         declaration from a system header.  Seen on AIX.
47936
47937 2006-03-01  Simon Josefsson  <jas@extundo.com>
47938
47939         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47940         <kasal@ucw.cz>.
47941
47942 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47943
47944         * modules/gettime (Depends-on): Add extensions module.
47945         * modules/nanosleep (Depends-on): Likewise.
47946         * modules/settime (Depends-on): Likewise.
47947
47948 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47949
47950         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47951         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47952         pedantically.
47953         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47954         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47955
47956         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47957         not "==".  Reported by Ralf Wildenhues.
47958
47959 2006-03-01  Karl Berry  <karl@gnu.org>
47960
47961         * doc/Copyright/request-*: new files, synced from gnuorg.
47962
47963 2006-03-01  Karl Berry  <karl@gnu.org>
47964
47965         * config/srclist.txt (Copyright/*): new entries.
47966
47967 2006-02-28  Simon Josefsson  <jas@extundo.com>
47968
47969         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47970
47971 2006-02-27  Simon Josefsson  <jas@extundo.com>
47972
47973         * lib/base64.h: Indent #define's.  From Jim Meyering
47974         <jim@meyering.net>.
47975
47976 2006-02-27  Jim Meyering  <jim@meyering.net>
47977
47978         Revert the change of 2006-02-24, so these files can continue
47979         to be sync'd from gettext.
47980         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47981         of `config.h'.
47982
47983 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47984
47985         * modules/intprops: New file.
47986         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47987         Add intprops.
47988         * modules/getloadavg (Files): Remove lib/intprops.h.
47989         (Depends-on): Add intprops.
47990         * modules/human: Likewise.
47991         * modules/inttostr: Likewise.
47992         * modules/openat: Likewise.
47993         * modules/sig2str: Likewise.
47994         * modules/userspec: Likewise.
47995         * modules/utimecmp: Likewise.
47996         * modules/xnanosleep: Likewise.
47997         * modules/xstrtol: Likewise.
47998
47999 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48000
48001         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48002         * modules/lock-tests (TESTS): Use $(EXEEXT).
48003         * modules/tls-tests: Likewise.
48004         * modules/argp-tests: Likewise.
48005         (check_PROGRAMS): New var, replacing...
48006         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48007
48008 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48009
48010         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48011         `config.h'.
48012
48013 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48014
48015         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48016
48017 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48018
48019         Sync from coreutils.
48020         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48021         gl_CHDIR_SAFER.
48022
48023 2006-02-22  Jim Meyering  <jim@meyering.net>
48024
48025         Sync from coreutils.
48026         * m4/chdir-safer.m4: New file.
48027
48028 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48029
48030         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48031         AT_FDCWD exceeds INT_MAX.
48032         * lib/openat.h (AT_FDCWD): Likewise.
48033
48034 2006-02-17  Eric Blake  <address@hidden>
48035
48036         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48037
48038 2006-02-16  Simon Josefsson  <jas@extundo.com>
48039
48040         * modules/getaddrinfo (Depends-on): Add sys_socket.
48041
48042 2006-02-15  Simon Josefsson  <jas@extundo.com>
48043
48044         * build-aux/maint.mk: Add dsyntax-check rule.
48045
48046 2006-02-15  Eric Blake  <ebb9@byu.net>
48047
48048         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48049         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48050         'present but cannot compile' warnings on cygwin.
48051         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48052         use ws2tcpip.h if sys/socket.h works.
48053         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48054         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48055
48056 2006-02-14  Simon Josefsson  <jas@extundo.com>
48057
48058         * modules/maintainer-makefile (Files): Rename.
48059
48060         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48061         and (the local) Makefile.cfg to maint-cfg.mk.
48062
48063         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48064         to the latter.
48065
48066         * modules/maintainer-makefile: New module.
48067
48068         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48069         severaly stripped to make it possible to build it up from scratch
48070         with reliable tests.
48071
48072         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48073         fixes to permit overriding the default actions when configure and
48074         makefile are not available.
48075
48076 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48077
48078         Sync from coreutils.
48079         * modules/lstat (Depends-on): Don't depend on xalloc.
48080         (License): Change from GPL to LGPL, since this is now simply a
48081         replacement for a libc function.
48082
48083 2006-02-14  Jim Meyering  <jim@meyering.net>
48084
48085         Sync from coreutils.
48086
48087         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48088         failure on deficient systems, and simplify gnulib lgpl dependencies.
48089         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48090         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48091
48092         * lib/xalloc-die.c: Remove unused definition of N_.
48093
48094 2006-02-14  Jim Meyering  <jim@meyering.net>
48095
48096         Sync from coreutils.
48097         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48098         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48099         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48100         double-quote uses of that variable, to accommodate the rare case in
48101         which getmntent is available in none of the libraries checked.  This
48102         happens at least on FreeBSD 5.0.
48103
48104 2006-02-13  Simon Josefsson  <jas@extundo.com>
48105
48106         * gnulib-tool (Usage): Fix --import, from
48107         karl@freefriends.org (Karl Berry).
48108
48109 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48110
48111         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48112
48113 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48114
48115         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48116         "autoupdate" on 2005-12-12.
48117
48118 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48119
48120         * modules/closeout (Depends-on): Remove atexit.
48121
48122 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48123
48124         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48125         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48126
48127 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48128
48129         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48130         __EXTENSIONS__ if this causes compilation to fail.  Problem
48131         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48132         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48133
48134 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48135
48136         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48137         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48138         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48139         All uses changed.
48140
48141 2006-01-26  Simon Josefsson  <jas@extundo.com>
48142
48143         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48144         prototype is visible on mingw32.
48145
48146         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48147         for mingw32.
48148
48149         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48150         mingw32).
48151
48152 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48153
48154         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48155         attempt to open for write; this always fails, at least on POSIX
48156         hosts.  This reinstates the 2006-01-09 change, which was
48157         inadvertently removed.
48158
48159 2006-01-26  Bruno Haible  <bruno@clisp.org>
48160
48161         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48162         Reported by Paul Eggert.
48163
48164 2006-01-26  Bruno Haible  <bruno@clisp.org>
48165             Paul Eggert  <eggert@cs.ucla.edu>
48166
48167         * lib/stdbool_.h (_Bool)
48168         [(! (defined __cplusplus || defined __BEOS__)
48169           && !defined __GNUC__
48170           && !(defined __HP_cc || defined __xlc__
48171                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48172                || defined __sgi))]:
48173         #define to signed char in these cases too; this simplifies
48174         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48175         etc., separately) and makes it more conservative.
48176
48177 2006-01-25  Simon Josefsson  <jas@extundo.com>
48178
48179         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48180         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48181         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48182
48183 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48184
48185         * lib/argp-namefrob.h: Bugfix. Remove stray #
48186
48187 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48188
48189         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48190         so that we test the test.
48191         Check for yet another HP-UX cc bug involving *bool |= bool.
48192
48193 2006-01-25  Karl Berry  <karl@gnu.org>
48194
48195         * config/srclist.txt (vasnprintf.c): sync lost.
48196
48197 2006-01-25  Jim Meyering  <jim@meyering.net>
48198
48199         Sync from the stable (b5) branch of coreutils:
48200
48201         * lib/fts.c (fts_children): Don't let close() clobber errno from
48202         failed fchdir().
48203
48204         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48205         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48206         a dangling symlink.  That can also happen at least for ELOOP.
48207         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48208         FYI, this bug predates the inclusion of fts.c in coreutils.
48209
48210         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48211         in their own block, so pre-c99 compilers don't object.
48212
48213         Avoid the double-free (first in fts_read, second in fts_close) that
48214         would occur when an `active' directory is made inaccessible (e.g.,
48215         via chmod a-x) during a traversal.
48216         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48217         before returning.  Reproduce this failure by
48218         mkdir -p a/b; cd a; chmod a-x . b
48219         Reported by Stavros Passas.
48220
48221 2006-01-25  Jim Meyering  <jim@meyering.net>
48222
48223         * lib/fileblocks.c: Remove more useless parentheses.
48224         * lib/readutmp.h: Likewise.
48225
48226 2006-01-25  Bruno Haible  <bruno@clisp.org>
48227
48228         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48229         warnings.
48230         Reported by Paul Eggert.
48231
48232 2006-01-25  Bruno Haible  <bruno@clisp.org>
48233
48234         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48235         rid of a trap command. For Solaris sh.
48236         Reported by Mark D. Baushke <mdb@gnu.org>.
48237
48238 2006-01-24  Simon Josefsson  <jas@extundo.com>
48239
48240         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48241         Bruno.
48242
48243 2006-01-24  Karl Berry  <karl@gnu.org>
48244
48245         * config/srclist.txt (argp-namefrob.h): sync lost.
48246
48247 2006-01-24  Jim Meyering  <jim@meyering.net>
48248
48249         * modules/openat (Files): Add lib/intprops.h.
48250         From Mark D. Baushke.
48251
48252 2006-01-24  Jim Meyering  <jim@meyering.net>
48253
48254         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48255         Reported by Mark D. Baushke.
48256
48257 2006-01-24  Jim Meyering  <jim@meyering.net>
48258
48259         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48260
48261 2006-01-24  Bruno Haible  <bruno@clisp.org>
48262
48263         * modules/strnlen (Maintainer): Change from glibc to all.
48264
48265 2006-01-24  Bruno Haible  <bruno@clisp.org>
48266
48267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48268         Patch by Paul Eggert.
48269
48270 2006-01-24  Bruno Haible  <bruno@clisp.org>
48271
48272         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48273         already has it.
48274         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48275         2005-11-26.
48276
48277         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48278         'signed char' to avoid problems with the built-in _Bool type.
48279         Reported by Paul Eggert on 2005-11-26.
48280
48281 2006-01-24  Bruno Haible  <bruno@clisp.org>
48282
48283         * gnulib-tool (func_import): Avoid constructing complicated sed
48284         expressions inside backquote.
48285         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48286
48287 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48288
48289         These changes imported from libc.
48290         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48291         test and two separate function calls.
48292         * lib/strndup.c (__strndup): Add libc_hidden_def.
48293
48294 2006-01-23  Simon Josefsson  <jas@extundo.com>
48295
48296         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48297         Remove the test_*_SOURCES variable: automake infers it by default.
48298         * modules/tls-tests: Likewise.
48299
48300 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48301
48302         Work around porting bugs reported by Dieter in
48303         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48304         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48305         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48306         Include "getopt.h" first, to check interface.
48307         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48308         !HAVE_DECL_GETENV.
48309         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48310         (__strndup): Revert to K&R-style function dfns, the glibc style.
48311         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48312         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48313         Include strnlen.h first, to get prototype properly.
48314         (strnlen): Renamed from __strnlen.
48315         Remove weak alias.
48316
48317 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48318
48319         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48320
48321 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48322
48323         * config/srclist.txt: Adjust to reflect glibc reorganization.
48324         This affects only comments.
48325
48326 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48327
48328          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48329          Reported by Bruce Korb <bkorb@gnu.org>.
48330
48331 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48332
48333         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48334         to pacify gcc -Wswitch-default.
48335
48336 2006-01-22  Bruno Haible  <bruno@clisp.org>
48337
48338         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48339         temporary buffer for sprintf, take into account the precision also
48340         for 'd', 'i', 'u', 'o', 'x', 'X'.
48341
48342 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48343
48344         * modules/argp-tests: New module
48345         * tests/test-argp.c: New file
48346         * tests/test-argp-2.sh: New file
48347
48348 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48349
48350         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48351         (__argp_base_name): Removed
48352         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48353         typo.
48354         (__argp_base_name): Provide macro definition or extern declaration
48355         depending on the configuration
48356
48357 2006-01-20  Simon Josefsson  <jas@extundo.com>
48358
48359         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48360
48361 2006-01-20  Simon Josefsson  <jas@extundo.com>
48362
48363         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48364
48365 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48366
48367         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48368         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48369         Suggested by Bruno Haible.
48370
48371 2006-01-20  Karl Berry  <karl@gnu.org>
48372
48373         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48374         until changes propagate, I guess.
48375
48376 2006-01-19  Simon Josefsson  <jas@extundo.com>
48377
48378         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48379
48380 2006-01-19  Simon Josefsson  <jas@extundo.com>
48381
48382         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48383
48384 2006-01-19  Simon Josefsson  <jas@extundo.com>
48385
48386         * gnulib-tool: Set check_PROGRAMS.
48387
48388         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48389         modules/des-tests, modules/gc-arcfour-tests,
48390         modules/gc-arctwo-tests, modules/gc-des-tests,
48391         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48392         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48393         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48394         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48395         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48396         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48397         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48398         test_*_SOURCES.
48399
48400 2006-01-18  Simon Josefsson  <jas@extundo.com>
48401
48402         * modules/socklen (Depends-on): Depend on sys_socket.
48403
48404 2006-01-18  Simon Josefsson  <jas@extundo.com>
48405
48406         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48407         modules/des-tests, modules/gc-arcfour-tests,
48408         modules/gc-arctwo-tests, modules/gc-des-tests,
48409         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48410         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48411         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48412         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48413         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48414         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48415         $(EXEEXT) to automake TESTS variable, for mingw32.
48416
48417 2006-01-17  Simon Josefsson  <jas@extundo.com>
48418
48419         * modules/socklen (Include): Need sys/socket.h.
48420
48421 2006-01-17  Bruno Haible  <bruno@clisp.org>
48422
48423         * modules/ssize_t (Include): Add <sys/types.h>.
48424
48425 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48426
48427         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48428         it's not portable and it doesn't work with cross-compiles.
48429         Problem reported by Bruno Haible.  Fix missing-$ typo in
48430         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48431         -zignore from being used with Sun's C compiler.
48432
48433 2006-01-12  Simon Josefsson  <jas@extundo.com>
48434
48435         * lib/base64.c: Fix warning, reported by Bruno Haible
48436         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48437
48438 2006-01-12  Bruno Haible  <bruno@clisp.org>
48439
48440         * modules/ldd: New file.
48441         * build-aux/ldd.sh.in: New file.
48442         * MODULES.html.sh (Support for building libraries and executables): Add
48443         ldd.
48444
48445 2006-01-12  Bruno Haible  <bruno@clisp.org>
48446
48447         * m4/ldd.m4: New file.
48448
48449 2006-01-12  Bruno Haible  <bruno@clisp.org>
48450
48451         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48452         endless loop while replacing $auxdir with build-aux.
48453
48454 2006-01-11  Simon Josefsson  <jas@extundo.com>
48455
48456         * lib/stdint_.h (SIZE_MAX): Add missing (.
48457
48458 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48459
48460         Sync from coreutils.
48461         * lib/md5.c: Fix commentary typos.
48462         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48463         * lib/md5.h (__attribute__): Remove; unused.
48464         * lib/sha1.c: Fix commentary to match md5 better.
48465         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48466         so that we don't need to worry about alignment.  All uses changed.
48467         This merges the 2005-10-28 md5 change into sha1.
48468
48469 2006-01-11  Jim Meyering  <jim@meyering.net>
48470
48471         Sync from coreutils.
48472         * lib/md5.c (OP): Fix spacing.
48473
48474 2006-01-11  Bruno Haible  <bruno@clisp.org>
48475
48476         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48477         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48478         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48479
48480 2006-01-11  Bruno Haible  <bruno@clisp.org>
48481
48482         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48483         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48484         the "early" section as well.
48485
48486 2006-01-11  Bruno Haible  <bruno@clisp.org>
48487
48488         Avoid "ar: no archive members specified" error on MacOS X.
48489         * gnulib-tool (func_modules_add_dummy): New function.
48490         (func_import, func_create_testdir): Invoke it.
48491
48492 2006-01-11  Bruno Haible  <bruno@clisp.org>
48493
48494         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48495         with $auxdir in AC_CONFIG_FILES statements.
48496
48497 2006-01-11  Bruno Haible  <bruno@clisp.org>
48498
48499         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48500         Initialize also noinst_HEADERS to empty.
48501
48502 2006-01-11  Bruno Haible  <bruno@clisp.org>
48503
48504         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48505         variables.
48506         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48507         autoreconf.
48508
48509 2006-01-11  Bruno Haible  <bruno@clisp.org>
48510
48511         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48512         overridable by the user.
48513         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48514
48515 2006-01-10  Simon Josefsson  <jas@extundo.com>
48516
48517         * modules/sys_socket: New file.
48518
48519 2006-01-10  Simon Josefsson  <jas@extundo.com>
48520
48521         * m4/sys_socket_h.m4: New file.
48522
48523 2006-01-10  Simon Josefsson  <jas@extundo.com>
48524
48525         * lib/socket_.h: New file.
48526
48527 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48528
48529         * modules/readutmp (Maintainer): Add myself.
48530
48531 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48532
48533         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48534         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48535         People who are still concerned with buggy memcmp implementations
48536         can invoke gl_FUNC_MEMCMP themselves.
48537
48538 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48539
48540         * lib/regex_internal.h (BITSET_WORD_BITS):
48541         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48542         preprocessor mishandles large unsigned values as if they were signed.
48543         Problem reported by Claudio Fontana in
48544         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48545
48546 2006-01-10  Jim Meyering  <jim@meyering.net>
48547
48548         Avoid the double-free (first in fts_read, second in fts_close) that
48549         would occur when an `active' directory is made inaccessible (e.g.,
48550         via chmod a-x) during a traversal.
48551         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48552         before returning.  Reproduce this failure by
48553         mkdir -p a/b; cd a; chmod a-x . b
48554         Reported by Stavros Passas.
48555
48556         Sync from coreutils.
48557         * lib/sha1.c: Tweak grammar in a comment.
48558
48559 2006-01-10  Jim Meyering  <jim@meyering.net>
48560
48561         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48562         Patch by Joerg Sonnenberger.
48563
48564 2006-01-10  Bruno Haible  <bruno@clisp.org>
48565
48566         * modules/readutmp: Depend on module free.
48567         * modules/strtok_r: Depend on module restrict.
48568
48569 2006-01-10  Bruno Haible  <bruno@clisp.org>
48570
48571         * modules/gettext (configure.ac): Add an invocation of
48572         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48573
48574 2006-01-10  Bruno Haible  <bruno@clisp.org>
48575
48576         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48577         Reported by Werner Lemberg <wl@gnu.org>.
48578
48579 2006-01-10  Bruno Haible  <bruno@clisp.org>
48580
48581         * lib/localcharset.c: Update from GNU gettext.
48582
48583 2006-01-10  Bruno Haible  <bruno@clisp.org>
48584
48585         * lib/argp.h (__const): Remove macro. Use const instead.
48586         * lib/argp-fmtstream.h (__const): Likewise.
48587         * lib/glob_.h (__const): Remove macro.
48588         * lib/glob-libc.h: Use const instead of __const.
48589
48590 2006-01-10  Bruno Haible  <bruno@clisp.org>
48591
48592         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48593         variable.
48594         Needed to avoid an automake error regarding the 'gettext' module.
48595
48596 2006-01-09  Simon Josefsson  <jas@extundo.com>
48597
48598         * modules/inet_ntop (Depends-on): Add restrict.
48599
48600 2006-01-09  Simon Josefsson  <jas@extundo.com>
48601
48602         * modules/gc-rijndael-tests (License): Put under LGPL.
48603
48604         * modules/gc-des-tests (License): Likewise.
48605
48606         * modules/gc-arcfour-tests (License): Likewise.
48607
48608         * modules/gc-arctwo-tests (License): Likewise.
48609
48610         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48611
48612         * modules/gc-hmac-sha1-tests (Files): Likewise.
48613
48614         * modules/gc-hmac-md5-tests (License): Likewise.
48615
48616         * modules/gc-sha1-tests (License): Likewise.
48617
48618         * modules/gc-md5-tests (License): Likewise.
48619
48620         * modules/gc-md4-tests (License): Likewise.
48621
48622         * modules/gc-md2-tests (License): Likewise.
48623
48624         * modules/gc-tests (License): Likewise.
48625
48626         * modules/des-tests (License): Likewise.
48627
48628         * modules/md4-tests (License): Likewise.
48629
48630         * modules/md2-tests (License): Likewise.
48631
48632 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48633
48634         Sync from coreutils:
48635
48636         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48637         * modules/lib-ignore: New file.
48638         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48639         chdir-safer.m4, lchmod.m4.
48640         * modules/openat: Add mkdirat.c, openat-priv.h.
48641
48642 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48643
48644         Sync from coreutils.
48645         * m4/lib-ignore.m4: New file.
48646         * m4/lchmod.m4: New file.
48647
48648 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48649
48650         Sync from coreutils.
48651         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48652         for write access: POSIX says that must fail.
48653         * lib/fts.c (diropen): Likewise.
48654         * lib/save-cwd.c (save_cwd): Likewise.
48655         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48656         well, for minor improvements on hosts that lack O_DIRECTORY.
48657         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48658         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48659         Fall back on chown if open failed with EACCES.
48660
48661         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48662         Report an error at compile-time if only a 1-second nominal clock
48663         resolution is found.
48664
48665         * lib/lchmod.h: New file.
48666         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48667         (make_dir_parents): Use lchown rather than chown, and
48668         lchmod rather than chmod.
48669
48670         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48671         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48672         "proc" reported by n0dalus.
48673
48674         * lib/mountlist.c: Include <limits.h>.
48675         (dev_from_mount_options)
48676         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48677         New function.  It no longer assumes "dev=" has the System V meaning
48678         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48679         (read_file_system_list)
48680         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48681         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48682         dev= in that case.
48683
48684         * lib/posixtm.h (PDS_PRE_2000): New macro.
48685         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48686         allow_century.  All usages changed.  Reject dates outside the range
48687         1969-1999 if PDS_PRE_2000 is used.
48688
48689 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48690
48691         Sync from coreutils.
48692         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48693         (Time of day items): Mention the possibility of leap seconds.
48694         Problem reported by Dr. David Alan Gilbert.
48695
48696 2006-01-09  Jim Meyering  <jim@meyering.net>
48697
48698         Sync from coreutils.
48699
48700         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48701
48702         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48703
48704         * lib/modechange.c (mode_compile): Reject an invalid mode string
48705         that starts with an octal digit.  From Andreas Gruenbacher.
48706
48707         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48708         and dup to open_safer and dup_safer, respectively.
48709         (openat_permissive): Fix typo in comment.
48710
48711         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48712         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48713         (_): Remove; no longer needed.
48714         (openat): Renamed from rpl_openat; no need for rpl_openat
48715         since openat.h renames openat for us.
48716         Replace most of the body with a call to openat_permissive,
48717         to avoid duplicate code.
48718         Port to (probably hypothetical) environments were mode_t is
48719         wider than int.
48720         (openat_permissive): Require mode arg, so that we can check
48721         types better.  Put it just after flags.  Change cwd failure
48722         indicator from pointer-to-bool to pointer-to-errno-value.
48723         All callers changed.
48724         Invoke openat_save_fail and/or openat_restore_fail if
48725         cwd_errno is null, so that openat can call us.
48726         (openat_permissive, fdopendir, fstatat, unlinkat):
48727         Simplify errno handling to avoid some duplicate code,
48728         as it's OK to set errno on success.
48729         * lib/openat.h: Revamp code so that function macros depend on
48730         __OPENAT_PREFIX only, not also on AT_FDCWD.
48731         (openat_ro): Remove.  Caller changed to use openat_permissive.
48732         (openat_permissive): Now a macro, if not a function.
48733         (openat_restore_fail, openat_save_fail): Now always functions,
48734         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48735
48736         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48737         and openat.c.
48738         * lib/mkdirat.c: Include openat-priv.h.
48739         Remove definitions of macros defined therein.
48740         * lib/openat.c: Likewise.
48741
48742         * lib/mkdirat.c (mkdirat): New file and function.
48743         * lib/openat.h (mkdirat): Declare.
48744
48745         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48746
48747         * lib/openat.h (openat_permissive): Declare.
48748         (openat_ro): Define.
48749
48750         * lib/openat.c (EXPECTED_ERRNO): New macro.
48751         (openat_permissive): New function -- used in remove.c rewrite.
48752         (all functions): Set errno just before returning, only if there
48753         was an actual failure.
48754         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48755
48756         Emulate openat-family functions using Linux's procfs, if possible.
48757         Idea and some code based on Ulrich Drepper's glibc changes.
48758
48759         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48760         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48761         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48762         before falling back on save_cwd and restore_cwd.
48763         (fdopendir, fstatat, unlinkat): Likewise.
48764
48765         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48766         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48767
48768         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48769         as second argument to va_arg.  Otherwise, some versions of gcc
48770         warn that `if this code is reached, the program will abort'.
48771
48772 2006-01-09  Jim Meyering  <jim@meyering.net>
48773
48774         Sync from coreutils.
48775         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48776         Require openat-priv.h.
48777
48778 2006-01-09  Bruno Haible  <bruno@clisp.org>
48779
48780         * modules/strnlen (Include): Use strnlen.h.
48781
48782 2006-01-09  Bruno Haible  <bruno@clisp.org>
48783
48784         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48785
48786 2006-01-09  Bruno Haible  <bruno@clisp.org>
48787
48788         * lib/sysexit_.h (EX_OK): New macro.
48789         Suggested by Martin Lambers <marlam@marlam.de>.
48790
48791 2006-01-09  Bruno Haible  <bruno@clisp.org>
48792
48793         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48794         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48795
48796 2006-01-09  Bruno Haible  <bruno@clisp.org>
48797
48798         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48799         numbers.
48800
48801 2006-01-09  Bruno Haible  <bruno@clisp.org>
48802
48803         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48804         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48805         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48806         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48807
48808 2006-01-09  Bruno Haible  <bruno@clisp.org>
48809
48810         * build-aux/javacomp.sh.in: New file, moved from lib/.
48811         * modules/javacomp-script (Files): Update.
48812         (configure.ac): Add AC_CONFIG_FILES invocation.
48813         (EXTRA_DIST): Remove variable.
48814
48815         * build-aux/javaexec.sh.in: New file, moved from lib/.
48816         * modules/javaexec (Files): Update.
48817         (configure.ac): Add AC_CONFIG_FILES invocation.
48818         (EXTRA_DIST): Remove javaexec.sh.in.
48819
48820         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48821         * modules/csharpcomp-script (Files): Update.
48822         (configure.ac): Add AC_CONFIG_FILES invocation.
48823         (EXTRA_DIST): Remove variable.
48824
48825         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48826         * modules/csharpexec (Files): Update.
48827         (configure.ac): Add AC_CONFIG_FILES invocation.
48828         (EXTRA_DIST): Remove csharpexec.sh.in.
48829
48830 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48831
48832         Sync from coreutils.
48833
48834         Add POSIX ACL support
48835         * lib/acl.h (copy_acl, set_acl): Add declarations.
48836         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48837         systems other than Linux.
48838         (chmod_or_fchmod): New function: use fchmod when possible,
48839         and chmod otherwise.
48840         (file_has_acl): Add a POSIX ACL implementation, with a
48841         Linux-specific subcase.
48842         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48843         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48844         acls are unsupported.
48845         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48846         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48847         are unsupported.
48848
48849 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48850
48851         Sync from coreutils.
48852         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48853
48854 2006-01-07  Bruno Haible  <bruno@clisp.org>
48855
48856         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48857         gl_EARLY.
48858
48859 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48860
48861         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48862         Problem reported for Mingw by Mark Junker.
48863
48864 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48865
48866         * README: Gnulib normally doesn't generate a tarball.
48867
48868 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48869
48870         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48871         long int, not int, for nanosecond counts, so that people who are
48872         used to POSIX struct timespec won't be surprised.  Reported by Jim
48873         Meyering.
48874
48875 2005-12-28  Bruno Haible  <bruno@clisp.org>
48876
48877         * build-aux/config.rpath: Update from GNU gettext.
48878
48879 2005-12-16  Jim Meyering  <jim@meyering.net>
48880
48881         * modules/fprintftime: New module.
48882         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48883
48884 2005-12-16  Jim Meyering  <jim@meyering.net>
48885
48886         * m4/fprintftime.m4: New file.
48887
48888 2005-12-16  Jim Meyering  <jim@meyering.net>
48889
48890         * lib/fprintftime.c, lib/fprintftime.h: New files.
48891
48892 2005-12-15  Simon Josefsson  <jas@extundo.com>
48893
48894         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48895         new m4/socklen.m4.
48896
48897 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48898
48899         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48900         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48901
48902 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48903
48904         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48905         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48906         struct uparams is valid. Fall back to the default values if it is
48907         not.
48908
48909 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48910
48911         * modules/argp (Files): Add argp-pin.c
48912         (Depends-on): dirname
48913         (lib_SOURCES): Add argp-pin.c
48914
48915 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48916
48917         * m4/argp.m4:  Check if program_invocation_name and
48918         program_invocation_short_name are declared and define appropriate
48919         macros if they are not.
48920
48921 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48922
48923         * lib/argp-help.c (__argp_base_name): New function
48924         (__argp_short_program_name): Rewrite using __argp_base_name
48925         * lib/argp-namefrob.h: Define program_invocation_name and
48926         program_invocation_short_name if requested
48927         (__argp_base_name): Add prototype
48928         * lib/argp-parse.c (argp_def): Use gettext wrappers
48929         (argp_default_parser): Use __argp_base_name
48930         * lib/argp-pin.c: New file. Defines program_invocation_name and
48931         program_invocation_short_name on systems that lack them.
48932
48933 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48934
48935         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48936         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48937         porting problem reported by Georg Schwarz in
48938         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48939
48940 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48941
48942         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48943         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48944         porting problem reported by Georg Schwarz in
48945         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48946
48947 2005-12-05  Bruno Haible  <bruno@clisp.org>
48948
48949         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48950         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48951         Reported by Mark Junker <mjscod@gmx.de>.
48952
48953 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48954
48955         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48956         Use implementation from Albert Chin, with some
48957         comments/corrections by Stepan Kasal and myself.
48958
48959 2005-12-02  Bruno Haible  <bruno@clisp.org>
48960
48961         * gnulib-tool (func_import): Accept GPLed build tool modules when
48962         --lgpl is given.
48963         * modules/csharpcomp-script: New file.
48964         * modules/csharpcomp: Depend on it.
48965         * modules/javacomp-script: New file.
48966         * modules/javacomp: Depend on it.
48967         Suggested by Simon Josefsson.
48968
48969 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48970
48971         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48972         statement, to work around an HP-UX 10.20 compiler bug reported by
48973         Peter O'Gorman.
48974
48975 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48976
48977         * modules/savedir (Depends-on): Add openat.
48978
48979 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48980
48981         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48982         (uintmax_t) [defined uintmax_t]: Do not declare.
48983         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48984         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48985         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48986         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48987         sake of portability to weird hosts that C allows (though we don't
48988         know of any practical examples).
48989
48990         * lib/savedir.h (fdsavedir): New decl.
48991         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48992         contains most of the former guts of savedir.
48993         (savedir): Use savedirstream.
48994         Include "openat.h".
48995
48996 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48997
48998         * modules/obstack (Files): Add m4/ulonglong.m4.
48999         Problem reported by Davide Angelocola.
49000
49001 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49002
49003         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49004         coreutils no longer futzes with rounding modes.
49005
49006 2005-11-14  Jim Meyering  <jim@meyering.net>
49007
49008         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49009         replacement of mkstemp.
49010
49011 2005-11-10  Simon Josefsson  <jas@extundo.com>
49012
49013         * lib/readline.c: Remove EOL.
49014
49015 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49016
49017         * modules/gethrxtime (Depends-on): Add gettime.
49018
49019 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49020
49021         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49022         or gettimeofday; no longer needed.
49023
49024 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49025
49026         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49027         time business.
49028         (gethrxtime) [! (HAVE_NANOUPTIME
49029         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49030         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49031         our own approximation.
49032
49033 2005-11-08  Eric Blake  <ebb9@byu.net>
49034
49035         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49036
49037 2005-11-08  Eric Blake  <ebb9@byu.net>
49038
49039         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49040
49041 2005-11-04  Bruno Haible  <bruno@clisp.org>
49042
49043         * gnulib-tool: Implement --update mode.
49044
49045 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49046
49047         Fix porting problem reported by Theodoros V. Kalamatianos.
49048         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49049         Don't assume that futimes failing means we must fail.
49050
49051 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49052
49053         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49054         variables to suggest the intended function of the PATH_MAX check.
49055
49056 2005-10-30  Kean Johnston  <jkj@sco.com>
49057
49058         Trivial changes to support SCO systems.
49059         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49060         as PATH_MAX.
49061         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49062         where __ptr is null when no I/O is pending.
49063
49064 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49065
49066         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49067         leave errno alone.  Problem reported by Dmitry V. Levin.
49068
49069 2005-10-28  Simon Josefsson  <jas@extundo.com>
49070
49071         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49072         Test more.
49073
49074         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49075
49076         * modules/md2, modules/md2-tests: New files.
49077
49078 2005-10-28  Simon Josefsson  <jas@extundo.com>
49079
49080         * m4/inet_ntop.m4: More tests.
49081
49082         * m4/gc-md2.m4, md2.m4: New file.
49083
49084 2005-10-28  Simon Josefsson  <jas@extundo.com>
49085
49086         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49087         "restrict" keywords, as per POSIX.  Protect the function
49088         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49089         Don't use K&R prototypes.  Check the sprintf return values.
49090         Re-define EAFNOSUPPORT if not present.  Indent.
49091
49092         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49093         suggested by Bruno Haible <bruno@clisp.org>.
49094
49095         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49096
49097         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49098
49099         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49100         libgcrypt).
49101
49102         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49103
49104         * lib/md2.h, lib/md2.c: New files.
49105
49106 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49107
49108         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49109         errno alone.  Problem reported by Frederic Jolliton.
49110
49111 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49112
49113         * modules/verify (License): Change from GPL to LGPL.  This is a
49114         tiny module and there are apparently near-equivalents that are
49115         under the BSD license.
49116
49117 2005-10-24  Simon Josefsson  <jas@extundo.com>
49118
49119         * modules/sha1: Relicense to LGPL.
49120
49121 2005-10-24  Simon Josefsson  <jas@extundo.com>
49122
49123         * lib/md4.h: Shrink buffer size, now that we changed the type.
49124
49125 2005-10-23  Simon Josefsson  <jas@extundo.com>
49126
49127         * gnulib-tool (func_import): Fix --tests-base.
49128
49129 2005-10-22  Simon Josefsson  <jas@extundo.com>
49130
49131         * modules/arcfour (Depends-on): Need stdint.
49132
49133 2005-10-22  Simon Josefsson  <jas@extundo.com>
49134
49135         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49136         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49137
49138 2005-10-22  Simon Josefsson  <jas@extundo.com>
49139
49140         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49141         suggested by Bruno Haible <bruno@clisp.org>.
49142
49143 2005-10-22  Simon Josefsson  <jas@extundo.com>
49144
49145         * lib/crc.h: Include stddef.h, for size_t.
49146
49147 2005-10-22  Simon Josefsson  <jas@extundo.com>
49148
49149         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49150         arcfour_context struct (simplify test vector testing in GNU
49151         Shishi).
49152
49153 2005-10-21  Simon Josefsson  <jas@extundo.com>
49154
49155         * modules/des, modules/des-tests: New files.
49156
49157         * modules/gc-des, modules/gc-des-tests: New files.
49158
49159         * tests/test-des.c, tests/test-gc-des.c: New file.
49160
49161 2005-10-21  Simon Josefsson  <jas@extundo.com>
49162
49163         * modules/arctwo, modules/arctwo-tests: New files.
49164
49165         * tests/test-arctwo.c: New file.
49166
49167         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49168
49169         * tests/test-gc-arctwo.c: New file.
49170
49171 2005-10-21  Simon Josefsson  <jas@extundo.com>
49172
49173         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49174         Bruno Haible <bruno@clisp.org>.
49175
49176         * m4/gc-des.m4: New file.
49177
49178 2005-10-21  Simon Josefsson  <jas@extundo.com>
49179
49180         * m4/arctwo.m4: New file.
49181
49182         * m4/gc-arctwo.m4: New file.
49183
49184 2005-10-21  Simon Josefsson  <jas@extundo.com>
49185
49186         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49187         block.
49188
49189 2005-10-21  Simon Josefsson  <jas@extundo.com>
49190
49191         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49192         <bruno@clisp.org>.
49193
49194         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49195
49196         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49197         Bruno Haible <bruno@clisp.org>.
49198
49199         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49200         <bruno@clisp.org>.
49201
49202 2005-10-21  Simon Josefsson  <jas@extundo.com>
49203
49204         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49205
49206 2005-10-21  Simon Josefsson  <jas@extundo.com>
49207
49208         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49209
49210 2005-10-21  Simon Josefsson  <jas@extundo.com>
49211
49212         * lib/des.h, lib/des.c: New files.
49213
49214         * lib/gc-gnulib.c: Support DES.c
49215
49216 2005-10-21  Simon Josefsson  <jas@extundo.com>
49217
49218         * lib/arctwo.h, lib/arctwo.c: New files.
49219
49220         * lib/gc-gnulib.c: Support ARCTWO.
49221
49222 2005-10-21  Simon Josefsson  <jas@extundo.com>
49223
49224         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49225         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49226
49227 2005-10-21  Simon Josefsson  <jas@extundo.com>
49228
49229         * gnulib-tool (func_import, func_create_testdir): Define automake
49230         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49231         Makefile.am snippet),
49232         suggested by Bruno Haible <bruno@clisp.org>.
49233
49234         * modules/gc (Makefile.am): Use it.
49235
49236 2005-10-21  Bruno Haible  <bruno@clisp.org>
49237
49238         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49239         patch.
49240
49241 2005-10-19  Simon Josefsson  <jas@extundo.com>
49242
49243         * tests/test-gc-rijndael.c: New file.
49244
49245         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49246
49247 2005-10-19  Simon Josefsson  <jas@extundo.com>
49248
49249         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49250         interface too.
49251
49252 2005-10-19  Simon Josefsson  <jas@extundo.com>
49253
49254         * tests/test-gc-arcfour.c: New file.
49255
49256         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49257
49258 2005-10-19  Simon Josefsson  <jas@extundo.com>
49259
49260         * modules/gc-md4, modules/gc-md4-tests: New file.
49261
49262         * tests/test-gc-md4.c: New file.
49263
49264 2005-10-19  Simon Josefsson  <jas@extundo.com>
49265
49266         * m4/gc-md4.m4: New file.
49267
49268 2005-10-19  Simon Josefsson  <jas@extundo.com>
49269
49270         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49271         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49272         <kasal@ucw.cz>.
49273
49274 2005-10-19  Simon Josefsson  <jas@extundo.com>
49275
49276         * m4/gc-arcfour.m4: New file.
49277
49278         * m4/gc-rijndael.m4: New file.
49279
49280 2005-10-19  Simon Josefsson  <jas@extundo.com>
49281
49282         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49283
49284 2005-10-19  Simon Josefsson  <jas@extundo.com>
49285
49286         * lib/gc-gnulib.c: Support ARCFOUR.
49287
49288 2005-10-19  Simon Josefsson  <jas@extundo.com>
49289
49290         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49291         support.
49292
49293         * lib/gc.h: Add ECB enum type.
49294
49295         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49296
49297 2005-10-18  Simon Josefsson  <jas@extundo.com>
49298
49299         * tests/test-md5.c: New file.
49300
49301         * modules/md5-tests: New file.
49302
49303 2005-10-18  Simon Josefsson  <jas@extundo.com>
49304
49305         * tests/test-md4.c: New file.
49306
49307         * modules/md4, modules/md4-tests: New files.
49308
49309 2005-10-18  Simon Josefsson  <jas@extundo.com>
49310
49311         * m4/md4.m4: New file.
49312
49313 2005-10-18  Simon Josefsson  <jas@extundo.com>
49314
49315         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49316
49317 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49318
49319         * gnulib-tool (func_create_testdir): Omit the second check whether
49320         BUILT_SOURCES in nonempty.
49321
49322 2005-10-17  Simon Josefsson  <jas@extundo.com>
49323
49324         * tests/test-rijndael.c: New file.
49325
49326 2005-10-17  Simon Josefsson  <jas@extundo.com>
49327
49328         * modules/sha1: Depend on stdint instead of md5.
49329
49330         * modules/md5: Depend on stdint, remove uint32_t.
49331
49332 2005-10-17  Simon Josefsson  <jas@extundo.com>
49333
49334         * modules/gc-sha1-tests: New file.
49335
49336         * tests/test-gc-sha1.c: New file.
49337
49338 2005-10-17  Simon Josefsson  <jas@extundo.com>
49339
49340         * m4/md5.m4: Remove call to uint32_t.m4.
49341
49342 2005-10-17  Simon Josefsson  <jas@extundo.com>
49343
49344         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49345
49346         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49347         md5.h.
49348
49349         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49350
49351         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49352
49353 2005-10-17  Simon Josefsson  <jas@extundo.com>
49354
49355         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49356
49357 2005-10-17  Simon Josefsson  <jas@extundo.com>
49358
49359         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49360
49361 2005-10-17  Simon Josefsson  <jas@extundo.com>
49362
49363         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49364
49365         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49366
49367 2005-10-17  Bruno Haible  <bruno@clisp.org>
49368
49369         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49370         that it can also be used in a test.
49371
49372 2005-10-16  Bruno Haible  <bruno@clisp.org>
49373
49374         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49375         TESTS_ENVIRONMENT, so that individual tests can augment it.
49376
49377         * gnulib-tool (func_create_testdir): Use an intermediate target for
49378         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49379         macros, like $(ALLOCA_H), which cannot be passed through the command
49380         line.
49381
49382 2005-10-15  Simon Josefsson  <jas@extundo.com>
49383
49384         * modules/rijndael-tests: New file.
49385
49386         * modules/rijndael: New file.
49387
49388 2005-10-15  Simon Josefsson  <jas@extundo.com>
49389
49390         * m4/rijndael.m4: New file.
49391
49392 2005-10-15  Simon Josefsson  <jas@extundo.com>
49393
49394         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49395
49396         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49397
49398 2005-10-14  Simon Josefsson  <jas@extundo.com>
49399
49400         * tests/test-arcfour.c: New file.
49401
49402         * modules/arcfour, modules/arcfour-tests: New files.
49403
49404 2005-10-14  Simon Josefsson  <jas@extundo.com>
49405
49406         * m4/arcfour.m4: New file.
49407
49408 2005-10-14  Simon Josefsson  <jas@extundo.com>
49409
49410         * lib/arcfour.h, lib/arcfour.c: New files.
49411
49412 2005-10-14  Roland McGrath  <roland@redhat.com>
49413
49414         Import from libc.  [BZ #1331]
49415         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49416         macro argument.
49417         Reported by Matej Vela <vela@debian.org>.
49418
49419 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49420
49421         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49422         include <wchar.h>; no longer needed.
49423
49424 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49425
49426         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49427
49428 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49429         and  Ulrich Drepper  <drepper@redhat.com>
49430
49431         Import from libc.
49432         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49433         instead of inline stream orientation test and two separate
49434         function calls.  Pay no attention to USE_IN_LIBIO.
49435
49436 2005-10-13  Simon Josefsson  <jas@extundo.com>
49437
49438         * modules/gc-hmac-md5-tests: New file.
49439
49440         * tests/test-gc-hmac-sha1.c: New file.
49441
49442         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49443
49444         * modules/gc-hmac-md5-tests: New file.
49445
49446         * tests/test-gc-md5.c: New file.
49447
49448         * modules/gc-md5-tests: New file.
49449
49450 2005-10-13  Simon Josefsson  <jas@extundo.com>
49451
49452         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49453         Move memory allocation outside of loop.
49454
49455 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49456
49457         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49458         intermediate directory is in a read-only file system.  Problem
49459         reported by Eric Blake.
49460
49461 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49462
49463         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49464
49465 2005-10-12  Simon Josefsson  <jas@extundo.com>
49466
49467         * tests/test-hmac-sha1.c: New file.
49468
49469         * modules/hmac-sha1-tests: New file.
49470
49471         * modules/hmac-sha1: New file.
49472
49473 2005-10-12  Simon Josefsson  <jas@extundo.com>
49474
49475         * modules/gc-sha1: New file.
49476
49477 2005-10-12  Simon Josefsson  <jas@extundo.com>
49478
49479         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49480
49481         * tests/test-gc-pbkdf2-sha1.c: New file.
49482
49483 2005-10-12  Simon Josefsson  <jas@extundo.com>
49484
49485         * modules/gc-md5, modules/gc-hmac-md5: New files.
49486
49487         * modules/gc (Files): Remove md5, memxor and hmac files.
49488
49489 2005-10-12  Simon Josefsson  <jas@extundo.com>
49490
49491         * m4/gc-pbkdf2-sha1.m4: New file.
49492
49493         * m4/gc-hmac-sha1.m4: New file.
49494
49495         * m4/gc-sha1: New file.
49496
49497         * m4/hmac-sha1.m4: New file.
49498
49499 2005-10-12  Simon Josefsson  <jas@extundo.com>
49500
49501         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49502
49503         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49504
49505 2005-10-12  Simon Josefsson  <jas@extundo.com>
49506
49507         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49508         suggested by Bruno Haible <bruno@clisp.org>.
49509
49510 2005-10-12  Simon Josefsson  <jas@extundo.com>
49511
49512         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49513
49514 2005-10-12  Simon Josefsson  <jas@extundo.com>
49515
49516         * lib/gc-pbkdf2-sha1.c: New file.
49517
49518         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49519
49520 2005-10-12  Simon Josefsson  <jas@extundo.com>
49521
49522         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49523
49524         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49525
49526 2005-10-12  Simon Josefsson  <jas@extundo.com>
49527
49528         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49529         GC_USE_HMAC_MD5, respectively.
49530
49531         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49532         (gc_md5): Fix typo.
49533
49534         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49535
49536         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49537
49538         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49539
49540 2005-10-12  Bruno Haible  <bruno@clisp.org>
49541
49542         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49543         Reported by Stepan Kasal <kasal@ucw.cz>.
49544
49545 2005-10-11  Simon Josefsson  <jas@extundo.com>
49546
49547         * tests/test-crc.c: New file.
49548
49549         * modules/crc, modules/crc-tests: New files.
49550
49551 2005-10-11  Simon Josefsson  <jas@extundo.com>
49552
49553         * m4/crc.m4: New file.
49554
49555 2005-10-11  Simon Josefsson  <jas@extundo.com>
49556
49557         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49558
49559         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49560
49561         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49562
49563 2005-10-11  Simon Josefsson  <jas@extundo.com>
49564
49565         * lib/crc.h, lib/crc.c: New files.
49566
49567         * lib/gc.h (gc_hash_buffer): Add doc.
49568
49569 2005-10-11  Bruno Haible  <bruno@clisp.org>
49570
49571         * modules/c-strcasestr: New file.
49572         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49573
49574 2005-10-11  Bruno Haible  <bruno@clisp.org>
49575
49576         * modules/c-strcase: New file.
49577         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49578
49579 2005-10-11  Bruno Haible  <bruno@clisp.org>
49580
49581         * lib/strcasecmp.c: Include limits.h.
49582         (strcasecmp): Avoid integer overflow on exotic platforms.
49583         * lib/strncasecmp.c: Include limits.h.
49584         (strncasecmp): Avoid integer overflow on exotic platforms.
49585         Reported by Paul Eggert.
49586
49587 2005-10-11  Bruno Haible  <bruno@clisp.org>
49588
49589         * lib/c-strcasestr.h: New file, from GNU gettext.
49590         * lib/c-strcasestr.c: New file, from GNU gettext.
49591
49592 2005-10-11  Bruno Haible  <bruno@clisp.org>
49593
49594         * lib/c-strcase.h: New file, from GNU gettext.
49595         * lib/c-strcasecmp.c: New file, from GNU gettext.
49596         * lib/c-strncasecmp.c: New file, from GNU gettext.
49597
49598 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49599
49600         * modules/mempcpy (License): GPL -> LGPL.
49601         * modules/strchrnul (License): Likewise.
49602         * modules/sysexits (License): Likewise.
49603
49604 2005-10-08  Simon Josefsson  <jas@extundo.com>
49605
49606         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49607
49608 2005-10-07  Simon Josefsson  <jas@extundo.com>
49609
49610         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49611
49612 2005-10-06  Simon Josefsson  <jas@extundo.com>
49613
49614         * tests/test-hmac-md5.c: New file.
49615
49616         * modules/hmac-md5-tests: New file.
49617
49618         * modules/hmac-md5: New file.
49619
49620 2005-10-06  Simon Josefsson  <jas@extundo.com>
49621
49622         * m4/hmac-md5.m4: New file.
49623
49624         * m4/memxor.m4: Require gl_C_RESTRICT.
49625
49626 2005-10-06  Simon Josefsson  <jas@extundo.com>
49627
49628         * lib/memxor.c (memxor): Avoid casts and warnings.
49629
49630 2005-10-06  Simon Josefsson  <jas@extundo.com>
49631
49632         * lib/hmac-md5.c: New file.
49633
49634         * lib/hmac.h: New file.
49635
49636 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49637
49638         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49639         promotes to int, not unsigned int, to catch the AIX 5.3
49640         compiler bug.
49641
49642 2005-10-05  Simon Josefsson  <jas@extundo.com>
49643
49644         * modules/memxor: New file.
49645
49646         * modules/iconv (Files): Move config.rpath to havelib, it is used
49647         there.
49648
49649         * modules/havelib (Files): Add config.rpath.
49650
49651 2005-10-05  Simon Josefsson  <jas@extundo.com>
49652
49653         * m4/memxor.m4: New file.
49654
49655 2005-10-05  Simon Josefsson  <jas@extundo.com>
49656
49657         * lib/memxor.c (memxor): Fix compiler error.
49658
49659         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49660         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49661
49662         * lib/memxor.h, lib/memxor.c: New files.
49663
49664         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49665         we assume all systems have it, suggested by Jim Meyering
49666         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49667         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49668         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49669         same reasons.
49670
49671 2005-10-05  Simon Josefsson  <jas@extundo.com>
49672
49673         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49674
49675 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49676
49677         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49678         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49679         needed, since the source code now assumes these .h files.
49680
49681 2005-10-05  Derek Price  <derek@ximbiot.com>
49682
49683         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49684
49685 2005-10-05  Bruno Haible  <bruno@clisp.org>
49686
49687         * modules/stdint (License): Change to LGPL.
49688
49689 2005-10-04  Simon Josefsson  <jas@extundo.com>
49690
49691         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49692         D. Baushke" <mdb@gnu.org>.
49693
49694 2005-10-04  Bruno Haible  <bruno@clisp.org>
49695
49696         * lib/verify.h (verify_true): Provide alternative definition for C++.
49697
49698 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49699
49700         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49701         (SSIZE_MAX): New macro, if not already defined.
49702         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49703         than 2 GiB.
49704
49705 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49706
49707         Sync from coreutils.
49708         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49709         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49710         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49711         ULLONG_MAX doesn't work with 2.7.2.1.
49712
49713 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49714
49715         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49716         From Ben Pfaff.
49717
49718         * modules/exclude (Depends-on): Depend on verify.
49719         * modules/strtoimax (Depends-on): Likewise.
49720         * modules/utimecmp (Depends-on): Likewise.
49721
49722 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49723
49724         * lib/exclude.c: Include verify.h.
49725         (verify): Remove.  All callers changed to use verify.h's version.
49726         * lib/strtoimax.c: Likewise.
49727         * lib/utimecmp.c: Likewis.e
49728
49729         Sync from coreutils.
49730         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49731         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49732         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49733         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49734         bother returning ENOSYS if settimeofday or stime fails; just let
49735         them return whatever errno they want to return.
49736         * lib/utimens.c: Include unistd.h, for dup2.
49737         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49738         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49739
49740 2005-10-02  Jim Meyering  <jim@meyering.net>
49741
49742         Sync from coreutils.
49743         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49744         from glibc-2.2.5 that fails for read-only files.
49745
49746 2005-10-02  Jim Meyering  <jim@meyering.net>
49747
49748         Sync from coreutils.
49749         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49750         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49751         `#if HAVE_CONFIG_H'.
49752         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49753         Remove AT_FDCWD test.
49754         Do not consume the fd unless successful.
49755         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49756         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49757         block, so that we don't even try to compile it if settimeofday is
49758         available.  This works around a compilation failure on OSF1 V5.1,
49759         due to stime requiring a `long int*' while tv_sec is `int'.
49760
49761 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49762
49763         Sync from coreutils.
49764         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49765         against `yes', rather than just testing for nonempty.
49766
49767 2005-10-01  Simon Josefsson  <jas@extundo.com>
49768
49769         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49770         and Darwin.
49771
49772         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49773         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49774         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49775         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49776         Check if struct addrinfo is declared.
49777
49778 2005-10-01  Simon Josefsson  <jas@extundo.com>
49779
49780         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49781         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49782         AI_* and EAI_* definitions.  Protect function declarations.
49783
49784 2005-10-01  Jim Meyering  <jim@meyering.net>
49785
49786         Sync from coreutils.
49787
49788         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49789         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49790         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49791         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49792         in the inet and nsl libraries.  Required on Solaris 5.7.
49793
49794 2005-10-01  Jim Meyering  <jim@meyering.net>
49795
49796         Sync from coreutils.
49797         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49798         in the inet and nsl libraries.  Required on Solaris 5.7.
49799
49800 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49801
49802         * lib/getdelim.c (getdelim): Remove unused variables.
49803
49804 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49805
49806         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49807         so that the code works even with ancient cpp.  Portability problem
49808         with GCC 2.7.2.1 reported by Thomas M.Ott.
49809
49810 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49811
49812         * modules/regex (Depends-on): Add strcase.
49813
49814         * modules/gethostname (Licence): Change from GPL to LGPL, since
49815         gethostname.c is a trivial implementation of a standard library
49816         function.
49817         * modules/poll (License): Change from GPL to LGPL, since it's
49818         derived from LGPL code.
49819
49820 2005-09-27  Jim Meyering  <jim@meyering.net>
49821
49822         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49823         HAVE_CONFIG_H.
49824
49825         * lib/intprops.h (signed_type_or_expr__): Define.
49826         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49827         for unsigned types.
49828
49829 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49830
49831         * lib/verify.h (verify_expr): Remove, replacing with:
49832         (verify_true): New macro that returns true instead of void.
49833         (verify_type__): Remove.
49834         (verify): Use verify_true rather than verify_type__.
49835
49836 2005-09-26  Bruno Haible  <bruno@clisp.org>
49837
49838         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49839         is necessary.
49840         (lib_SOURCES): Remove mbchar.c.
49841         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49842         (Files): Add m4/mbrtowc.m4.
49843         * modules/mbiter: Likewise.
49844         * modules/mbuiter: Likewise.
49845
49846 2005-09-26  Bruno Haible  <bruno@clisp.org>
49847
49848         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49849         compile mbchar.c if they are not both present.
49850         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49851         * m4/mbiter.m4 (gl_MBITER): Likewise.
49852         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49853         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49854         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49855
49856 2005-09-25  Jim Meyering  <jim@meyering.net>
49857
49858         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49859         also uses socklen_t.
49860
49861 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49862
49863         * lib/utimens.c (ENOSYS): Define if not already defined.
49864         (futimens): Support having a null PATH if the file descriptor
49865         is nonnegative.
49866
49867         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49868         Remove.
49869         (__attribute): Define to empty unless GCC 3.1 or later.
49870         This works around a core dump on OpenBSD 3.4, which has GCC
49871         2.95.3, which dumps core when given __attribute__(()).  It also
49872         simplifies other tests, since we really don't want to bother with
49873         worrying about which ancient version of GCC supported what.
49874         Original problem reported by Yoann Vandoorselaere, with part of
49875         the fix suggested by Derek Price.
49876
49877 2005-09-24  Jim Meyering  <jim@meyering.net>
49878
49879         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49880         so we can once again use a positive bitfield width of 1 -- now we
49881         don't have to explain why we were using a bitfield width of 2.
49882
49883 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49884
49885         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49886         and similarly for the other external symbols.  Problem reported
49887         by James Gallager.
49888
49889         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49890         bug reported by Jim Meyering.
49891
49892         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49893         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49894         not needed, since socklen is a prerequisite module.
49895
49896 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49897
49898         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49899         Problem reported by Eric Blake.
49900         (getaddrinfo): Initialize se so that it's not garbage.
49901         Redo internal storage allocation so that it doesn't make unportable
49902         assumptions about alignment.
49903         Fix a memory leak.
49904
49905         * lib/utimens.c (futimens): Use futimesat if available.
49906         Prefer it to futimes since it doesn't have the futimes bug.
49907
49908         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49909         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49910         Instead, declare a function that returns a pointer to an array,
49911         and use verify_type__ to declare the size of the array.
49912         Problem and germ of a solution reported by Bruno Haible.
49913         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49914         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49915
49916 2005-09-23  Jim Meyering  <jim@meyering.net>
49917
49918         Sync from coreutils.
49919         Correct build failure (socklen_t not defined) on at least
49920         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49921         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49922
49923 2005-09-23  Jim Meyering  <jim@meyering.net>
49924
49925         * modules/getaddrinfo (Depends-on): Add socklen.
49926
49927 2005-09-23  Bruno Haible  <bruno@clisp.org>
49928
49929         * tests/test-verify.c: New file.
49930
49931 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49932
49933         Sync from coreutils.
49934
49935         * modules/argmatch (Depends-on): Add verify.
49936         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49937         unistd-safer.
49938         * modules/save-cwd (Depends-on): Likewise.
49939
49940         * modules/openat (Files): Add lib/openat-die.c.
49941         (Depends-on): Remove error, exitfail.
49942         Add dirname.
49943
49944         * modules/verify: New file.
49945         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49946         with "verify" module.
49947
49948 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49949
49950         Sync from coreutils.
49951
49952         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49953         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49954         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49955         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49956         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49957         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49958         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49959         Don't bother checking for string.h, stdlib.h, unistd.h.
49960         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49961         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49962         module's job.
49963         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49964         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49965
49966         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49967         (gl_GETDATE): Use it.
49968
49969         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49970
49971 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49972
49973         Sync from coreutils.
49974
49975         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49976         stat-time.h.
49977         * lib/argmatch.h: Include verify.h
49978         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49979         (ARGMATCH_ASSERT): Remove; unused.
49980         * lib/canonicalize.c: Assume STDC_HEADERS.
49981         * lib/exclude.c: Include "strcase.h".
49982         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49983         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49984         and stdio-safer.h.
49985         (getusershell): Call fopen, not fopen_safer.
49986         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49987         Do not include unistd-safer.h.
49988         (save_cwd): Don't call fd_safer; no longer needed
49989         now that we include fcntl--.h.
49990
49991         * lib/getdate.y (relative_time): New type.
49992         (RELATIVE_TIME_0): New constant.
49993         (parser_control): Use relative_time instead of doing it ourselves.
49994         (%union): Add new relative_time rel member.
49995         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49996         Now typeless.
49997         (relunit, relunit_snumber): Now of type rel.
49998         (zone, rel, relunit, get_date): Adjust to above changes.
49999
50000         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50001         Do not include unistd-safer.h.
50002         (getloadavg): Don't call fd_safer; no longer needed
50003         now that we include fcntl--.h.
50004
50005         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50006         (make_dir_parents): Treat ENOSYS like EEXIST.
50007
50008         Improve quality of diagnostics on restore_cwd failure.
50009         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50010         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50011         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50012         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50013         each time through the loop.  Do not diagnose restore_cwd failure;
50014         that is the caller's job (and perhaps the caller does not care).
50015
50016         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50017         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50018         If the file already exists but is not a directory, don't bother
50019         to try to make its parents.
50020         Close potential file descriptor leak if we can't chdir("/") (!).
50021         Don't always return true if chdir($PWD) fails; return true only
50022         if the requested action was done successfully (except for the
50023         chdir($PWD)).
50024         Don't log final directory unless we actually made it.
50025         Refactor to avoid duplicate code to fix up permissions.
50026         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50027
50028         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50029         to make it a bit faster and (I hope) clearer.
50030         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50031         Fix bug in formats like %2N.
50032
50033         * lib/verify.h: New file.
50034
50035 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50036
50037         Sync from coreutils.
50038         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50039
50040 2005-09-22  Jim Meyering  <jim@meyering.net>
50041
50042         Sync from coreutils.
50043
50044         * m4/lstat.m4 (gl_FUNC_LSTAT):
50045         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50046         Remove obsolete comment.
50047         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50048         * m4/xstrtod.m4: Likewise.
50049
50050         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50051
50052 2005-09-22  Jim Meyering  <jim@meyering.net>
50053
50054         Sync from coreutils.
50055
50056         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50057
50058         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50059         the .tm_year member, since otherwise gcc-4.0 would now warn about
50060         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50061
50062         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50063         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50064
50065         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50066         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50067         when run in a time zone for which daylight savings time is in effect
50068         for the starting date.
50069
50070         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50071         stop us from restricting permissions of just-created absolute-named
50072         directories.
50073         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50074         to restore initial working directory.
50075         * lib/mkdir-p.c (make_dir_parents): New parameter:
50076         different_working_dir, to tell caller if/when we change the working
50077         directory and are unable to return to the initial one.
50078         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50079         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50080         `return false'.  This fixes a bug introduced on 2004-07-30.
50081
50082         * lib/openat.c (fdopendir): Be sure to close the supplied
50083         file descriptor before returning.  This makes our replacement
50084         implementation a little closer to Solaris's, where fdopendir
50085         ties the file descriptor to the returned DIR* pointer.
50086         * lib/openat.c (unlinkat): New function.
50087         * lib/openat.h (unlinkat): Add prototype.
50088         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50089         (openat_restore_fail): Rename from openat_restore_die.
50090         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50091
50092         Provide an alternative to exiting immediately upon save_cwd or
50093         restore_cwd failure.  Now, an application can arrange e.g.,
50094         to perform a longjump in that case.
50095         * lib/openat.c: Include dirname.h.
50096         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50097         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50098         and openat_restore_die rather than calling error directly.
50099         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50100
50101         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50102         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50103         define.
50104
50105         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50106         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50107                             int utc, int nanoseconds);
50108         Background:
50109         date should not have to allocate a megabyte of virtual memory to
50110         handle a format argument like +%1048575T.  When implemented with
50111         strftime, it must allocate such a buffer, use strftime to fill it
50112         in, print it, then free it.
50113         With fprintftime, it simply prints everything and exits.
50114         With no need for memory allocation, that's one fewer way to fail.
50115         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50116         optional field width, not before, so we accept %9:z, not %:9z.
50117         (my_strftime): Be sure to use L_('x') for literals.
50118
50119         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50120         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50121         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50122         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50123         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50124         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50125         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50126         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50127         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50128         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50129         * lib/xgethostname.c, lib/xreadlink.c:
50130         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50131
50132         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50133         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50134         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50135         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50136         and don't include <sys/file.h>).
50137
50138 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50139
50140         Sync from coreutils.
50141
50142         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50143         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50144         [!LDAV_DONE]: Avoid unused variable warning.
50145
50146 2005-09-21  Bruno Haible  <bruno@clisp.org>
50147
50148         * lib/unicodeio.h (unicode_to_mb): New declaration.
50149
50150 2005-09-20  Derek Price  <derek@ximbiot.com>
50151
50152         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50153         getaddrinfo.h.
50154
50155 2005-09-20  Bruno Haible  <bruno@clisp.org>
50156
50157         * gnulib-tool: Remove trailing slashes from the values specified for
50158         --source-base, --m4-base, --tests-base, --aux-dir.
50159         Suggested by Simon Josefsson <jas@extundo.com>.
50160
50161 2005-09-20  Bruno Haible  <bruno@clisp.org>
50162
50163         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50164         func_modules_to_filelist, func_import, func_create_testdir): Make all
50165         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50166         change when gnulib-tool is invoked in a different locale.
50167
50168 2005-09-19  Simon Josefsson  <jas@extundo.com>
50169
50170         * m4/socklen.m4: Fix typo.
50171
50172 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50173
50174         Use a consistent style for including <config.h>.
50175         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50176         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50177         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50178         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50179         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50180         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50181         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50182         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50183         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50184         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50185         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50186         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50187         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50188         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50189         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50190         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50191         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50192         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50193         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50194         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50195         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50196         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50197         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50198         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50199         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50200         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50201         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50202         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50203         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50204         lib/xstrtoumax.c, lib/yesno.c:
50205         Standardize inclusion of config.h.
50206         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50207         lib/inttostr.h:  Removed inclusion of config.h from header files.
50208         * lib/inttostr.c:  Adjusted in-tree users.
50209         * lib/timespec.h: Remove superfluous warning to include config.h.
50210         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50211         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50212         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50213         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50214         config.h with HAVE_CONFIG_H.
50215
50216 2005-09-19  Jim Meyering  <jim@meyering.net>
50217
50218         * modules/pathmax (License): Change to LGPL.
50219
50220 2005-09-19  Derek Price  <derek@ximbiot.com>
50221
50222         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50223
50224 2005-09-19  Bruno Haible  <bruno@clisp.org>
50225
50226         * gnulib-tool (import): Provide default for --tests-base.
50227
50228 2005-09-19  Bruno Haible  <bruno@clisp.org>
50229
50230         * doc/quote.texi: New file, extracted from gnulib.texi.
50231         * doc/ctime.texi: New file, extracted from gnulib.texi.
50232         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50233         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50234         * doc/gnulib.texi: Include them.
50235
50236 2005-09-18  Bruno Haible  <bruno@clisp.org>
50237
50238         Portability fix.
50239         * gnulib-tool (func_readlink): New function.
50240         (func_ln_if_changed): Use it.
50241
50242 2005-09-18  Bruno Haible  <bruno@clisp.org>
50243
50244         * gnulib-tool: Support --with-tests also with --import.
50245         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50246         (func_import): Use variables $testsbase and $inctests. Emit a
50247         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50248         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50249         SUBDIRS += $testsdir.
50250         (func_create_testdir): Update.
50251
50252 2005-09-18  Bruno Haible  <bruno@clisp.org>
50253
50254         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50255         instead of $dry_run.
50256         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50257         (func_ln_if_changed): Don't handle dry-run here.
50258         (func_import): In dry-run mode, detect more precisely which actions
50259         would be performed, and don't use "...ing" verbs.
50260
50261 2005-09-18  Bruno Haible  <bruno@clisp.org>
50262
50263         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50264         (func_import): Use join on two temporary files instead of three nested
50265         loops, in order to determine which files are new or old.
50266
50267 2005-09-18  Bruno Haible  <bruno@clisp.org>
50268
50269         * gnulib-tool (func_import): Comment out code that spits out the
50270         new files with --dry-run.
50271
50272 2005-09-18  Bruno Haible  <bruno@clisp.org>
50273
50274         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50275
50276 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50277
50278         * lib/stat-time.h: New file.
50279         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50280         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50281         in a different way.
50282         (timespec_cmp): New function.
50283         * lib/utimecmp.c: Include stat-time.h.
50284         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50285         members exist, not on the obsolescent ST_MTIM_NSEC.
50286         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50287
50288 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50289
50290         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50291
50292 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50293
50294         * MODULES.html.sh (File system functions): Add stat-time.
50295         * modules/stat-time: New file.
50296         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50297         is now done in a different way, by the stat-time module.
50298         * modules/utimecmp (Depends-on): Add stat-time.
50299
50300 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50301
50302         * m4/st_mtim.m4: Remove.  Superseded by...
50303         * m4/stat-time.m4: New file.
50304         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50305         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50306
50307 2005-09-15  Derek Price  <derek@ximbiot.com>
50308
50309         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50310
50311 2005-09-15  Derek Price  <derek@ximbiot.com>
50312
50313         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50314         * lib/regex_internal.c: Ditto, using this...
50315         (__GNUC_PREREQ): ...new macro.
50316         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50317         using...
50318         (__GNUC_PREREQ): ...this new macro.
50319
50320         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50321
50322 2005-09-15  Derek Price  <derek@ximbiot.com>
50323             Paul Eggert  <eggert@cs.ucla.edu>
50324
50325         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50326         changes, consolidating in...
50327         * lib/regex_internal.h: ...this file.
50328
50329 2005-09-13  Jim Meyering  <jim@meyering.net>
50330
50331         * lib/canon-host.c: Filter through gnu indent and reword comments
50332         slightly.
50333         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50334
50335 2005-09-13  Derek Price  <derek@ximbiot.com>
50336
50337         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50338         failure.
50339         Reported by Jim Meyering  <jim@meyering.net>.
50340
50341 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50342
50343         * lib/base64.c: Typo.
50344         (base64_encode): Put b64str in initialized data section.
50345
50346 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50347
50348         Merge glibc and coreutils changes into gnulib, plus a few
50349         extra fixes.
50350         * lib/md5.c: Use #error rather than a string.
50351         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50352         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50353         (__attribute__): Define to empty for non recent-GCC.
50354         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50355         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50356         Renamed from their non-__ counterparts, with new macros replacing
50357         them if not _LIBC.  Add __THROW attribute.
50358         (rol): Remove.
50359         (struct md5_ctx): Align buffer if using GCC.
50360         * lib/sha1.h (struct sha1_ctx): Likewise.
50361         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50362         The old name was backwards.
50363         (NOTSWAP): Remove; not used.
50364         (rol): New macro, moved here from md5.h.
50365         (sha1_process_block): Remove a FIXME that doesn't make sense.
50366
50367 2005-09-12  Derek Price  <derek@ximbiot.com>
50368
50369         Return usable errors from canon-host.
50370         * lib/canon-host.h: New file.
50371         * lib/canon-host.c (canon_host): Wrap...
50372         (canon_host_r): ...this new function, which now relies exclusively on
50373         getaddrinfo.
50374         (ch_strerror): New function.
50375         (last_cherror): New global.
50376         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50377         interface.
50378         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50379         void *.
50380         (freeaddrinfo): Free ai->ai_canonname when set.
50381
50382 2005-09-12  Derek Price  <derek@ximbiot.com>
50383
50384         Make canon-host require getaddrinfo.
50385         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50386         AC_LIBSOURCE canon-host.h.  Call...
50387         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50388         gl_GETADDRINFO.
50389         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50390
50391 2005-09-12  Derek Price  <derek@ximbiot.com>
50392
50393         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50394         LGPL.
50395         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50396
50397 2005-09-12  Derek Price  <derek@ximbiot.com>
50398
50399         * lib/gai_strerror.c: Include config.h when available.  Include
50400         getaddrinfo.h before other headers to test interface.
50401         Reported by Larry Jones <lawrence.jones@ugs.com>.
50402
50403 2005-09-12  Derek Price  <derek@ximbiot.com>
50404             Paul Eggert  <eggert@cs.ucla.edu>
50405
50406         * modules/glob (Files): Add glob-libc.h.
50407
50408 2005-09-12  Derek Price  <derek@ximbiot.com>
50409             Paul Eggert  <eggert@cs.ucla.edu>
50410
50411         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50412         glob_.h, glob-libc.h.
50413         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50414
50415 2005-09-12  Derek Price  <derek@ximbiot.com>
50416             Paul Eggert  <eggert@cs.ucla.edu>
50417
50418         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50419         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50420         protecting things that should be done only in gnulib contexts.
50421         * lib/glob_.h: New file, containing only the glob things needed for
50422         gnulib.
50423         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50424         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50425         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50426         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50427         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50428         and to respect the namespace rules better.
50429
50430 2005-09-08  Simon Josefsson  <jas@extundo.com>
50431
50432         * modules/socklen: New file.
50433
50434 2005-09-08  Simon Josefsson  <jas@extundo.com>
50435
50436         * m4/socklen.m4: New file.
50437
50438 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50439
50440         * modules/utimens (Files): Add m4/utimbuf.m4, since
50441         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50442         Reported by Sergey Poznyakoff.
50443
50444 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50445
50446         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50447         definitions, since that's the preferred style in glibc.
50448         Fix a minor spacing issue, and update copyright notice to match
50449         glibc's.
50450
50451 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50452
50453         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50454
50455 2005-09-06  Simon Josefsson  <jas@extundo.com>
50456
50457         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50458         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50459
50460 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50461
50462         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50463         warning.
50464
50465 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50466
50467         * config/srclist.txt: Add glibc bug 1302.
50468
50469 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50470
50471         Change bitset word type from unsigned int to unsigned long int,
50472         as this has better performance on typical 64-bit hosts.
50473         Port bitset code to hosts with unusual word sizes.
50474         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50475         (build_collating_symbol):
50476         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50477         argument is a bitset.  This is merely a style issue, but it makes
50478         it clearer that an entire array is expected.
50479         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50480         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50481         Port to the case where bitset_word is not the same as unsigned int.
50482         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50483         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50484         Likewise.
50485         * lib/regexec.c (check_dst_limits_calc_pos_1,
50486         check_subexp_matching_top):
50487         (build_trtable, group_nodes_into_DFAstates):
50488         Likewise.
50489         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50490         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50491         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50492         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50493         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50494         * lib/regcomp.c (optimize_subexps, lower_subexp):
50495         Work even if bitset_word has holes in its bitwise representation.
50496         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50497         * lib/regexec.c (check_dst_limits_calc_pos_1,
50498         check_subexp_matching_top):
50499         Likewise.
50500         * lib/regex_internal.c (re_string_reconstruct):
50501         Don't assume UCHAR_MAX == 255.
50502         * lib/regex_internal.h (bitset_set_all): Likewise.
50503         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50504         All uses changed.
50505         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50506         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50507         All uses changed.
50508         (BITSET_WORD_MAX): New macro.
50509         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50510         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50511         (bitset_empty, bitset_copy):
50512         Prefer sizeof (bitset) to multiplying it out ourselves.
50513         (bitset_not_merge): Remove; unused.
50514         (bitset_contain): Return bool, not unsigned int with one bit on.
50515         All callers changed.
50516         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50517         alignment than re_node_set; do this by defining a new internal
50518         type struct dests_alloc and using it to allocate memory.
50519
50520 2005-09-05  Bruno Haible  <bruno@clisp.org>
50521
50522         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50523         links.
50524
50525 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50526
50527         * modules/size_max (Makefile.am): Add size_max.h
50528
50529 2005-09-04  Derek Price  <derek@ximbiot.com>
50530
50531         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50532
50533 2005-09-03  Simon Josefsson  <jas@extundo.com>
50534
50535         * gnulib-tool: Fix typo.
50536
50537 2005-09-03  Simon Josefsson  <jas@extundo.com>
50538
50539         * config/srclist.txt: Add glibc bug 1293.
50540
50541 2005-09-03  Derek Price  <derek@ximbiot.com>
50542
50543         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50544         From Larry Jones <lawrence.jones@ugs.com>.
50545
50546 2005-09-02  Simon Josefsson  <jas@extundo.com>
50547
50548         * modules/socklen: New file.
50549
50550 2005-09-02  Simon Josefsson  <jas@extundo.com>
50551
50552         * modules/havelib: New module.
50553
50554         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50555         Use havelib.
50556
50557 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50558
50559         Check for arithmetic overflow when calculating sizes, to prevent
50560         some buffer-overflow issues.  These patches are conservative, in the
50561         sense that when I couldn't determine whether an overflow was possible,
50562         I inserted a run-time check.
50563         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50564         macros.
50565         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50566         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50567         (re_xnrealloc, re_x2nrealloc): New inline functions.
50568         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50569         parse_bracket_exp):
50570         (build_equiv_class, build_charclass): Check for arithmetic overflow
50571         in size expression calculations.
50572         * lib/regex_internal.c (re_string_realloc_buffers):
50573         (build_wcs_upper_buffer, re_node_set_add_intersect):
50574         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50575         (re_dfa_add_node, register_state): Likewise.
50576         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50577         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50578         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50579         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50580
50581 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50582
50583         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50584         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50585
50586 2005-09-02  Bruno Haible  <bruno@clisp.org>
50587
50588         Support for lib vs. lib64 distinction on biarch platforms.
50589         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50590         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50591         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50592
50593 2005-09-02  Bruno Haible  <bruno@clisp.org>
50594
50595         * gnulib-tool (import): In the other first-use case, provide defaults
50596         as well.
50597
50598 2005-09-02  Bruno Haible  <bruno@clisp.org>
50599
50600         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50601         patches not yet found in the latest gettext release.
50602
50603 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50604
50605         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50606         to avoid a collision with bits/local_lim.h in glibc.
50607         All uses changed.  Problem reported by Dmitry V. Levin in
50608         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50609
50610         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50611         bugs in int versus size_t comparisons.
50612         (re_string_context_at): Fix bug where the code assumed that
50613         Idx is signed.
50614
50615         Use bool where appropriate.
50616         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50617         All callers changed.
50618         (calc_eclosure_iter): Likewise, for ROOT arg.
50619         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50620         (build_charclass_op): Likewise, for NON_MATCH arg.
50621         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50622         (re_string_construct_common): Likewise, for ICASE arg.
50623         * lib/regexec.c (re_search_2_stub, re_search_stub):
50624         Likewise, for RET_LEN arg.
50625         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50626         (set_regs): Likewise, for FL_BACKTRACK arg.
50627         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50628         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50629         (calc_eclosure_iter, parse_bracket_exp):
50630         Use bool for internal variables that are booleans.
50631         * lib/regexec.c (re_search_internal, check_matching,
50632         proceed_next_node):
50633         (set_regs, build_sifted_states, sift_states_bkref):
50634         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50635         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50636         (find_collation_sequence_value):
50637         Likewise.
50638         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50639         (re_node_set_compare):
50640         Return bool, not int. All callers changed.
50641         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50642         (build_trtable, check_node_accept): Likewise.
50643         * lib/regex_internal.h: Include stdbool.h.
50644
50645         Fix bugs uncovered when converting to bool.
50646         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50647         failure instead of charging ahead blindly.
50648         * lib/regex_internal.c (register_state): Likewise.
50649         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50650         for freeing internal storage.
50651         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50652         bitset pieces used as boolean, to avoid undefined behavior
50653         on hosts that do int overflow checking.
50654
50655 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50656
50657         * config/srclist.txt: Add glibc bugs 1285-1287.
50658
50659 2005-09-01  Jim Meyering  <jim@meyering.net>
50660
50661         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50662         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50663         Require gl_STAT_MACROS, too.
50664
50665 2005-09-01  Bruno Haible  <bruno@clisp.org>
50666
50667         * gnulib-tool (import): In the first-use case, provide defaults.
50668
50669 2005-09-01  Bruno Haible  <bruno@clisp.org>
50670
50671         * gnulib-tool (func_import): Remove the .tmp files.
50672
50673 2005-09-01  Bruno Haible  <bruno@clisp.org>
50674
50675         * gnulib-tool (func_import): Fix handling of symbolic links.
50676
50677 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50678
50679         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50680         old glibc regex code mishandles strings longer than 2**31 bytes.
50681         This patch fixes this when the regex code is used in gnulib
50682         (i.e., outside glibc).
50683
50684         This patch should not affect the use of the regex code inside
50685         glibc.  No doubt this problem also needs to be handled for glibc
50686         as well, but the result will be an incompatible change to the
50687         glibc ABI, and the old ABI will have to be supported too.  That
50688         can be the the subject for another patch.
50689
50690         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50691         governing whether the rest of this patch is active.  By default,
50692         the macro is disabled and the patch has no effect.
50693         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50694         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50695         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50696         (re_match_2, re_set_registers): Use the new types.
50697         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50698         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50699         New macros.
50700         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50701         (re_string_context_at, bin_tree_t, re_dfastate_t):
50702         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50703         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50704         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50705         (re_string_char_size_at, re_string_wchar_at):
50706         (re_string_elem_size_at):
50707         Use the new types and macros to port to 64-bit hosts.
50708         Use unsigned types for internal values, so that the code
50709         mostly works even for arrays larger than SSIZE_MAX.
50710         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50711         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50712         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50713         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50714         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50715         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50716         (calc_inveclosure, parse_dup_op, build_range_exp):
50717         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50718         (fetch_number, create_token_tree, mark_opt_subexp):
50719         Likewise.
50720         * lib/regex_internal.c (re_string_construct_common,
50721         create_ci_newstate):
50722         (create_cd_newstate, re_string_allocate, re_string_construct):
50723         (re_string_realloc_buffers, build_wcs_upper_buffer):
50724         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50725         (re_string_reconstruct, re_string_peek_byte_case):
50726         (re_string_fetch_byte_case, re_string_context_at):
50727         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50728         (re_node_set_init_copy, re_node_set_add_intersect):
50729         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50730         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50731         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50732         (re_acquire_state, re_acquire_state_context, register_state):
50733         Likewise.
50734         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50735         search_cur_bkref_entry):
50736         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50737         (re_search_internal, re_search_2_stub, re_search_stub)
50738         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50739         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50740         (update_cur_sifted_state, check_dst_limits):
50741         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50742         (check_subexp_limits, sift_states_bkref, merge_state_array):
50743         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50744         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50745         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50746         (expand_bkref_cache, check_node_accept_bytes):
50747         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50748         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50749         (acquire_init_state_context, check_halt_node_context):
50750         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50751         (sift_states_backward, clean_state_log_if_needed):
50752         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50753         (find_recover_state, transit_state_sb, transit_state_mb):
50754         (transit_state_bkref, build_trtable, match_ctx_clean):
50755         Likewise.
50756         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50757         to work around an assumption that REG_MISSING is negative.
50758
50759         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50760         (seek_collating_symbol_entry) [defined _LIBC]:
50761         (lookup_collation_sequence_value) [defined _LIBC]:
50762         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50763         Use prototypes rather than old-style function definitions.
50764         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50765         (transit_state_sb) [0]:
50766         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50767
50768         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50769         rm_eo.
50770
50771         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50772         (optimize_subexps, lower_subexp):
50773         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50774         since the signed shift might overflow.  Use 1u<<31 instead.
50775         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50776         Likewise.
50777         * lib/regexec.c (check_dst_limits_calc_pos_1,
50778         check_subexp_matching_top): Likewise.
50779
50780         * lib/regcomp.c (optimize_subexps, lower_subexp):
50781         Use CHAR_BIT rather than 8, for clarity.
50782         * lib/regexec.c (check_dst_limits_calc_pos_1):
50783         (check_subexp_matching_top): Likewise.
50784         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50785         have to worry about portability issues when shifting it left.
50786         Remove no-longer-needed test for table_size > 0.
50787         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50788         in a word, as the resulting behavior is undefined.
50789         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50790         in one case, a <= should have been an <, and in another case the
50791         whole test was missing.
50792         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50793         the standard name CHAR_BIT.
50794         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50795         this is not true on one's complement and signed-magnitude hosts.
50796
50797         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50798         next_last_offset.
50799         (struct re_dfa_t): Remove unused member states_alloc.
50800         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50801
50802 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50803
50804         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50805         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50806         and large-file glibc and in 32-bit large-file Solaris.
50807
50808 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50809
50810         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50811         lengths fit in regoff_t; this isn't true if regoff_t is the same
50812         width as size_t.
50813         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50814         (= START + RANGE) instead of RANGE.  This avoids overflow
50815         problems when regoff_t is the same width as size_t.
50816         All callers changed.
50817         (re_search_2_stub): Check for overflow when adding the
50818         sizes of the two strings.
50819         (re_search_stub): Check for overflow when adding START
50820         to RANGE; if it occurs, substitute the extreme value.
50821
50822 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50823
50824         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50825
50826 2005-08-31  Jim Meyering  <jim@meyering.net>
50827
50828         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50829         a pointer-to-const.
50830         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50831         (register_state): Likewise.
50832         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50833         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50834         (group_nodes_into_DFAstates): Likewise.
50835
50836 2005-08-31  Jim Meyering  <jim@meyering.net>
50837
50838         * check-module: Add a FIXME comment.
50839
50840 2005-08-31  Eric Blake  <ebb9@byu.net>
50841
50842         * modules/unistd-safer (Files): Add unistd--.h.
50843         * modules/stdio-safer (Files): Add stdio--.h.
50844
50845 2005-08-31  Derek Price  <derek@ximbiot.com>
50846
50847         * lib/getdelim.c (getdelim): Return EOF on EOF.
50848         Reported by Larry Jones <lawrence.jones@ugs.com>.
50849
50850 2005-08-31  Bruno Haible  <bruno@clisp.org>
50851
50852         Avoid unnecessary diffs in the generated lib/Makefile.am.
50853         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50854         the generated files.
50855         (func_import): Don't set cmd.
50856
50857 2005-08-31  Bruno Haible  <bruno@clisp.org>
50858
50859         * lib/strstr.c: Include <stddef.h>, for NULL.
50860         * lib/strcasestr.c: Likewise.
50861         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50862
50863 2005-08-31  Bruno Haible  <bruno@clisp.org>
50864
50865         * gnulib-tool: New option --macro-prefix.
50866         (func_import): Use macro_prefix.
50867         (import): Handle option --macro-prefix.
50868
50869 2005-08-31  Bruno Haible  <bruno@clisp.org>
50870
50871         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50872         Also use new variables cached_lgpl, cached_libtool.
50873
50874 2005-08-31  Bruno Haible  <bruno@clisp.org>
50875
50876         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50877         always instantiating them.
50878
50879 2005-08-31  Bruno Haible  <bruno@clisp.org>
50880
50881         * gnulib-tool (func_import): Read the previous cached settings
50882         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50883         earlier added by gnulib but are now dropped. Warn when a gnulib file
50884         overwrites a non-gnulib file.
50885
50886 2005-08-31  Bruno Haible  <bruno@clisp.org>
50887
50888         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50889         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50890         projects that don't keep autogenerated files in CVS. Put into
50891         actioncmd only the specified modules, not the transitive closure.
50892
50893 2005-08-31  Bruno Haible  <bruno@clisp.org>
50894
50895         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50896         Create directories that shall be filled.
50897         (import): Don't look for gl_* macros in configure.ac. Recurse across
50898         all directories containing a gnulib-cache.m4 files, if meaningful.
50899
50900 2005-08-31  Bruno Haible  <bruno@clisp.org>
50901
50902         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50903         (import): Set seen_libtool when we see gl_LIBTOOL.
50904
50905 2005-08-31  Bruno Haible  <bruno@clisp.org>
50906
50907         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50908         declaration macro definitions from generated gnulib.m4.
50909
50910 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50911
50912         * lib/iconvme.h: Add prototype for iconv_alloc.
50913
50914 2005-08-29  Simon Josefsson  <jas@extundo.com>
50915
50916         * lib/iconvme.c: Fix errno.
50917
50918 2005-08-29  Bruno Haible  <bruno@clisp.org>
50919
50920         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50921         that it works when the directory contains spaces.
50922
50923 2005-08-29  Bruno Haible  <bruno@clisp.org>
50924
50925         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50926
50927 2005-08-29  Bruno Haible  <bruno@clisp.org>
50928
50929         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50930         Emit more advice.
50931
50932 2005-08-29  Bruno Haible  <bruno@clisp.org>
50933         and Stepan Kasal  <kasal@ucw.cz>
50934
50935         * check-module: If more parameters are given, check each of them
50936         separately; add more exceptions, as noted by Jim Meyering.
50937         (check_module): New procedure.
50938         (%exempt_header): Now contains all exceptions.
50939
50940 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50941
50942         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50943
50944 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50945
50946         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50947
50948 2005-08-28  Bruno Haible  <bruno@clisp.org>
50949
50950         * m4/gnulib-tool.m4: New file.
50951
50952 2005-08-27  Jim Meyering  <jim@meyering.net>
50953
50954         * modules/unistd-safer (Files): Add pipe-safer.c.
50955         * modules/fcntl-safer (Files): Add creat-safer.c.
50956
50957 2005-08-27  Jim Meyering  <jim@meyering.net>
50958
50959         * m4/stdlib-safer.m4: New file.  From coreutils.
50960         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50961         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50962         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50963         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50964         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50965
50966 2005-08-27  Jim Meyering  <jim@meyering.net>
50967
50968         * lib/fopen-safer.c: Merge minor changes from coreutils.
50969         * lib/dup-safer.c: Likewise.
50970         * lib/fd-safer.c: Likewise.
50971
50972         Merge from coreutils.
50973         * lib/stdio--.h: New file.
50974         * lib/stdlib--.h: New file.
50975         * lib/mkstemp-safer.c: New file.
50976
50977         GNU tar needs these.
50978         * lib/pipe-safer.c: New file.
50979         * lib/creat-safer.c: New file.
50980         * lib/fcntl--.h (creat): Define to creat_safer.
50981         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50982         * lib/unistd--.h (pipe): Define to pipe_safer.
50983         * lib/unistd-safer.h: Declare pipe_safer.
50984
50985 2005-08-26  Simon Josefsson  <jas@extundo.com>
50986
50987         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50988         Haible <bruno@clisp.org>.
50989
50990 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50991
50992         * lib/regex_internal.h: Remove all references to
50993         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50994         or better.
50995         (bitset_not, bitset_merge, bitset_not_merge):
50996         (bitset_mask, re_string_allocate, re_string_construct):
50997         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50998         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50999         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51000         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51001         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51002         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51003         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51004         (re_acquire_state_context):
51005         Remove unnecessary forward decls.
51006         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51007         Put __attribute at function definition,
51008         now that the function decl has been removed.
51009         * lib/regex_internal.c (re_string_peek_byte_case):
51010         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51011         Likewise.
51012
51013 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51014
51015         * m4/regex.m4: Add AC_PREREQ(2.50).
51016         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51017
51018 2005-08-25  Simon Josefsson  <jas@extundo.com>
51019
51020         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51021         __fsetlocking.
51022
51023 2005-08-25  Simon Josefsson  <jas@extundo.com>
51024
51025         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51026         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51027         GLIBC specific code.
51028
51029 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51030
51031         Make regex safe for g++.  This fixes one real bug (an "err"
51032         that should have been "*err").  g++ problem reported by
51033         Sam Steingold.
51034         * lib/regex_internal.h (re_calloc): New macro, consistent with
51035         re_malloc etc.  All callers of calloc changed to use re_calloc.
51036         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51037         not int.  All callers changed.
51038         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51039         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51040         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51041         (find_recover_state): Change "err" to "*err"; this fixes what
51042         appears to be a real bug.
51043         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51044         versus int.
51045
51046 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51047
51048         * modules/regex (Depends-on): Add malloc, since the code
51049         assumes that !malloc(0) means failure.
51050
51051 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51052
51053         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51054
51055         alloca modernization/simplification for regex.
51056         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51057         needs to be at the start of the file, and can be moved into
51058         regex_internal.h and simplified.
51059         * lib/regex_internal.h: Include <alloca.h>.
51060         (__libc_use_alloca) [!defined _LIBC]: New macro.
51061         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51062         now works outside glibc.
51063
51064 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51065
51066         * config/srclist.txt: Add glibc bugs 1241, 1245.
51067
51068 2005-08-25  Jim Meyering  <jim@meyering.net>
51069
51070         * lib/open-safer.c: Include <config.h>.
51071         Otherwise, we'd lose LARGEFILE support in any file using
51072         e.g. "fcntl--.h"
51073
51074 2005-08-25  Bruno Haible  <bruno@clisp.org>
51075
51076         * m4/minmax.m4: Require autoconf 2.52.
51077         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51078         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51079         alternatives of translit over the alphabet.
51080         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51081
51082 2005-08-24  Simon Josefsson  <jas@extundo.com>
51083
51084         * tests/test-getpass.c: New file.
51085
51086 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51087
51088         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51089         for GNU regex features.
51090
51091 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51092
51093         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51094         * lib/regex.h (regerror): Likewise.
51095
51096         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51097         requires this.  (The code never needed it.)
51098
51099         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51100         All uses of recently-renamed identifiers changed to use the new,
51101         POSIX-compliant names.  The code will build and run just fine
51102         without these changes, but it's better to eat our own dog food
51103         and use the standard-conforming names.
51104
51105         * lib/regex.h: Fix a multitude of POSIX name space violations.
51106         These changes have an effect only for programs that define
51107         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51108         do not change anything for programs compiled in the normal way.
51109         Also, there is no effect on the ABI.
51110
51111         (_REGEX_SOURCE): New macro.
51112         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51113         defined and _GNU_SOURCE is not; this fixes a name space violation.
51114
51115         Rename the following macros to obey POSIX requirements.
51116         The old names are still visible as macros if _REGEX_SOURCE is defined.
51117         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51118         RE_BACKSLASH_ESCAPE_IN_LISTS.
51119         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51120         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51121         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51122         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51123         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51124         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51125         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51126         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51127         (REG_INTERVALS): renamed from RE_INTERVALS.
51128         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51129         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51130         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51131         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51132         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51133         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51134         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51135         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51136         RE_UNMATCHED_RIGHT_PAREN_ORD.
51137         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51138         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51139         (REG_DEBUG): renamed from RE_DEBUG.
51140         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51141         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51142         unusual, since we can't clash with the POSIX REG_ICASE.
51143         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51144         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51145         (REG_NO_SUB): renamed from RE_NO_SUB.
51146         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51147         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51148         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51149         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51150         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51151         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51152         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51153         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51154         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51155         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51156         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51157         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51158         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51159         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51160         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51161         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51162         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51163         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51164         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51165         (REG_FIXED): Renamed from REGS_FIXED.
51166         (REG_NREGS): Renamed from RE_NREGS.
51167
51168         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51169         of other REG_* macros, since POSIX says the user is allowed to
51170         #undef these macros selectively.
51171
51172         (reg_errcode_t): Update comment stating what other tables need
51173         to be consistent.
51174
51175         Rename the following enum values to obey POSIX requirements.
51176         The old names are still visible as macros.
51177         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51178         is not defined, since GNU is supposed to be a superset of POSIX as
51179         much as possible, and since we want reg_errcode_t to be a signed
51180         type for implementation consistency.
51181         (_REG_NOERROR): Renamed from REG_NOERROR.
51182         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51183         (_REG_BADPAT): Renamed from REG_BADPAT.
51184         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51185         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51186         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51187         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51188         (_REG_EBRACK): Renamed from REG_EBRACK.
51189         (_REG_EPAREN): Renamed from REG_EPAREN.
51190         (_REG_EBRACE): Renamed from REG_EBRACE.
51191         (_REG_BADBR): Renamed from REG_BADBR.
51192         (_REG_ERANGE): Renamed from REG_ERANGE.
51193         (_REG_ESPACE): Renamed from REG_ESPACE.
51194         (_REG_BADRPT): Renamed from REG_BADRPT.
51195         (_REG_EEND): Renamed from REG_EEND.
51196         (_REG_ESIZE): Renamed from REG_ESIZE.
51197         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51198         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51199         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51200         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51201         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51202
51203         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51204         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51205         changed.  But support the old name if the new one is not defined
51206         and if _REGEX_SOURCE.
51207
51208         Change the following member names in struct re_pattern_buffer.
51209         The old names are still supported if !_REGEX_SOURCE.
51210         The new names are always supported, regardless of _REGEX_SOURCE.
51211         (re_buffer): Renamed from buffer.
51212         (re_allocated): Renamed from allocated.
51213         (re_used): Renamed from used.
51214         (re_syntax): Renamed from syntax.
51215         (re_fastmap): Renamed from fastmap.
51216         (re_translate): Renamed from translate.
51217         (re_can_be_null): Renamed from can_be_null.
51218         (re_regs_allocated): Renamed from regs_allocated.
51219         (re_fastmap_accurate): Renamed from fastmap_accurate.
51220         (re_no_sub): Renamed from no_sub.
51221         (re_not_bol): Renamed from not_bol.
51222         (re_not_eol): Renamed from not_eol.
51223         (re_newline_anchor): Renamed from newline_anchor.
51224
51225         Change the following member names in struct re_registers.
51226         The old names are still supported if !_REGEX_SOURCE.
51227         The new names are always supported, regardless of _REGEX_SOURCE.
51228         (rm_num_regs): Renamed from num_regs.
51229         (rm_start): Renamed from start.
51230         (rm_end): Renamed from end.
51231
51232         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51233         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51234         Prepend __ to parameter names.
51235
51236         Undo yesterday's changes.
51237
51238 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51239
51240         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51241         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51242         lib/regex.c.
51243
51244 2005-08-24  Jim Meyering  <jim@meyering.net>
51245
51246         Sync from coreutils.
51247         * m4/fcntl-safer.m4: New file.
51248
51249         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51250         and object files for this module.
51251
51252 2005-08-24  Jim Meyering  <jim@meyering.net>
51253
51254         Sync from coreutils.
51255         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51256
51257 2005-08-24  Jim Meyering  <jim@meyering.net>
51258
51259         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51260         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51261
51262 2005-08-24  Jim Meyering  <jim@meyering.net>
51263
51264         * modules/fcntl-safer: New module.
51265         * modules/fts (Depends-on): Add fcntl-safer.
51266         * MODULES.html.sh (File descriptor based Input/Output):
51267         Add fcntl-safer.
51268
51269 2005-08-24  Bruno Haible  <bruno@clisp.org>
51270
51271         Support for unit test modules.
51272         * modules/README: Mention tests modules.
51273         * modules/TEMPLATE-TESTS: New file.
51274         * gnulib-tool: New options --extract-tests-module, --with-tests and
51275         --tests-base (unused for the moment).
51276         (testsbase, inctests): New variables.
51277         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51278         (func_verify_module): Exclude TEMPLATE-TESTS.
51279         (func_verify_nontests_module, func_verify_tests_module): New functions.
51280         (func_get_dependencies): Add implicit dependency for tests modules.
51281         (func_get_tests_module): New function.
51282         (func_modules_transitive_closure): When --with-tests was specified,
51283         include the unit tests as well, unless explicitly avoided.
51284         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51285         (func_emit_tests_Makefile_am): New function.
51286         (func_create_testdir): When --with-tests was specified, emit a
51287         tests/ directory.
51288         * MODULES.html.sh (Future developments): Update.
51289
51290 2005-08-24  Bruno Haible  <bruno@clisp.org>
51291
51292         * modules/tls-tests: New file.
51293         * tests/test-tls.c: New file, from GNU gettext.
51294
51295 2005-08-24  Bruno Haible  <bruno@clisp.org>
51296
51297         * modules/lock-tests: New file.
51298         * tests/test-lock.c: New file, from GNU gettext.
51299
51300 2005-08-24  Bruno Haible  <bruno@clisp.org>
51301
51302         * lib/lock.h: Add multiple inclusion guard.
51303         * lib/tls.h: Add multiple inclusion guard.
51304
51305 2005-08-24  Bruno Haible  <bruno@clisp.org>
51306
51307         * gnulib-tool: Add support for the --aux-dir option to
51308         --create-testdir, --create-megatestdir, --test, --megatest.
51309         (func_create_testdir, func_create_megatestdir): Optionally emit a
51310         AC_CONFIG_AUX_DIR directive.
51311         (create-testdir, create-megatestdir, test, megatest): Provide a
51312         default value for $auxdir.
51313
51314 2005-08-24  Bruno Haible  <bruno@clisp.org>
51315
51316         * gnulib-tool (import): Use compound statement instead of subshell
51317         where possible.
51318
51319 2005-08-24  Bruno Haible  <bruno@clisp.org>
51320
51321         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51322
51323 2005-08-24  Bruno Haible  <bruno@clisp.org>
51324
51325         * gnulib-tool (func_version): Update.
51326
51327 2005-08-24  Bruno Haible  <bruno@clisp.org>
51328
51329         * gnulib-tool (func_import, func_create_testdir,
51330         func_create_megatestdir): Quote all autoconf macro arguments.
51331
51332 2005-08-24  Bruno Haible  <bruno@clisp.org>
51333
51334         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51335         option --force, because --force causes the aclocal.m4 of each
51336         subdirectory to be newer than the corresponding config.h.in.
51337
51338 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51339
51340         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51341         All contents moved to gl_REGEX.
51342         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51343         assume that it does.
51344
51345 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51346
51347         * lib/regex.h (REG_NOSYS)
51348         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51349         Define, since POSIX requires it as of 2001.
51350         (_REG_ENOSYS)
51351         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51352         New private symbol, used to keep the enum signed in all cases.
51353         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51354         Youngman in
51355         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51356
51357         * lib/regex_internal.c (re_string_skip_chars, register_state):
51358         (calc_state_hash):
51359         Remove forward decls; no longer needed now that we use prototypes.
51360         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51361         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51362         (clean_state_log_if_needed): Likewise.
51363
51364 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51365
51366         * config/srclist.txt: Add glibc bugs 1231-1233.
51367
51368 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51369
51370         Fix problems reported by Sam Steingold in
51371         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51372         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51373         assumed that reg_errcode_t is a signed type, which is not
51374         necessarily true if _XOPEN_SOURCE is not defined.
51375         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51376         since some compilers warn about it otherwise.
51377
51378 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51379
51380         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51381         (init_word_char, create_initial_state, duplicate_node_closure):
51382         (fetch_token, peek_token_bracket, build_range_exp):
51383         (build_collating_symbol): Remove forward decls; no longer needed
51384         now that we use prototypes.
51385
51386         * lib/regcomp.c:
51387         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51388         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51389         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51390         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51391         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51392         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51393         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51394         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51395         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51396         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51397         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51398         (build_charclass, build_charclass_op, fetch_number, create_tree):
51399         (create_token_tree, mark_opt_subexp, duplicate_tree):
51400         Use prototypes rather than old-style definitions.
51401
51402         * lib/regex_internal.c:
51403         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51404         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51405         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51406         (re_string_reconstruct, re_string_peek_byte_case):
51407         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51408         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51409         (re_node_set_init_copy, re_node_set_add_intersect):
51410         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51411         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51412         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51413         (re_acquire_state, re_acquire_state_context, register_state):
51414         (create_ci_newstate, create_cd_newstate, free_state):
51415         Likewise.
51416         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51417         re_search_2):
51418         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51419         (re_search_internal, prune_impossible_nodes):
51420         (acquire_init_state_context, check_matching, static):
51421         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51422         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51423         (update_regs, sift_states_backward, build_sifted_states):
51424         (clean_state_log_if_needed, merge_state_array):
51425         (update_cur_sifted_state, add_epsilon_src_nodes):
51426         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51427         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51428         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51429         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51430         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51431         (check_arrival, check_arrival_add_next_nodes):
51432         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51433         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51434         (check_node_accept_bytes, check_node_accept, extend_buffers):
51435         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51436         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51437         (sift_ctx_init):
51438         Likewise.
51439
51440         * lib/regex_internal.h:
51441         (re_string_allocate, re_string_construct, re_string_reconstruct):
51442         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51443         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51444         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51445         (re_string_context_at, re_string_peek_byte_case):
51446         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51447         is defined, since we now use prototypes always.
51448
51449         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51450         C89 or better.  All uses removed.
51451
51452 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51453
51454         * config/srclist.txt: Add glibc bugs 1220-1227.
51455
51456 2005-08-20  Jim Meyering  <jim@meyering.net>
51457
51458         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51459         of unused local, dfa.
51460
51461 2005-08-20  Bruno Haible  <bruno@clisp.org>
51462
51463         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51464
51465 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51466
51467         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51468         (re_node_set_insert_last, re_dfa_add_node):
51469         Rename local variables to avoid GCC shadowing warnings.
51470
51471 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51472
51473         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51474         [defined lint]: Suppress bogus uninitialized-variable warnings.
51475
51476         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51477         and let the caller return REG_ESPACE if out of space.  This
51478         removes an uninitialied-variable warning with GCC 4.0.1, and also
51479         avoids taking the address of a local variable.  All callers
51480         changed.
51481
51482 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51483
51484         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51485         $LIBCSRC/posix/regexec.c.
51486         Add glibc bug 1217 for regcomp.c.
51487
51488 2005-08-19  Jim Meyering  <jim@meyering.net>
51489
51490         * lib/regexec.c (proceed_next_node): Redo local variables to
51491         avoid GCC shadowing warnings.
51492
51493 2005-08-18  Bruno Haible  <bruno@clisp.org>
51494
51495         * lib/strstr.c (strstr): Fix return value in multibyte case.
51496         * lib/strcasestr.c (strcasestr): Likewise.
51497
51498 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51499
51500         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51501
51502 2005-08-17  Jim Meyering  <jim@meyering.net>
51503
51504         Make the %s format (seconds since the epoch) work for a negative
51505         number and when used with a zero-padded field width, e.g. %015s.
51506
51507         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51508         label so that it precedes the code to set `digits'.  Otherwise,
51509         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51510         print `00-22'.  Now, it prints `-0022', as it should.
51511
51512 2005-08-17  Bruno Haible  <bruno@clisp.org>
51513
51514         * modules/strstr (Files): Add m4/mbrtowc.m4.
51515         (Depends-on): Add mbuiter.
51516
51517 2005-08-17  Bruno Haible  <bruno@clisp.org>
51518
51519         * modules/strcasestr: New file.
51520         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51521         strcasestr.
51522
51523 2005-08-17  Bruno Haible  <bruno@clisp.org>
51524
51525         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51526
51527 2005-08-17  Bruno Haible  <bruno@clisp.org>
51528
51529         * modules/mbuiter: New file.
51530         * MODULES.html.sh (Extended multibyte and wide character utilities):
51531         Add mbuiter.
51532
51533 2005-08-17  Bruno Haible  <bruno@clisp.org>
51534
51535         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51536         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51537
51538 2005-08-17  Bruno Haible  <bruno@clisp.org>
51539
51540         * m4/strcasestr.m4: New file.
51541
51542 2005-08-17  Bruno Haible  <bruno@clisp.org>
51543
51544         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51545         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51546
51547 2005-08-17  Bruno Haible  <bruno@clisp.org>
51548
51549         * lib/strcasestr.h: New file.
51550         * lib/strcasestr.c: New file.
51551
51552 2005-08-17  Bruno Haible  <bruno@clisp.org>
51553
51554         * lib/strcasecmp.c: Use mbuiter.h.
51555
51556 2005-08-17  Bruno Haible  <bruno@clisp.org>
51557
51558         * lib/mbuiter.h: New file.
51559
51560 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51561
51562         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51563         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51564         and gl_GETOPT are both invoked via different paths (as happens
51565         with GNU tar CVS because it uses both argp and getopt), the former
51566         wins.
51567
51568 2005-08-16  Bruno Haible  <bruno@clisp.org>
51569
51570         * modules/tls: New file.
51571         * MODULES.html.sh (Multithreading): Add tls.
51572
51573 2005-08-16  Bruno Haible  <bruno@clisp.org>
51574
51575         * modules/strnlen1: New file.
51576         * MODULES.html.sh (String handling): Add strnlen1.
51577
51578 2005-08-16  Bruno Haible  <bruno@clisp.org>
51579
51580         * modules/strcase (Files): Add m4/mbrtowc.m4.
51581         (Depends-on): Add strnlen1, mbchar.
51582
51583 2005-08-16  Bruno Haible  <bruno@clisp.org>
51584
51585         * modules/mbiter: New file.
51586         * MODULES.html.sh (Extended multibyte and wide character utilities):
51587         Add mbiter.
51588
51589 2005-08-16  Bruno Haible  <bruno@clisp.org>
51590
51591         * modules/mbfile: New file.
51592         * MODULES.html.sh (Extended multibyte and wide character utilities):
51593         Add mbfile.
51594
51595 2005-08-16  Bruno Haible  <bruno@clisp.org>
51596
51597         * modules/mbchar: New file.
51598         * MODULES.html.sh (Extended multibyte and wide character utilities):
51599         New section.
51600
51601 2005-08-16  Bruno Haible  <bruno@clisp.org>
51602
51603         * m4/tls.m4: New file, from GNU gettext.
51604
51605 2005-08-16  Bruno Haible  <bruno@clisp.org>
51606
51607         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51608         always.
51609         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51610
51611 2005-08-16  Bruno Haible  <bruno@clisp.org>
51612
51613         * m4/mbiter.m4: New file.
51614
51615 2005-08-16  Bruno Haible  <bruno@clisp.org>
51616
51617         * m4/mbfile.m4: New file.
51618
51619 2005-08-16  Bruno Haible  <bruno@clisp.org>
51620
51621         * m4/mbchar.m4: New file.
51622
51623 2005-08-16  Bruno Haible  <bruno@clisp.org>
51624
51625         * lib/tls.h: New file, from GNU gettext.
51626         * lib/tls.c: New file, from GNU gettext.
51627
51628 2005-08-16  Bruno Haible  <bruno@clisp.org>
51629
51630         * lib/strnlen1.h: New file.
51631         * lib/strnlen1.c: New file.
51632
51633 2005-08-16  Bruno Haible  <bruno@clisp.org>
51634
51635         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51636         (mbi_init): Update.
51637         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51638         NUL byte, not after it.
51639
51640 2005-08-16  Bruno Haible  <bruno@clisp.org>
51641
51642         * lib/strcase.h (strcasecmp): Add note in comments.
51643         * lib/strncasecmp.c: Use code from strcasecmp.c.
51644         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51645         (strcasecmp): Work correctly in multibyte locales.
51646
51647 2005-08-16  Bruno Haible  <bruno@clisp.org>
51648
51649         * lib/mbiter.h: New file.
51650
51651 2005-08-16  Bruno Haible  <bruno@clisp.org>
51652
51653         * lib/mbfile.h: New file.
51654
51655 2005-08-16  Bruno Haible  <bruno@clisp.org>
51656
51657         * lib/mbchar.h: New file.
51658         * lib/mbchar.c: New file.
51659
51660 2005-08-16  Bruno Haible  <bruno@clisp.org>
51661
51662         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51663         the valid ones. Makes the comparison operations transitive:
51664         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51665         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51666
51667 2005-08-15  Simon Josefsson  <jas@extundo.com>
51668
51669         * modules/ssize_t (License): Change to 'unlimited'.
51670
51671         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51672
51673 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51674
51675         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51676         Add comments for each pending glibc patch.
51677
51678 2005-08-15  Bruno Haible  <bruno@clisp.org>
51679
51680         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51681         __cplusplus is defined.
51682
51683 2005-08-14  Jim Meyering  <jim@meyering.net>
51684
51685         Sync from coreutils.
51686
51687         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51688         Use the hash-table-based cycle-detection code not just when
51689         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51690         Reported by James Youngman in
51691         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51692         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51693         FTS_TIGHT_CYCLE_CHECK.
51694         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51695         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51696         once again.
51697         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51698         * lib/fts.c (fd_safer): Remove decl.
51699         Include fcntl--.h rather than unistd-safer.h
51700         (fts_safe_changedir): Don't call fd_safer; no longer needed
51701         now that we include fcntl--.h.
51702
51703 2005-08-12  Simon Josefsson  <jas@extundo.com>
51704
51705         * modules/getndelim2: Use ssize_t module.
51706         * modules/getnline: Likewise.
51707         * modules/safe-read: Likewise.
51708         * modules/xreadlink: Likewise.
51709
51710         * modules/ssize_t: New file.
51711
51712 2005-08-12  Simon Josefsson  <jas@extundo.com>
51713
51714         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51715
51716 2005-08-12  Simon Josefsson  <jas@extundo.com>
51717
51718         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51719         ssize_t.
51720
51721 2005-08-12  Simon Josefsson  <jas@extundo.com>
51722
51723         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51724         readline, getdelim and check_version.
51725         (Support for systems lacking ISO C 99: Sizes of integer types):
51726         Add size_max.
51727
51728 2005-08-12  Bruno Haible  <bruno@clisp.org>
51729
51730         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51731
51732 2005-08-11  Simon Josefsson  <jas@extundo.com>
51733
51734         * modules/readline: New file.
51735
51736         * modules/strnlen (Files): Add strnlen.h.
51737
51738 2005-08-11  Simon Josefsson  <jas@extundo.com>
51739
51740         * m4/readline.m4: New file.
51741
51742 2005-08-11  Simon Josefsson  <jas@extundo.com>
51743
51744         * lib/readline.h, readline.c: New file.
51745
51746 2005-08-11  Simon Josefsson  <jas@extundo.com>
51747
51748         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51749         gl_AVOID.
51750
51751 2005-08-11  Bruno Haible  <bruno@clisp.org>
51752
51753         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51754
51755 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51756
51757         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51758
51759 2005-08-10  Simon Josefsson  <jas@extundo.com>
51760
51761         * tests/test-iconvme.c: New file.
51762
51763 2005-08-10  Simon Josefsson  <jas@extundo.com>
51764
51765         * m4/strnlen.m4: New file.
51766
51767         * m4/strndup.m4: Don't check for strnlen declaration, done in
51768         strnlen.m4.
51769
51770 2005-08-10  Simon Josefsson  <jas@extundo.com>
51771
51772         * lib/strndup.c: Use strnlen.h.
51773
51774         * lib/strnlen.h: New file.
51775
51776 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51777
51778         * README: Typos.
51779
51780 2005-08-02  Simon Josefsson  <jas@extundo.com>
51781
51782         * modules/readline: New file.
51783
51784 2005-08-02  Simon Josefsson  <jas@extundo.com>
51785
51786         * modules/getdelim: New file.
51787
51788         * modules/getline: Rewrite, don't use getndelim2.
51789
51790 2005-08-02  Simon Josefsson  <jas@extundo.com>
51791
51792         * m4/getline.m4: Separate out getdelim stuff into separate module.
51793
51794         * m4/getdelim.m4: New file.
51795
51796 2005-08-02  Simon Josefsson  <jas@extundo.com>
51797
51798         * lib/getline.h, getline.c: Rewrite.
51799
51800         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51801
51802 2005-07-31  Bruno Haible  <bruno@clisp.org>
51803
51804         * lib/lock.h (gl_lock_initializer): New macro.
51805         (gl_lock_define_initialized): Use it.
51806         (gl_rwlock_initializer): New macro.
51807         (gl_rwlock_define_initialized): Use it.
51808         (gl_recursive_lock_initializer): New macro.
51809         (gl_recursive_lock_define_initialized): Use it.
51810
51811 2005-07-30  Karl Berry  <karl@gnu.org>
51812
51813         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51814         Report from Ben Pfaff, regarding getopt.
51815
51816 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51817
51818         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51819         normal way.
51820         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51821         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51822         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51823         (gl_GETOPT): Use the new macros.  Most of the implementation
51824         is moved to the new macros.  This is for programs like Emacs
51825         that don't want all the functionality of gl_GETOPT.
51826
51827 2005-07-26  Bruno Haible  <bruno@clisp.org>
51828
51829         * m4/lock.m4: Update from GNU gettext.
51830
51831 2005-07-26  Bruno Haible  <bruno@clisp.org>
51832
51833         * lib/lock.h: Update from GNU gettext.
51834         * lib/lock.c: Update from GNU gettext.
51835
51836 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51839         obsolescent AC_TRY_RUN.  Include the default includes files, for
51840         'exit'.
51841
51842 2005-07-24  Bruno Haible  <bruno@clisp.org>
51843
51844         * modules/visibility: New file.
51845         * MODULES.html.sh (Misc): Add visibility.
51846
51847 2005-07-24  Bruno Haible  <bruno@clisp.org>
51848
51849         * m4/visibility.m4: New file.
51850
51851 2005-07-24  Bruno Haible  <bruno@clisp.org>
51852
51853         * doc/visibility.texi: New file.
51854
51855 2005-07-22  Bruno Haible  <bruno@clisp.org>
51856
51857         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51858         $(ALLOCA_H), redundant through BUILT_SOURCES.
51859         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51860         redundant through BUILT_SOURCES.
51861         * modules/byteswap (Makefile.am): Remove explicit dependency on
51862         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51863         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51864         $(FNMATCH_H), redundant through BUILT_SOURCES.
51865         * modules/getopt (Makefile.am): Remove explicit dependency on
51866         $(GETOPT_H), redundant through BUILT_SOURCES.
51867         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51868         redundant through BUILT_SOURCES.
51869         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51870         redundant through BUILT_SOURCES.
51871         * modules/stdbool (Makefile.am): Remove explicit dependency on
51872         $(STDBOOL_H), redundant through BUILT_SOURCES.
51873         * modules/stdint (Makefile.am): Remove explicit dependency on
51874         $(STDINT_H), redundant through BUILT_SOURCES.
51875         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51876         Remove explicit dependency on $(SYSEXITS_H).
51877         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51878
51879 2005-07-18  Simon Josefsson  <jas@extundo.com>
51880
51881         * lib/check-version.c (check_version): Accept identical versions too.
51882
51883 2005-07-18  Bruno Haible  <bruno@clisp.org>
51884
51885         * modules/lock: New file.
51886         * MODULES.html.sh (Multithreading): New section.
51887
51888 2005-07-18  Bruno Haible  <bruno@clisp.org>
51889
51890         * m4/lock.m4: New file, from GNU gettext.
51891
51892 2005-07-18  Bruno Haible  <bruno@clisp.org>
51893
51894         * lib/lock.h: New file, from GNU gettext.
51895         * lib/lock.c: New file, from GNU gettext.
51896
51897 2005-07-18  Bruno Haible  <bruno@clisp.org>
51898
51899         * lib/lock.h (gl_once_t): New type.
51900         (gl_once_define, gl_once): New macros.
51901         * lib/lock.c (fresh_once): New variable.
51902         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51903         functions.
51904
51905 2005-07-16  Simon Josefsson  <jas@extundo.com>
51906
51907         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51908         workaround, suggested by Bruno.
51909
51910 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51911
51912         * modules/xalloc (Depends-on): Add xalloc-die.
51913         * modules/xvasprintf (Depends-on): Add xalloc-die.
51914
51915 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51916
51917         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51918         with a minor change.
51919
51920 2005-07-15  Bruno Haible  <bruno@clisp.org>
51921
51922         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51923         When using lib/poll.c, define poll as rpl_poll.
51924
51925 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51926
51927         * modules/argp (Depends-on): Remove unlocked-io.
51928
51929 2005-07-14  Derek Price  <derek@ximbiot.com>
51930
51931         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51932         for glob symlink bug.
51933
51934 2005-07-14  Bruno Haible  <bruno@clisp.org>
51935
51936         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51937         Instead, test for *_unlocked function declarations directly.
51938
51939 2005-07-11  Simon Josefsson  <jas@extundo.com>
51940
51941         * modules/size_max: New file.
51942
51943         * modules/xsize: Depend on size_max module for size_max.m4.
51944
51945 2005-07-11  Simon Josefsson  <jas@extundo.com>
51946
51947         * lib/size_max.h: New file.
51948
51949 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51950
51951         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51952         copyright symbol and the year.
51953         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51954         (version_etc_va): Use parameterized copyright notice.
51955         Reword to conform to the current GNU coding standards.
51956
51957 2005-07-11  Karl Berry  <karl@gnu.org>
51958
51959         * doc/gnulib.texi (Quoting): new node.
51960         (Initial import): more info, from Patrice.
51961
51962 2005-07-11  Bruno Haible  <bruno@clisp.org>
51963
51964         * gnulib-tool (func_usage): Document option --avoid.
51965         (Command line options): Handle --avoid.
51966         (func_acceptable): New function.
51967         (func_modules_transitive_closure): Use it.
51968
51969 2005-07-11  Bruno Haible  <bruno@clisp.org>
51970
51971         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51972         Reported by Jim Meyering.
51973
51974 2005-07-10  Bruno Haible  <bruno@clisp.org>
51975
51976         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51977         Needed when size_t is smaller than 'unsigned int'.
51978         Reported by Paul Eggert.
51979
51980 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51981
51982         * modules/argp (Depends-on): Add unlocked-io
51983
51984 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51985
51986         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51987         block of defines.
51988
51989 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51990
51991         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51992         fix now.
51993
51994 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51995         and Paul Eggert  <eggert@cs.ucla.edu>
51996
51997         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51998         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51999
52000 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52001
52002         * modules/regex (Files): Add lib/regex_internal.c,
52003         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52004         (Depends-on): Add extensions.
52005         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52006
52007 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52008
52009         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52010         pathconf.
52011         * m4/same.m4 (gl_SAME): Likewise.
52012         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52013
52014         * m4/regex.m4: Adjust to new libc regex implementation.
52015         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52016         all the .c and .h parts of (the new) regex.
52017         Quote the m4 stuff better.
52018         Check for RE_ICASE bug of old gnulib.
52019         Check for REG_STARTEND of recent libc.
52020         Rename local variables from jm_* to gl_*.
52021         Quote operand of "test -f".
52022         Say "recent enough" version of libc, not "version 2".
52023         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52024         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52025         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52026         Remove check for btowc, isascii.
52027         Require AM_LANGINFO_CODESET.
52028
52029 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52030
52031         * lib/regex.c, regex.h: Sync from libc.
52032         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52033         * lib/regexec.c:
52034         New files, synced from libc, except that regex_internal.h
52035         currently has a small porting fix.
52036
52037 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52038
52039         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52040         regex_internal.c, regexec.c.
52041         Add regex_internal.h too, but as a comment, since the libc version
52042         is currently broken in gnulib mode.
52043
52044 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52045
52046         Support programs like Emacs that use gnulib but not gettext.
52047         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52048         * modules/gettext-h: New file.
52049         * modules/gettext (Files): Remove lib/gettext.h.
52050         (Depends-on): Add gettext-h.
52051         (Makefile.am): Remove lib_SOURCES.
52052         * modules/argmatch, modules/c-stack, modules/closeout:
52053         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52054         * modules/execute, modules/file-type, modules/getaddrinfo:
52055         * modules/getopt, modules/human, modules/javacomp:
52056         * modules/javaexec, modules/mkdir-p, modules/obstack:
52057         * modules/openat, modules/pagealign_alloc, modules/pipe:
52058         * modules/quotearg, modules/regex, modules/rpmatch:
52059         * modules/unicodeio, modules/userspec, modules/version-etc:
52060         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52061         * modules/xsetenv:
52062         Depend on gettext-h, not gettext.
52063
52064 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52065
52066         * gnulib-tool (func_import): Add support for 'public domain' license.
52067         * modules/alloca, modules/atexit, modules/memmove:
52068         Now public domain, not GPL.
52069         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52070         * modules/realloc, modules/strerror, modules/strtod:
52071         Now LGPL, not GPL.
52072
52073 2005-07-05  Bruno Haible  <bruno@clisp.org>
52074
52075         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52076         autoconf CVS. Needed for mingw.
52077
52078 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52079
52080         Remove the dependency of the strftime module on the tzset module.
52081         * modules/strftime (Depends-on): Remove dependency on tzset.
52082
52083 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52084
52085         Remove the dependency of the strftime module on the tzset module.
52086         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52087         gl_FUNC_TZSET_CLOBBER.
52088
52089 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52090
52091         Remove the dependency of the strftime module on the tzset module.
52092         * lib/strftime.c (my_strftime)
52093         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52094         Copy the input structure, to work around some of the bug with
52095         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52096         Solaris releases, you should also use the tzset module, but we won't
52097         require it as a dependency any more since we don't want LGPLed code
52098         to depend on GPLed code.
52099
52100 2005-07-02  Jim Meyering  <jim@meyering.net>
52101
52102         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52103         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52104         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52105         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52106
52107 2005-07-02  Jim Meyering  <jim@meyering.net>
52108
52109         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52110
52111 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52112
52113         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52114         declares only 'struct timespec;' (!).
52115
52116 2005-07-01  Jim Meyering  <jim@meyering.net>
52117
52118         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52119         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52120         * lib/save-cwd.c, tempname.c:
52121         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52122         and don't include <sys/file.h>).
52123
52124 2005-06-29  Jim Meyering  <jim@meyering.net>
52125
52126         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52127         type name.  Use the variable name instead.
52128         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52129         Likewise.
52130
52131 2005-06-28  Simon Josefsson  <jas@extundo.com>
52132
52133         * modules/check-version (Files): Add check-version.m4.
52134
52135 2005-06-28  Simon Josefsson  <jas@extundo.com>
52136
52137         * m4/check-version.m4: New file, suggested by Jim Meyering
52138         <jim@meyering.net>.
52139
52140 2005-06-28  Simon Josefsson  <jas@extundo.com>
52141
52142         * lib/check-version.h, lib/check-version.c: New files.
52143
52144 2005-06-28  Simon Josefsson  <jas@extundo.com>
52145
52146         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52147         collision with global variable.  Better indentation.  Don't
52148         increment buffer pointer beyond buffer end.  Based on comments
52149         from Paul Eggert <eggert@cs.ucla.edu>.
52150
52151         * lib/base64.h: Indent.
52152
52153 2005-06-28  Simon Josefsson  <jas@extundo.com>
52154
52155         * doc/gnulib.texi (Library version handling): New section.
52156
52157 2005-06-28  Jim Meyering  <jim@meyering.net>
52158
52159         * check-module (find_included_lib_files): Hard-code another
52160         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52161         but modules/fts-lgpl (correctly) does not list those files.
52162
52163         * modules/canonicalize (Files): Add lib/pathmax.h.
52164
52165 2005-06-25  Simon Josefsson  <jas@extundo.com>
52166
52167         * modules/check-version: New file.
52168
52169 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52170
52171         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52172         initializer of struct addrinfo, as an indication that we don't
52173         care how many members the structure has.
52174
52175 2005-06-24  Derek Price  <derek@ximbiot.com>
52176         and Bruno Haible  <bruno@clisp.org>
52177
52178         Remove stat module & update lstat.
52179         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52180         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52181         * m4/stat.m4: Remove this file.
52182
52183 2005-06-24  Derek Price  <derek@ximbiot.com>
52184         and Bruno Haible  <bruno@clisp.org>
52185
52186         Remove stat module & update lstat.
52187         * lib/stat.c: Remove this file...
52188         (slash_aware_lstat): ...moving this content and its support...
52189         * lib/lstat.c (rpl_lstat): ...into here.
52190         * lib/lstat.h: New file.
52191
52192 2005-06-24  Derek Price  <derek@ximbiot.com>
52193         and Bruno Haible  <bruno@clisp.org>
52194
52195         Remove stat module & update lstat.
52196         * config/srclist.txt (libc sources): Remove stat.
52197
52198 2005-06-24  Derek Price  <derek@ximbiot.com>
52199         and Bruno Haible  <bruno@clisp.org>
52200
52201         Remove stat module & update lstat.
52202         * MODULES.html.sh (stat): Remove.
52203         * MODULES.html: Regenerated.
52204         * modules/lstat (Description): Correct function name.
52205         (Files): Add "lstat.h".
52206         (Depends-on): Remove stat, add xalloc, stat-macros.
52207         * modules/stat: Remove this file.
52208         (Include): Add "lstat.h", remove <sys/stat.h>.
52209
52210 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52211
52212         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52213         (ranged_convert): Don't save conversion in a temporary struct.
52214         This causes a warning with GCC 4.0.0, and anyway in the typical
52215         case it's not worth the extra 100 bytes or so of code.
52216         (ranged_convert, __mktime_internal): When calling a function via a
52217         pointer P, use P () rather than (*P) (), as we now assume C89 or
52218         better.
52219
52220 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52221
52222         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52223         "who -r" failed to give output.  Problem reported by Tim Waugh.
52224
52225         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52226         (xcalloc): Use it to avoid needless tests.
52227         Problem reported by Jim Meyering.
52228
52229 2005-06-20  Derek Price  <derek@ximbiot.com>
52230
52231         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52232         unnecessary for Autoconfs > 2.59c.
52233
52234 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52235
52236         * lib/argp.h (__option_is_short): Check upper limit of
52237         __key. Isprint() requires its argument to have the value
52238         of an unsigned char or EOF.
52239
52240 2005-06-16  Jim Meyering  <jim@meyering.net>
52241
52242         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52243         when either N or S is zero.
52244
52245 2005-06-16  Derek Price  <derek@ximbiot.com>
52246
52247         * m4/bison.m4: Declare YACC & YFLAGS precious.
52248
52249 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52250
52251         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52252         multibyte string or pattern, fall back on unibyte matching.
52253         Problem reported by James Youngman.
52254
52255 2005-06-08  Bruno Haible  <bruno@clisp.org>
52256
52257         * modules/csharpcomp: New file.
52258         * MODULES.html.sh (C#): Add csharpcomp.
52259
52260 2005-06-08  Bruno Haible  <bruno@clisp.org>
52261
52262         * m4/csharpcomp.m4: New file, from GNU gettext.
52263
52264 2005-06-08  Bruno Haible  <bruno@clisp.org>
52265
52266         * lib/csharpcomp.h: New file, from GNU gettext.
52267         * lib/csharpcomp.c: New file, from GNU gettext.
52268         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52269
52270 2005-06-08  Bruno Haible  <bruno@clisp.org>
52271
52272         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52273         warning on mingw.
52274
52275 2005-06-07  Derek Price  <derek@ximbiot.com>
52276
52277         Sync from CVS.
52278         * lib/glob_.h: Indent nested #ifdef.
52279
52280 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52281
52282         Sync from coreutils.
52283         Use "file name" when talking about file names, instead of "filename"
52284         or "path", as per the GNU coding standards.
52285         * lib/mkdir-p.c: Renamed from makepath.c.
52286         (make_dir_parents): Renamed from make_path.  All callers changed.
52287         * lib/mkdir-p.h: Likewise.  All includers changed.
52288         * lib/filenamecat.c: Renamed from path-concat.c.
52289         (file_name_concat): Renamed from path_concat.  All callers changed.
52290         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52291         * lib/filenamecat.h: Likewise.  All includers changed.
52292         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52293         in comments or local variable names.
52294         * lib/basename.c: Likewise.
52295         * lib/canonicalize.c, canonicalize.h: Likewise.
52296         * lib/dirname.c, dirname.h: Likewise.
52297         * lib/euidaccess.c: Likewise.
52298         * lib/exclude.c: Likewise
52299         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52300         * lib/fsusage.c, fsuage.h: Likewise.
52301         * lib/fts.c, fts_.h: Likewise.
52302         * lib/getcwd.c: Likewise.
52303         * lib/getloadavg.c: Likewise.
52304         * lib/mkstemp.c: Likewise.
52305         * lib/mountlist.c, mountlist.h: Likewise.
52306         * lib/openat.c, openat.h: Likewise.
52307         * lib/readlink-stub.c: Likewise.
52308         * lib/readutmp.c, readutmp.h: Likewise.
52309         * lib/rename.c: Likewise.
52310         * lib/rmdir.c: Likewise.
52311         * lib/same.c: Likewise.
52312         * lib/savedir.c: Likewise.
52313         * lib/stripslash.c: Likewise.
52314         * lib/tempname.c: Likewise.
52315         * lib/xreadlink.c: Likewise.
52316         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52317         All uses changed.
52318         * lib/exclude.h: Likewise.
52319
52320         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52321         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52322         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52323         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52324         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52325         files have been getting away with it for years (MORE/BSD 4.3
52326         is extinct now).
52327         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52328         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52329
52330         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52331         Define to 256, not 255, as per modern POSIX.
52332
52333 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52334
52335         Sync from coreutils.
52336         Use "file name" when talking about file names, instead of "filename"
52337         or "path", as per the GNU coding standards.
52338         * MODULES.html.sh: mkdir-p renamed from makepath.
52339         filenamecat renamed from path-concat.
52340         * modules/filenamecat: Renamed from modules/path-concat.
52341         (Files): filenamecat.h and filenamecat.c renamed from
52342         path-concat.h and path-concat.c.
52343         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52344         (Include): filenamecat.h, not path-concat.h.
52345         * modules/mkdir-p: Renamed from modules/makepath.
52346         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52347         makepath.c.
52348         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52349         (Include): mkdir-p.h, not makepath.h.
52350
52351 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52352
52353         Sync from coreutils.
52354         * m4/mkdir-p.m4: Renamed from makepath.m4.
52355         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52356         Rename files from makepath.c to mkdir-p.c, and from
52357         makepath.h to mkdir-p.h.
52358         * m4/filenamecat.m4: Renamed from path-concat.m4.
52359         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52360         Rename files from path-concat.c to filenamecat.c,
52361         and from path-concat.h to filenamecat.h.
52362         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52363         "file name" in local variables or comments.
52364         * m4/rename.m4: Likewise.
52365
52366 2005-06-01  Bruno Haible  <bruno@clisp.org>
52367
52368         * modules/csharpexec: New file.
52369         * MODULES.html.sh (C#): New section.
52370
52371 2005-06-01  Bruno Haible  <bruno@clisp.org>
52372
52373         * m4/csharp.m4: New file, from GNU gettext.
52374         * m4/csharpexec.m4: New file, from GNU gettext.
52375
52376 2005-06-01  Bruno Haible  <bruno@clisp.org>
52377
52378         * lib/csharpexec.h: New file, from GNU gettext.
52379         * lib/csharpexec.c: New file, from GNU gettext.
52380         * lib/csharpexec.sh.in: New file, from GNU gettext.
52381
52382 2005-05-31  Derek Price  <derek@ximbiot.com>
52383             Paul Eggert  <eggert@cs.ucla.edu>
52384
52385         Sync from cvs.
52386         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52387
52388 2005-05-31  Derek Price  <derek@ximbiot.com>
52389             Paul Eggert  <eggert@cs.ucla.edu>
52390
52391         Sync from cvs.
52392         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52393
52394 2005-05-29  Derek Price  <derek@ximbiot.com>
52395
52396         * config/srclist.txt (glob_.h, glob.c): Add these files.
52397
52398 2005-05-29  Derek Price  <derek@ximbiot.com>
52399
52400         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52401         * modules/glob: New file.
52402         * modules/getlogin_r: Add link to POSIX spec in description.
52403
52404 2005-05-29  Derek Price  <derek@ximbiot.com>
52405             Paul Eggert  <eggert@cs.ucla.edu>
52406
52407         * m4/glob.m4: New file.
52408
52409 2005-05-29  Derek Price  <derek@ximbiot.com>
52410             Paul Eggert  <eggert@cs.ucla.edu>
52411
52412         * lib/glob_.h, lib/glob.c: New files.
52413
52414 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52415
52416         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52417         * modules/fts-lgpl (Depends-on): Remove gettext.
52418
52419 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52420
52421         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52422         and don't require gt_INTTYPES_PRI.
52423
52424 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52425
52426         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52427
52428         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52429         the configuration hassle isn't worth it.
52430         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52431         (LONGEST_MODIFIER, PRIuMAX): Remove.
52432
52433 2005-05-27  Bruno Haible  <bruno@clisp.org>
52434
52435         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52436
52437 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52438
52439         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52440         _POSIX_PTHREAD_SEMANTICS for Solaris.
52441
52442 2005-05-25  Derek Price  <derek@ximbiot.com>
52443
52444         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52445
52446 2005-05-25  Derek Price  <derek@ximbiot.com>
52447             Paul Eggert  <eggert@cs.ucla.edu>
52448
52449         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52450         * lib/getlogin_r.c, getlogin_r.h: New files.
52451
52452 2005-05-25  Bruno Haible  <bruno@clisp.org>
52453             Derek Price  <derek@ximbiot.com>
52454
52455         * lib/getlogin_r.h: Simplify API documentation.
52456
52457 2005-05-23  Derek Price  <derek@ximbiot.com>
52458
52459         * modules/minmax (Files): Add m4/minmax.m4.
52460         (configure.ac): Add gl_MINMAX.
52461
52462 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52463
52464         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52465         so that unistd-safer.h (GPL'ed code) need not be included.
52466
52467 2005-05-22  Bruno Haible  <bruno@clisp.org>
52468
52469         * m4/minmax.m4: New file.
52470         Based on a patch by Derek Price <derek@ximbiot.com>.
52471
52472 2005-05-22  Bruno Haible  <bruno@clisp.org>
52473
52474         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52475         (INT64_MIN): Fix definition.
52476         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52477
52478         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52479         NEED_SIGNED_INT_TYPES.
52480
52481         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52482         HAVE_SYSTEM_INTTYPES.
52483
52484 2005-05-22  Bruno Haible  <bruno@clisp.org>
52485
52486         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52487         Also include <sys/param.h> if it defines MIN, MAX.
52488         Based on a patch by Derek Price <derek@ximbiot.com>.
52489
52490 2005-05-21  Jim Meyering  <jim@meyering.net>
52491
52492         * modules/fts (Files): Add m4/inttypes-pri.m4.
52493         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52494
52495 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52496
52497         New fts module.
52498         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52499         (setup_dir, free_dir): New functions.
52500         (enter_dir, leave_dir): Define trivial
52501         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52502         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52503         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52504         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52505         Move to fts-cycle.c.
52506         (fts_open): Use setup_dir.
52507         (fts_close): Use free_dir.
52508         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52509         This adds a label and some gotos, but the alternatives were messier.
52510         Check for memory allocation failure when entering a dir.
52511         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52512         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52513         (FTS): New member fts_cycle, that is a union that contains the
52514         old active_dir_ht and cycle_state.  All uses changed to mention
52515         fts_cycle.ht and fts_cycle.state.
52516         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52517         fts.c, with the following changes:
52518         (setup_dir, free_dir): New functions.
52519         (enter_dir): Now returns bool.  Return true if successful, false
52520         if memory exhausted.  All callers changed.
52521         Do not bother partly cleaning up on
52522         memory allocation failure; that is free_dir's job.
52523         However, free ad if hash_insert fails, to avoid memory leak.
52524         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52525         fts->fts_options to see which union member to use.
52526
52527 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52528
52529         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52530         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52531
52532 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52533
52534         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52535
52536 2005-05-20  Jim Meyering  <jim@meyering.net>
52537
52538         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52539         Now a macro, to pacify GCC.
52540
52541 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52542
52543         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52544         of -1.
52545
52546 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52547
52548         * lib/chown.c (rpl_chown): Return -1 on failure.
52549
52550 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52551
52552         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52553         Don't check for stddef.h.
52554         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52555         don't use its results.
52556         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52557         since we include them unconditionally.  Don't require
52558         AM_STDBOOL_H, since stdbool is a prerequisite.
52559         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52560         since we assume C89 or better.
52561         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52562         as we don't use their results.
52563         Don't check for fchdir, memmove, memset, strrchr, as we use
52564         them unconditionally.
52565         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52566         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52567
52568 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52569
52570         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52571         Include <stddef.h> unconditionally, since we assume C89 now.
52572         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52573         * lib/fts.c: Include fts_.h first, to check interface.
52574         Do not include intprops.h; no longer needed.
52575         Include cycle-check.h and hash.h, since fts_.h no longer does.
52576         Remove unnecessary casts of closedir to void.
52577         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52578         decide whether to decrement nlinks.
52579         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52580         (FTS): Use struct hash_table * instead of Hash_table, so that
52581         we no longer need to include hash.h here.
52582
52583 2005-05-18  Jim Meyering  <jim@meyering.net>
52584
52585         * modules/dirfd (License): Change to LGPL.  Most of the code
52586         is already in the public domain.
52587
52588 2005-05-18  Jim Meyering  <jim@meyering.net>
52589
52590         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52591         Reported by Yoann Vandoorselaere.
52592
52593 2005-05-17  Jim Meyering  <jim@meyering.net>
52594
52595         * m4/fts.m4: New file, from coreutils.
52596
52597 2005-05-17  Jim Meyering  <jim@meyering.net>
52598
52599         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52600
52601 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52602
52603         Sync from coreutils.
52604         * m4/unlinkdir.m4: New file.
52605
52606 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52607
52608         Sync from coreutils.
52609         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52610         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52611         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52612         White space changes only.
52613         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52614         special.
52615         * lib/yesno.c: Include getline.h, not ctype.h.
52616         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52617         Use getline to remove arbitrary restriction on response length.
52618
52619 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52620
52621         * config/srclist-update: Spell out "Street" in FSF postal
52622         mail address; this is the style the FSF seems to prefer.
52623
52624         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52625         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52626         this updates FSF postal mail address.
52627
52628         Sync from coreutils.
52629         * modules/unlinkdir: New file.
52630         * modules/yesno (Depends-on): Add getline.
52631         * MODULES.html.sh (File system functions): Add unlinkdir.
52632
52633 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52634
52635         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52636         lib/strsep.h:
52637         Change the initial comment to refer to GPL, not LGPL.
52638         gnulib-tool will change it to LGPL as needed.
52639
52640         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52641         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52642         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52643         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52644         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52645         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52646         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52647         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52648         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52649         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52650         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52651         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52652         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52653         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52654         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52655         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52656         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52657         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52658         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52659         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52660         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52661         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52662         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52663         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52664         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52665         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52666         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52667         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52668         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52669         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52670         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52671         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52672         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52673         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52674         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52675         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52676         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52677         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52678         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52679         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52680         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52681         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52682         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52683         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52684         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52685         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52686         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52687         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52688         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52689         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52690         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52691         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52692         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52693         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52694         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52695         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52696         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52697         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52698         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52699         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52700         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52701         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52702         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52703         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52704         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52705         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52706         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52707         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52708         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52709         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52710         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52711         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52712         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52713         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52714         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52715         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52716         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52717         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52718         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52719         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52720         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52721         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52722         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52723         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52724         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52725         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52726         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52727         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52728         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52729         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52730         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52731         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52732         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52733         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52734         lib/yesno.c, lib/yesno.h:
52735         Update FSF postal mail address.
52736
52737 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52738
52739         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52740         tests/test-memmem.c, tests/test-stpncpy.c:
52741         Update FSF postal mail address.
52742
52743 2005-05-13  Bruno Haible  <bruno@clisp.org>
52744
52745         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52746         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52747         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52748         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52749         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52750         Add support for 64-bit integers in the MSVC compiler.
52751
52752 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52753
52754         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52755
52756 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52757
52758         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52759
52760 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52761
52762         * doc/getdate.texi (General date syntax): Don't say that date
52763         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52764         Problem reported by Nic Ferrier.
52765
52766 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52767
52768         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52769         specified in ai_socktype. Fix invalid ai_protocol
52770         check. ai_protocol is usually set to 0 or depending on
52771         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52772         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52773         ai_socktype / ai_protocol in the returned addrinfo structure.
52774
52775 2005-05-10  Simon Josefsson  <jas@extundo.com>
52776
52777         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52778         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52779
52780 2005-05-10  Karl Berry  <karl@gnu.org>
52781
52782         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52783         (from http://www.gnu.org/licenses).
52784         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52785         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52786         fdl.texi suffices.
52787
52788 2005-05-10  Karl Berry  <karl@gnu.org>
52789
52790         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52791         (COPYING.DOC): remove.
52792
52793         * config/srclist-update: new FSF address.
52794
52795 2005-05-10  Derek Price  <derek@ximbiot.com>
52796
52797         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52798         possible.
52799
52800 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52801             Bruno Haible  <bruno@clisp.org>
52802
52803         * modules/inet_ntop: New file.
52804         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52805         inet_ntop.
52806
52807 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52808             Bruno Haible  <bruno@clisp.org>
52809
52810         * m4/inet_ntop.m4: New file.
52811
52812 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52813             Bruno Haible  <bruno@clisp.org>
52814
52815         * lib/inet_ntop.h: New file.
52816         * lib/inet_ntop.c: New file, from glibc with modifications.
52817
52818 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52819
52820         * modules/time_r (License): Change to LGPL.
52821         * modules/extensions (License): Change to LGPL.  Actually,
52822         the license is more permissive than that, but currently gnulib-tool
52823         doesn't know how to handle more-permissive licenses.
52824
52825         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52826         Problem reported by Dave Love.
52827
52828 2005-05-08  Jim Meyering  <jim@meyering.net>
52829
52830         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52831         blank.
52832
52833 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52834
52835         * modules/argmatch (Depends-on): Add stdbool.
52836         * modules/backupfile (Depends-on): Likewise.
52837         * modules/chdir-long (Depends-on): Likewise.
52838         * modules/closeout (Depends-on): Likewise.
52839         * modules/cycle-check (Depends-on): Likewise.
52840         * modules/dirname (Depends-on): Likewise.
52841         * modules/fnmatch (Depends-on): Likewise.
52842         * modules/fsusage (Depends-on): Likewise.
52843         * modules/fwriteerror (Depends-on): Likewise.
52844         * modules/getcwd (Depends-on): Likewise.
52845         * modules/getloadavg (Depends-on): Likewise.
52846         * modules/hard-locale (Depends-on): Likewise.
52847         * modules/makepath (Depends-on): Likewise.
52848         * modules/mountlist (Depends-on): Likewise.
52849         * modules/nanosleep (Depends-on): Likewise.
52850         * modules/posixtm (Depends-on): Likewise.
52851         * modules/quotearg (Depends-on): Likewise.
52852         * modules/readtokens (Depends-on): Likewise.
52853         * modules/readtokens0 (Depends-on): Likewise.
52854         * modules/readutmp (Depends-on): Likewise.
52855         * modules/save-cwd (Depends-on): Likewise.
52856         * modules/strftime (Depends-on): Likewise.
52857         * modules/userspec (Depends-on): Likewise.
52858         * modules/utimecmp (Depends-on): Likewise.
52859         * modules/xgetcwd (Depends-on): Likewise.
52860         * modules/xnanosleep (Depends-on): Likewise.
52861         * modules/xstrtod (Depends-on): Likewise.
52862         * modules/yesno (Depends-on): Likewise.
52863
52864 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52865
52866         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52867         needless checks.
52868
52869 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52870
52871         Merge from coreutils.  Among other things,
52872         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52873         * lib/fd-safer.c: New file.
52874         * lib/fcntl-safer.h, open-safer.c: Remove.
52875         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52876         * lib/dup-safer.c: Include unistd-safer.h first.
52877         Don't include errno.h.
52878         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52879         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52880         * lib/file-type.c: Rely on file-type.h change.
52881         * lib/getloadavg.c: Include unistd-safer.h.
52882         (getloadavg): Use safer open.
52883         * lib/getusershell.c: Include "stdio-safer.h".
52884         (getusershell): Use safer fopen.
52885         * lib/long-options.c (long_options): Use NULL rather than 0.
52886         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52887         'free'.
52888         * lib/modechange.c: Likewise.
52889         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52890         (MODE_DONE): New constant.
52891         (struct mode_change): Remove 'next' member.
52892         (make_node_op_equals): New function; like the old one of the
52893         same name, except it allocates an array.
52894         (mode_compile, mode_create_from_ref): Use it.
52895         (mode_compile): Allocate result as an array, not a linked list.
52896         Parse octal string ourself, so that we catch mistakes like "+0".
52897         (mode_adjust): Arg is an array, not a linked list.
52898         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52899         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52900         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52901         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52902         Remove.  This is now stat-macros.h's job.
52903         (talloc): Remove.  All callers replaced by xalloc, so that
52904         our invokers don't have to worry about reporting memory failures.
52905         (make_node_op_equals): Remove.
52906         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52907         New constants.
52908         (struct mode_change): Moved here from modechange.h.
52909         (mode_append_entry): Remove.
52910         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52911         apps to have incorrect behavior.  Use simpler algorithm for head
52912         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52913         Detect more invalid usages rather than having somewhat-random behavior.
52914         Don't insert an "a=" action, as that leads to incorrect behavior.
52915         (mode_compile, mode_create_from_ref): Return NULL on error instead
52916         of an enum, since now there's only one way to have an error.  All
52917         callers changed.
52918         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52919         at the correct time.  Simplify calculation of "+u" and its ilk.
52920         Don't mishandle "+X".
52921         (mode_free): Remove "register" and localize decls.
52922         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52923         (struct mode_change): Move to modechange.c; callers don't
52924         need to see this stuff.
52925         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52926         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52927         (mode_change, mode_adjust): Reflect the new signatures noted above.
52928         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52929         that might redefine system include files.
52930         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52931         (my_usleep): Use NULL rather than (void *) 0.
52932         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52933         Use siginterrupt to specify that system calls should be interrupted.
52934         (rpl_nanosleep): Move initialization of suspended closer to call of
52935         my_usleep.
52936         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52937         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52938         (desirable_utmp_entry): New function.
52939         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52940         using x2nrealloc, to simplify logic.
52941         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52942         size calculation.  Do not assume utmp file is a regular file.
52943         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52944         (READ_UTMP_CHECK_PIDS): New constant.
52945         * lib/save-cwd.c: Include unistd-safer.h.
52946         (save_cwd): Use fd_safer.
52947         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52948         [!_LIBC] Include "stat-macros.h" instead.
52949         * lib/unistd-safer.h (fd_safer): New decl.
52950
52951 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52952
52953         * modules/getloadavg (Depends-on): Add unistd-safer.
52954         * modules/getusershell (Depends-on): Add stdio-safer.
52955         * modules/lstat (Depends-on): Remove xalloc.
52956         * modules/mkstemp (Depends-on): Add stat-macros.
52957         * modules/modechange (Depends-on): Remove xstrtol.
52958         Add stat-macros, xalloc.
52959         * modules/save-cwd (Depends-on): Add unistd-safer.
52960         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52961         * modules/unistd-safer (Files): Add lib/fd-safer.c
52962         (Makefile.am): Remove lib_SOURCES.
52963
52964         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52965         Remove fcntl-safer; unistd-safer supersedes it.
52966
52967 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52968
52969         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52970         AC_HEADER_STAT.
52971         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52972         (gl_PREREQ_CHOWN): Remove.
52973         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52974         it.  Don't require AC_HEADER_STAT.
52975         (gl_PREREQ_LSTAT): Remove.
52976         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52977         Don't require AC_HEADER_STAT.
52978         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52979         (gl_PREREQ_RMDIR): Remove.
52980         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52981         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52982         the stat-macros module a prerequisite.
52983         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52984         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52985         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52986         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52987         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52988         variable names.
52989         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52990         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52991         variable prefixes.
52992         * m4/fcntl-safer.m4: Remove.
52993         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52994         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52995         Invoke gl_PREREQ_FD_SAFER.
52996         (gl_PREREQ_FD_SAFER): New macro.
52997         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52998         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52999         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53000         Remove duplicate call to AC_LIBOBJ(readutmp).
53001         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53002
53003         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53004         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53005
53006 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53007
53008         * MODULES.html.sh (Misc): Add byteswap.
53009
53010 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53011
53012         * modules/getcwd (Depends-on): Add extensions.
53013         * modules/openat (Depends-on): Likewise.
53014
53015 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53016
53017         * modules/byteswap: New file.
53018
53019 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53020
53021         * m4/byteswap.m4: New file.
53022
53023 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53024
53025         * lib/byteswap_.h: New file.
53026
53027 2005-04-25  Karl Berry  <karl@gnu.org>
53028
53029         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53030
53031 2005-04-25  Albert Chin  <china@thewrittenword.com>
53032
53033         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53034         Toolkit C bug.
53035
53036 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53037
53038         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53039         (func_ln_if_changed) Remove forcibly for no error message
53040         in case file does not exist.
53041
53042 2005-04-19  Simon Josefsson  <jas@extundo.com>
53043
53044         * gnulib-tool (Options): Make --symlink mean --symbolic.
53045
53046 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53047
53048         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53049
53050 2005-04-16  Simon Josefsson  <jas@extundo.com>
53051
53052         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53053
53054 2005-04-15  Simon Josefsson  <jas@extundo.com>
53055
53056         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53057
53058 2005-04-15  Simon Josefsson  <jas@extundo.com>
53059
53060         * gnulib-tool: Rename --symlink to --symbolic.
53061
53062 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53063
53064         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53065         symbolic links to files instead of copying/moving.  Add --aux-dir,
53066         specifying directory relative --dir where auxiliary build tools
53067         are placed.
53068
53069 2005-04-14  Bruno Haible  <bruno@clisp.org>
53070
53071         * modules/allocsa (License): Change to LGPL.
53072         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53073
53074 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53075
53076         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53077         that "UTC +1 second" continues to work.  Problem reported
53078         by Dmitry V. Levin.
53079         (relunit_snumber): New rule.
53080         (relunit): Use it.
53081
53082 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53083
53084         * lib/getdate.y (universal_time_zone_table): New constant.
53085         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53086         universal_time_zone_table.
53087         (lookup_zone): Prefer universal_time_zone_table to
53088         local_time_zone_table, so that "GMT" time stamps are allowed in
53089         London during the summer.  Problem reported by Ian Abbott.
53090
53091 2005-04-12  Jim Meyering  <jim@meyering.net>
53092
53093         * lib/human.c (humblock): Set *options even when returning due to
53094         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53095         warning from gcc-4.
53096
53097 2005-04-09  Jim Meyering  <jim@meyering.net>
53098
53099         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53100         -Wuninitialized: initialize tm0.tm_year.
53101
53102 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53103
53104         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53105         count, since there's no maximum.  All uses changed.
53106         Add member dsts_seen.
53107         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53108         not being INT_MAX.
53109         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53110         Use pc_rels_seen to decide whther a date is absolute.
53111
53112         * lib/getdate.y (number): Don't overwrite year.
53113         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53114         check.
53115
53116 2005-04-02  Simon Josefsson  <jas@extundo.com>
53117
53118         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53119         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53120
53121 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53122
53123         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53124         where no absolute path name can be longer than PATH_MAX.
53125
53126 2005-03-27  Jim Meyering  <jim@meyering.net>
53127
53128         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53129
53130 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53131
53132         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53133         "one's complement" -> "ones' complement" in comment, as per Knuth.
53134         "value of type" -> "type or expression" in comment.
53135         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53136
53137 2005-03-26  Jim Meyering  <jim@meyering.net>
53138
53139         Comment nits.
53140         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53141         Correct typos: s/or/of/.
53142
53143 2005-03-26  Jim Meyering  <jim@meyering.net>
53144
53145         * modules/check-include-files: Move to ../ and rename to...
53146         * check-module: ...this.
53147
53148 2005-03-25  Jim Meyering  <jim@meyering.net>
53149
53150         * modules/xvasprintf (Files): Add xalloc.h.
53151
53152 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53153
53154         * modules/gettext (Files): config/config.rpath ->
53155         build-aux/config.rpath
53156         * modules/iconv (Files): Likewise.
53157         Problem reported by Oskar Liljeblad.
53158
53159 2005-03-23  Jim Meyering  <jim@meyering.net>
53160
53161         * modules/check-include-files: New script to check for
53162         missing dependencies, multiple includes, etc.
53163
53164         * modules/c-strtold (Depends-on): Add xalloc.
53165         * modules/c-strtod (Depends-on): Add xalloc.
53166         * modules/hash (Depends-on): Add xalloc.
53167         (Files): Remove lib/xalloc.h.
53168
53169         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53170         * modules/userspec (Files): Add lib/inttostr.h.
53171
53172 2005-03-23  Jim Meyering  <jim@meyering.net>
53173
53174         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53175
53176 2005-03-22  Jim Meyering  <jim@meyering.net>
53177
53178         * modules/stat-macros: New module.
53179         * modules/canonicalize, modules/euidaccess, modules/file-type,
53180         * modules/filemode, modules/lchown, modules/makepath,
53181         * modules/rmdir, modules/stat: Depend on new stat-macros module
53182         rather than listing lib/stat-macros.h manually.
53183         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53184
53185 2005-03-22  Jim Meyering  <jim@meyering.net>
53186
53187         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53188
53189 2005-03-22  Bruno Haible  <bruno@clisp.org>
53190
53191         * config/srclist.txt: Replace target directory 'config' with
53192         'build-aux'.
53193         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53194         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53195         ../build-aux/.
53196
53197 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53198
53199         * modules/chdir-long (Depends-on): Add mempcpy.
53200
53201         * modules/acl, modules/backupfile, modules/c-strtod,
53202         modules/c-strtold, modules/canon-host, modules/canonicalize,
53203         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53204         modules/exclude, modules/exitfail, modules/file-type,
53205         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53206         modules/getdate, modules/getline, modules/getpagesize,
53207         modules/getpass, modules/getugroups, modules/group-member,
53208         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53209         modules/inttostr, modules/long-options, modules/makepath,
53210         modules/md5, modules/memcasecmp, modules/memcoll,
53211         modules/modechange, modules/mountlist, modules/path-concat,
53212         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53213         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53214         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53215         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53216         modules/strftime, modules/strndup, modules/strverscmp,
53217         modules/timespec, modules/unlocked-io, modules/userspec,
53218         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53219         modules/yesno:
53220         Remove lib_SOURCES line from Makefile.am section, as this is now
53221         done automatically by the corresponding Autoconf macro.
53222
53223 2005-03-21  Jim Meyering  <jim@meyering.net>
53224
53225         Changes imported from coreutils.
53226
53227         * lib/cycle-check.c: Don't include xalloc.h.
53228
53229         * lib/path-concat.c: Don't include assert.h.
53230         (path_concat): Remove assertion that would have triggered
53231         for ABASE starting with more than one slash.
53232         Reported by Andreas Schwab.
53233
53234         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53235         properly when ABASE is an absolute file name.
53236         Correct the description of this function.
53237         Include <assert.h>.
53238         Add an assertion and a test driver.
53239         This fixes a bug introduced on 2004-07-02.
53240         Andreas Schwab reported the resulting failure of cp --parents:
53241         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53242
53243 2005-03-21  Jim Meyering  <jim@meyering.net>
53244
53245         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53246         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53247
53248 2005-03-21  Jim Meyering  <jim@meyering.net>
53249         and  Paul Eggert  <eggert@cs.ucla.edu>
53250
53251         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53252         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53253         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53254         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53255         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53256         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53257         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53258         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53259         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53260         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53261         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53262         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53263         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53264         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53265         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53266         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53267         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53268         for these modules.
53269
53270 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53271
53272         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53273         (which shouldn't happen), generate nothing instead of returning 0
53274         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53275
53276 2005-03-16  Bruno Haible  <bruno@clisp.org>
53277
53278         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53279         HAVE_LONGLONG_64BIT.
53280
53281 2005-03-16  Bruno Haible  <bruno@clisp.org>
53282
53283         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53284         HAVE_LONGLONG_64BIT.
53285
53286 2005-03-16  Bruno Haible  <bruno@clisp.org>
53287
53288         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53289         HAVE_LONGLONG_64BIT.
53290
53291 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53292
53293         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53294         reliably distinguish strftime failure from empty output on POSIX
53295         hosts.
53296
53297 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53298
53299         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53300         (iconv_string): Don't guess a size-zero buffer, as that might cause
53301         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53302         result would be 'too large', where 'too large' is (heuristically)
53303         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53304         overflow concerns.  This will prevent some unwanted malloc failures
53305         when the inputs are very large.
53306
53307 2005-03-15  Karl Berry  <karl@gnu.org>
53308
53309         * config/srclist.txt (config.rpath): from gettext.
53310         * config/config.rpath: update.
53311
53312 2005-03-15  Bruno Haible  <bruno@clisp.org>
53313
53314         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53315         to 'negate'.
53316
53317         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53318         variable.
53319
53320         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53321         results.
53322
53323 2005-03-14  Simon Josefsson  <jas@extundo.com>
53324
53325         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53326         <fx@gnu.org>.
53327
53328 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53329
53330         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53331         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53332         intprops.h.
53333         * lib/strtol.c: Likewise.
53334
53335 2005-03-14  Jim Meyering  <jim@meyering.net>
53336
53337         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53338         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53339         to be nonzero so that we (and caller) can detect the difference
53340         between a valid zero-length expansion and an error return, even
53341         when the underlying strftime fails before writing anything into
53342         that location.
53343
53344 2005-03-14  Bruno Haible  <bruno@clisp.org>
53345
53346         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53347         Update from GNU gettext 0.14.3.
53348
53349 2005-03-10  Jim Meyering  <jim@meyering.net>
53350
53351         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53352
53353 2005-03-10  Jim Meyering  <jim@meyering.net>
53354
53355         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53356         so that this module works on systems without fchdir.
53357
53358 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53359
53360         Factor int-properties macros into a single file, except for
53361         glibc-related files.
53362         * lib/intprops.h: New file.
53363         * lib/getloadavg.c: Include it instead of limits.h.
53364         (INT_STRLEN_BOUND): Remove.
53365         * lib/human.c: Include intprops.h.
53366         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53367         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53368         302/1000.
53369         * lib/inttostr.h: Include intprops.h instead of limits.h.
53370         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53371         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53372         for consistency with intprops.h.
53373         (time_t_is_integer, twos_complement_arithmetic): Use them.
53374         * lib/sig2str.h: Include <signal.h>, intprops.h.
53375         (INT_STRLEN_BOUND): Remove.
53376         * lib/strftime.c (TYPE_SIGNED): Remove.
53377         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53378         * lib/strtol.c: Adjust comments to match intprops.h.
53379         * lib/userspec.c: Include intprops.h.
53380         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53381         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53382         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53383         instead of rolling our own expressions.
53384         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53385
53386         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53387         instead of int.
53388         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53389         the right thing even if adding 1900 would overflow.  Similarly
53390         for tm_mon + 1 and tm_yday + 1.
53391         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53392         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53393         (DO_SIGNED_NUMBER): New macro.
53394         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53395
53396 2005-03-07  Bruno Haible  <bruno@clisp.org>
53397
53398         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53399
53400 2005-03-07  Bruno Haible  <bruno@clisp.org>
53401
53402         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53403
53404 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53405
53406         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53407         (func_import): Only replace files via --import when they have actually
53408         changed.
53409
53410 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53411
53412         * m4/mmap-anon.m4: New file.
53413         * m4/pagealign_alloc.m4: New file.
53414
53415 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53416             Bruno Haible  <bruno@clisp.org>
53417
53418         * modules/pagealign_alloc: New file.
53419         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53420
53421 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53422             Bruno Haible  <bruno@clisp.org>
53423
53424         * lib/pagealign_alloc.h: New file.
53425         * lib/pagealign_alloc.c: New file.
53426
53427 2005-03-03  Bruno Haible  <bruno@clisp.org>
53428
53429         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53430         Use an all-permissive copyright notice, recommended by RMS.
53431
53432 2005-03-02  Bruno Haible  <bruno@clisp.org>
53433
53434         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53435         of AIX, the replacement has to be done only after <string.h> is
53436         included, therefore not in config.h. stpncpy.h does the replacement,
53437         and stpncpy.c uses it.
53438
53439 2005-03-02  Bruno Haible  <bruno@clisp.org>
53440
53441         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53442         stpncpy.c uses it.
53443
53444 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53445
53446         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53447         The workaround isn't strictly needed for POSIX conformance, and
53448         it's too much of a pain to configure and maintain.  We'll ask
53449         people to fix their kernels instead.
53450         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53451         (NANOSLEEP_BUG_WORKAROUND): Remove.
53452         (xnanosleep): Remove the workaround.
53453
53454 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53455
53456         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53457         Reported by Derek Price.
53458         (Include): Add "timespec.h".
53459
53460         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53461
53462 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53463
53464         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53465         to detect nanosleep bug.
53466
53467 2005-03-01  Bruno Haible  <bruno@clisp.org>
53468
53469         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53470
53471 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53472
53473         * modules/gethrxtime: New file.
53474         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53475         (Depends-on): Add gethrxtime.
53476         (configure.ac): Add gl_XNANOSLEEP.
53477         (Makefile.am): Remove lib_SOURCES line.
53478
53479 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53480
53481         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53482         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53483
53484 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53485
53486         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53487         * lib/timespec.h (gettime): Return void, since it always
53488         succeeds now.  All uses changed.
53489         * lib/gettime.c (gettime) Likewise.
53490         [HAVE_NANOTIME]: Prefer nanotime.
53491         Assume gettimeofday succeeds, as POSIX requires.
53492         Assime time () succeeds, since other code already does.
53493         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53494         (timespec_subtract): Remove.
53495         (NANOSLEEP_BUG_WORKAROUND): New constant.
53496         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53497         things considerably.  Use it only on GNU/Linux hosts, since the
53498         workaround shouldn't be needed elsewhere.
53499
53500 2005-02-24  Bruno Haible  <bruno@clisp.org>
53501
53502         * modules/gettext (Files): Add m4/glibc2.m4.
53503
53504 2005-02-24  Bruno Haible  <bruno@clisp.org>
53505
53506         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53507         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53508         * m4/progtest.m4:
53509         Update from GNU gettext 0.14.2.
53510         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53511
53512 2005-02-24  Bruno Haible  <bruno@clisp.org>
53513
53514         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53515         * lib/config.charset: Update from GNU gettext 0.14.2.
53516
53517 2005-02-24  Bruno Haible  <bruno@clisp.org>
53518
53519         * lib/gettext.h: Update from GNU gettext 0.14.2.
53520
53521 2005-02-23  Simon Josefsson  <jas@extundo.com>
53522
53523         * m4/iconvme.m4: New file.
53524
53525 2005-02-23  Jim Meyering  <jim@meyering.net>
53526
53527         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53528         change.
53529         Thanks to Bruno Haible for catching it.
53530
53531 2005-02-22  Simon Josefsson  <jas@extundo.com>
53532
53533         * modules/iconvme: New file.
53534
53535         * MODULES.html.sh: Add iconvme.
53536
53537 2005-02-22  Simon Josefsson  <jas@extundo.com>
53538
53539         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53540
53541 2005-02-22  Simon Josefsson  <jas@extundo.com>
53542
53543         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53544
53545 2005-02-22  Jim Meyering  <jim@meyering.net>
53546
53547         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53548         s/ifndef/ifdef/.
53549
53550 2005-02-20  Neil Conway  <neilc@samurai.com>
53551
53552         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53553         returned by OSX/Darwin if the specified buffer is not large
53554         enough for the hostname.
53555
53556 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53557
53558         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53559         pass it to _help, otherwise the latter coredumps trying to
53560         dereference state.root_argp.
53561
53562 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53563
53564         * modules/chdir-long (Depends-on): Add memrchr.
53565         * modules/memrchr (Files): Add lib/memrchr.h.
53566         (Include): "memrchr.h".
53567
53568 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53569
53570         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53571
53572 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53573
53574         * lib/memrchr.h: New file.
53575         * lib/chdir-long.c: Include it.
53576         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53577         Don't bother including stddef.h.
53578
53579 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53580
53581         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53582         inclusion.
53583         Include <sys/types.h>, for dev_t.
53584         (ME_DUMMY, ME_REMOTE): Move from here....
53585         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53586         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53587         Dmitry V. Levin.
53588         Include mountlist.h first, to test the interface.
53589
53590 2005-01-29  Bruno Haible  <bruno@clisp.org>
53591
53592         * lib/progname.c (program_name): Initialize.
53593         Needed when linking statically on MacOS X.
53594
53595 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53596
53597         Sync from coreutils.
53598         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53599         (Depends-on): Add c-strtod.
53600         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53601
53602 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53603
53604         Sync from coreutils.
53605         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53606
53607         Remove files that are specific to coreutils.
53608         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53609
53610 2005-01-28  Bruno Haible  <bruno@clisp.org>
53611
53612         * modules/javacomp: New file.
53613         * MODULES.html.sh (Java): Add javacomp.
53614
53615 2005-01-28  Bruno Haible  <bruno@clisp.org>
53616
53617         * m4/javacomp.m4: New file, from GNU gettext.
53618
53619 2005-01-28  Bruno Haible  <bruno@clisp.org>
53620
53621         * lib/javacomp.sh.in: New file, from GNU gettext.
53622         * lib/javacomp.h: New file, from GNU gettext.
53623         * lib/javacomp.c: New file, from GNU gettext.
53624
53625 2005-01-26  Simon Josefsson  <jas@extundo.com>
53626
53627         * lib/gai_strerror.c: Use GPL in header.
53628
53629 2005-01-26  Bruno Haible  <bruno@clisp.org>
53630
53631         * modules/javaexec: New file.
53632         * MODULES.html.sh (Java): Add javaexec.
53633
53634 2005-01-26  Bruno Haible  <bruno@clisp.org>
53635
53636         * m4/javaexec.m4: New file, from GNU gettext.
53637
53638 2005-01-26  Bruno Haible  <bruno@clisp.org>
53639
53640         * lib/javaexec.sh.in: New file, from GNU gettext.
53641         * lib/javaexec.h: New file, from GNU gettext.
53642         * lib/javaexec.c: New file, from GNU gettext.
53643
53644 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53645
53646         * modules/lchown (Depends-on): Remove lchown.h
53647
53648 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53649
53650         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53651         must be defined if the header file was not found, in order
53652         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53653
53654 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53655
53656         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53657         initializers for struct pentry_state.
53658         (__argp_error): Check return value of __asprintf
53659         (__argp_failure): Translate error message
53660
53661         * lib/argp-parse.c: Removed braces around the expansion of N_()
53662
53663 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53664
53665         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53666         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53667         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53668         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53669         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53670         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53671         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53672         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53673         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53674         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53675         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53676         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53677         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53678         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53679         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53680         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53681         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53682         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53683         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53684         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53685         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53686         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53687         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53688         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53689         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53690         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53691         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53692         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53693         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53694         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53695         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53696         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53697         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53698         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53699         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53700         Use an all-permissive copyright notice, recommended by RMS.
53701
53702 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53703
53704         * modules/chdir-long (Depends-on): Remove mempcpy.
53705
53706 2005-01-21  Jim Meyering  <jim@meyering.net>
53707
53708         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53709         same value as for Solaris 9.
53710
53711         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53712         component length.  This included changing the parameter to be
53713         of type `char *' rather than `char const *'.
53714         * lib/chdir-long.h (chdir_long): Update prototype.
53715
53716         * lib/openat.c (fdopendir, fstatat): New functions.
53717         * lib/openat.h: Include headers required for use of DIR and struct
53718         stat.
53719         [AT_SYMLINK_NOFOLLOW]: Define.
53720         (fdopendir, fstatat): Add prototypes.
53721
53722 2005-01-21  Bruno Haible  <bruno@clisp.org>
53723
53724         * modules/classpath: New file.
53725         * MODULES.html.sh (Java): Add classpath.
53726
53727 2005-01-21  Bruno Haible  <bruno@clisp.org>
53728
53729         * lib/classpath.h: New file, from GNU gettext.
53730         * lib/classpath.c: New file, from GNU gettext.
53731
53732 2005-01-20  Simon Josefsson  <jas@extundo.com>
53733
53734         * modules/version-etc-fsf: New file.
53735
53736 2005-01-20  Simon Josefsson  <jas@extundo.com>
53737
53738         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53739         * lib/version-etc.c: Remove version_etc_copyright.
53740         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53741         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53742
53743 2005-01-20  Simon Josefsson  <jas@extundo.com>
53744
53745         * lib/base64.h (isbase64): Add.
53746
53747         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53748         using a unsigned prototype, don't inline.
53749         (base64_decode): Use it.
53750
53751 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53752
53753         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53754         it.
53755
53756 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53757
53758         * lib/save-cwd.c (save_cwd): Remove code to support the case
53759         where fchdir is missing or flaky.
53760
53761 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53762
53763         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53764
53765 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53766
53767         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53768         AC_LIBSOURCES now does this.
53769         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53770         with new ullong_max module.
53771
53772 2005-01-19  Bruno Haible  <bruno@clisp.org>
53773
53774         * modules/sh-quote: New file.
53775         * MODULES.html.sh (Executing programs): Add sh-quote.
53776
53777 2005-01-19  Bruno Haible  <bruno@clisp.org>
53778
53779         * lib/sh-quote.h: New file, from GNU gettext.
53780         * lib/sh-quote.c: New file, from GNU gettext.
53781
53782 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53783
53784         Merge from coreutils.
53785         * m4/ullong_max.m4: New file.
53786         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53787         (gl_MACROS): Assume localeconv exists.
53788
53789 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53790
53791         Merge changes from coreutils, as described below in several
53792         changelogs dated today.
53793
53794         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53795         (O_DIRECTORY): Remove; not needed here, since "." must be
53796         a directory.  All uses removed.
53797         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53798         universal on Suns, and we also need to test for IRIX.
53799         Revamp code to use 'if' rather than '#if'.
53800         Avoid unnecessary comparison of cwd->desc to 0.
53801
53802         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53803         for known valid error numbers rather than observed invalid ones.
53804
53805 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53806
53807         * modules/ullong_max: New file.
53808
53809         * modules/chdir-long, modules/openat: New files.
53810         * modules/save-cwd (Depends-on): Depend on chdir-long.
53811         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53812
53813 2005-01-18  Jim Meyering  <jim@meyering.net>
53814
53815         Merge from coreutils.
53816         * m4/chdir-long.m4, m4/openat.m4: New files.
53817         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53818         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53819         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53820         is sane and DOES follow symlinks.  Besides, testing 20 different
53821         systems found no broken chown implementations.
53822         Prompted by a change in rsync's copy of this macro.
53823         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53824
53825         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53826
53827         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53828         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53829         NULL-means-set-to-current-time semantics.
53830         Remove temporary file immediately, rather than waiting
53831         for configure's at-exit trap code to do it.
53832
53833 2005-01-18  Jim Meyering  <jim@meyering.net>
53834
53835         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53836
53837         * lib/utimens.c (futimens): Account for the fact that futimes
53838         can also fail with errno == ENOSYS or errno == ENOENT.
53839         Patch from Dmitry V. Levin.
53840
53841         Change the name of the robust chdir function from chdir to chdir_long.
53842         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53843         (restore_cwd): Use chdir_long, not chdir.
53844         * lib/chdir-long.c: Renamed from chdir.c.
53845         * lib/chdir-long.h: Renamed from chdir.h.
53846         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53847         Hurd.
53848
53849 2005-01-18  Bruno Haible  <bruno@clisp.org>
53850
53851         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53852         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53853         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53854         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53855         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53856         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53857         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53858         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53859         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53860         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53861         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53862         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53863         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53864         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53865         Use an all-permissive copyright notice, recommended by RMS.
53866
53867 2005-01-18  Bob Proulx  <bob@proulx.com>
53868
53869         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53870         simplify offsetof() macro construct to avoid compile failure with
53871         native HP-UX 11.0 ANSI C compiler.
53872
53873 2005-01-17  Bruno Haible  <bruno@clisp.org>
53874
53875         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53876         redundant because stpncpy.m4 takes care of it.
53877
53878 2005-01-17  Bruno Haible  <bruno@clisp.org>
53879
53880         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53881
53882 2005-01-17  Bruno Haible  <bruno@clisp.org>
53883
53884         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53885         used.
53886
53887 2005-01-17  Bruno Haible  <bruno@clisp.org>
53888
53889         * lib/fwriteerror.h (fwriteerror): Change specification to include
53890         fclose.
53891         * lib/fwriteerror.c: Include <stdbool.h>.
53892         (fwriteerror): At the end, close the file stream. Record whether
53893         stdout was already closed.
53894
53895 2005-01-17  Bruno Haible  <bruno@clisp.org>
53896
53897         * lib/execute.c (environ): Declare if needed.
53898         * lib/pipe.c (environ): Likewise.
53899         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53900
53901 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53902
53903         * modules/argp: Depend on vsnprintf
53904
53905 2005-01-10  Jim Meyering  <jim@meyering.net>
53906
53907         * modules/closeout (Depends-on): Add atexit.
53908
53909 2005-01-06  Bruno Haible  <bruno@clisp.org>
53910
53911         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53912
53913 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53914
53915         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53916         definitions to be after all include files, to avoid collisions.
53917         Problem reported by Bob Proulx.
53918
53919 2005-01-04  Jim Meyering  <jim@meyering.net>
53920
53921         Changes imported from coreutils.
53922         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53923         as the mkstemp template, use a temporary directory and an
53924         8.3-friendly template to avoid trouble on systems like DJGPP.
53925         Reported by Juan M. Guerrero via Stepan Kasal.
53926         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53927         close. Remove the temporary directory right away, rather than waiting
53928         for configure's at-exit trap code to do it.
53929         Suggestion from Stepan Kasal.
53930
53931 2005-01-01  Simon Josefsson  <jas@extundo.com>
53932
53933         * gnulib-tool: Print #include directives when --import'ing.
53934
53935 2004-12-28  Simon Josefsson  <jas@extundo.com>
53936
53937         * tests/test-base64.c: Include required header files.  Remove
53938         unused variables.
53939
53940 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53941
53942         * modules/error (Depends-on): Remove gettext.
53943
53944 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53945
53946         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53947         not needed.  This removes a dependency on the gettext module.
53948         [defined _LIBC]: Do not include <libintl.h>; not needed.
53949
53950 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53951
53952         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53953         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53954
53955 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53956
53957         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53958         HAVE_DECL_STRTOLD.
53959
53960 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53961
53962         * modules/getdate (Depends-on): Remove alloca-opt.
53963
53964 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53965
53966         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53967
53968 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53969
53970         * lib/argp-parse.c: Include <stddef.h>.
53971         (alignof, alignto): New macros.
53972         (parser_init): Don't assume that void * is aligned sufficiently
53973         for struct option.
53974
53975         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53976         need to extend the stack.
53977         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53978         large.
53979
53980 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53981
53982         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53983
53984 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53985
53986         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53987         (2004-10-24) change.  Apparently this was a false alarm.
53988
53989         * modules/getdate: Depend on alloca-opt, not alloca.
53990
53991 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53992
53993         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53994         Remove now-obsolete comment about AIX.
53995         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53996         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53997         (YYMAXDEPTH): New macro.
53998
53999 2004-12-18  Simon Josefsson  <jas@extundo.com>
54000
54001         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54002
54003 2004-12-18  Bruno Haible  <bruno@clisp.org>
54004
54005         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54006
54007 2004-12-18  Bruno Haible  <bruno@clisp.org>
54008
54009         * lib/fatal-signal.c (fatal_signals): Make non-const.
54010         (init_fatal_signals): New function.
54011         (uninstall_handlers, install_handlers): Ignore signals that were set to
54012         SIG_IGN.
54013         (at_fatal_signal): Call init_fatal_signals.
54014         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54015         SIG_IGN.
54016         Reported by Paul Eggert.
54017
54018 2004-12-18  Bruno Haible  <bruno@clisp.org>
54019
54020         * doc/alloca.texi: New file.
54021         * doc/alloca-opt.texi: New file.
54022
54023 2004-12-17  Jim Meyering  <jim@meyering.net>
54024
54025         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54026         Otherwise, install-sh could exit with improper exit status when
54027         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54028
54029 2004-12-16  Simon Josefsson  <jas@extundo.com>
54030
54031         * tests/test-base64.c: Add license.
54032
54033 2004-12-15  Stepan Kasal  <address@hidden>
54034
54035         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54036
54037 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54038
54039         * modules/getcwd (Files): Add m4/d-ino.m4.
54040         Suggested by Mark D. Baushke.
54041
54042 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54043
54044         * lib/getdate.y (textint): New member "negative".
54045         (time_zone_hhmm): New function.
54046         Expect 14 shift-reduce conflicts, not 13.
54047         (o_colon_minutes): New rule.
54048         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54049         (yylex): Set the "negative" member of signed numbers.
54050
54051 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54052
54053         * doc/getdate.texi (Time of day items, Time zone items):
54054         Describe new formats +00:00, UTC+00:00.
54055
54056 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54057
54058         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54059         spurious "-l"s.  Problem reported by Stepan Kasal.
54060
54061 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54062
54063         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54064         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54065
54066 2004-12-04  Simon Josefsson  <jas@extundo.com>
54067
54068         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54069         Vandoorselaere <yoann@prelude-ids.org>.
54070
54071 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54072
54073         Changes imported from coreutils.
54074         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54075         exist.
54076         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54077
54078 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54079
54080         Changes imported from coreutils.
54081         * lib/hard-locale.c: Assume <locale.h> exists.
54082         Include "strdup.h".
54083         (GLIBC_VERSION): New macro.
54084         (hard_locale): Assume setlocale exists.
54085         Rewrite to avoid #ifdef.
54086         Use strdup rather than malloc + strcpy.
54087         * lib/human.c: Assume <locale.h> exists.
54088         (human_readable): Assume localeconv exists.
54089
54090 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54091
54092         * modules/hard-locale (Depends-on): Add strdup.
54093
54094 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54095
54096         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54097         convert T2, not T.  (Imported from libc.)
54098
54099 2004-11-30  Simon Josefsson  <jas@extundo.com>
54100
54101         * modules/restrict (License): Change to LGPL.
54102
54103 2004-11-30  Simon Josefsson  <jas@extundo.com>
54104
54105         * m4/restrict.m4: Add copyright and copying conditions.
54106
54107 2004-11-30  Simon Josefsson  <jas@extundo.com>
54108
54109         * m4/base64.m4: New file.
54110
54111 2004-11-30  Simon Josefsson  <jas@extundo.com>
54112
54113         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54114         base64.
54115
54116         * tests/test-base64.c: New file.
54117
54118         * modules/base64: New file.
54119
54120 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54121
54122         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54123         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54124
54125         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54126
54127 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54128
54129         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54130         (__getcwd.c): Don't restore errno; glibc doesn't.
54131         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54132         first, falling back to our code only if its results look suspicious.
54133         Ensure that the resulting buffer is only as large as necessary.
54134
54135         * lib/readutmp.c: Include readutmp.h first.
54136         Include <errno.h>, since readutmp.h no longer does that.
54137         * lib/readutmp.h: Don't include <errno.h>,
54138         <sys/param.h>, <time.h>; not needed to establish interface.
54139         (errno): Remove decl.
54140         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54141         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54142         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54143
54144 2004-11-28  Simon Josefsson  <jas@extundo.com>
54145
54146         * lib/base64.h, base64.c: New file.
54147
54148 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54149
54150         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54151
54152 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54153
54154         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54155         (Depends-on): Remove pathmax, same.  Add mempcpy.
54156         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54157         (Makefile.am): Append getcwd.h to lib_SOURCES.
54158         (Include): Add getcwd.h.
54159         (Maintainer): Change from Jim Meyering to "all, glibc",
54160         since getdate now uses intended-for-glibc code.
54161         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54162         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54163
54164 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54165
54166         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54167         HP's ANSI C compiler.
54168         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54169         Declaring int functions causes warnings on some modern systems and
54170         shouldn't be needed to compile on ancient ones.
54171         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54172         defined.
54173
54174         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54175         with the following changes.
54176         (__set_errno): Parenthesize properly.
54177         Include <stdbool.h>.
54178         (MIN, MAX, MATCHING_INO): New macros.
54179         (__getcwd): Define with prototype, not K&R form.
54180         Use heuristics to allocate default buffer on stack if possible.
54181         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54182         behavior, and to avoid the PATH_MAX limit when computing
54183         ../../../../...
54184         Use MATCHING_INO to compare inode number to file.
54185         Check for arithmetic overflow in size calculations.
54186         Fix bug in reallocation of dot array that caused getcwd to fail
54187         on directories nested deeper than 75.
54188         Be more careful about saving errno on error.
54189         Do not use realloc; use only free+malloc, as this is a bit
54190         more flexible and avoids a needless copy operation.
54191         Do not inspect st_dev and st_ino for symbolic links; POSIX
54192         doesn't specify the latter.
54193         Check for closedir errors.
54194         Avoid needless casts.
54195         Use "#ifdef weak_alias" around weak_alias, to be like other
54196         glibc code.
54197         The following changes to getcwd.c have effect only when used in
54198         gnulib; they have no effect inside glibc proper.
54199         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54200         as alloca isn't used.
54201         (alloca, __alloca): Likewise.
54202         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54203         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54204         unconditionally, as gnulib assumes C89 or better.
54205         Do not include <sys/param.h>.
54206         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54207         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54208         better.
54209         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54210         Include <dirent.h> in a way that is compatible with modern Autoconf.
54211         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54212         New macros, if not already defined.
54213         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54214         Use "_LIBC", not "defined _LIBC", for consistency.
54215         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54216         a mempcpy module.
54217         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54218         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54219         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54220         credit only to Jim Meyering and adjust the copyright dates.
54221         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54222         <stdlib.h>, <unistd.h>, "pathmax.h".
54223         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54224         (INITIAL_BUFFER_SIZE): Remove.
54225         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54226
54227 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54228
54229         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54230         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54231         Use the _ONCE methods, for efficiency.
54232         Check for fcntl.h.  In test program, include <errno.h>
54233         and <fcntl.h> if available.  Remove old K&R cruft from
54234         test program.  Check for common errors in GNU/Linux,
54235         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54236         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54237         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54238         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54239         name accordingly.
54240         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54241         accommodate new getcwd.c.
54242         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54243         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54244         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54245         that's all we need now.
54246
54247 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54248
54249         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54250         argp-parse.c depends on getopt internals, that means we should
54251         always use our getopt, to be on the safe side.
54252         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54253         order not to spoil the result of an eventual previous invocation
54254         of gl_GETOPT_SUBSTITUTE.
54255
54256 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54257
54258         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54259         redefinition warnings. To avoid them, include the defines
54260         in `#if !defined __need_getopt ... #endif'. The only place
54261         where __getopt_argv_const is used is in definitions
54262         of getopt_long and getopt_long_only below, which are as well
54263         protected by `#ifndef __need_getopt'.
54264         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54265         __need_getopt after including <stdio.h> and <unistd.h> These
54266         headers might have defined it.
54267
54268 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54269
54270         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54271
54272 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54273
54274         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54275         (futimens): New function, which uses futimes if available.
54276         (futimens, utimens): Support timespec==NULL, with same semantics
54277         as utime and utimens.
54278         * lib/utimens.h (futimens): New decl.
54279
54280 2004-11-23  Jim Meyering  <jim@meyering.net>
54281
54282         * lib/getopt_.h: Remove trailing blanks.
54283
54284 2004-11-23  Jim Meyering  <jim@meyering.net>
54285
54286         * lib/__fpending.c: Add comment.
54287
54288 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54289
54290         * modules/canonicalize (Depends-on): Add xreadlink.
54291         Problem reported by James Youngman.
54292
54293 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54296         New macros.
54297         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54298         optopt): Use them instead of invoking ## directly; otherwise, the
54299         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54300
54301 2004-11-19  Bruno Haible  <bruno@clisp.org>
54302
54303         * lib/strtok_r.c: Move comments from here...
54304         * lib/strtok_r.h: ... to here.
54305
54306 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54307
54308         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54309         implementations that mishandle size_t overflow.
54310
54311 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54312
54313         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54314         might fail.  Problem reported by Yoann Vandoorselaere.
54315         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54316         implementations that mishandle size_t overflow.
54317
54318 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54319
54320         * modules/canon-host (Depends-on): Add strdup.
54321
54322 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54323
54324         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54325
54326 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54327
54328         * lib/canon-host.c: Include "strdup.h".
54329         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54330         Use strdup instead of malloc/strcpy to duplicate strings.
54331
54332         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54333         (human_space_before_unit): New constant.
54334         * lib/human.c (human_readable): Support it.
54335
54336         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54337         (xgetcwd): Set errno correctly when failing.
54338         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54339         the failure is actually due to a PATH_MAX problem.
54340
54341         Further getopt changes to make it more likely that glibc will
54342         buy the changes back.
54343         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54344         (getopt): Use it, so to preserve glibc semantic
54345         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54346         when compiling for libc.
54347         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54348         (getopt_long, getopt_long_only): Use it.
54349
54350         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54351         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54352         (getopt): Argv is now char * const *, as per standard.
54353         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54354         not char *__getopt_argv_const *.
54355         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54356         _getopt_long_only_r): Likewise.
54357         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54358         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54359         _getopt_long_r, _getopt_long_only_r): Likewise.
54360         * lib/getopt_.h (__getopt_argv_const): Remove.
54361         (getopt): Argv is now char * const *, as per standard.
54362
54363         * lib/getdate.y (tORDINAL): New token.
54364         (day, relunit): Allow it for relative times.
54365         (relative_time_table): Use tORDINAL for ordinals.
54366
54367 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54368
54369         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54370         Document that "second" isn't allowed as an ordinal number.
54371
54372 2004-11-16  Jim Meyering  <jim@meyering.net>
54373
54374         * modules/closeout (Depends-on): Add fpending.
54375
54376 2004-11-15  Jim Meyering  <jim@meyering.net>
54377
54378         * lib/closeout.c: Include "__fpending.h" once again.
54379         Include <stdbool.h>.
54380         (close_stdout): Don't fail just because stdout was closed initially,
54381         since some programs don't write to stdout in the normal course of
54382         operation (other than --version and --help), and we don't want this
54383         function to make e.g. `touch file >&-' fail.
54384         But do fail if it was closed and someone has tried to write to it.
54385         E.g., `printf foo >&-' must fail.
54386
54387 2004-11-13  Jim Meyering  <jim@meyering.net>
54388
54389         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54390
54391 2004-11-12  Simon Josefsson  <jas@extundo.com>
54392
54393         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54394         small doc fix is still pending.
54395
54396 2004-11-11  Simon Josefsson  <jas@extundo.com>
54397
54398         * modules/strtok_r: New file.
54399
54400         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54401         strtok_r.
54402
54403 2004-11-11  Simon Josefsson  <jas@extundo.com>
54404
54405         * m4/strtok_r.m4: New file.
54406
54407         * m4/getopt.m4: Replace opterr.
54408
54409 2004-11-11  Simon Josefsson  <jas@extundo.com>
54410
54411         * lib/strtok_r.h, strtok_r.c: New file.
54412
54413 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54414
54415         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54416         of replacing opterr, getopt, etc.  This should handle the
54417         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54418
54419 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54420
54421         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54422         we can stop lying to compilers about the constness of argv when we
54423         are compiled outside glibc.
54424         (getopt, getopt_long, getopt_long_only): Use it.
54425         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54426         _getopt_internal, getopt): Likewise.
54427         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54428         _getopt_long_only_r): Likewise.
54429         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54430         _getopt_long_r, _getopt_long_only_r): Likewise.
54431
54432         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54433         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54434         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54435         the other external symbols.
54436         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54437         declaration, since the above renaming now works around collisions.
54438
54439 2004-11-11  Jim Meyering  <jim@meyering.net>
54440
54441         * lib/linebreak.c: Remove trailing blanks.
54442         * lib/alloca_.h: Likewise.
54443         * lib/acosl.c: Likewise.
54444         * lib/euidaccess.c: Likewise.
54445         * lib/allocsa.h: Likewise.
54446
54447 2004-11-10  Simon Josefsson  <jas@extundo.com>
54448
54449         * m4/getaddrinfo.m4: New file.
54450
54451 2004-11-10  Simon Josefsson  <jas@extundo.com>
54452
54453         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54454
54455 2004-11-10  Simon Josefsson  <jas@extundo.com>
54456
54457         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54458         getaddrinfo.
54459
54460         * modules/getaddrinfo: New file.
54461
54462 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54463
54464         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54465
54466 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54467
54468         * lib/mktime.c (SHR): New macro, which is a portable
54469         substitute for >> that should work even on Crays.
54470         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54471         Problem reported by Mark D. Baushke in
54472         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54473         * lib/getdate.y (SHR): Likewise.
54474         (tm_diff): Use it.
54475         * lib/strftime.c (SHR): Likewise.
54476         (tm_diff): Use it.
54477         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54478         quote_these_too, so that right shifts are well defined.  All uses
54479         changed.
54480
54481 2004-11-10  Jim Meyering  <jim@meyering.net>
54482
54483         Ensure that no close failure goes unreported.
54484         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54485         return early when it seems there's nothing to flush.
54486         Don't include __fpending.h.
54487
54488 2004-11-10  Jim Meyering  <jim@meyering.net>
54489
54490         * modules/closeout (Depends-on): Remove fpending.
54491
54492 2004-11-10  Jim Meyering  <jim@meyering.net>
54493
54494         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54495
54496 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54497
54498         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54499         gl_FUNC_STRFTIME.
54500         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54501         and AC_REQUIRE when possible, to avoid duplicate checks.
54502         Check for <wchar.h>.
54503
54504 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54505
54506         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54507
54508 2004-11-09  Bruno Haible  <bruno@clisp.org>
54509
54510         * m4/sockpfaf.m4: New file.
54511
54512 2004-11-05  Bruno Haible  <bruno@clisp.org>
54513
54514         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54515         Reported by Mark D. Baushke <mdb@cvshome.org>.
54516
54517 2004-11-04  Bruno Haible  <bruno@clisp.org>
54518
54519         2004-09-11  Bruno Haible  <bruno@clisp.org>
54520                 * allocsa.valgrind: New file.
54521         2004-02-06  Bruno Haible  <bruno@clisp.org>
54522                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54523                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54524                 Reported by Christopher Seip <chris.seip@hp.com>.
54525
54526 2004-11-04  Bruno Haible  <bruno@clisp.org>
54527
54528         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54529         (Makefile.am): Distribute it.
54530
54531 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54532
54533         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54534         with errno == ERANGE if the buffer is too small.
54535         Problem reported by Mark D. Baushke.
54536
54537 2004-11-03  Albert Chin  <china@thewrittenword.com>
54538             Paul Eggert  <eggert@cs.ucla.edu>
54539
54540         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54541         equivalent, substitute $ac_type for equivalent type rather than
54542         blindly using uint32_t *always* which won't work if uint32_t is not
54543         available.  Define _UINT32_T to work around typedef of uint32_t if
54544         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54545         2.5.1.
54546
54547 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54548
54549         * m4/jm-macros.m4: Sync from coreutils.
54550         (gl_MACROS): Check for mbrlen, for pathchk.
54551         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54552
54553 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54554
54555         * lib/xreadlink.c (MAXSIZE): New macro.
54556         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54557         size does not exceed MAXSIZE.  Avoid cast.
54558         As suggested by Mark D. Baushke in
54559         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54560         if readlink fails with buffer size just under MAXSIZE, try again
54561         with MAXSIZE.
54562
54563 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54564
54565         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54566
54567 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54568         and  Paul Eggert  <eggert@cs.ucla.edu>
54569
54570         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54571         (get_date): Overparenthesize to avoid GCC warning.
54572
54573 2004-11-02  Bruno Haible  <bruno@clisp.org>
54574
54575         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54576         returns void.
54577
54578 2004-11-02  Bruno Haible  <bruno@clisp.org>
54579
54580         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54581         function returns void.
54582
54583 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54584
54585         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54586         fflush_unlocked, flockfile, funlockfile, funlockfile,
54587         fputs_unlocked, putc_unlocked.
54588
54589 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54590
54591         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54592         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54593         already declared.
54594
54595 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54596
54597         * modules/getdate (Files): Add doc/getdate.texi.
54598         (Depends-on): Add setenv, xalloc.
54599
54600 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54601
54602         * lib/getdate.y: Add support for TZ="foo" within a date string.
54603         Fix some bugs near time_t boundaries.  Reject dates with
54604         out-of-range components, e.g., "Sept 31".
54605         Include <stdlib.h>, "setenv.h", "xalloc.h".
54606         (ISDIGIT_LOCALE): Remove; unused.
54607         Note that the TZ and time functions used here are not reentrant.
54608         (mktime_ok, get_tz): New functions.
54609         (TZBUFSIZE): New constant.
54610         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54611         This requires that we sometimes generate our own TZ="XXX..." setting.
54612
54613 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54614
54615         * doc/getdate.texi: New file, from coreutils with modifications for
54616         the new TZ parsing.
54617
54618 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54619
54620         * lib/mktime.c (not_equal_tm): Remove redundant check.
54621
54622 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54623
54624         * modules/regex (lib_SOURCES): Add regex.c.
54625         Reported by James Youngman in
54626         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54627
54628 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54629
54630         * lib/getdate.y: Use Bison 1.875 features, and some minor
54631         code cleanups.  This change does not affect semantics.
54632         Don't include <stdlib.h>; no longer needed.
54633         Don't include unlocked-io.h; only the "#if TEST" code uses
54634         stdio, and performance isn't crucial there.
54635         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54636         Bison 1.875 features as described below.
54637         All uses of "PC." replaced by "pc->".
54638         (YYSTYPE): Add a forward declaration.
54639         (yylex, yyerror): Use full prototypes in forward decls.
54640         Use "%pure-parser" rather than obsolescent "%pure_parser".
54641         Use %parse-param and %lex-param instead of obsolescent
54642         YYPARSE_PARAM and YYLEX_PARAM.
54643         (meridian_table, month_and_day_table, time_units_table,
54644         relative_time_table, time_zone_table, military_table,
54645         lookup_zone, lookup_word, get_date):
54646         Use NULL instead of 0 where appropriate.
54647         (to_hour): Avoid abort (), to avoid a dependency on
54648         stdlib.h.
54649         (yyerror, yylex): Now accepts parser_control * arg.
54650         (main) [TEST]: Use '\0' rather than 0 for char.
54651
54652 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54653
54654         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54655
54656 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54657
54658         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54659         It's now the caller's responsibility to handle the case where
54660         !HAVE_GETPAGESIZE && !defined getpagesize.
54661
54662         * lib/mktime.c (leapyear): Arg is long int, not int.
54663
54664 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54665
54666         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54667
54668 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54669
54670         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54671         missing.  Problem reported by James Youngman.
54672
54673 2004-10-16  Simon Josefsson  <jas@extundo.com>
54674
54675         * gnulib-tool: Fix comments.  Fix parse problem.
54676         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54677
54678 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54679
54680         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54681         implementation of getopt_long.  Problem reported by Alexander Taler in:
54682         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54683
54684 2004-10-15  Bruno Haible  <bruno@clisp.org>
54685
54686         * gnulib-tool: Untabify. Initialize supplied_libname.
54687         (func_usage): More homogenous output.
54688         (func_modules_transitive_closure, func_modules_to_filelist,
54689         func_emit_lib_Makefile_am): New functions.
54690         (func_import): New function, extracted from big case statement. Use
54691         func_get_license, func_modules_transitive_closure,
54692         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54693         opt_lgpl. Don't use test -a, as it's not portable.
54694         (func_create_testdir): Use func_modules_transitive_closure,
54695         func_modules_to_filelist, func_emit_lib_Makefile_am.
54696
54697 2004-10-15  Bruno Haible  <bruno@clisp.org>
54698
54699         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54700
54701 2004-10-15  Bruno Haible  <bruno@clisp.org>
54702
54703         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54704         the portions belonging to each module.
54705         Suggested by Derek Robert Price <derek@ximbiot.com>.
54706
54707 2004-10-12  Simon Josefsson  <jas@extundo.com>
54708
54709         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54710         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54711         to real functions.
54712
54713 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54714
54715         * modules/vsnprintf: New file.
54716
54717 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54718
54719         * m4/vsnprintf.m4: New file.
54720
54721 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54722
54723         * lib/vsnprintf.h: New file.
54724         * lib/vsnprintf.c: New file.
54725
54726 2004-10-11  Bruno Haible  <bruno@clisp.org>
54727
54728         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54729         vsnprintf.
54730
54731 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54732
54733         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54734
54735 2004-10-07  Bruno Haible  <bruno@clisp.org>
54736
54737         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54738         fits into the provided buffer.
54739
54740 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54741
54742         * lib/diacrit.c, diacrit.h: Add GPL notice.
54743
54744         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54745         notice.
54746         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54747         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54748         This avoids a potential constant-folding bug.
54749
54750 2004-10-05  Bruno Haible  <bruno@clisp.org>
54751
54752         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54753         for the declaration of strsep.
54754
54755 2004-10-05  Bruno Haible  <bruno@clisp.org>
54756
54757         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54758
54759 2004-10-04  Simon Josefsson  <jas@extundo.com>
54760
54761         * modules/memmem: New file.
54762         * tests/test-memmem.c: New file.
54763         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54764
54765 2004-10-04  Simon Josefsson  <jas@extundo.com>
54766
54767         * m4/memmem.m4: New file.
54768
54769 2004-10-04  Simon Josefsson  <jas@extundo.com>
54770
54771         * lib/memmem.h: New file.
54772         * lib/memmem.c: New file, taken from glibc.
54773
54774 2004-10-04  Simon Josefsson  <jas@extundo.com>
54775
54776         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54777         '#ifdef USE_UNLOCKED_IO'.
54778
54779 2004-10-04  Simon Josefsson  <jas@extundo.com>
54780
54781         * config/srclist.txt: Add memmem from glibc.
54782
54783 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54784
54785         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54786
54787         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54788         modules/exclude, modules/getdate, modules/getline,
54789         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54790         modules/getusershell, modules/linebuffer, modules/md5,
54791         modules/mountlist, modules/posixtm, modules/readtokens,
54792         modules/readutmp, modules/regex, modules/sha1,
54793         modules/version-etc, modules/yesno:
54794         Remove dependency on unlocked-io.
54795
54796 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54797
54798         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54799
54800         * m4/unlocked-io.m4: Add copyright notice.
54801         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54802
54803 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54804
54805         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54806         * lib/xmalloc.c (xmemdup): Likewise.
54807         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54808         XFREE): Remove these long-obsolescent macros.
54809         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54810         * lib/xstrdup.c: Remove.
54811
54812         * lib/regex.c (re_comp): Cast gettext return value to char *,
54813         Problem reported by Martin Neitzel via Mark D. Baushke.
54814
54815 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54816
54817         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54818         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54819         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54820         regex.c, sha1.c, version-etc.c, yesno.c:
54821         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54822         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54823         the includer's responsibility.
54824
54825         Sync from coreutils.
54826
54827         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54828         points to the start of a string, as the C Standard says the
54829         resulting behavior is undefined.
54830
54831         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54832         simple -> simple_backups, numbered_existing ->
54833         numbered_existing_backups, numbered -> numbered_backups
54834         to avoid shadowing problems.  All uses changed.
54835         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54836         * lib/backupfile.c (check_extension, numbered_backup):
54837         Rename locals to avoid shadowing 'basename'.
54838         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54839         once.
54840
54841         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54842         * lib/.cvsignore: Add getopt.h.
54843
54844 2004-10-04  Bruno Haible  <bruno@clisp.org>
54845
54846         * modules/README: New file.
54847         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54848         not a module.
54849
54850 2004-10-02  Jim Meyering  <jim@meyering.net>
54851
54852         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54853
54854 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54855
54856         * modules/strsep: New file.
54857
54858 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54859
54860         * m4/strsep.m4: New file.
54861
54862 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54863
54864         * lib/strsep.h: New file.
54865         * lib/strsep.c: New file.
54866
54867 2004-10-01  Simon Josefsson  <jas@extundo.com>
54868
54869         * lib/snprintf.c (snprintf): Handle size==0.
54870
54871 2004-10-01  Simon Josefsson  <jas@extundo.com>
54872             Bruno Haible  <bruno@clisp.org>
54873
54874         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54875         (snprintf): Declare 'args'.
54876
54877 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54878
54879         * lib/snprintf.c: Remove comments as to why each header is needed.
54880
54881 2004-10-01  Bruno Haible  <bruno@clisp.org>
54882
54883         * MODULES.html.sh: Add strsep.
54884
54885 2004-09-30  Simon Josefsson  <jas@extundo.com>
54886
54887         * modules/snprintf: New file.
54888
54889 2004-09-30  Simon Josefsson  <jas@extundo.com>
54890
54891         * m4/snprintf.m4: New file.
54892
54893 2004-09-30  Simon Josefsson  <jas@extundo.com>
54894
54895         * lib/snprintf.h, lib/snprintf.c: New files.
54896
54897 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54898
54899         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54900         (hol_entry_help): Never translate an empty string.
54901         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54902         * lib/argp.h (OPTION_NO_TRANS): New option.
54903
54904 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54905
54906         * modules/argp (Maintainer): Replace Simon Josefsson
54907         by Sergey Poznyakoff.
54908
54909 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54910
54911         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54912         changes merged back into glibc.
54913
54914 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54915
54916         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54917
54918 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54919
54920         * lib/xvasprintf.c: Include xalloc.h.
54921         (xvasprintf): Use xalloc_die, not xmalloc_die.
54922
54923 2004-09-29  Bruno Haible  <bruno@clisp.org>
54924
54925         * modules/alloca-opt: New file, derived from modules/alloca.
54926         * modules/allocsa: Depend on alloca-opt instead of alloca.
54927         * modules/setenv: Likewise.
54928         * modules/vasnprintf: Likewise.
54929         * MODULES.html.sh: Add alloca-opt.
54930
54931 2004-09-28  Simon Josefsson  <jas@extundo.com>
54932
54933         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54934         LGPL, and to replace license template from GPL to LGPL.
54935
54936 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54937
54938         * modules/dummy: Change license to LGPL.
54939
54940 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54941
54942         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54943
54944 2004-09-24  Simon Josefsson  <jas@extundo.com>
54945
54946         * modules/minmax (License): Change from GPL to LGPL.
54947
54948 2004-09-23  Simon Josefsson  <jas@extundo.com>
54949
54950         * gnulib-tool (--import): Typo.
54951
54952 2004-09-23  Simon Josefsson  <jas@extundo.com>
54953
54954         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54955
54956 2004-09-22  Bruno Haible  <bruno@clisp.org>
54957
54958         * modules/*: Add 'License' field.
54959         * gnulib-tool: Accept --extract-license option.
54960         (func_get_license): New function.
54961
54962 2004-09-21  Bruno Haible  <bruno@clisp.org>
54963
54964         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54965         Reported by Simon Josefsson.
54966
54967 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54968
54969         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54970         gl_AC_TYPE_LONG_LONG.
54971
54972 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54973
54974         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54975
54976 2004-09-18  Simon Josefsson  <jas@extundo.com>
54977         and  Paul Eggert  <eggert@cs.ucla.edu>
54978
54979         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54980         calls with autoreconf.  Define GL_LIB.
54981
54982 2004-09-14  Karl Berry  <karl@gnu.org>
54983
54984         * config/srclist.txt: unsync setenv.c, sigh.
54985
54986 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54987
54988         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54989         Problem reported by Bruno Haible in:
54990         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54991
54992 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54993
54994         * config/srclist.txt: Comment out argp-pvh.c.
54995
54996 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54997
54998         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54999         in case some system header has #define'd it.  Problem reported by
55000         Soeren D. Schulze in
55001         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55002
55003 2004-09-09  Karl Berry  <karl@gnu.org>
55004
55005         * regex.[ch]: delete from the root.  These were supposed to be
55006                 synced with emacs cvs, but this has not happened for about
55007                 a year, and anyway nothing else uses emacs regex.[ch].
55008                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55009                 lib/regex[.ch] is untouched.
55010
55011 2004-09-09  Bruno Haible  <bruno@clisp.org>
55012
55013         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55014
55015 2004-09-09  Bruno Haible  <bruno@clisp.org>
55016
55017         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55018         modifications.
55019         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55020
55021 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55022
55023         * modules/xvasprintf: New file.
55024         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55025
55026 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55027
55028         * lib/xvasprintf.h: New file.
55029         * lib/xvasprintf.c: New file.
55030         * lib/xasprintf.c: New file.
55031
55032 2004-09-08  Bruno Haible  <bruno@clisp.org>
55033
55034         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55035
55036 2004-09-08  Bruno Haible  <bruno@clisp.org>
55037
55038         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55039         length is > INT_MAX.
55040         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55041         more.
55042
55043 2004-09-08  Bruno Haible  <bruno@clisp.org>
55044
55045         * lib/stdint_.h: New file, taken from GNU clisp.
55046
55047 2004-09-08  Bruno Haible  <bruno@clisp.org>
55048             Oskar Liljeblad  <oskar@osk.mine.nu>
55049
55050         * modules/stdint: New file.
55051         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55052
55053 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55054
55055         Import from coreutils.
55056         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55057         strings on unbounded length.  alloca's performance benefits aren't
55058         that important here.
55059         (V_STRDUP): Remove.
55060         (parse_with_separator): New function, with most of the internals
55061         of the old parse_user_spec.  Allow user to omit both user and group,
55062         for compatibility with FreeBSD.
55063         Clone only the user name, not the entire spec.
55064         Do not set *uid, *gid unless entirely successful.
55065         Avoid memory leak in some failing cases.
55066         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55067         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55068         (parse_user_spec): Rewrite to use parse_with_separator.
55069
55070 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55071
55072         * modules/userspec: Don't depend on alloca.
55073
55074 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55075
55076         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55077
55078 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55079
55080         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55081         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55082         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55083
55084 2004-08-16  Simon Josefsson  <jas@extundo.com>
55085
55086         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55087         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55088         Add --dry-run for --import.
55089         Let user provided command line parameters override configure.ac
55090         settings.
55091
55092 2004-08-12  Simon Josefsson  <jas@extundo.com>
55093
55094         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55095         as discussed with Paul Eggert in threads rooted at
55096         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55097         and
55098         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55099         Before, the test was empty, and relied on ELIDE_CODE in source
55100         code.)
55101         (gl_PREREQ_GETOPT): New macro.
55102         (gl_GETOPT): Use them.
55103
55104 2004-08-12  Simon Josefsson  <jas@extundo.com>
55105
55106         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55107         * lib/getopt_.h: Renamed from getopt.h.
55108
55109 2004-08-12  Simon Josefsson  <jas@extundo.com>
55110
55111         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55112         Change default library name from libfoo to libgnu.
55113         Now, if you have a configure.ac that says:
55114                 gl_SOURCE_BASE(gl)
55115                 gl_M4_BASE(gl/m4)
55116                 gl_MODULES(error getopt etcetera)
55117                 gl_INIT
55118         you can import all you need by running:
55119                 ../gnulib/gnulib-tool --import
55120
55121         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55122         (Makefile.am): Rewrite, use logic from argz.
55123         (Include): Use <getopt.h> instead of "getopt.h".
55124
55125 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55126
55127         * modules/argp (Files): Add m4/unlocked-io.m4.
55128         (Depends-on): Add extensions.
55129
55130 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55131
55132         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55133         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55134         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55135         Check for program_invocation_name, program_invocation_short_name,
55136         flockfile, funlockfile, features.h, _getopt_long_only_r.
55137
55138 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55139
55140         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55141         its complicated substitute.
55142         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55143         and program_invocation_name.
55144         (__argp_basename) [!_LIBC]: Remove; the only use was
55145         replaced by its body.
55146         (__argp_short_program_name): Change condition from
55147         !defined __argp_short_program_name to
55148         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55149         to match argp-namefrob.h.
55150         (__argp_failure): Don't assume strerror_r returns char *.
55151         * lib/argp-parse.c (N_): Define unconditionally.
55152         (argp_default_options): Fill out initializers with 0 to avoid
55153         gcc warnings.
55154
55155 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55156
55157         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55158         getopt1.c.
55159
55160 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55161
55162         Merge from coreutils.
55163
55164         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55165
55166         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55167         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55168
55169 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55170
55171         Merge from coreutils.
55172
55173         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55174         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55175         for Reliant Unix 5.43.
55176
55177         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55178         (union fooround): Use uintmax_t, not long int.
55179         The rest is a merge from libc:
55180         [defined _LIBC]: Include <shlib-compat.h>.
55181         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55182
55183         * lib/settime.c (settime): Recode to avoid warning with
55184         Sun Forte C 6U2.
55185
55186         * lib/strverscmp.c: Convert to UTF-8.
55187
55188 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55189
55190         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55191         m4/uintmax_t.m4.
55192
55193 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55194
55195         * modules/xalloc-die: New file.
55196         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55197
55198         * modules/md5 (Files): Add m4/uint32_t.m4.
55199         * modules/sha1: Renamed from modules/sha.
55200         (Files):
55201         Rename lib/sha.h to lib/sha1.h.
55202         Rename lib/sha.c to lib/sha1.c.
55203         Rename m4/sha.m4 to m4/sha1.m4.
55204         (lib_SOURCES): Likewise.
55205         (configure.ac): Rename gl_SHA to gl_SHA1.
55206         (Include): sha.h -> sha1.h.
55207
55208 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55209
55210         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55211         * m4/sha1.m4: Renamed from sha.m4.
55212         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55213
55214 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55215
55216         * lib/obstack.h (obstack_empty_p):
55217         Don't assume that chunk->contents is suitably aligned.
55218         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55219         Likewise. Problem reported by Benno in
55220         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55221
55222         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55223         readable.  This could be improved further but it'd take some work.
55224
55225 2004-08-08  Simon Josefsson  <jas@extundo.com>
55226
55227         * modules/xgethostname (Depends-on): Remove exit and error (not
55228         used).
55229
55230         * modules/getpass-gnu: Add getpass.h.
55231         (Depends-on): Add stdbool.
55232         * modules/getpass: Add getpass.h.
55233
55234 2004-08-08  Simon Josefsson  <jas@extundo.com>
55235
55236         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55237         Check getpass declaration.
55238
55239 2004-08-08  Simon Josefsson  <jas@extundo.com>
55240
55241         * lib/xgethostname.c: Don't include error.h (not used).
55242
55243         * lib/getpass.h: Add.
55244         * lib/getpass.c: Include getpass.h first.
55245
55246 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55247
55248         * lib/xalloc-die.c: New file.
55249         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55250         All uses removed.
55251         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55252         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55253         xalloc-die.c.
55254         (_, N_, xalloc_die): Move to xalloc-die.c.
55255         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55256         so that we needn't mess with xalloc_msg_memory_exhausted.
55257
55258         * lib/sha1.h: Renamed from sha.h.
55259         (SHA1_H): Renamed from _SHA_H.
55260         (sha1_ctx): Renamed from sha_ctx.
55261         (sha1_init_ctx): Renamed from sha_init_ctx.
55262         (sha1_process_block): Renamed from sha_process_block.
55263         (sha1_process_bytes): Renamed from sha_process_bytes.
55264         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55265         (sha1_read_ctx): Renamed from sha_read_ctx.
55266         (sha1_stream): Renamed from sha_stream.
55267         (sha1_buffer): Renamed from sha_buffer.
55268         * lib/sha1.c: Likewise; renamed from sha.c.
55269         Do not include <sys/types.h>.
55270         Include <stddef.h> rather than <stdlib.h>.
55271
55272 2004-08-08  Bruno Haible  <bruno@clisp.org>
55273
55274         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55275         FILESYSTEM_PREFIX_LEN.
55276         * lib/progreloc.c: Likewise.
55277         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55278
55279 2004-08-06  Simon Josefsson  <jas@extundo.com>
55280
55281         * modules/progname (Depends-on): Don't depend on stdbool.
55282
55283 2004-08-06  Simon Josefsson  <jas@extundo.com>
55284
55285         * modules/getsubopt: New file.
55286         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55287         getsubopt.
55288
55289 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55290
55291         More merge from coreutils.
55292
55293         * m4/utimens.m4, m4/utimecmp.m4: New files.
55294         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55295         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55296         prereq.m4, sha.m4: Import changes from coreutils.
55297
55298 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55299
55300         More merge from coreutils.
55301         * modules/raise, modules/readtokens0, modules/utimens:
55302         * modules/utimecmp, module/xnanosleep: New files.
55303         * modules/strftime: Add lib/strftime.h.
55304         Change include from <time.h> to "strftime.h".
55305         * modules/yesno: Add lib/yesno.h.
55306         * modules/backupfile: Remove lib/addext.c.
55307         * modules/euidaccess: Add stat-macros.h.
55308         * modules/canonicalize, modules/euidaccess,
55309         modules/filemode, modules/lchown, modules/makepath,
55310         modules/rmdir, modules/stat: Likewise.
55311
55312 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55313
55314         Merge from tar.
55315         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55316         SIZE_MAX is a valid preprocessor constant.
55317         (__argp_basename): Change from "#ifndef _LIBC"
55318         to "#ifndef __argp_short_program_name", so that
55319         we don't compile these functions for tar.
55320
55321         More merges from coreutils.
55322         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55323         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55324         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55325         * lib/addext.c: Remove; no longer needed.
55326         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55327         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55328         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55329         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55330         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55331         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55332         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55333         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55334         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55335         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55336         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55337         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55338         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55339         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55340         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55341         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55342         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55343         Import changes from coreutils.
55344
55345 2004-08-05  Simon Josefsson  <jas@extundo.com>
55346
55347         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55348
55349 2004-08-05  Simon Josefsson  <jas@extundo.com>
55350
55351         * m4/getsubopt.m4: New file.
55352
55353 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55354
55355         Merge from coreutils.
55356
55357         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55358         * m4/getcwd-path-max.m4: New files.
55359
55360         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55361         FILESYSTEM_PREFIX_LEN ->
55362         FILE_SYSTEM_PREFIX_LEN.
55363         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55364         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55365         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55366         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55367
55368         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55369         prerequisite modules now handle the DOS stuff.
55370         Don't check for unistd.h.
55371
55372 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55373
55374         Merge from coreutils.
55375
55376         * lib/.gdb-history: Remove; this doesn't belong here.
55377
55378         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55379         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55380         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55381         * lib/getcwd.c: New files.
55382
55383         * lib/dirname.h: Include <stdbool.h>.
55384         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55385         for consistency with POSIX terminology.  All uses changed.
55386         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55387         (strip_trailing_slashes): Use bool for booleans.
55388         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55389
55390         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55391         sometimes returns a positive errno value even when it succeeds.
55392         (print_errno_message) [!LIBC]: Fall back on strerror if
55393         __strerror_r fails.
55394
55395         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55396         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55397         (longest_relative_suffix): New function.
55398         (path_concat): Use it.  Assume first argument is not NULL.
55399         Port to DOS.  Omit redundant separators.
55400         Report an error instead of returning NULL.
55401         Use mempcpy instead of memcpy.
55402         (xpath_concat): Remove: not declared or used.
55403
55404         * lib/same.h: Include <stdbool.h>
55405         (same_name): Return bool, not int.
55406         * lib/same.c (same_name): Likewise.
55407         (errno): Don't declare; we assume C89 or better now.
55408
55409         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55410         if not already defined.
55411
55412         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55413         * lib/dup-safer.c (errno): Likewise.
55414
55415 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55416
55417         Merge from coreutils.
55418         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55419         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55420         * modules/path-concat: Don't depend on strdup.
55421
55422 2004-08-03  Simon Josefsson  <jas@extundo.com>
55423
55424         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55425         * lib/progname.h: Don't include stdbool.h.
55426
55427 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55428
55429         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55430         * MODULES.html.sh (func_all_modules): Remove fatal.
55431
55432 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55433
55434         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55435
55436 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55437
55438         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55439         working.
55440
55441 2004-08-02  Simon Josefsson  <jas@extundo.com>
55442
55443         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55444         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55445         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55446
55447 2004-08-01  Simon Josefsson  <jas@extundo.com>
55448
55449         * lib/xgetdomainname.c: Include stdlib.h, for free().
55450
55451 2004-07-19  Bruno Haible  <bruno@clisp.org>
55452
55453         * MODULES.html.sh (func_all_modules): Add dummy.
55454
55455 2004-07-16  Simon Josefsson  <jas@extundo.com>
55456
55457         * modules/dummy: New file.
55458
55459 2004-07-16  Simon Josefsson  <jas@extundo.com>
55460
55461         * lib/dummy.c: New file.
55462
55463 2004-07-16  Bruno Haible  <bruno@clisp.org>
55464
55465         * lib/backupfile.h: Add extern "C" for C++.
55466         * lib/closeout.h: Likewise.
55467         * lib/copy-file.h: Likewise.
55468         * lib/findprog.h: Likewise.
55469         * lib/full-write.h: Likewise.
55470         * lib/pathname.h: Likewise.
55471         * lib/progname.h: Likewise.
55472         * lib/stpcpy.h: Likewise.
55473         * lib/stpncpy.h: Likewise.
55474         * lib/strcase.h: Likewise.
55475         * lib/strstr.h: Likewise.
55476         * lib/xalloc.h: Likewise.
55477
55478         * lib/mbswidth.h: Add extern "C" for C++.
55479         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55480
55481 2004-07-13  Robert Millan  <robertmh@gnu.org>
55482
55483         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55484
55485 2004-07-09  Simon Josefsson  <jas@extundo.com>
55486
55487         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55488         failed without this.)
55489
55490 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55491
55492         * modules/chown (Files): Add lib/fchown-stub.c, since
55493         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55494
55495 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55496
55497         * lib/fchown-stub.c: New file.
55498
55499 2004-06-24  Jim Meyering  <jim@meyering.net>
55500
55501         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55502
55503 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55504
55505         * modules/argz: Omit "#include".
55506
55507         * MODULES.html.sh (func_all_modules): Add calloc, to match
55508         2004-06-01 addition of calloc module.
55509
55510 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55511
55512         * m4/argz.m4: New file, which is autoupdated from libtool.
55513
55514 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55515
55516         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55517         libtool.
55518
55519 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55520
55521         * config/srclist-update: Don't insist on "USA." before the
55522         close-comment, as libtool omits the period and puts the */ on a
55523         separate line.
55524         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55525         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55526
55527 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55528
55529         * modules/argz: New file.
55530         * MODULES.html.sh (func_all_modules): Add argz.
55531
55532 2004-06-12  Jim Meyering  <jim@meyering.net>
55533         and  Paul Eggert  <eggert@cs.ucla.edu>
55534
55535         * modules/hash (Files): Add lib/xalloc.h.
55536         * modules/pipe (Depends-on): Add wait-process.
55537         * modules/stat (Depends-on): Add xalloc.
55538         * modules/userspec (Files): Add lib/userspec.h.
55539         * modules/xstrto
55540
55541         Upgrade from gettext-0.13.
55542         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55543         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55544         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55545
55546 2004-06-10  Jim Meyering  <jim@meyering.net>
55547
55548         * lib/calloc.c: New file.
55549
55550 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55551
55552         * lib/getdate.y (yylex): Allow space between sign and number.
55553         Problem reported by Dan Jacobson.
55554
55555 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55556
55557         Merge from coreutils CVS.
55558
55559         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55560         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55561         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55562         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55563         xstrtol.m4: Fix copyright date and/or serial number.
55564
55565         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55566         See if we need an fchown replacement.
55567         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55568         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55569         and use the replacement function if we detect either defect.
55570
55571         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55572         gl_UTIMECMP.
55573
55574 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55575         and  Jim Meyering  <jim@meyering.net>
55576
55577         Merge from coreutils CVS.
55578
55579         * lib/stat-macros.h: New file, with contents from file-type.h
55580         and coreutils' system.h.
55581         * lib/file-type.c: Include "stat-macros.h".
55582         * lib/file-type.h (file_type): Move all macro definitions to new file,
55583         stat-macros.h.
55584
55585         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55586         Wrap old code with this conditional.
55587         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55588         function that does not dereference symlinks.
55589         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55590
55591         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55592         dependency problems.
55593         (xreadlink): Accept new arg SIZE, for efficiency.
55594         All decls and uses changed.
55595         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55596
55597         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55598         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55599
55600         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55601         sysexits.h.
55602
55603 2004-06-01  Jim Meyering  <jim@meyering.net>
55604
55605         * m4/calloc.m4: New file.
55606
55607 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55608
55609         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55610         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55611         Also, fix a typo in a diagnostic.
55612
55613 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55614
55615         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55616         or AC_FUNC_REALLOC.
55617
55618 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55619
55620         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55621         macros to be defined.
55622         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55623         the allocator returns NULL because the requested size is zero.
55624
55625 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55626
55627         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55628         var.  Add comment explaining why libc still defines it.  This
55629         merges the following patch from glibc:
55630         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55631
55632 2004-05-20  Andreas Schwab  <schwab@suse.de>
55633
55634         * m4/free.m4: Replace free if it not known to work, not the other
55635         way round.
55636
55637 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55638
55639         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55640         present in glibc since revision 1.1 of this file.
55641         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55642         obstack_alignment_mask, obstack_alloc, obstack_base,
55643         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55644         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55645         obstack_grow0, obstack_init, obstack_int_grow,
55646         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55647         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55648         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55649         nonexistent functions.
55650
55651 2004-05-18  Karl Berry  <karl@gnu.org>
55652
55653         * config/srclist.txt: break link for vasnprintf.c.
55654
55655 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55656
55657         Port obstack to the AS/400, where pointers are 16 bytes wide and
55658         you cannot cast an integer to a valid pointer.  This patch is
55659         currently waiting to be integrated into glibc; see
55660         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55661
55662         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55663         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55664         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55665         (struct obstack): temp member is now a union of a pointer and
55666         an integer, instead of an integer.  All integer uses changed.
55667         This does not affect the physical layout of struct obstack,
55668         except on hosts (like the AS/400) where the size or alignment of
55669         void * is greater than that of ptrdiff_t.
55670         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55671         __STDC__)]: Store temporary in pointer member of union, not
55672         integer member.
55673         * lib/obstack.c: Include <stddef.h>, for offsetof.
55674         (struct fooalign): Remove; it doesn't need a name.
55675         (union fooround): Change double to long double, and add void *.
55676         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55677         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55678         not a macro.  Hence the values are always int; so remove all
55679         casts-to-int in uses.
55680
55681 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55682
55683         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55684         we can get this patch merged into glibc.
55685
55686 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55687             Paul Eggert  <eggert@cs.ucla.edu>
55688
55689         * m4/argp: Depend on alloca.
55690
55691 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55692             Paul Eggert  <eggert@cs.ucla.edu>
55693
55694         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55695         freecoding.
55696
55697 2004-05-17  Bruno Haible  <bruno@clisp.org>
55698
55699         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55700         precision that consists of a '.' followed by an empty digit string.
55701         Patch by Tor Lillqvist <tml@iki.fi>.
55702
55703 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55704
55705         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55706         for backward compatibility with older code.  We need our own
55707         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55708         it under some other name, and our alloca.h will define it.
55709
55710 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55711             Derek Price  <derek@ximbiot.com>
55712
55713         * lib/alloca.c: Include <alloca.h>, to get our interface.
55714         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55715         include <alloca.h> first.  Use C89 prototype for alloca; this
55716         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55717         Use #elif for simplicity, since we can assume C89 now.
55718         Don't try to source the system alloca.h since it will not be found
55719         and to prevent recursively including its replacement.
55720         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55721         * lib/regex.c: Likewise.
55722
55723 2004-05-16  Derek Price  <derek@ximbiot.com>
55724             Paul Eggert  <eggert@cs.ucla.edu>
55725
55726         getline cleanup.  This changes the getndelim2 API: both order of
55727         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55728         no delimiter).
55729
55730         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55731         interface does that.
55732         (getline): Always use getdelim, so that we don't have two
55733         copies of this code.
55734         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55735         if available.
55736         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55737         (GETNDELIM2_MAXIMUM): New macro.
55738         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55739         instead of the old practice of delim2==0.  All callers changed.
55740         Return -1 on overflow, instead of returning junk.
55741         Do not set *linesize unless allocation succeeds.
55742         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55743         that we include sys/types.h.
55744         * lib/getnline.h: Likewise.
55745         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55746         (getndelim2): Reorder arguments.
55747         * lib/getnline.c (getnline, getndelim):
55748         Don't discard the NMAX argument.
55749         (getnline): Invoke getndelim, to avoid code duplication.
55750         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55751         of (size_t) -1 by callers of the getnline family.
55752
55753 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55754
55755         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55756         Check for gettimeofday.
55757         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55758         Check for settimeofday, stime.
55759
55760 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55761
55762         * lib/nanosleep.c (suspended): Change its type from int to
55763         sig_atomic_t volatile.
55764         (first_call): Make it private to rpl_nanosleep, and have it
55765         be zero initially as that's a bit faster.
55766         (my_usleep): Round up fractional times instead of truncating them,
55767         as this is the usual meaning for 'sleep'.
55768
55769         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55770         doesn't work.
55771         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55772         (ENOSYS): Define if not defined.
55773         (settime): Fall back on stime if it exists and settimeofday fails.
55774         But don't bother with fallbacks if a method fails with errno == EPERM.
55775
55776 2004-05-11  Jim Meyering  <jim@meyering.net>
55777
55778         Prior to this change, the save_cwd caller required read access to the
55779         current directory on most systems (ones with the fchdir function).
55780
55781         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55782         fails, try write-only, and finally, resort to using xgetcwd.
55783
55784 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55785
55786         * lib/obstack.c, obstack.h: Import changes from libc.
55787
55788 2004-04-28  Bruno Haible  <bruno@clisp.org>
55789
55790         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55791         also implicitly appends .exe to executables.
55792         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55793         accepts Windows pathnames.
55794         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55795         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55796         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55797         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55798         Reported by Derek Robert Price <derek@ximbiot.com>.
55799
55800 2004-04-21  Karl Berry  <karl@gnu.org>
55801
55802         * config/srclist.txt (localcharset.c): break sync.
55803
55804 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55805
55806         * m4/host-os.m4: Add a copyright notice.
55807
55808 2004-04-20  Jim Meyering  <jim@meyering.net>
55809
55810         Change UTILS_ to gl_ in AC_DEFINE'd names.
55811         Change utils_- and jm_-prefixed variables, too.
55812         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55813         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55814         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55815
55816         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55817         Don't emit trailing blanks.
55818         Also rename jm_-prefixed variables to have gl_ prefix.
55819
55820         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55821         Also rename jm_-prefixed variables to have gl_ prefix.
55822
55823         * m4/jm-macros.m4: Reflect the renamings.
55824         * m4/prereq.m4: Likewise.
55825
55826 2004-04-20  Jim Meyering  <jim@meyering.net>
55827
55828         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55829         memory.
55830
55831 2004-04-20  Jim Meyering  <jim@meyering.net>
55832             Bruno Haible  <bruno@clisp.org>
55833
55834         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55835         memory when realloc fails.
55836
55837 2004-04-19  Jim Meyering  <jim@meyering.net>
55838
55839         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55840         now that readutmp.c may call `free (0)'.
55841
55842 2004-04-19  Bruno Haible  <bruno@clisp.org>
55843
55844         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55845         * m4/inttypes_h.m4: Likewise.
55846         * m4/stdint_h.m4: Likewise.
55847         * m4/intmax_t.m4: Likewise.
55848         * m4/uintmax_t.m4: Likewise.
55849
55850 2004-04-18  Jim Meyering  <jim@meyering.net>
55851
55852         * m4/prereq.m4: Don't forbid jm_ prefix.
55853
55854         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55855         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55856         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55857         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55858         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55859         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55860         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55861         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55862         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55863         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55864         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55865         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55866         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55867         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55868         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55869         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55870         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55871         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55872         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55873
55874 2004-04-18  Jim Meyering  <jim@meyering.net>
55875
55876         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55877         failure, don't leak memory and do call END_UTMP_ENT.
55878
55879 2004-04-16  Jim Meyering  <jim@meyering.net>
55880
55881         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55882         coreutils' stat program.
55883         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55884
55885 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55886
55887         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55888         C89.
55889         (CHAR_BIT): Remove, since we assume C89.
55890         Include <stdint.h> if available, as per current Autoconf CVS advice.
55891
55892 2004-03-31  Jim Meyering  <jim@meyering.net>
55893
55894         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55895         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55896         * m4/xalloc.m4: Likewise.
55897
55898 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55899
55900         Merge from coreutils.
55901
55902         * m4/inttostr.m4: New file.
55903         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55904         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55905         Require gl_CLOCK_TIME.
55906         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55907
55908 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55909
55910         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55911         not bool, to be more consistent with Unix conventions.
55912         Suggested by Bruno Haible.
55913
55914         Merge from coreutils.
55915
55916         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55917         * lib/umaxtostr.c: New files.
55918
55919         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55920         the usual <time.h> dance.
55921         (get_date): Change signature to support fractional time stamps.
55922         All callers changed.
55923         * lib/getdate.y: Include "getdate.h" first, as we can now
55924         assume C89 and don't need to worry about 'const'.
55925         Similarly, include "unlocked-io.h" near start, not in middle.
55926         Include <limits.h>.
55927         (textint.value): Use long int rather than int.
55928         (textint.digits): Use size_t rather than int.
55929         (BILLION, LOG10_BILLION): New constants.
55930         (parser_control): New member rel_ns.  Members day_ordinal,
55931         time_zone, month, day, hour, minutes, rel_year, rel_month,
55932         rel_day, rel_hour, rel_minutes, rel_seconds
55933         are now long int, not int.  Member seconds is now struct timespec,
55934         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55935         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55936         not int.
55937         (%union.intval): Now long int, not int.
55938         New member timespec.
55939         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55940         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55941         (spec): Now is a timespec or an item list.
55942         (timespec, items): New nonterminals.
55943         (time, rel, relunit, number, get_date):
55944         Add support for fractional seconds.
55945         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55946         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55947         (to_hour): First arg is now long int, not int.
55948         (to_year): Returns long int, not int.
55949         Don't treat year -70 like 70.
55950         (tm_diff): Returns long int, not int.
55951         (lookup_word): Use bool instead of int when appropriate.
55952         (yylex): Use size_t for count, not int.
55953         Detect overflow when parsing large integer constants.
55954         Add support for fractions.
55955         (get_date): Make pointers 'const' if possible.
55956         Use more-portable code to detect integer overflow.
55957         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55958         Don't use ctime; it's not reliable if the year has >4 digits.
55959
55960         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55961         This is for compatibility with BSD.
55962
55963         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55964         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55965         From coreutils' system.h.
55966
55967         * lib/userspec.c: Don't include "posixver.h".
55968         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55969         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55970         compatible extension.  Simplify code by removing a boolean int
55971         that was always nonzero if a string was nonnull.
55972
55973 2004-03-30  Jim Meyering  <jim@meyering.net>
55974
55975         Merge from coreutils.
55976
55977         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55978         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55979         on some systems one must include <grp.h> before it.
55980         Reported by Christian Krackowizer.
55981
55982 2004-03-30  Jim Meyering  <jim@meyering.net>
55983
55984         Merge from coreutils.
55985
55986         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55987
55988         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55989         an empty input stream.
55990
55991         * lib/readtokens.c: Include <stdbool.h>.
55992         (readtoken): Use `size_t' rather than int/long.
55993         All callers adjusted.
55994         Use `bool' rather than `int' where appropriate.
55995         Use memset rather than an explicit loop.
55996         Use x2nrealloc rather than xrealloc.
55997         Allow the use of `\0' as a delimiter.
55998         (readtokens): Likewise.
55999         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56000
56001 2004-03-30  Jim Meyering  <jim@meyering.net>
56002
56003         * m4/realloc.m4: Remove file, since now it does no more than
56004         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56005         the `configure.ac' section of module/realloc.
56006         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56007
56008 2004-03-30  Bruno Haible  <bruno@clisp.org>
56009
56010         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56011         nonnull.
56012
56013 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56014
56015         Merge changes to getloadavg.c from coreutils and Emacs.
56016
56017         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56018         Define to an expression, not to the empty string.
56019         Include cloexec.h and xalloc.h.
56020         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56021         Use set_cloexec_flag rather than rolling our own.
56022         * lib/cloexec.c, lib/cloexec.h: New files.
56023
56024 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56025
56026         * m4/cloexec.m4: New file.
56027
56028 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56029
56030         * lib/getopt.h: Sync with libc CVS.
56031
56032 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56033             Bruno Haible  <bruno@clisp.org>
56034
56035         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56036         mbswidth.
56037
56038 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56039             Bruno Haible  <bruno@clisp.org>
56040
56041         * lib/mbswidth.h: Include <wchar.h> only if
56042         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56043         <wchar.h>.
56044         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56045
56046 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56047
56048         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56049         Sync with libc CVS.
56050         * lib/getopt_int.h: New file, also synced from libc.
56051
56052 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56053
56054         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56055         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56056         Bring back getopt.c, getopt.h, getopt1.c.
56057
56058 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56059
56060         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56061         All uses changed.  Check for sa_sigaction member; this fixes
56062         a bug first reported by Jason Andrade in
56063         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56064
56065 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56066
56067         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56068         '#if' expressions.  Unlike the code it replaces, it does not
56069         depend on (defined _SC_PAGESIZE).  However, it does depend on
56070         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56071         first reported by Jason Andrade in
56072         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56073
56074 2004-02-25  Simon Josefsson  <jas@extundo.com>
56075
56076         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56077
56078 2004-02-25  Simon Josefsson  <jas@extundo.com>
56079
56080         * lib/strdup.h: New file.
56081         * lib/strdup.c: Include it.
56082         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56083         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56084
56085 2004-02-23  Karl Berry  <karl@gnu.org>
56086
56087         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56088         (from fencepost.gnu.org:/gd/gnuorg).
56089
56090 2004-02-23  Karl Berry  <karl@gnu.org>
56091
56092         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56093         * config/srclist.txt: add maintain/standards documents.
56094
56095 2004-02-18  Bruno Haible  <bruno@clisp.org>
56096
56097         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56098         Reported by Derek Robert Price <derek@ximbiot.com>.
56099
56100 2004-02-16  Karl Berry  <karl@gnu.org>
56101
56102         * config/mkinstalldirs, install-sh: update from automake.
56103
56104 2004-02-06  Karl Berry  <karl@gnu.org>
56105
56106         * m4/po.m4: update from gettext 0.14.1.
56107
56108 2004-02-06  Karl Berry  <karl@gnu.org>
56109
56110         * lib/config.charset: update from gettext 0.14.1.
56111
56112 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56113
56114         Add comments and code, prompted by suggestions from Bruno Haible
56115         for sh-quote.
56116         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56117         describing the enum quoting_style values.
56118         * lib/quotearg.c (quotearg_alloc): New function.
56119         (quotearg_buffer_restyled): Treat lone { and } as special.
56120         Treat = as special.  Work around bug with older shells
56121         that "see" a '\' that is really the 2nd byte of a multibyte char.
56122         Quote empty string with shell_quoting_style.
56123
56124 2004-02-03  Bruno Haible  <bruno@clisp.org>
56125
56126         * m4/pipe.m4: New file, from GNU gettext.
56127
56128 2004-02-03  Bruno Haible  <bruno@clisp.org>
56129
56130         * lib/pipe.h: New file, from GNU gettext.
56131         * lib/pipe.c: New file, from GNU gettext.
56132
56133 2004-01-27  Bruno Haible  <bruno@clisp.org>
56134
56135         * m4/execute.m4: New file, from GNU gettext.
56136
56137 2004-01-27  Bruno Haible  <bruno@clisp.org>
56138
56139         * lib/execute.h: New file, from GNU gettext.
56140         * lib/execute.c: New file, from GNU gettext.
56141         * lib/w32spawn.h: New file, from GNU gettext.
56142
56143 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56144
56145         Merge from diffutils.
56146
56147         * lib/file-type.c (file_type): Add typed memory objects.
56148         * lib/file-type.h (S_TYPEISTMO): New macro.
56149
56150         * lib/c-stack.h (c_stack_action): Remove argv argument.
56151         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56152         (die): Don't calculate message unless segv_action returns.
56153         (get_stack_location, min_address_from_argv, max_address_from_argv,
56154         volatile stack_base, volatile_stack_size): Remove.
56155         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56156         that every segmentation violation is a stack overflow.  (Ouch!)
56157         See Debian bug 136249 (still outstanding) for more info about why
56158         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56159
56160 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56161
56162         Exit-status fix from coreutils.
56163
56164         Use exit_failure consistently in place of EXIT_FAILURE,
56165         so that program exit statuses are consistent on failure.
56166
56167         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56168         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56169         * lib/argmatch.h: Comment fix to match the above.
56170         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56171         Now a macro referring to exit_failure, instead of a separate
56172         variable.  Include "exitfail.h" to get it.
56173         * lib/xstrtol.h: Include "exitfail.h".
56174         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56175
56176         * lib/long-options.c (parse_long_options): Use prototype
56177         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56178         for clarity.
56179
56180 2004-01-21  Jim Meyering  <jim@meyering.net>
56181
56182         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56183         so as not to conflict with a different-sized __mktime_internal
56184         function in GNU libc.
56185         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56186         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56187
56188 2004-01-20  Karl Berry  <karl@gnu.org>
56189
56190         * config/config.guess: update from config.
56191
56192         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56193
56194 2004-01-20  Bruno Haible  <bruno@clisp.org>
56195
56196         Safer stack allocation.
56197         * lib/setenv.c: Include allocsa.h.
56198         (alloca): Remove fallback definition.
56199         (freea): Remove macro.
56200         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56201         instead of freea.
56202
56203 2004-01-20  Bruno Haible  <bruno@clisp.org>
56204
56205         * m4/eealloc.m4: New file, from GNU gettext.
56206
56207 2004-01-20  Bruno Haible  <bruno@clisp.org>
56208
56209         * m4/allocsa.m4: New file, from GNU gettext.
56210
56211 2004-01-20  Bruno Haible  <bruno@clisp.org>
56212
56213         * lib/xallocsa.h: New file, from GNU gettext.
56214         * lib/xallocsa.c: New file, from GNU gettext.
56215
56216 2004-01-20  Bruno Haible  <bruno@clisp.org>
56217
56218         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56219
56220 2004-01-20  Bruno Haible  <bruno@clisp.org>
56221
56222         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56223         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56224         specially.
56225
56226 2004-01-20  Bruno Haible  <bruno@clisp.org>
56227
56228         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56229         patch.
56230
56231 2004-01-20  Bruno Haible  <bruno@clisp.org>
56232
56233         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56234
56235 2004-01-20  Bruno Haible  <bruno@clisp.org>
56236
56237         * lib/eealloc.h: New file.
56238
56239 2004-01-20  Bruno Haible  <bruno@clisp.org>
56240
56241         * lib/binary-io.h: Avoid warnings on Cygwin.
56242
56243 2004-01-20  Bruno Haible  <bruno@clisp.org>
56244
56245         * lib/allocsa.h: New file, from GNU gettext.
56246         * lib/allocsa.c: New file, from GNU gettext.
56247
56248 2004-01-18  Karl Berry  <karl@gnu.org>
56249
56250         * doc/gpl.texi, doc/lgpl.texi: new files.
56251
56252 2004-01-18  Karl Berry  <karl@gnu.org>
56253
56254         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56255         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56256
56257 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56258
56259         Merge from coreutils.
56260
56261         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56262         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56263         (gl_DEFAULT_POSIX2_VERSION): Move
56264         the documentation from 'configure' into 'config.hin',
56265         so that 'configure --help' isn't burdened by it and
56266         we don't have to worry about its formatting there.
56267         Reword the documentation so that it's more succinct
56268         and can be run together into a single paragraph.
56269         * m4/same.m4 (gl_SAME): Check for pathconf.
56270
56271 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56272
56273         Merge from coreutils.
56274
56275         * lib/posixver.c: Include posixver.h.
56276
56277         * lib/same.c: Include <stdbool.h>, <limits.h>.
56278         (_POSIX_NAME_MAX): Define if not defined.
56279         (MIN): New macro.
56280         (same_name): If file names are silently truncated, report
56281         that the file names are the same if they are the same after
56282         the silent truncation.
56283
56284         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56285         conversion function.
56286         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56287         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56288         longer needed.
56289
56290 2004-01-15  Jim Meyering  <jim@meyering.net>
56291
56292         Merge from coreutils.
56293
56294         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56295         if no library is required.
56296         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56297         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56298         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56299         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56300         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56301         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56302         value, $ac_cv_search_crypt, if it's "none required".
56303         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56304         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56305         not gl_FUNC_GETLOADAVG.
56306         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56307         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56308
56309 2004-01-15  Jim Meyering  <jim@meyering.net>
56310
56311         Merge from coreutils.
56312
56313         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56314         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56315         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56316
56317         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56318         optional configure-time default.
56319
56320         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56321
56322         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56323
56324 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56325
56326         Merge from coreutils.
56327
56328         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56329         value, $ac_cv_search_nanosleep, if it's "none required".
56330
56331 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56332
56333         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56334         with like-named macro in fnmatch.c.
56335         (EXT): Use an internal constant instead.
56336
56337         Merge fnmatch patches from glibc.
56338         * lib/fnmatch.c (mbsinit): Remove define.
56339         Add libc_hidden_ver (__fnmatch, fnmatch).
56340         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56341         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56342
56343 2004-01-14  Karl Berry  <karl@gnu.org>
56344
56345         * config/install-sh: update from automake.
56346
56347 2004-01-13  Karl Berry  <karl@gnu.org>
56348
56349         * config/install-sh: update from automake.
56350
56351 2004-01-09  Karl Berry  <karl@gnu.org>
56352
56353         * config/install-sh: update from automake.
56354
56355 2004-01-05  Karl Berry  <karl@gnu.org>
56356
56357         * config/config.{sub,guess}: update from config.
56358
56359 2003-12-31  Karl Berry  <karl@gnu.org>
56360
56361         * config/depcomp: update from automake.
56362
56363 2003-12-14  Karl Berry  <karl@gnu.org>
56364
56365         * lib/config.charset: update from gettext-runtime.
56366
56367 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56368
56369         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56370         Bug reported by Alfred M. Szmidt.
56371
56372 2003-12-03  Bruno Haible  <bruno@clisp.org>
56373
56374         * m4/gettext.m4: Upgrade from gettext-0.13.
56375         * m4/po.m4: Upgrade from gettext-0.13.
56376         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56377         * m4/intmax.m4: New file, from gettext-0.13.
56378         * m4/printf-posix.m4: New file, from gettext-0.13.
56379
56380 2003-11-29  Karl Berry  <karl@gnu.org>
56381
56382         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56383
56384 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56385             Bruno Haible  <bruno@clisp.org>
56386
56387         * lib/printf-parse.h: Don't include sys/types.h.
56388         (ARG_NONE): New macro.
56389         (char_directive): Change type of *arg_index fields to size_t.
56390         * lib/printf-parse.c: Don't include sys/types.h.
56391         (SSIZE_MAX): Remove macro.
56392         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56393         Remove unnecessary overflow check.
56394         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56395         fields.
56396
56397 2003-11-25  Bruno Haible  <bruno@clisp.org>
56398
56399         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56400
56401 2003-11-25  Bruno Haible  <bruno@clisp.org>
56402
56403         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56404         gt_TYPE_SSIZE_T.
56405
56406 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56407
56408         * modules/alloca: Remove dependency on xalloc.
56409
56410 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56411
56412         * lib/alloca.c: Remove dependency on xalloc module.
56413         (xalloc_die): Remove.
56414         (memory_full) [!defined emacs]: New macro.
56415         [!defined emacs]: Don't include xalloc.h.
56416         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56417         address arithmetic overflows.  Change datatypes a bit to avoid
56418         unnecessary casts.
56419
56420 2003-11-22  Jim Meyering  <jim@meyering.net>
56421
56422         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56423         s/size/size_t/.
56424
56425 2003-11-21  Karl Berry  <karl@gnu.org>
56426
56427         * config/config.{sub,guess}: update from config.
56428
56429 2003-11-18  Karl Berry  <karl@gnu.org>
56430
56431         * config/config.{sub,guess}: update from config.
56432
56433         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56434
56435 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56436
56437         * README: Mention that S+T cannot overflow if S is the size of
56438         an existing object and T is sufficiently small.
56439
56440 2003-11-17  Jim Meyering  <jim@meyering.net>
56441
56442         On systems without utime and without a utimes function capable of
56443         dealing with a NULL struct utimbuf* argument, this utime replacement
56444         could -- in unusual circumstances -- leak a file descriptor.
56445         * lib/utime.c: Include <unistd.h> and <errno.h>.
56446         (utime_null): Be sure to close `fd' and to preserve errno.
56447         Reported by Geoff Collyer via Arnold Robbins.
56448
56449 2003-11-17  Bruno Haible  <bruno@clisp.org>
56450
56451         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56452         (Depends-on): Add xsize.
56453
56454 2003-11-17  Bruno Haible  <bruno@clisp.org>
56455
56456         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56457
56458 2003-11-17  Bruno Haible  <bruno@clisp.org>
56459
56460         * lib/vasnprintf.c (alloca): Remove fallback definition.
56461         (freea): Remove definition.
56462         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56463         Reported by Paul Eggert.
56464
56465 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56466             Bruno Haible  <bruno@clisp.org>
56467
56468         Protect against address arithmetic overflow.
56469         * lib/printf-args.h: Include stddef.h.
56470         (arguments): Change type of field 'count' to size_t.
56471         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56472         'unsigned int' where appropriate.
56473         * lib/printf-parse.h: Include sys/types.h.
56474         (char_directive): Change type of *arg_index fields to ssize_t.
56475         (char_directives): Change type of fields 'count', max_*_length to
56476         size_t.
56477         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56478         (SSIZE_MAX): Define fallback value.
56479         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56480         instead of 'int' where appropriate. Check a_allocated, d_allocated
56481         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56482         * lib/vasnprintf.c: Include xsize.h.
56483         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56484         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56485         overflow. Avoid wraparound when converting a width or precision from
56486         decimal to binary.
56487
56488 2003-11-16  Bruno Haible  <bruno@clisp.org>
56489
56490         Update from GNU gettext.
56491         * lib/printf-parse.c: Generalize to it can be compiled for wide
56492         strings.
56493         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56494         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56495         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56496         SNPRINTF): New macros.
56497         Don't include <alloca.h> if the file is used inside libintl.
56498         (local_wcslen): New function, for Solaris 2.5.1.
56499         (VASNPRINTF): Use it instead of wcslen.
56500
56501 2003-11-16  Bruno Haible  <bruno@clisp.org>
56502
56503         * lib/xsize.h (xmax): New function.
56504         (xsum, xsum3, xsum4): Declare as "pure" functions.
56505
56506 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56507
56508         * modules/xalloc (Files): Undo latest change, since xalloc.h
56509         no longer needs SIZE_MAX or PTRDIFF_MAX.
56510
56511 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56512
56513         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56514         gl_PTRDIFF_MAX.
56515
56516 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56517
56518         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56519         "return", to pacify some unknown compiler.  Problem reported
56520         by Joerg Schilling.
56521
56522 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56523
56524         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56525         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56526         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56527         heuristic is just as accurate as far as we know, and it removes a
56528         dependency on size_max.m4 and ptrdiff_max.m4.
56529
56530 2003-11-11  Bruno Haible  <bruno@clisp.org>
56531
56532         * modules/xsize (Files): Add m4/size_max.m4.
56533         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56534
56535 2003-11-11  Bruno Haible  <bruno@clisp.org>
56536
56537         * m4/size_max.m4: New file.
56538         * m4/ptrdiff_max.m4: New file.
56539         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56540         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56541         (gl_XALLOC): Invoke it.
56542
56543 2003-11-11  Bruno Haible  <bruno@clisp.org>
56544
56545         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56546         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56547         defined.
56548
56549 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56550
56551         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56552         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56553         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56554         From Bruno Haible.
56555         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56556         not (size_t) -1, since it's defined here.
56557
56558 2003-11-09  Karl Berry  <karl@gnu.org>
56559
56560         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56561
56562 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56563
56564         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56565         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56566         Reject sizes of exactly SIZE_MAX bytes.
56567         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56568         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56569
56570 2003-11-05  Bruno Haible  <bruno@clisp.org>
56571
56572         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56573         SIZE_MAX defined in <limits.h> on Solaris.
56574
56575 2003-11-04  Jim Meyering  <jim@meyering.net>
56576
56577         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56578         variable names, rather than @VAR@.
56579         * modules/poll: Likewise.
56580
56581 2003-11-04  Bruno Haible  <bruno@clisp.org>
56582
56583         * modules/xsize: New file.
56584         * modules/linebreak: Depend on xsize.
56585         * MODULES.html.sh (func_all_modules): Add xsize.
56586
56587 2003-11-04  Bruno Haible  <bruno@clisp.org>
56588
56589         * m4/xsize.m4: New file.
56590
56591 2003-11-04  Bruno Haible  <bruno@clisp.org>
56592
56593         * lib/xsize.h: New file.
56594         * lib/linebreak.c: Include xsize.h.
56595         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56596         argument for overflow.
56597         Suggested by Paul Eggert.
56598
56599 2003-11-03  Karl Berry  <karl@gnu.org>
56600
56601         * config/config.{guess,sub}: update from config.
56602
56603 2003-11-03  Jim Meyering  <jim@meyering.net>
56604
56605         * modules/userspec (lib_SOURCES): Add userspec.h.
56606         (Include): Add "userspec.h".
56607         Improve description.
56608
56609 2003-11-03  Jim Meyering  <jim@meyering.net>
56610
56611         * lib/userspec.c: Include "userspec.h".
56612         * lib/userspec.h: New file.
56613
56614 2003-11-03  Bruno Haible  <bruno@clisp.org>
56615
56616         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56617
56618 2003-11-03  Bruno Haible  <bruno@clisp.org>
56619
56620         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56621         available, to avoid (extremely rare) race condition.
56622         Suggested by Paul Eggert.
56623
56624 2003-11-02  Karl Berry  <karl@gnu.org>
56625
56626         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56627
56628 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56629
56630         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56631         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56632         (read_filesystem_list): Set and use me_type_malloced.
56633         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56634         whatever the type happens to be), for brevity and consistency.
56635         Check for size calculation overflow on Alphas running OSF/1.
56636
56637 2003-10-31  Jim Meyering  <jim@meyering.net>
56638
56639         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56640
56641         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56642
56643 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56644             Bruno Haible  <bruno@clisp.org>
56645
56646         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56647         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56648
56649 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56650
56651         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56652         netbsd*-gnu*.  Suggested by Robert Millan.
56653
56654 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56655
56656         * modules/group-member: Depend on stdbool.
56657
56658 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56659
56660         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56661
56662 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56663
56664         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56665         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56666         after the 'gnu' in these cases.  This fixes some bugs in the
56667         previous change, and is based on suggestions by Robert Millan.
56668
56669 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56670
56671         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56672         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56673         no longer needed.
56674         * lib/quotearg.c (quotearg_n_options): Use it.
56675         * lib/group-member.c: Include <stdbool.h>.
56676         (free_group_info): Arg is now const *; don't free arg.
56677         (get_group_info): Now returns bool and accepts struct group_info *,
56678         rather than returning a malloc'ed struct group_info *.
56679         All uses changed.  Check for overflow in internal size calculation.
56680
56681         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56682         rather than xmalloc/xrealloc.
56683         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56684         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56685         conformance bug: the old code used a pointer after freeing the
56686         storage that it addressed.
56687         * lib/hash.c (hash_initialize): Simplify the code by using
56688         xalloc_oversized rather than doing it by hand.
56689         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56690         the buffer preserved.  Use free and xmalloc instead.
56691         * lib/quotearg.c (quotearg_n_options): Likewise.
56692         Use a simpler test for size overflow.  Don't use xalloc_oversized
56693         because unsigned int might be wider than size_t (!); this suggests
56694         that we should switch from unsigned int to size_t for slot numbers.
56695
56696 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56697
56698         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56699         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56700         NetBSD kernels.  Requested by Richard Stallman.
56701
56702 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56703
56704         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56705         to allocate the returned structure.  Do not allocate a subarray,
56706         as x2nrealloc will do that.
56707         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56708         instead of xnrealloc.
56709         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56710
56711 2003-10-27  Bruno Haible  <bruno@clisp.org>
56712
56713         * lib/stdbool_.h: Better support for BeOS.
56714
56715 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56716
56717         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56718         now uses inline.
56719
56720 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56721
56722         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56723         callers that want to do their own size-overflow checking.  Include
56724         <stdbool.h>, since xalloc_oversized returns bool.
56725         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56726         to use xalloc_oversized.
56727
56728         Add two functions x2realloc, x2nrealloc, for programs that grow
56729         arrays dynamically by doubling their sizes.
56730         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56731         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56732         New functions.
56733
56734         Port to C99 semantics for 'inline' of external functions.
56735         Bug reported by Bruno Haible.
56736         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56737         with the old contents of xnmalloc.
56738         (xnmalloc, xmalloc): Use it.
56739         (xnrealloc_inline): New static inline function,
56740         with the old contents of xnrealloc.
56741         (xnrealloc, xrealloc): Use it.
56742
56743         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56744         that.
56745
56746 2003-10-26  Karl Berry  <karl@gnu.org>
56747
56748         * config/srclist.txt (COPYING.DOC): no longer available from
56749         /gd/gnuorg; don't know where the ultimate source is.
56750
56751 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56752
56753         Fix several address-calculation bugs in the hash modules,
56754         plus some minor code cleanup.
56755
56756         * lib/hash.h: Include <stdbool.h>, for bool.
56757         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56758         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56759         hash_get_n_entries, hash_get_max_bucket_length,
56760         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56761         hash_rehash): Use size_t rather than unsigned.
56762         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56763         hash_get_n_buckets_used, hash_get_n_entries,
56764         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56765         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56766         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56767         Likewise.
56768         (SIZE_MAX): Define if not defined.
56769         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56770         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56771         hash_print):
56772         Use const * when possible.
56773         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56774         (check_tuning): Fix bug: if tuning parameters were very close to
56775         0 or 1, rounding errors could have caused subscript violations.
56776         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56777         (hash_initialize): Add 'fail:' label
56778         to free table and return NULL, and use it to simplify code.
56779         Use calloc rather than clearing the storage ourself.
56780         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56781         buffer size calculations.
56782         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56783         Include <stddef.h>, for size_t.
56784         * lib/hash-pjw.c (hash_pjw): Likewise.
56785         Switch to method described by Bruno Haible.
56786         Include <limits.h>, for CHAR_BIT.
56787         (SIZE_BITS): New macro.
56788
56789 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56790
56791         * m4/getline.m4 (AM_FUNC_GETLINE):
56792         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56793         hosts.  Problem reported by Derek Robert Price in
56794         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56795         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56796         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56797
56798 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56799
56800         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56801         ceiling the allocation at NMAX bytes rather than silently
56802         discarding input bytes before NMAX is reached.  This makes
56803         a difference only if NMAX exceeds SIZE_MAX / 2.
56804
56805         * lib/obstack.c: Merge from glibc.
56806         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56807         Add libc_hidden_def (_obstack_newchunk).
56808         (_obstack_free) [! defined _LIBC]: Remove.
56809         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56810         a clone of the function body.
56811         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56812         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56813
56814         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56815         glibc.
56816         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56817         arg to memcpy.
56818
56819         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56820         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56821         Don't use lvalue casts, as GCC plans to remove support for them
56822         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56823         was also present in the non-GCC version, indicating that this
56824         code had always been buggy and had never been widely used.
56825         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56826         Use the fast variant of each macro, rather than copying the
56827         definiens of the fast variant; that way, we'll be more likely to
56828         catch future bugs in the fast variants.
56829
56830 2003-10-20  Bruno Haible  <bruno@clisp.org>
56831
56832         * modules/wait-process: New file.
56833         * MODULES.html.sh (func_all_modules): Add wait-process.
56834
56835 2003-10-20  Bruno Haible  <bruno@clisp.org>
56836
56837         * m4/wait-process.m4: New file.
56838
56839 2003-10-20  Bruno Haible  <bruno@clisp.org>
56840
56841         * lib/wait-process.h: New file, from GNU gettext.
56842         * lib/wait-process.c: New file, from GNU gettext.
56843
56844 2003-10-19  Jim Meyering  <jim@meyering.net>
56845
56846         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56847         HPUX 10.20.
56848
56849 2003-10-18  Karl Berry  <karl@gnu.org>
56850
56851         * config/config.guess: update from config.
56852
56853 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56854
56855         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56856         (getgroups): First arg is int, not size_t.
56857         Don't let 'free' mangle errno.
56858
56859 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56860
56861         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56862
56863 2003-10-16  Karl Berry  <karl@gnu.org>
56864
56865         * config/config.{guess,sub}: update from config.
56866
56867 2003-10-16  Jim Meyering  <jim@meyering.net>
56868
56869         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56870         memcpy.
56871
56872 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56873
56874         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56875         (SIZE_MAX): Remove.
56876         (new_exclude, add_exclude_file): Initial size no longer needs to
56877         be a power of 2.
56878         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56879         our own address arithmetic overflow checking.
56880
56881         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56882         (fnmatch): Do not alloca more than 2000 wide characters;
56883         instead, use malloc for large buffers.
56884         Check for address arithmetic overflow, and return -1
56885         with errno set to ENOMEM in that case.
56886         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56887         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56888         instead, return -1.  Check for address arithmetic overflow.
56889
56890 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56891
56892         Handle invalid suffixes and overflow independently, so that
56893         callers can treat them independently as needed.  Fix some bugs in
56894         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56895         suffix for a human-readable blocksize.  The major caller-visible
56896         change is the addition of a new
56897         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56898         that both overflow and suffix chars were found.
56899
56900         * lib/human.c (humblock): Don't check separately for invalid suffix
56901         char; that is xstrtoumax's job (now that its bug is fixed).
56902         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56903         INTMAX_MAX]: New macros.
56904         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56905         TYPE_MAXIMUM): New macros.
56906         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56907         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56908         if overflow occurs, as it's what __strtol does and it's more useful
56909         in practice.
56910         (__xstrtol): If __strtol reports some error other than ERANGE,
56911         reflect it to the caller as LONGINT_INVALID.  If it reports
56912         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56913         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56914         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56915         value.
56916         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56917         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56918         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56919         [defined UINTMAX_MAX]: New macros.
56920
56921 2003-10-14  Bruno Haible  <bruno@clisp.org>
56922
56923         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56924
56925 2003-10-14  Bruno Haible  <bruno@clisp.org>
56926
56927         * m4/sig_atomic_t: New file, from GNU gettext.
56928         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56929
56930 2003-10-14  Bruno Haible  <bruno@clisp.org>
56931
56932         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56933         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56934         Also use volatile where needed.
56935
56936 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56937
56938         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56939         Change maintainer from Bruno Haible to 'all'.
56940
56941 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56942
56943         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56944
56945 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56946
56947         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56948         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56949         and define in terms of the other primitives.
56950         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56951         (SIZE_MAX): Define if not already defined.
56952         (array_size_overflow): New function.
56953         (xalloc_die): Abort instead of exiting if 'error' returns.
56954         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56955         (xmalloc, xrealloc): Use them.
56956         (xcalloc): Check for address arithmetic overflow.
56957         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56958         a bit faster than strcpy.
56959
56960 2003-10-10  Simon Josefsson  <jas@extundo.com>
56961
56962         * modules/argp (Depends-on): Add restrict and strcase.
56963
56964 2003-10-10  Simon Josefsson  <jas@extundo.com>
56965
56966         * m4/argp.m4: Add AC_C_INLINE.
56967
56968 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56969
56970         Merge getpass from libc, plus a few fixes.
56971
56972         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56973         Include <stdbool.h>.
56974         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56975         __fsetlocking to empty.
56976         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56977         do include <bits/libc-lock.h>.
56978         Do not include <fcntl.h>; not needed.
56979         [_LIBC]: Include <wchar.h>.
56980         (NOTCANCEL_MODE): New macro.
56981         (flockfile, funlockfile) [_LIBC]: New macros.
56982         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56983         [!_LIBC]: New macros.
56984         (call_fclose): New function.
56985         (getpass): Use it.  Save tty stream separately; this simplifies the
56986         code and makes it more reliable if stdin happens to equal stdout.
56987         Invoke __fsetlocking on tty.
56988         Handle thread cancellation if needed.
56989         Namespace cleanup (use __tcgetattr, __getline).
56990         Use bool for Booleans.
56991         [USE_IN_LIBIO]: Handle wide streams.
56992         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56993         stream might go where.
56994
56995         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56996         doesn't have to include <stdio.h> before us.
56997         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56998         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56999         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57000         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57001         if not declared, so that we can use getpass.c code from libc without
57002         rewriting it.
57003         (flockfile, ftrylockfile, funlockfile): New macros.
57004
57005 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57006
57007         * modules/getpass: Depend on stdbool.
57008
57009 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57010
57011         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57012
57013 2003-10-07  Karl Berry  <karl@gnu.org>
57014
57015         * config/config.{guess,sub}: update from config.
57016
57017 2003-10-06  Jim Meyering  <jim@meyering.net>
57018             Bruno Haible  <bruno@clisp.org>
57019
57020         This lets translators provide better translations for the
57021         "Written by ..." part of --version output.
57022         * lib/version-etc.h: Include stdarg.h.
57023         (version_etc_copyright): Declare as readonly.
57024         (version_etc): Make this function variadic with a NULL-terminated list
57025         of author name strings.
57026         (version_etc_va): New declaration.
57027         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57028         (version_etc_copyright): Declare as readonly.
57029         (version_etc_va): New function. Provide a different translatable string
57030         for each possible number of authors < 10. Abbreviate when there are 10
57031         authors or more.
57032         (version_etc): Make this function variadic. Call version_etc_va.
57033         Suggestion from Gary V. Vaughan.
57034
57035         * lib/long-options.h (parse_long_options): Change prototype: the
57036         authors string is moved to the end and becomes variadic.
57037         * lib/long-options.c: Include stdarg.h.
57038         (parse_long_options): Make this function variadic, too.
57039         Call version_etc_va, not version_etc.
57040
57041 2003-10-06  Bruno Haible  <bruno@clisp.org>
57042
57043         * modules/version-etc-2: Remove file.
57044         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57045
57046 2003-10-06  Bruno Haible  <bruno@clisp.org>
57047
57048         * modules/fatal-signal: New file.
57049         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57050
57051 2003-10-06  Bruno Haible  <bruno@clisp.org>
57052
57053         * m4/fatal-signal.m4: New file.
57054         * m4/signalblocking.m4: New file, from GNU gettext.
57055
57056 2003-10-06  Bruno Haible  <bruno@clisp.org>
57057
57058         * lib/version-etc-2.h: Remove file.
57059         * lib/version-etc-2.c: Remove file.
57060
57061 2003-10-06  Bruno Haible  <bruno@clisp.org>
57062
57063         * lib/fatal-signal.h: New file, from GNU gettext.
57064         * lib/fatal-signal.c: New file, from GNU gettext.
57065
57066 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57067
57068         * README: Rework advice for preventing empty .o files.
57069         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57070         not <sys/types.h>.
57071
57072 2003-10-04  Karl Berry  <karl@gnu.org>
57073
57074         * lib/argp*: update from libc.
57075
57076 2003-10-04  Karl Berry  <karl@gnu.org>
57077
57078         * config/config.{guess,sub}: update from config.
57079
57080 2003-10-02  Bruno Haible  <bruno@clisp.org>
57081
57082         * modules/lchown (Include): Add lchown.h.
57083         * modules/time_r (Include): Use "..." syntax.
57084         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57085
57086 2003-10-01  Simon Josefsson  <jas@extundo.com>
57087
57088         * MODULES.html.sh (func_all_modules): Move gethostname from section
57089         'based on' to section 'lacking' POSIX:2001.
57090
57091 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57092
57093         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57094         to output mode on the same stream.
57095
57096 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57097
57098         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57099         Fix arg typo in previous patch.
57100
57101 2003-09-28  Jim Meyering  <jim@meyering.net>
57102
57103         * lib/error.c: Correct cpp indentation.
57104
57105 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57106
57107         * modules/free: New file.
57108
57109 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57110
57111         * m4/free.m4: New file.
57112
57113 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57114
57115         * lib/minmax.h (MIN, MAX)
57116         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57117         Omit the special code that used __typeof__, since we worry that
57118         it could be more trouble than it's worth.  See:
57119         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57120         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57121
57122         * lib/free.c: New file.
57123
57124 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57125
57126         Trivial fixes to Makefile.am parts of module listings.
57127         * modules/strstr: Append strstr.h to lib_SOURCES.
57128         * modules/strcase: Likewise, for strcase.h.
57129
57130 2003-09-27  Karl Berry  <karl@gnu.org>
57131
57132         * config/mkinstalldirs: update from automake.
57133
57134 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57135
57136         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57137         (error_tail): Do not loop, reallocating temporary buffer, since
57138         the output cannot contain more wide characters than the input
57139         contains bytes, the size must be big enough already.  This avoids
57140         one potential size overflow calculation.  Check for size overflow
57141         when calculating temporary buffer size.  Free temporary buffer
57142         when done, if it was allocated with malloc; this plugs a memory
57143         leak.  Remove casts from void * to pointers, that are no longer
57144         needed now that we're assuming C89 or better.
57145
57146         Merge error changes from glibc.
57147
57148         * lib/error.c, error.h: Update copyright notice header to match glibc.
57149         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57150         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57151         Disable cancellation while printing error.
57152         * lib/error.h: Prepend __ to parameter names.
57153
57154 2003-09-26  Jim Meyering  <jim@meyering.net>
57155
57156         * lib/error.c (error_tail): Move some declarations
57157         into inner scope where the local variables are used.
57158
57159 2003-09-26  Bruno Haible  <bruno@clisp.org>
57160
57161         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57162         stpncpy().
57163         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57164
57165 2003-09-26  Bruno Haible  <bruno@clisp.org>
57166
57167         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57168         (stpncpy): Define as alias for gnu_stpncpy.
57169         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57170
57171 2003-09-25  Simon Josefsson  <jas@extundo.com>
57172
57173         * lib/xgetdomainname.h: New file.
57174         * lib/xgetdomainname.c: New file.
57175
57176 2003-09-25  Simon Josefsson  <jas@extundo.com>
57177             Bruno Haible  <bruno@clisp.org>
57178
57179         * modules/getdomainname: New file.
57180         * modules/xgetdomainname: New file.
57181         * MODULES.html.sh (func_all_modules): Add getdomainname,
57182         xgetdomainname.
57183
57184 2003-09-25  Simon Josefsson  <jas@extundo.com>
57185             Bruno Haible  <bruno@clisp.org>
57186
57187         * m4/getdomainname.m4: New file.
57188
57189 2003-09-25  Simon Josefsson  <jas@extundo.com>
57190             Bruno Haible  <bruno@clisp.org>
57191
57192         * lib/getdomainname.h: New file.
57193         * lib/getdomainname.c: New file.
57194
57195 2003-09-25  Karl Berry  <karl@gnu.org>
57196
57197         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57198
57199 2003-09-25  Karl Berry  <karl@gnu.org>
57200
57201         * config/install-sh: update from automake.
57202
57203 2003-09-25  Bruno Haible  <bruno@clisp.org>
57204
57205         * modules/version-etc-2: New file, from modules/version-etc with
57206         modifications.
57207         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57208
57209 2003-09-25  Bruno Haible  <bruno@clisp.org>
57210
57211         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57212         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57213
57214 2003-09-24  Simon Josefsson  <jas@extundo.com>
57215
57216         * modules/xgethostname: Add xgethostname.h.
57217
57218 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57219
57220         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57221         the buffer associated with the argument.  Bug reported by
57222         Simon Josefsson.
57223
57224 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57225
57226         * README: Document assumptions that 'int' is at least 32 bits
57227         wide, that integer arithmetic is 2's complement without overflow,
57228         that there are no holes in integer values, that adding sizes of
57229         two nonoverlapping objects can't overflow, and that all-bits-zero
57230         yields scalar zero.  Fix spelling and capitalization typos.
57231
57232 2003-09-19  Karl Berry  <karl@gnu.org>
57233
57234         * lib/argp.h: update from libc.
57235
57236 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57237
57238         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57239         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57240         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57241
57242 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57243
57244         * gnulib-tool: Use "test -h", not "test -L", for portability
57245         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57246         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57247         (sed_extract_prog): Issue s commands one-by-one, rather than
57248         using \| in one s command.
57249
57250 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57251
57252         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57253         input error, instead of returning NULL the next time we are called
57254         (and therefore losing track of errno).
57255
57256 2003-09-16  Bruno Haible  <bruno@clisp.org>
57257
57258         * gnulib-tool (func_create_testdir): Warn about duplicated
57259         dependencies.
57260
57261 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57262
57263         * modules/argmatch, modules/fatal, modules/obstack,
57264         modules/xalloc, modules/xgethostname: Sort dependencies by
57265         importance, not alphabetically.
57266
57267 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57268
57269         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57270         fails, so that the caller gets the proper errno.
57271
57272         * lib/readutmp.c (read_utmp): Likewise.
57273         Check for fstat error.  Close stream and free storage
57274         when failing.
57275
57276 2003-09-14  Karl Berry  <karl@gnu.org>
57277
57278         * config/srclist.txt (strdup.c): disable for c89 changes.
57279
57280 2003-09-14  Jim Meyering  <jim@meyering.net>
57281
57282         * lib/getloadavg.c: Correct cpp indentation.
57283         * lib/strdup.c: Likewise.
57284         * lib/vasnprintf.c: Likewise.
57285
57286 2003-09-14  Bruno Haible  <bruno@clisp.org>
57287
57288         * modules/fwriteerror: New file.
57289         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57290
57291 2003-09-14  Bruno Haible  <bruno@clisp.org>
57292
57293         * lib/fwriteerror.h: New file.
57294         * lib/fwriteerror.c: New file.
57295
57296 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57297
57298         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57299         modules/xgethostname, modules/xalloc: Depend on exit.
57300
57301 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57302
57303         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57304
57305         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57306         and AC_MINIX, too, so that their extensions are available.
57307
57308         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57309         This macro has been superseded by gl_BACKUPFILE.
57310
57311         More patches to assume C89 or better.
57312
57313         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57314
57315         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57316         unconditionally.
57317         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57318         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57319         Include <string.h>, <stdlib.h> unconditionally.
57320         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57321         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57322         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57323         headers or for string.h.
57324         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57325         or strtoul.
57326
57327         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57328         headers.
57329         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57330         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57331         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57332         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57333         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57334         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57335         memcpy, memset.
57336         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57337         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57338         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57339         strtol.
57340         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57341         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57342         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57343         strtoul.
57344
57345 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57346
57347         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57348         * lib/obstack.c [!defined _LIBC]: Likewise.
57349         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57350         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57351         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57352
57353         More changes to assume C89 or better.
57354
57355         * lib/error.c (error_tail): Assume vprintf.
57356
57357         * lib/argmatch.c (getenv): Remove decl.
57358         * lib/progreloc.c (get_full_program_name): Define via prototype.
57359         * lib/setenv.c (clearenv): Likewise.
57360         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57361         needed.
57362         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57363         (malloc, memcpy): Remove decls.
57364         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57365         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57366         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57367         (memcpy): Remove macro.
57368         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57369         (__P): Remove.  All uses removed.
57370         (PTR): Remove.  All uses changed to void *.
57371         (CHAR_BIT, NULL): Remove.
57372         (spaces, zeros, memset_space, memset_zero)
57373         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57374         Remove.
57375         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57376         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57377         Define with prototype.
57378         Remove now-unnecessary prototype decl.
57379         (extra_args_spec): Assume ANSI C.  All uses changed.
57380         (extra_args_spec_iso): Remove.
57381         (my_strftime, emacs_strftimeu): Define via prototype.
57382         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57383         unconditionally.
57384         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57385         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57386         (strtoul, strtol): Remove decls.
57387         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57388         LONG_MAX): Remove.
57389         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57390         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57391         (LOCALE_PARAM_PROTO): New macro.
57392         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57393         (INTERNAL (strtol), strtol): Define with a prototype.
57394         (PARAMS): Remove.  All uses removed.
57395         * lib/tempname.c: Include <string.h> unconditionally.
57396         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57397         * lib/xgethostname.c (main): Define with a prototype.
57398         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57399         Include <stdlib.h> unconditionally.
57400         (calloc, malloc, realloc, free): Remove decls.
57401         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57402         Include <stdlib.h> unconditionally.  Sort include file names.
57403         (strtod): Remove.
57404         (xstrtod): Define with a prototype.
57405         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57406         (strtol, strtoul): Remove decls.
57407
57408 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57409
57410         More patches to assume C89 or better.
57411         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57412         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57413         string.h, memchr, STDC_HEADERS.
57414
57415 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57416
57417         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57418         Include <stdlib.h>, <string.h> unconditionally.
57419         Remove now-unnecessary cast to char *.
57420         * lib/strnlen.c: Include <string.h> unconditionally.
57421         * lib/yesno.c (yesno): Define with a prototype.
57422
57423 2003-09-11  Bruno Haible  <bruno@clisp.org>
57424
57425         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57426
57427 2003-09-10  Jim Meyering  <jim@meyering.net>
57428
57429         * lib/error.c: Correct indentation of cpp directives.
57430
57431 2003-09-10  Bruno Haible  <bruno@clisp.org>
57432
57433         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57434         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57435         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57436         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57437         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57438         <stdlib.h> and <string.h> checks.
57439         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57440         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57441
57442 2003-09-10  Bruno Haible  <bruno@clisp.org>
57443
57444         * lib/strcspn.c: Include <string.h> unconditionally.
57445         * lib/strpbrk.c: Include <string.h> unconditionally.
57446         * lib/strstr.c: Include <string.h> unconditionally.
57447         * lib/unicodeio.c: Include <string.h> unconditionally.
57448         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57449         * lib/unsetenv.c: Likewise.
57450         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57451         * lib/yesno.c: Include <stdlib.h> unconditionally.
57452         (rpmatch): Add prototype.
57453
57454 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57455
57456         More patches to assume C89 or better.
57457         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57458         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57459         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57460         or for string.h.
57461         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57462         stdlib.h.
57463         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57464         C headers.
57465         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57466         string.h.
57467         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57468         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57469         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57470         or for string.h.
57471         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57472         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57473         C headers.
57474         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57475         memcpy.
57476         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57477         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57478         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57479         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57480         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57481         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57482         string.h, free.
57483         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57484         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57485         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57486         C headers, or for string.h.
57487         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57488         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57489         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57490         headers, memory.h, stdlib.h, string.h, strings.h.
57491         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57492         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57493         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57494         strchr.
57495         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57496         headers, memory.h, string.h.
57497         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57498         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57499         free.
57500         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57501         headers.
57502         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57503         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57504         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57505         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57506         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57507
57508 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57509
57510         More K&R removal.
57511
57512         * lib/acosl.c (main): Use a prototype.
57513         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57514         tanl.c: Likewise.
57515
57516         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57517
57518         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57519         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57520         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57521         with a prototype.
57522         * lib/getopt.c (const): Remove macro.
57523         Include <string.h> unconditionally.
57524         (my_index): Remove; all uses changed to strchr.
57525         (strlen): Remove decl.
57526         (exchange): Remove forward decl; no longer needed.
57527         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57528         Define with prototype.
57529         * lib/getopt1.c (const): Remove macro.
57530         (getopt_long, getopt_long_only, main): Define with prototype.
57531
57532         * lib/getugroups.c: Include <string.h> unconditionally.
57533
57534         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57535         (getusershell, setusershell, endusershell, readname, main):
57536         Define with prototypes.
57537
57538         * lib/group-member.c: Include group-member.h first.
57539         Include <stdlib.h> unconditionally.
57540
57541         * lib/hard-locale.c: Include hard-locale.h first.
57542         Include <stdlib.h>, <string.h> unconditionally.
57543
57544         * lib/hash.c (free, malloc): Remove decls.
57545         Include <stdlib.h> unconditionally.
57546
57547         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57548         (getenv): Do not declare.
57549
57550         * lib/idcache.c: Include <string.h> unconditionally.
57551
57552         * lib/long-options.c: Include long-options.h first, to test interface.
57553         Include <stdlib.h> unconditionally.
57554
57555         * lib/makepath.c: Include makepath.h first, to test interface.
57556         Include <stdlib.h> and <string.h> unconditionally.
57557
57558         * lib/linebuffer.c: Include <stdlib.h>.
57559         (free): Remove decl.
57560
57561         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57562         stddef.h. rpl_malloc returns void *, not char *.
57563         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57564         prototype.
57565
57566         * lib/md5.h: Include <limits.h> unconditionally.
57567         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57568         (__P): Remove; all uses removed.
57569         * lib/md5.c: Include "md5.h" first.
57570         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57571         md5_buffer, md5_process_bytes, md5_process_block):
57572         Define with prototypes.
57573         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57574         * lib/sha.c: Include "sha.h" first.
57575         Include <stdlib.h>, <string.h> unconditionally.
57576
57577         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57578         * lib/memcmp.c (__ptr_t): Likewise.
57579         * lib/memrchr.c (__ptr_t): Likewise.
57580         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57581         Include <string.h> unconditionally.
57582         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57583         * lib/memchr.c: Include <stdlib.h> unconditionally.
57584         * lib/memchr.c (LONG_MAX): Remove.
57585         * lib/memrchr.c (LONG_MAX): Likewise.
57586         * lib/memchr.c (__memchr): Define via a prototype.
57587         * lib/memrchr.c (__memrchr): Likewise.
57588         * lib/memcmp.c (__P): Remove, and remove all uses.
57589         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57590         Remove forward decls; no longer needed.
57591         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57592         Use types required by C89 in prototype.
57593
57594         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57595         * lib/savedir.c: Likewise.
57596         * lib/mkdir.c (free): Remove decl.
57597         * lib/rmdir.c (rmdir): Define with a prototype.
57598         * lib/savedir.c: Include savedir.h first, to test interface.
57599
57600         * lib/mktime.c (STDC_HEADERS): Remove.
57601         Include <stdlib.h>, <string.h> unconditionally.
57602
57603         * lib/modechange.c: Include <stdlib.h> unconditionally.
57604         (malloc): Remove decl.
57605
57606         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57607         (free): Remove decl.
57608
57609         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57610         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57611         (This type really should be intptr_t, but that's a C99ism.)
57612         (_obstack_memcpy): Remove: all uses changed to memcpy.
57613         Include <string.h> unconditionally.
57614         (struct obstack): Assume __STDC__ for types of members
57615         chunkfun, freefun, extra_arg.
57616         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57617         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57618         obstack_begin, obstack_specify_allocation,
57619         obstack_specify_allocation_with_arg, obstack_chunkfun,
57620         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57621         Remove unprototyped decls and the macros that use them.
57622         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57623         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57624         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57625         (defined __STDC__ && __STDC__)]:
57626         Remove nonprototyped code.
57627         Include <stdlib.h> unconditionally.
57628         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57629         _obstack_allocated_p, _obstack_free, obstack_free,
57630         _obstack_memory_used, print_and_abort):
57631         Define using prototypes.
57632         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57633         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57634         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57635         obstack_next_free, obstack_object_size, obstack_room) [0]:
57636         Remove unused, unprototyped code.
57637
57638         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57639
57640         * lib/physmem.c (physmem_total, physmem_available, main): Define
57641         with prototypes.
57642
57643         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57644         (main): Define with a prototype.
57645
57646         * lib/posixver.c (getenv): Remove decl.
57647
57648         * lib/putenv.c (malloc): Returns void *, not char *.
57649         Include <string.h> unconditionally.
57650         (strchr, memcpy, NULL): Do not define.
57651
57652         * lib/readtokens.c: Include readtokens.h first, to test interface.
57653         Include <stdlib.h>, <string.h> unconditionally.
57654         (init_tokenbuffer): Define with a prototype.
57655
57656         * lib/regex.c (PARAMS): Remove.  All uses removed.
57657         All uses of _RE_ARGS removed, too.
57658         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57659         unconditionally.
57660         (bzero): Assume memset exists.
57661         (memcmp, memcpy, NULL): Remove.
57662         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57663         char, or assignments to local vars of type signed char.
57664         (init_syntax_once, PREFIX(extract_number_and_incr),
57665         PREFIX(print_partial_compiled_pattern),
57666         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57667         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57668         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57669         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57670         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57671         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57672         wcs_compile_range, byte_compile_range, truncate_wchar,
57673         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57674         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57675         count_mbs_length, wcs_re_match_2_internal,
57676         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57677         PREFIX(alt_match_null_string_p),
57678         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57679         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57680         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57681         now-unnecessary declaration, if any.
57682         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57683         regcomp, regexec):
57684         Remove now-unnecessary casts among pointer types.
57685         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57686
57687         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57688         (free): Remove decl.
57689
57690         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57691
57692         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57693         (free): Remove decl.
57694
57695         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57696         * lib/xgetcwd.c: Likewise.
57697
57698         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57699         (free): Remove decl.
57700
57701         * lib/strchrnul.c (strchrnul): Define with a prototype.
57702         Fix bug: c_in was not converted to char before searching.
57703
57704         The following changes are not K&R related:
57705
57706         * lib/group-member.h: Include <sys/types.h>, so that this file is
57707         self-contained.
57708         * lib/makepath.h: Likewise.
57709
57710         * lib/getusershell.c (readname, default_index, line_size, readname):
57711         Use size_t, not int, for sizes.
57712         (readname): If the size overflows, report an error instead of
57713         looping forever.
57714
57715 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57716
57717         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57718         libc.
57719
57720 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57721
57722         * README: New section: portability guidelines.
57723
57724 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57725
57726         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57727         C89 spec.
57728
57729 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57730
57731         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57732
57733 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57734
57735         Assume C89 or better; remove K&R cruft.
57736         A few of these changes were first proposed by Derek Robert Price
57737         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57738
57739         * lib/addext.c: Include <string.h> unconditionally.
57740         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57741         Don't declare getenv or malloc.
57742
57743         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57744         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57745         (NULL): Remove.
57746         (find_stack_direction, alloca): Use prototypes.
57747
57748         * lib/atexit.c (atexit): Define using a prototype.
57749
57750         * lib/basename.c, dirname.c, stripslash.c:
57751         Include <string.h> unconditionally.
57752
57753         * lib/bcopy.c: Include <stddef.h>.
57754         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57755
57756         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57757
57758         * lib/error.h (error, error_at_line, error_print_progname)
57759         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57760         * lib/error.c: Include error.h first, to check interface.
57761         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57762         (VA_START): Remove; all uses changeed to va_start.
57763         (exit, strerror): Remove decls.
57764         (error_print_progname): Prototype uncondionally.
57765         Don't include <errno.h>; no longer needed.
57766         (private_strerror): Remove.
57767         (error_tail): Always define.
57768         (error, error_at_line): Assume C89 or better; always use prototypes.
57769         * lib/fatal.c: Include "fatal.h" first, to test interface.
57770         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57771         (VA_START): Remove; all uses changed to va_start.
57772         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57773         this case.
57774         (exit): Remove decl.
57775         (fatal): Prototype unconditionally.  Assume va_start works.
57776         Abort at end, to pacify gcc.
57777
57778         * lib/euidaccess.c (main): Define with a prototype.
57779
57780         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57781
57782         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57783
57784         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57785         prototypes.
57786         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57787         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57788         (getenv): Remove decl.
57789         (fnmatch): Define using a prototype.
57790         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57791         (FCT): Define using a prototype.
57792
57793         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57794
57795         * lib/gethostname.c: Include <stddef.h>.
57796         (gethostname): Define with prototype.  Length is size_t, not int.
57797
57798 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57799
57800         Assume C89 or better; remove K&R cruft.
57801         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57802         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57803         string.h, getenv, malloc.
57804         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57805         headers.
57806         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57807         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57808         do not check for strerror.
57809         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57810         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57811         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57812         do not check for doprnt or vprintf.
57813         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57814         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57815
57816 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57817
57818         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57819         getversion.c should have been removed then, but was accidentally
57820         preserved.
57821
57822         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57823         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57824
57825 2003-09-08  Karl Berry  <karl@gnu.org>
57826
57827         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57828                 config, forget about prep.
57829
57830         * config/depcomp, missing: update from automake.
57831
57832 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57833
57834         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57835         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57836
57837 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57838
57839         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57840         copy_tm_result.  Bug reported by Simon Josefsson in
57841         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57842
57843 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57844
57845         * m4/time_r.m4: New file.
57846         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57847         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57848         is. Check for timegm declaration.
57849         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57850         Do not check for gmtime_r.
57851         Replace mktime if __mktime_internal does not exist and if mktime
57852         hasn't been replaced already.
57853
57854 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57855
57856         * lib/time_r.c, lib/time_r.h: New files.
57857
57858         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57859         __localtime_r.
57860         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57861         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57862
57863         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57864         __gmtime_r.
57865         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57866         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57867         Include <time_r.h>.
57868
57869         * lib/timegm.c: Switch to glibc implementation, with the following
57870         changes:
57871         [defined HAVE_CONFIG_H]: Include <config.h>.
57872         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57873         (__mktime_internal) [!defined _LIBC]: New decl.
57874         (__gmtime_r) [!defined _LIBC]: New macro and function.
57875         (timegm): Use a prototype, since gnulib assumes C89.
57876         Do not bother declaring tmp to be const, as it's not really usefu.
57877         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57878         (timegm): Declare only if HAVE_DECL_TIMEGM.
57879
57880 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57881
57882         * MODULES.html.sh (func_all_modules): Add time_r.
57883         * modules/time_r: New file.
57884         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57885         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57886
57887 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57888
57889         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57890         Bug reported by Lute Kamstra in
57891         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57892
57893         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57894         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57895         course with correspondingly smaller numbers for tomorrow and
57896         yesterday.  From Tadayoshi Funaba.  Originally installed into
57897         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57898         coreutils merge?).
57899
57900 2003-08-31  Simon Josefsson  <jas@extundo.com>
57901
57902         * modules/timegm: New file.
57903         * MODULES.html.sh (func_all_modules): Add timegm.
57904
57905 2003-08-31  Simon Josefsson  <jas@extundo.com>
57906
57907         * m4/timegm.m4: New file.
57908
57909 2003-08-31  Simon Josefsson  <jas@extundo.com>
57910
57911         * lib/timegm.h: New file.
57912         * lib/timegm.c: New file.  Based on
57913         wget-1.8.2/src/http.c:mktime_from_utc.
57914
57915 2003-08-31  Karl Berry  <karl@gnu.org>
57916
57917         * lib/argp.h: update from libc.
57918
57919 2003-08-28  Bruno Haible  <bruno@clisp.org>
57920
57921         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57922         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57923         followed by '#define fnmatch fnmatch_posix' gives an error.
57924
57925 2003-08-28  Bruno Haible  <bruno@clisp.org>
57926
57927         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57928         warning on QNX, which defines O_BINARY to 000000.
57929
57930 2003-08-27  Jim Meyering  <jim@meyering.net>
57931
57932         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57933         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57934         would fail after 32.  Reported by Danny Levinson.  Details here:
57935         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57936
57937 2003-08-24  Bruno Haible  <bruno@clisp.org>
57938
57939         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57940         MSVC7 <stdio.h> is included later.
57941
57942 2003-08-22  Simon Josefsson  <jas@extundo.com>
57943
57944         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57945
57946 2003-08-20  Karl Berry  <karl@gnu.org>
57947
57948         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57949
57950 2003-08-20  Bruno Haible  <bruno@clisp.org>
57951
57952         * modules/progname: New file.
57953         * MODULES.html.sh (func_all_modules): Add progname.
57954
57955 2003-08-20  Bruno Haible  <bruno@clisp.org>
57956
57957         * lib/progname.h: New file, from GNU gettext.
57958         * lib/progname.c: New file, from GNU gettext.
57959         * lib/progreloc.c: New file, from GNU gettext.
57960
57961 2003-08-19  Jim Meyering  <jim@meyering.net>
57962
57963         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57964         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57965
57966 2003-08-19  Bruno Haible  <bruno@clisp.org>
57967
57968         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57969         more.
57970
57971 2003-08-19  Bruno Haible  <bruno@clisp.org>
57972
57973         * lib/xstrdup.c: Assume <string.h> exists.
57974
57975 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57976
57977         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57978         in makefile rules.
57979
57980 2003-08-18  Jim Meyering  <jim@meyering.net>
57981
57982         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57983         * m4/lib-ld.m4: Likewise.
57984
57985 2003-08-18  Jim Meyering  <jim@meyering.net>
57986
57987         * lib/setenv.h: Indent nested cpp directive.
57988         * lib/vasnprintf.c: Remove trailing blanks.
57989
57990 2003-08-17  Simon Josefsson  <jas@extundo.com>
57991
57992         * modules/xstrndup: New file.
57993         * MODULES.html.sh (func_all_modules): Add xstrndup.
57994
57995 2003-08-17  Simon Josefsson  <jas@extundo.com>
57996
57997         * modules/argp: Fix autoconf macro name. Add more dependencies.
57998
57999 2003-08-17  Simon Josefsson  <jas@extundo.com>
58000
58001         * m4/xstrndup.m4: New file.
58002
58003 2003-08-17  Simon Josefsson  <jas@extundo.com>
58004
58005         * m4/argp.m4: New file.
58006
58007 2003-08-17  Simon Josefsson  <jas@extundo.com>
58008             Bruno Haible  <bruno@clisp.org>
58009
58010         * lib/xstrndup.h: New file.
58011         * lib/xstrndup.c: New file.
58012
58013 2003-08-17  Bruno Haible  <bruno@clisp.org>
58014
58015         * modules/strndup (Files, Include): Add lib/strndup.h.
58016
58017 2003-08-17  Bruno Haible  <bruno@clisp.org>
58018
58019         * modules/euidaccess (Files): Add lib/euidaccess.h.
58020
58021 2003-08-17  Bruno Haible  <bruno@clisp.org>
58022
58023         * lib/strndup.h: New file.
58024
58025 2003-08-17  Bruno Haible  <bruno@clisp.org>
58026
58027         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58028         like AC_GNU_SOURCE.
58029         * modules/extensions (configure.ac): Comment out the invocation of
58030         gl_USE_SYSTEM_EXTENSIONS.
58031
58032 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58033
58034         Merges from coreutils, etc.
58035         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58036         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58037         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58038         fixing a typo.
58039         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58040         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58041
58042 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58043
58044         Document merge from coreutils.
58045         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58046         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58047         * modules/utime: Add m4/utimes-null.m4.
58048
58049 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58050
58051         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58052         space, undoing this 2003-08-12 change:
58053         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58054
58055 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58056
58057         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58058         strtoul.c from libc, undoing this 2003-08-12 change:
58059         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58060
58061 2003-08-16  Jim Meyering  <jim@meyering.net>
58062
58063         Merges from coreutils.
58064         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58065         prefix.  Adjust cache variables similarly.  Create 500 rather than
58066         just 300 files, to exercise bug on Darwin6.5, too.
58067         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58068         $missing_dir.
58069         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58070         AM_SYS_POSIX_TERMIOS.
58071         Reported by mkc@mathdogs.com.
58072         Also change use of $am_cv_sys_posix_termios
58073         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58074         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58075         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58076         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58077         in /proc/mounts until it finds one with matching device number.  This
58078         is unnecessary when the FILE argument *is* a mount point.  No stat call
58079         is necessary in that case.  So, disable the statvfs-testing code on
58080         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58081         as RedHat bug# 84846.
58082         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58083         to 1MB, so as not to render systems with no stack size limit (e.g.,
58084         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58085         Include <unistd.h>.  On some systems,
58086         it is required for the definition of _SC_PAGESIZE.
58087
58088 2003-08-16  Jim Meyering  <jim@meyering.net>
58089
58090         Merge from coreutils.
58091         * lib/xstrtoimax.c: #else #if -> #elif.
58092         * lib/xstrtoumax.c: Likewise.
58093
58094 2003-08-16  Jim Meyering  <jim@meyering.net>
58095
58096         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58097         * m4/utimes.m4: Removed.
58098         * m4/utimes-null.m4: Renamed from utimes.m4.
58099
58100         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58101         to 1MB, so as not to render systems with no stack size limit (e.g.,
58102         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58103         Include <unistd.h>.  On some systems,
58104         it is required for the definition of _SC_PAGESIZE.
58105
58106 2003-08-16  Jim Meyering  <jim@meyering.net>
58107         and Paul Eggert  <eggert@cs.ucla.edu>
58108
58109         Merges from coreutils, etc.
58110
58111         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58112         using the latest version from cvs.  This avoids problems with #line
58113         directives using a vendor (Sun) compiler.
58114         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58115         Don't set GETGROUPS_LIB here; now it's
58116         done via getgroups.m4's wrapper function.
58117         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58118         rather than just in sh-util/configure.in, so that the
58119         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58120         same.
58121         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58122         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58123         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58124         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58125         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58126         Remove code that is now done by the newly-required macros.
58127         Append $(EXEEXT) to DF_PROG.
58128         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58129         Do not invoke or require the following here,
58130         since prereq.m4 or some gnulib .m4 now does this for us:
58131         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58132         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58133         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58134         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58135         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58136         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58137         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58138         AC_FUNC_OBSTACK.
58139         Do not replace the following functions, as this is now the job
58140         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58141         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58142         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58143         atexit getpass, strdup, getpagesize.
58144         Replace 'raise'.
58145         Do not check for the following functions, as this is now the job
58146         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58147         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58148         setregid.
58149         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58150         Check for sys/sysctl.h.
58151         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58152         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58153         of checking for ssize_t ourselves.
58154
58155         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58156         Require every macro that gnulib/modules/* suggests for us.
58157         (jm_PREREQ_ADDEXT): New macro.
58158         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58159         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58160
58161         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58162         (gl_PHYSMEM): Use it.
58163         Also check for `table' function.
58164         Check for new headers and functions.
58165         Add check for sys/sysmp.h.
58166         With suggestions from Kaveh Ghazi.
58167         Ignore headers that are present but cannot be compiled.  This
58168         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58169         C 5.4.
58170
58171 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58172
58173         Document merge from coreutils.
58174         * modules/userspec: Depend on posixver.
58175         * modules/strftime: Depend on tzset.
58176
58177 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58178
58179         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58180         rather than tab, after '#' in shell-script copyright notices.
58181         Suggested by Bruno Haible.
58182
58183 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58184
58185         * config/srclist-update: Use three spaces, rather than tab, after '#'
58186         in shell-script copyright notices.  Suggested by Bruno Haible.
58187         Remove unnecessary parenthesization in regular expression.
58188
58189 2003-08-15  Jim Meyering  <jim@meyering.net>
58190
58191         Merge from coreutils.
58192         * lib/xgethostname.c: Include <stdlib.h>.
58193         (xghostname): Don't exit for anything other than memory-related
58194         failure; just return NULL.
58195         * lib/userspec.c: Include "posixver.h".
58196         (parse_user_spec): Accept `.' as a separator only
58197         in pre-POSIX-200112 mode.
58198         * lib/strtoimax.c: Use #elif rather than #else #if.
58199         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58200         Remove function, now that we can rely on a working tzset function.
58201         [!_LIBC]: Ensure that the required autoconf test has been run.
58202         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58203         Use underlying_strftime for %r.
58204         * lib/sha.c: Merge in some clean-up and optimization changes from
58205         glibc.
58206         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58207         Ensure that it is a multiple of 64.
58208         Rearrange loop exit tests so as to avoid performing an
58209         additional fread after encountering an error or EOF.
58210         * lib/realloc.c: Update copyright date.
58211
58212 2003-08-15  Jim Meyering  <jim@meyering.net>
58213         and Paul Eggert  <eggert@twinsun.com>
58214
58215         Merge from coreutils.
58216         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58217         member but strut utmpx does not.  Needed for AIX 4.3.3.
58218         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58219
58220 2003-08-15  Jim Meyering  <jim@meyering.net>
58221         and Paul Eggert  <eggert@cs.ucla.edu>
58222
58223         Merges from coreutils, etc.
58224         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58225         Require gl_FUNC_TZSET_CLOBBER.
58226         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58227         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58228         members.
58229
58230 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58231
58232         Help the merge from coreutils.
58233         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58234         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58235         * m4/tzset.m4: Use it too.
58236
58237 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58238
58239         * modules/tzset: New file.
58240
58241 2003-08-14  Jim Meyering  <jim@meyering.net>
58242
58243         Merges from coreutils.
58244         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58245         variable names, rather than @FNMATCH_H@.
58246         * modules/alloca: Likewise for $(ALLOCA_H).
58247
58248         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58249         the three copies of the literal target, `fnmatch.h'.
58250         * modules/alloca (alloca.h): Likewise.
58251
58252 2003-08-14  Jim Meyering  <jim@meyering.net>
58253
58254         Merge from coreutils.
58255         * m4/tzset.m4: New file.
58256         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58257         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58258         otherwise, AIX 5.1 systems would end up using the latter.
58259         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58260         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58261         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58262         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58263
58264 2003-08-14  Jim Meyering  <jim@meyering.net>
58265
58266         Merge from coreutils.
58267         * lib/obstack.h: Whitespace changes.
58268         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58269         and xcalloc return values.
58270         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58271         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58272         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58273         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58274         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58275         error from mntctl.
58276         Use mntctl's return value to drive the entry-processing loop, since
58277         we can't rely on the value of the vmt_length member in the last
58278         entry.  On some systems doing so could result in exhausting
58279         virtual memory.  Based in part on a patch from Mike Jetzer.
58280
58281 2003-08-14  Jim Meyering  <jim@meyering.net>
58282         and Paul Eggert  <eggert@twinsun.com>
58283
58284         Merges from coreutils, plus other fixes.
58285         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58286         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58287         for credits and details.  Thanks to Kaveh Ghazi for helping
58288         to keep these files in sync.
58289         (ARRAY_SIZE): Define it.
58290         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58291         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58292         (memcasecmp): Don't assume size_t fits in unsigned int.
58293         Remove casts and duplicate code.
58294         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58295         (memcpy): Remove definition.
58296         Merge in some clean-up and optimization changes from glibc.
58297         [BLOCKSIZE]: Move definition to top of file.
58298         Ensure that it is a multiple of 64.
58299         Rearrange loop exit tests so as to avoid performing an
58300         additional fread after encountering an error or EOF.
58301         * lib/md5.h (md5_uintptr): Define.
58302         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58303         return to the initial working directory.  Preserve errno
58304         for caller.
58305         * lib/idcache.c: Include "xalloc.h".
58306         (xmalloc, xrealloc): Remove decls.
58307         (getuser): Remove casts no longer required in C89.
58308         * lib/human.c: Include stdio.h, for sprintf.
58309         * lib/group-member.c: Include "xalloc.h".
58310         (xmalloc, xrealloc): Remove decls.
58311         (get_group_info): Remove casts no longer required in C89.
58312         * lib/getusershell.c (readname): Remove casts no longer required in
58313         C89.
58314         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58315         * lib/getline.c: Whitespace fix, from coreutils.
58316
58317 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58318
58319         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58320         Check for isascii.
58321
58322         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58323         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58324         Undo previous (whitespace-only) change.
58325
58326 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58327
58328         * lib/exclude.c: Include <ctype.h>
58329         (IN_CTYPE_DOMAIN): New macro.
58330         (is_space): New fn.
58331         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58332         and empty lines.
58333
58334         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58335         Undo previous (whitespace-only) change.
58336
58337 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58338
58339         * config/srclist-update: Change update back to the old behavior,
58340         leaving whitespace alone.  Use one 'sed' command rather than a
58341         pipeline.
58342         (fixlicense): Now a variable, not a function.
58343         (remove_trailing_blanks): Remove.
58344         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58345         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58346         Undo previous (whitespace-only) change.
58347
58348 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58349
58350         Merge from coreutils.
58351         * modules/euidaccess: Add lib_SOURCES, include for new
58352         file euidaccess.h
58353
58354 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58355
58356         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58357         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58358         Normalize leading white space and remove trailing white space.
58359
58360         Merge from coreutils
58361         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58362
58363         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58364         0.12.1.  These files are now being upgraded automatically by
58365         ../config/srclist-update.
58366
58367 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58368
58369         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58370         Normalize leading white space and remove trailing white space.
58371         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58372         notice, as per ../config/srclist-update.
58373
58374         Merge from coreutils.
58375         * lib/euidaccess.h: New file.
58376         * lib/euidaccess.c: Include it.
58377         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58378         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58379         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58380
58381 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58382
58383         * config/srclist-update: Add copyright notice.
58384         (remove_id_lines, remove_trailing_blanks): New constants.
58385         (fixfile): Use them to normalize spacing a bit in copied files.
58386         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58387         Normalize leading white space and remove trailing white space.
58388
58389         * config/texinfo.tex: Sync with texinfo.
58390
58391         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58392         strtoul.c from libc, to merge coreutils whitespace changes.
58393
58394         * config/srclist.txt: Get the following m4 files from gettext:
58395         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58396         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58397         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58398         wint_t.m4.
58399
58400 2003-08-12  Karl Berry  <karl@gnu.org>
58401
58402         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58403         been made.
58404
58405 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58406
58407         * modules/gnu-source, m4/gnu-source.m4:
58408         Remove; we're assuming Autoconf 2.54 or later now.
58409         Suggested by Bruno Haible.
58410         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58411
58412 2003-08-11  Bruno Haible  <bruno@clisp.org>
58413
58414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58415
58416 2003-08-11  Bruno Haible  <bruno@clisp.org>
58417
58418         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58419         (vasnprintf): Use it instead of wcslen.
58420
58421 2003-08-11  Bruno Haible  <bruno@clisp.org>
58422
58423         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58424         value to ensure that _Bool promotes to int. Use #define for _Bool when
58425         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58426
58427 2003-08-10  Karl Berry  <karl@gnu.org>
58428
58429         * lib/regex.h: update from libc (whitespace fix).
58430
58431 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58432
58433         Merge some files from coreutils.  These changes were
58434         originally made by Jim Meyering.
58435         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58436         many older Unixes require this.
58437         * lib/alloca.c (alloca): Remove cast to argument of free;
58438         no longer needed in C89.
58439         * lib/alloca_.h, regex.h: Fix white space to match
58440         what GNU indent does.
58441
58442 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58443
58444         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58445         apparently Emacs's Unicode mode got confused before my 2003-08-05
58446         checkin.
58447
58448 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58449
58450         * m4/extensions.m4: New file.
58451         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58452         Require gl_USE_SYSTEM_EXTENSIONS.
58453         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58454         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58455
58456 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58457
58458         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58459         * modules/extensions, modules/gnu-source: New files.
58460         * modules/timespec, modules/unlocked-io: Depend on extensions.
58461
58462 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58463
58464         * modules/restrict: New file.
58465         * MODULES.html.sh (func_all_modules): Add restrict.
58466         * modules/regex: Depend on restrict.
58467
58468 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58469
58470         * m4/restrict.m4: New file.
58471         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58472
58473 2003-08-07  Bruno Haible  <bruno@clisp.org>
58474
58475         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58476         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58477
58478 2003-08-07  Bruno Haible  <bruno@clisp.org>
58479
58480         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58481         makes the module 'getndelim2' compatible with the module 'getline'.
58482
58483 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58484
58485         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58486         byte with "\201" to avoid glitches when editing that source file
58487         with multi-gnome-terminal.
58488
58489 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58490
58491         * lib/bumpalloc.h: Remove.
58492
58493 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58494
58495         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58496         * modules/bumpalloc: Remove.
58497
58498 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58499
58500         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58501         GNU coding style.
58502
58503         Merge from coreutils.
58504         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58505         1. From glibc.
58506         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58507         from Karl Berry, implemented by Jim Meyering.
58508         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58509         from Dmitry V. Levin.
58510         Remove anachronistic cast of xrealloc.
58511         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58512         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58513         type. Otherwise, it wouldn't compile with at least /bin/cc on
58514         ymp-cray-unicos9.0.2.X.
58515         Combine two mostly-identical uses of alloca into one.
58516         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58517
58518 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58519
58520         [From Emacs.]
58521
58522         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58523         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58524         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58525         obsolete NLIST_NAME_UNION.
58526         [__GNU__]: Undef BSD and FSCALE.
58527         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58528
58529 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58530
58531         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58532         an enum type, so that it's guaranteed to promote to int.  See:
58533         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58534
58535 2003-08-03  Karl Berry  <karl@gnu.org>
58536
58537         * config/depcomp: update from automake.
58538
58539 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58540
58541         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58542         (strerror): Don't assume that a printable int fits in 14 bytes.
58543
58544 2003-07-31  Bruno Haible  <bruno@clisp.org>
58545
58546         * modules/getpass-gnu: New file.
58547         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58548
58549 2003-07-31  Bruno Haible  <bruno@clisp.org>
58550
58551         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58552
58553 2003-07-24  Karl Berry  <karl@gnu.org>
58554
58555         * config/missing: update from automake.
58556
58557 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58558             Bruno Haible  <bruno@clisp.org>
58559
58560         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58561         * lib/getline.c (getline, getdelim): Likewise.
58562         Remove _GNU_SOURCE define; now it's defined in config.h through
58563         m4/getline.m4.
58564
58565 2003-07-23  Karl Berry  <karl@gnu.org>
58566
58567         * config/config.sub: update from prep.
58568
58569 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58570
58571         * modules/xalloc (Depends-on): Add exitfail.
58572         * modules/xmemcoll: Likewise.
58573
58574 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58575
58576         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58577         over-parenthesization in macros.
58578
58579         Sync with coreutils.
58580
58581         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58582         required by C99.
58583
58584         Use `exit_failure' for xalloc and xmemcoll instead of their own
58585         private exit-failure variables.
58586         * lib/xalloc.h (xalloc_exit_failure): Remove.
58587         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58588         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58589         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58590         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58591         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58592
58593 2003-07-20  Jim Meyering  <jim@meyering.net>
58594
58595         * modules/closeout (Depends-on): Add exitfail.
58596         Suggestion from Bruno Haible.
58597
58598 2003-07-19  Karl Berry  <karl@gnu.org>
58599
58600         * config/config.sub: update from prep.
58601
58602 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58603
58604         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58605         Remove.
58606         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58607         to test that it can stand by itself.  Include "exitfail.h".
58608         Clients should set exit_failure instead.
58609         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58610
58611 2003-07-18  Bruno Haible  <bruno@clisp.org>
58612
58613         * modules/getndelim2: New file.
58614         * modules/getline: Share files with module getndelim2.
58615         * modules/getnline: Depend on getndelim2 instead of sharing files with
58616         it. Add getnline.c to lib_SOURCES.
58617         * MODULES.html.sh (func_all_modules): Add getndelim2.
58618
58619 2003-07-18  Bruno Haible  <bruno@clisp.org>
58620
58621         * m4/getndelim2.m4: New file.
58622         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58623         invoke gl_PREREQ_GETNDELIM2.
58624         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58625         gl_PREREQ_GETNDELIM2.
58626         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58627         gl_GETNDELIM2.
58628
58629 2003-07-18  Bruno Haible  <bruno@clisp.org>
58630
58631         * lib/getndelim2.h: New file.
58632         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58633         getndelim2.h.
58634         (getndelim2): Make non-static. Change return type to ssize_t.
58635         * lib/getline.h: Change argument names.
58636         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58637         * lib/getnline.c: Include getndelim2.h.
58638
58639 2003-07-18  Andreas Schwab  <schwab@suse.de>
58640
58641         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58642
58643 2003-07-17  Karl Berry  <karl@gnu.org>
58644
58645         * config/config.sub: update from prep.
58646
58647 2003-07-17  Bruno Haible  <bruno@clisp.org>
58648
58649         * modules/getnline: New file.
58650         * modules/getline: Add lib/getndelim2.c to source file list.
58651         * MODULES.html.sh (func_all_modules): Add getnline.
58652
58653 2003-07-17  Bruno Haible  <bruno@clisp.org>
58654
58655         * m4/getnline.m4: New file.
58656
58657 2003-07-17  Bruno Haible  <bruno@clisp.org>
58658
58659         * m4/Makefile.am.in: Remove file.
58660         * m4/Makefile.am: Remove file.
58661         * m4/Makefile.in: Remove file.
58662
58663 2003-07-17  Bruno Haible  <bruno@clisp.org>
58664
58665         * lib/getnline.h: New file.
58666         * lib/getnline.c: New file.
58667         * lib/getndelim2.c: New file, extracted from getline.c.
58668         (getndelim2): Renamed from getdelim2, with added nmax argument.
58669         * lib/getline.c: Include getndelim2.c.
58670         (getdelim2): Moved out to getndelim2.c.
58671         (getline, getdelim): Update.
58672
58673 2003-07-17  Bruno Haible  <bruno@clisp.org>
58674
58675         * lib/Makefile.am: Remove file.
58676         * lib/Makefile.in: Remove file.
58677
58678 2003-07-17  Bruno Haible  <bruno@clisp.org>
58679
58680         * configure.in: Remove file.
58681         * Makefile.in: Remove file.
58682
58683 2003-07-17  Bruno Haible  <bruno@clisp.org>
58684
58685         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58686
58687 2003-07-16  Karl Berry  <karl@gnu.org>
58688
58689         * config/srclist-update: was running fixlicense twice, which caused
58690                 texinfo.tex to be nullified for some reason.  Simplify,
58691                 $gplsrc is no longer needed as far as I can see?
58692
58693 2003-07-16  Jim Meyering  <jim@meyering.net>
58694
58695         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58696
58697 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58698
58699         * config/srclist.txt: Get the following files from gettext-runtime/intl
58700         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58701         ref-del.sin.  From Bruno Haible.
58702         * config/srclist-update (fixfile): Change grep pattern again, since the
58703         previous fix didn't work (there was another trailing $).  Use
58704         '[$]' to escape the $s.
58705
58706 2003-07-15  Karl Berry  <karl@gnu.org>
58707
58708         * lib/vasnprintf.c: update from gettext.
58709
58710 2003-07-15  Karl Berry  <karl@gnu.org>
58711
58712         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58713         gets expanded when surrounded by '$'.
58714
58715 2003-07-15  Jim Meyering  <jim@meyering.net>
58716
58717         * modules/save-cwd: Don't depend on error.  From Derek Price.
58718
58719 2003-07-15  Jim Meyering  <jim@meyering.net>
58720
58721         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58722
58723 2003-07-14  Simon Josefsson  <jas@extundo.com>
58724
58725         * modules/mempcpy: New file.
58726         * MODULES.html.sh (func_all_modules): Add mempcpy.
58727
58728 2003-07-14  Simon Josefsson  <jas@extundo.com>
58729
58730         * m4/mempcpy.m4: New file.
58731
58732 2003-07-14  Simon Josefsson  <jas@extundo.com>
58733
58734         * lib/mempcpy.h: New file.
58735         * lib/mempcpy.c: New file.
58736
58737 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58738
58739         * modules/getdate, modules/posixtm: Depend on mktime.
58740
58741 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58742
58743         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58744         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58745         unicodeio.c, unicodeio.h, unlocked-io.h:
58746         Switch from LGPL to GPL.
58747
58748 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58749
58750         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58751         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58752         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58753         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58754         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58755         updated automatically by ../config/srclist-update.  This changes
58756         their license from LPGL to GPL.
58757
58758 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58759
58760         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58761         assumed to refer to the root of the most recent stable gettext version.
58762         * config/srclistvars.sh: Add defaults for eggert.
58763         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58764         Match "This program" as well as "The program".  This is needed
58765         for gettext.
58766
58767 2003-07-14  Jim Meyering  <jim@meyering.net>
58768
58769         Don't emit diagnostics.  Let callers do that.
58770         * lib/save-cwd.c: Don't include "error.h".
58771         (save_cwd): Don't call error.  Ensure that errno is valid
58772         when returning nonzero.
58773
58774         * lib/save-cwd.h (restore_cwd): Update prototype.
58775         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58776         Simplify.  Don't call error upon failure.  Let callers do that.
58777         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58778         when auditing is enabled.  But don't bother updating the #if.
58779
58780 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58781
58782         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58783         it breaks C++ compilation.
58784         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58785
58786 2003-07-10  Simon Josefsson  <jas@extundo.com>
58787
58788         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58789
58790 2003-07-10  Jim Meyering  <jim@meyering.net>
58791
58792         * m4/clock_time.m4: Remove trailing blank.
58793         * m4/intmax_t.m4: Likewise.
58794
58795 2003-07-10  Jim Meyering  <jim@meyering.net>
58796
58797         * lib/vasnprintf.c: Remove trailing blanks.
58798         Make cpp indentation consistent.
58799
58800 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58801
58802         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58803         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58804         Switch from LGPL to GPL.
58805
58806 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58807
58808         * config/srclist.txt: Sort sublists.  Add
58809         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58810         that differ from gnulib for one reason or another; we'd like this list
58811         to be smaller but for now let's document what we have.
58812
58813 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58814
58815         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58816         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58817         and sweeter "eval x=$x".
58818         * config/srclist.txt: Get lib/argp* from glibc.
58819
58820 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58821
58822         * lib/mktime.c: Fix some boundary cases and remove need for floating
58823         point.
58824
58825         Issue a compile-time diagnostic if time_t is floating point, or if
58826         two's complement arithmetic is not in effect, or if arithmetic
58827         right shift does not propagate the sign.  These assumptions were
58828         all in the original code but they weren't checked.
58829
58830         (TIME_T_MIDPOINT, verify): New macros.
58831         (__isleap): Remove; it has integer overflow problems.
58832         (leapyear): New function, without those problems.
58833         (ydhms_tm_diff): Remove; splitting into two parts.
58834         (ydhms_diff): New function, containing the arithmetic part of
58835         the old ydhms_tm_diff function.  Issue a compile-time
58836         diagnostic if we are not using C99 integer division.
58837         Avoid casts when possible.
58838         (guess_time_tm): New function, containing the checking part of
58839         the old ydhms_tm_diff function.  Return the new value, rather than
58840         the difference between it and the old.  Accept a new argument T
58841         so that *T specifies the old value.  Check for overflow in the result.
58842
58843         (__mktime_internal): Use a time_t offset, not a long int offset.
58844         This undoes the 2003-06-04 change, which is no longer needed now
58845         that we have better overflow checking.
58846         (localtime_offset): Likewise.
58847
58848         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58849         and long are 64-bit but int is only 32-bit.
58850         (ydhms_diff): Use long int to store year1 and yday1.
58851         Issue a compile-time diagnostic if long int is not wide enough.
58852
58853         (__mktime_internal): Use long int to store adjusted year and yday.
58854         Use plain C rather than preprocessor commands, if that doesn't
58855         affect efficiency.
58856         Check for overflow (and try to repair) after each probe
58857         rather than checking only at the very end.  This avoids some bugs
58858         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58859         does not equal GMT offset at maximum time).
58860         Use integer to check for overflow rather than floating point; this
58861         is more portable to non-IEEE hosts, and is a tad faster.
58862         When we detect that we are oscillating between two values,
58863         don't check whether tm_isdst has the requested value, since
58864         we already know the answer.  When tm_isdst has the wrong value,
58865         use a different heuristic to find the right one, based on the
58866         extreme values actually observed in practice in tz2003a,
58867         rather than the (overly optimistic) "previous 3 calendar quarters".
58868
58869         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58870         "T const" to accommodate glibc style.
58871         (check_result): Use less-confusing report format.  "long" -> "long int.
58872         (main): Likewise.
58873         Don't loop if the iteration overflows time_t.
58874         Allow a negative step in the iteration.
58875
58876 2003-07-06  Karl Berry  <karl@gnu.org>
58877
58878         * config/depcomp: update from automake.
58879         * config/config.sub: update from prep.
58880
58881 2003-07-03  Karl Berry  <karl@gnu.org>
58882
58883         * config/config.guess: update from prep.
58884
58885 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58886
58887         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58888         xreadlink.c now includes it unconditionally.
58889
58890 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58891
58892         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58893         having it depend on HAVE_SYS_TYPES_H.
58894
58895 2003-07-01  Bruno Haible  <bruno@clisp.org>
58896
58897         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58898         <sys/types.h> should be sufficient.
58899         Reported by Paul Eggert.
58900
58901 2003-06-26  Karl Berry  <karl@gnu.org>
58902
58903         * config/depcomp: update from automake.
58904
58905 2003-06-26  Bruno Haible  <bruno@clisp.org>
58906
58907         * modules/human: Depend on module stdbool.
58908
58909 2003-06-25  Bruno Haible  <bruno@clisp.org>
58910
58911         * modules/readlink: New file.
58912         * modules/xreadlink: Depend on it.
58913         * MODULES.html.sh (func_all_modules): Add readlink.
58914
58915 2003-06-25  Bruno Haible  <bruno@clisp.org>
58916
58917         * m4/readlink.m4: New file.
58918
58919 2003-06-25  Bruno Haible  <bruno@clisp.org>
58920
58921         * lib/readlink.c: New file.
58922
58923 2003-06-22  Karl Berry  <karl@gnu.org>
58924
58925         * config/srclist.txt: update mkinstalldirs from automake.
58926         * config/mkinstalldirs: update.
58927
58928 2003-06-22  Bruno Haible  <bruno@clisp.org>
58929
58930         Portability to mingw32.
58931         * m4/ssize_t.m4: New file, from GNU gettext.
58932         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58933         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58934
58935 2003-06-22  Bruno Haible  <bruno@clisp.org>
58936
58937         * modules/safe-read: Add m4/ssize_t.m4.
58938         * modules/xreadlink: Add m4/ssize_t.m4.
58939
58940 2003-06-20  Bruno Haible  <bruno@clisp.org>
58941
58942         Assume C89, so PARAMS isn't needed.
58943         * lib/unicodeio.h (PARAMS): Remove.
58944         * lib/unicodeio.c: Don't use PARAMS.
58945
58946 2003-06-18  Karl Berry  <karl@gnu.org>
58947
58948         * config/config.{guess,sub}: update from prep.
58949
58950 2003-06-18  Jim Meyering  <jim@meyering.net>
58951
58952         Merge changes from coreutils.
58953         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58954         Remove explicit declarations of xmalloc and realloc.
58955         Include xalloc.h.
58956         (read_utmp): Remove anachronistic cast of xmalloc.
58957
58958 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58959
58960         Assume C89, so PARAMS isn't needed.
58961         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58962         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58963         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58964         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58965         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58966         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58967         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58968         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58969         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58970         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58971         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58972         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58973         no longer needed. Anyway, config.h should always be included before any
58974         other file.
58975
58976 2003-06-11  Simon Josefsson  <jas@extundo.com>
58977
58978         * modules/sysexits: New file.
58979         * MODULES.html.sh (func_all_modules): Add sysexits.
58980
58981 2003-06-11  Simon Josefsson  <jas@extundo.com>
58982
58983         * lib/sysexit_.h: New file.
58984
58985 2003-06-11  Derek Price  <derek@ximbiot.com>
58986
58987         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58988         necessary.
58989
58990 2003-06-11  Bruno Haible  <bruno@clisp.org>
58991
58992         * m4/sysexits.m4: New file.
58993
58994 2003-06-10  Simon Josefsson  <jas@extundo.com>
58995
58996         * lib/argp.h: New file, from glibc.
58997         * lib/argp-ba.c: New file, from glibc.
58998         * lib/argp-eexst.c: New file, from glibc.
58999         * lib/argp-fmtstream.c: New file, from glibc.
59000         * lib/argp-fmtstream.h: New file, from glibc.
59001         * lib/argp-fs-xinl.c: New file, from glibc.
59002         * lib/argp-help.c: New file, from glibc.
59003         * lib/argp-namefrob.h: New file, from glibc.
59004         * lib/argp-parse.c: New file, from glibc.
59005         * lib/argp-pv.c: New file, from glibc.
59006         * lib/argp-pvh.c: New file, from glibc.
59007         * lib/argp-xinl.c: New file, from glibc.
59008
59009 2003-06-10  Simon Josefsson  <jas@extundo.com>
59010
59011         * modules/strchrnul: New file.
59012
59013 2003-06-10  Simon Josefsson  <jas@extundo.com>
59014
59015         * modules/argp: New file.
59016
59017 2003-06-10  Simon Josefsson  <jas@extundo.com>
59018
59019         * m4/strchrnul.m4: New file.
59020
59021 2003-06-10  Simon Josefsson  <jas@extundo.com>
59022
59023         * lib/strchrnul.h: New file.
59024         * lib/strchrnul.c: New file.
59025
59026 2003-06-10  Bruno Haible  <bruno@clisp.org>
59027
59028         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59029
59030 2003-06-07  Karl Berry  <karl@gnu.org>
59031
59032         * config/config.{guess,sub}: update from prep.
59033
59034 2003-06-07  Jim Meyering  <jim@meyering.net>
59035
59036         * modules/strtod: Use $(...) notation, not @...@ for
59037         AC_REPLACE'd variables.
59038         * modules/localcharset: Likewise.
59039
59040 2003-06-07  Jim Meyering  <jim@meyering.net>
59041
59042         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59043         in place of my name in the copyright comment.
59044         Remove definition and uses of __P.
59045
59046         From coreutils.
59047         * lib/stat.c: Don't declare xmalloc explicitly.
59048         Instead, include "xalloc.h".
59049         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59050         xrealloc, and xcalloc return values.
59051         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59052         Improve comment.
59053         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59054
59055 2003-06-07  Bruno Haible  <bruno@clisp.org>
59056
59057         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59058         avoid AC_CONFIG_LINKS.
59059         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59060         fnmatch.h, to avoid AC_CONFIG_LINKS.
59061         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59062
59063 2003-06-07  Bruno Haible  <bruno@clisp.org>
59064
59065         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59066         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59067         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59068         directory.
59069         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59070         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59071         directory.
59072
59073 2003-06-06  Jim Meyering  <jim@meyering.net>
59074
59075         Merge from coreutils.
59076         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59077         Consolidate declarations and initializations of *_base* locals.
59078
59079         Merge from coreutils.
59080         This avoids a core dump on systems without GNU putenv,
59081         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59082         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59083         (unsetenv): New static function, from GNU libc.
59084         (rpl_putenv): Use it.
59085
59086         * lib/modechange.c: Remove trailing blanks.
59087
59088         Merge from coreutils.
59089         * lib/fsusage.c: Remove declaration of statfs.
59090         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59091
59092         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59093
59094 2003-06-06  Jim Meyering  <jim@meyering.net>
59095
59096         * lib/stdbool_.h: Renamed from stdbool.h.in.
59097
59098 2003-06-06  Jim Meyering  <jim@meyering.net>
59099             Bruno Haible  <bruno@clisp.org>
59100
59101         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59102         Adjust Makefile.am snippet not to redirect directly to target.
59103         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59104
59105 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59106
59107         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59108         mismatch, look in future quarters as well as past.  This fixes a
59109         bug when processing fall-backwards gaps immediately after a long
59110         period of daylight-saving time.
59111
59112         * lib/mktime.c: Assume freestanding C89 or better.
59113         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59114         (__P): Remove; not used.
59115         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59116         (mktime, not_equal_tm, print_tm, check_result,
59117         main): Use prototypes.  Use const * where appropriate.
59118         (main): Fix typo in testing code that uncovered by above changes.
59119         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59120
59121 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59122
59123         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59124         locale.h, localeconv.  This merges changes from coreutils.
59125
59126         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59127         It can be removed after the next Autoconf is released.
59128         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59129         needed.
59130
59131 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59132
59133         * lib/mktime.c: Fix Debian bug 177940
59134         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59135         (localtime_offset): Now long int, not time_t, because we want it
59136         to be guaranteed to be signed.  All uses changed.
59137         (__mktime_internal): If overflow would occur when adding offset,
59138         don't add it.
59139
59140         Merge 'human' changes from coreutils.  Rewrite to support
59141         locale-specific notations like thousands separators.
59142         * lib/human.c: Simplify authorship notice.
59143         Include human.h immediately after config.h.
59144         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59145         <limits.h>: Do not include, since human.h does.
59146         (SIZE_MAX, UINTMAX_MAX): New macros.
59147         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59148         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59149         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59150         (power_letter): Renamed from suffixes.
59151         (generate_suffix_backwards): Remove.
59152         (adjust_value): Now takes int style (because of human.h changes)
59153         and long double value (for greater precision on some platforms).
59154         (group_number): New function.
59155         (human_readable): Use it.  Use integer options, not enum.
59156         Put the options before the sizes in the arg list.
59157         Support all the new options.
59158         The old human_readable function has been removed;
59159         use inttostr.h instead.
59160         (human_readable, default_block_size, humblock):
59161         Use uintmax_t, not int, for block sizes.
59162         (human_readable_inexact, block_size_types): Remove.
59163         (block_size_opts): New constant.
59164         (human_options): Renamed from human_block_size, with new signature
59165         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59166         * lib/human.h: Add copyright and authorship notice.
59167         Include <limits.h> and <stdbool.h> unconditionally.
59168         (PARAMS): Remove.  All uses removed.
59169         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59170         (enum human_inexact_style): Remove tag; now a nameless enum.
59171         (human_floor, human_ceiling, human_round_to_even): Now have
59172         values 2, 0, 1 rather than -1, 1, 0.
59173         (human_group_digits, human_suppress_point_zero, human_autoscale,
59174         human_base_1024, human_SI, human_B): New constants.
59175         (human_readable_inexact, human_block_size): Remove.
59176         (human_readable): Size args are now uintmax_t, not int.
59177         (human_options): New decl.
59178
59179         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59180         unnecessary now that we assume C89 or better.  This change
59181         imported from coreutils.
59182
59183         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59184         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59185         in the 2003-05-30 sync from glibc.
59186
59187         .h files should stand alone, but we shouldn't include <sys/types.h>
59188         if we can get away with just <stddef.h>.
59189
59190         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59191         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59192         rather than <sys/types.h>, as we merely need size_t.
59193         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59194         to get size_t.
59195         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59196         Include <stdio.h>, to get FILE.
59197         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59198         memcasecmp.h has included <stddef.h> and all we need is size_t.
59199         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59200         our interface, instead of including <sys/types.h>
59201
59202 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59203
59204         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59205         now, as glibc mktime is buggy on non-glibc systems.
59206
59207 2003-06-03  Karl Berry  <karl@gnu.org>
59208
59209         * config/config.sub: update from prep.
59210
59211 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59212
59213         [from coreutils]
59214         Fix some minor time-related bugs with POSIX time arguments.
59215         Some valid time stamps were being rejected (notably -1, and
59216         time stamps before 1900 on 64-bit hosts).  And some invalid
59217         time stamps were being accepted, e.g. September 31.
59218
59219         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59220         that we can return (time_t) -1 successfully.
59221         * lib/posixtm.c: Likewise.
59222         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59223         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59224         (t): Remove static var.
59225         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59226         of static var.  All uses changed.
59227         (year): Do not reject years before 1900; they can occur with
59228         64-bit time_t.
59229         (posix_time_parse): Do not check for out-of-range components;
59230         that is now the caller's responsibility, since our checks were
59231         only approximations.
59232         (posixtime): Use mktime to check for out-of-range components,
59233         since it knows them exactly.
59234         If mktime returns (time_t) -1, check whether an error actually occurred
59235         by invoking localtime on -1.
59236         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59237         posixtime failures better.
59238         Improve the test data (in comments only).
59239
59240 2003-06-02  Karl Berry  <karl@gnu.org>
59241
59242         * config/mkinstalldirs (version): new variable.
59243         (--version): new option.
59244         (usage): improve message.
59245
59246 2003-05-30  Karl Berry  <karl@gnu.org>
59247
59248         * lib/mktime.c: update from libc.
59249
59250 2003-05-30  Bruno Haible  <bruno@clisp.org>
59251
59252         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59253         * config/config.rpath: Upgrade to gettext-0.12.1.
59254
59255 2003-05-30  Bruno Haible  <bruno@clisp.org>
59256
59257         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59258         * m4/nls.m4: New file, from gettext-0.12.1.
59259         * m4/po.m4: New file, from gettext-0.12.1.
59260         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59261
59262 2003-05-30  Bruno Haible  <bruno@clisp.org>
59263
59264         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59265         * lib/localcharset.h: Likewise.
59266         * lib/localcharset.c: Likewise.
59267
59268 2003-05-29  Karl Berry  <karl@gnu.org>
59269
59270         * config/config.rpath: update from gettext.
59271
59272 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59273
59274         Assume the headers required for C89 freestanding compilers.
59275         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59276         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59277         * m4/human.m4 (gl_HUMAN): Likewise.
59278         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59279         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59280         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59281         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59282         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59283         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59284
59285 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59286
59287         Assume the headers required for C89 freestanding compilers.
59288         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59289         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59290         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59291         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59292         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59293         define, since <limits.h> is guaranteed to do that.
59294         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59295         * lib/exclude.c: Include <stdbool.h> unconditionally.
59296         * lib/tempname.c: Include <stddef.h> unconditionally.
59297         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59298         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59299         <stddef.h> does that.
59300         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59301         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59302         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59303         needed.
59304         * lib/xstrtol.c: Likewise.
59305         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59306         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59307
59308         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59309         warnings on some platforms.
59310
59311         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59312         arbitrarily.
59313
59314 2003-05-26  Jim Meyering  <jim@meyering.net>
59315
59316         Merge in a change from coreutils:
59317         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59318         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59319         that condition, rather than `-1' which is slightly misleading.
59320         Change the name of the cache variable to have the gl_ prefix.
59321         Prompted by a patch from Richard Dawe for DJGPP.
59322
59323 2003-05-24  Karl Berry  <karl@gnu.org>
59324
59325         * config/config.guess: update from prep.
59326
59327 2003-05-22  Karl Berry  <karl@gnu.org>
59328
59329         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59330
59331 2003-05-20  Karl Berry  <karl@gnu.org>
59332
59333         * config/config.guess: update from prep.
59334
59335 2003-05-18  Karl Berry  <karl@gnu.org>
59336
59337         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59338         might actually be set by the user.
59339
59340         * config/depcomp, install-sh, mdate-sh: update from automake.
59341
59342 2003-05-17  Bruno Haible  <bruno@clisp.org>
59343
59344         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59345         invalid expansion for AC_EGREP_CPP.
59346         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59347         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59348         Suggested by Akim Demaille <akim@epita.fr> in
59349         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59350
59351 2003-05-12  Jim Meyering  <jim@meyering.net>
59352
59353         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59354         the space-padded-by-default conversion specifiers, %e, %k, %l.
59355
59356 2003-05-12  Bruno Haible  <bruno@clisp.org>
59357
59358         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59359         the string is longer than 4 KB.
59360
59361 2003-05-11  Karl Berry  <karl@gnu.org>
59362
59363         * config/config.{guess,sub}: update from prep.
59364
59365 2003-05-09  Bruno Haible  <bruno@clisp.org>
59366
59367         * modules/error: Add m4/strerror_r.m4 to file list.
59368
59369 2003-05-03  Bruno Haible  <bruno@clisp.org>
59370
59371         Upgrade to Unicode-4.0.
59372         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59373         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59374         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59375         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59376         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59377         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59378         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59379         Change width of U+E0100..U+E01EF from 1 to 0.
59380
59381 2003-04-25  Jim Meyering  <jim@meyering.net>
59382
59383         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59384         of type size_t, not int.
59385
59386 2003-04-25  Bruno Haible  <bruno@clisp.org>
59387
59388         * lib/copy-file.c: Include <stddef.h>, for size_t.
59389
59390 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59391
59392         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59393         code which expansion is under static control.  Patch imported from
59394         Akim Demaille's patch to Bison; see
59395         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59396
59397 2003-04-14  Bruno Haible  <bruno@clisp.org>
59398
59399         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59400
59401 2003-04-11  Jim Meyering  <jim@meyering.net>
59402
59403         Merge changes from Coreutils.
59404
59405         2003-03-22  Jim Meyering  <jim@meyering.net>
59406
59407         * lib/strftime.c (widen): Cast alloca return value to proper type.
59408
59409         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59410
59411         From GNU libc.
59412         * lib/strftime.c (my_strftime): Handle very large width
59413         specifications for numeric values correctly.  Improve checks for
59414         overflow.
59415
59416         2003-01-19  Jim Meyering  <jim@meyering.net>
59417
59418         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59419         definitions.
59420         (nl_get_alt_digit) [! defined my_strftime]: Define.
59421         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59422         _nl_get_alt_digit and _nl_get_walt_digit.
59423
59424         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59425         libc. These changes have no effect outside of _LIBC.
59426
59427 2003-04-10  Bruno Haible  <bruno@clisp.org>
59428
59429         * modules/findprog: New file.
59430         * MODULES.html.sh (func_all_modules): Add it.
59431
59432 2003-04-10  Bruno Haible  <bruno@clisp.org>
59433
59434         * m4/findprog.m4: New file.
59435         * m4/eaccess.m4: New file.
59436
59437 2003-04-10  Bruno Haible  <bruno@clisp.org>
59438
59439         * lib/findprog.h: New file, from GNU gettext.
59440         * lib/findprog.c: New file, from GNU gettext.
59441
59442 2003-04-05  Jim Meyering  <jim@meyering.net>
59443
59444         Merge changes from Coreutils.
59445
59446         * lib/exclude.h (PARAMS): Remove definition and uses.
59447         * lib/exclude.c: Remove uses of `PARAMS'.
59448
59449         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59450         Add test-cases for DOS filenames. Declare program_name.
59451         (main): Set up program_name.  Patch by Rich Dawe.
59452
59453         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59454         error from mntctl.
59455         Use mntctl's return value to drive the entry-processing loop, since
59456         we can't rely on the value of the vmt_length member in the last
59457         entry.  On some systems doing so could result in exhausting
59458         virtual memory.  Based in part on a patch from Mike Jetzer.
59459
59460 2003-04-04  Bruno Haible  <bruno@clisp.org>
59461
59462         * modules/linebreak: New file.
59463         * MODULES.html.sh (func_all_modules): Add it.
59464
59465 2003-04-04  Bruno Haible  <bruno@clisp.org>
59466
59467         * m4/linebreak.m4: New file.
59468
59469 2003-04-04  Bruno Haible  <bruno@clisp.org>
59470
59471         * lib/linebreak.h: New file, from GNU gettext.
59472         * lib/linebreak.c: New file, from GNU gettext with slight
59473         modifications.
59474         * lib/lbrkprop.h: New file, from GNU gettext.
59475
59476 2003-04-03  Bruno Haible  <bruno@clisp.org>
59477
59478         * modules/utf8-ucs4: New file.
59479         * modules/utf16-ucs4: New file.
59480         * modules/ucs4-utf8: New file.
59481         * modules/ucs4-utf16: New file.
59482         * MODULES.html.sh (func_all_modules): Add them.
59483
59484 2003-04-03  Bruno Haible  <bruno@clisp.org>
59485
59486         * m4/utf-ucs4.m4: New file.
59487         * m4/ucs4-utf.m4: New file.
59488
59489 2003-04-03  Bruno Haible  <bruno@clisp.org>
59490
59491         * lib/utf8-ucs4.h: New file, from GNU gettext.
59492         * lib/utf16-ucs4.h: New file, from GNU gettext.
59493         * lib/ucs4-utf8.h: New file, from GNU gettext.
59494         * lib/ucs4-utf16.h: New file, from GNU gettext.
59495
59496 2003-04-02  Bruno Haible  <bruno@clisp.org>
59497
59498         * modules/binary-io: New file.
59499         * MODULES.html.sh (func_all_modules): Add it.
59500
59501 2003-04-02  Bruno Haible  <bruno@clisp.org>
59502
59503         * lib/binary-io.h: New file, from GNU gettext.
59504
59505 2003-04-01  Bruno Haible  <bruno@clisp.org>
59506
59507         * modules/pathname: New file.
59508         * MODULES.html.sh (func_all_modules): Add it.
59509
59510 2003-04-01  Bruno Haible  <bruno@clisp.org>
59511
59512         * lib/pathname.h: New file, from GNU gettext.
59513         * lib/concatpath.c: New file, from GNU gettext.
59514
59515 2003-03-30  Bruno Haible  <bruno@clisp.org>
59516
59517         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59518
59519 2003-03-30  Bruno Haible  <bruno@clisp.org>
59520
59521         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59522         function chown() doesn't exist.
59523
59524 2003-03-28  Bruno Haible  <bruno@clisp.org>
59525
59526         * modules/copy-file: New file.
59527         * MODULES.html.sh (func_all_modules): Add it.
59528
59529 2003-03-28  Bruno Haible  <bruno@clisp.org>
59530
59531         * m4/copy-file.m4: New file.
59532
59533 2003-03-28  Bruno Haible  <bruno@clisp.org>
59534
59535         * lib/copy-file.h: New file, from GNU gettext.
59536         * lib/copy-file.c: New file, from GNU gettext.
59537
59538 2003-03-18  Jim Meyering  <jim@meyering.net>
59539
59540         * lib/quote.c (quote_n): Fix typo in comment.
59541
59542 2003-03-18  Bruno Haible  <bruno@clisp.org>
59543
59544         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59545         checking.
59546         * m4/onceonly_2_57.m4: Likewise.
59547
59548 2003-03-17  Bruno Haible  <bruno@clisp.org>
59549
59550         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59551         (m4_quote): Remove macro.
59552         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59553
59554 2003-03-14  Jim Meyering  <jim@meyering.net>
59555
59556         Merge changes from Coreutils.
59557         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59558         to be const, in order to avoid warnings.
59559         (obstack_room): Likewise.
59560         (obstack_empty_p): Likewise.
59561
59562 2003-03-14  Bruno Haible  <bruno@clisp.org>
59563
59564         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59565         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59566
59567 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59568
59569         Merge changes from Bison.
59570         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59571         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59572         when compiling Bison 1.875's `bitset bset = obstack_alloc
59573         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59574         * lib/hash.c: Include <stdbool.h> unconditionally.
59575
59576 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59577
59578         * m4/onceonly.m4 (m4_quote): New macro.
59579         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59580         Quote AC_FOREACH variable-expansions properly.
59581
59582 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59583
59584         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59585
59586 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59587
59588         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59589         Reported by Bruce Becker; see:
59590         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59591
59592 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59593             Bruno Haible  <bruno@clisp.org>
59594
59595         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59596         Reported by John Hughes, see
59597         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59598
59599 2003-02-20  Bruno Haible  <bruno@clisp.org>
59600
59601         * MODULES.html.sh (func_all_modules): Add poll.
59602
59603 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59604
59605         * modules/poll: New file.
59606
59607 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59608
59609         * lib/poll_.h: New file.
59610         * lib/poll.c: New file.
59611
59612 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59613
59614         * m4/poll.m4: New file.
59615
59616 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59617
59618         * modules/mathl: New file.
59619
59620 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59621
59622         * lib/mathl.h: New file.
59623         * lib/acosl.c: New file.
59624         * lib/asinl.c: New file.
59625         * lib/atanl.c: New file.
59626         * lib/ceill.c: New file.
59627         * lib/cosl.c: New file.
59628         * lib/expl.c: New file.
59629         * lib/floorl.c: New file.
59630         * lib/frexpl.c: New file.
59631         * lib/ldexpl.c: New file.
59632         * lib/logl.c: New file.
59633         * lib/sincosl.c: New file.
59634         * lib/sinl.c: New file.
59635         * lib/sqrtl.c: New file.
59636         * lib/tanl.c: New file.
59637         * lib/trigl.c: New file.
59638         * lib/trigl.h: New file.
59639
59640 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59641
59642         * m4/mathl.m4: New file.
59643
59644 2003-02-18  Bruno Haible  <bruno@clisp.org>
59645
59646         * MODULES.html.sh (func_all_modules): Add mathl.
59647
59648 2003-02-17  Bruno Haible  <bruno@clisp.org>
59649
59650         * modules/mkdtemp: New module.
59651         * MODULES.html.sh (func_all_modules): Add it.
59652
59653 2003-02-17  Bruno Haible  <bruno@clisp.org>
59654
59655         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59656
59657 2003-02-17  Bruno Haible  <bruno@clisp.org>
59658
59659         * lib/mkdtemp.h: New file, from GNU gettext.
59660         * lib/mkdtemp.c: New file, from GNU gettext.
59661
59662 2003-02-02  Jim Meyering  <jim@meyering.net>
59663
59664         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59665         e.g. glibc-2.2.93.
59666
59667 2003-01-31  Bruno Haible  <bruno@clisp.org>
59668
59669         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59670         'rpl_rename'.
59671         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59672         'rpl_strnlen'.
59673         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59674         'rpl_strtod'.
59675         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59676         'rpl_utime'.
59677
59678 2003-01-31  Bruno Haible  <bruno@clisp.org>
59679
59680         * lib/rename.c: #undef rename before defining rpl_rename.
59681         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59682
59683 2003-01-30  Bruno Haible  <bruno@clisp.org>
59684
59685         * modules/vasnprintf, modules/vasprintf: New modules.
59686         * MODULES.html.sh (func_all_modules): Add them.
59687
59688 2003-01-30  Bruno Haible  <bruno@clisp.org>
59689
59690         * m4/signed.m4: New file, from GNU gettext.
59691         * m4/longdouble.m4: New file, from GNU gettext.
59692         * m4/wchar_t.m4: New file, from GNU gettext.
59693         * m4/wint_t.m4: New file, from GNU gettext.
59694         * m4/vasnprintf.m4: New file.
59695         * m4/vasprintf.m4: New file.
59696
59697 2003-01-30  Bruno Haible  <bruno@clisp.org>
59698
59699         * lib/printf-args.h: New file, from GNU gettext.
59700         * lib/printf-args.c: New file, from GNU gettext.
59701         * lib/printf-parse.h: New file, from GNU gettext.
59702         * lib/printf-parse.c: New file, from GNU gettext.
59703         * lib/vasnprintf.h: New file, from GNU gettext.
59704         * lib/vasnprintf.c: New file, from GNU gettext.
59705         * lib/asnprintf.c: New file, from GNU gettext.
59706         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59707         * lib/vasprintf.c: New file, from GNU gettext.
59708         * lib/asprintf.c: New file, from GNU gettext.
59709
59710 2003-01-29  Bruno Haible  <bruno@clisp.org>
59711
59712         * modules/stpncpy: New module.
59713         * MODULES.html.sh (func_all_modules): Add it.
59714
59715 2003-01-29  Bruno Haible  <bruno@clisp.org>
59716
59717         * m4/stpncpy.m4: New file.
59718
59719 2003-01-29  Bruno Haible  <bruno@clisp.org>
59720
59721         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59722         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59723
59724 2003-01-28  Bruno Haible  <bruno@clisp.org>
59725
59726         * modules/c-ctype: New module.
59727         * MODULES.html.sh (func_all_modules): Add it.
59728
59729 2003-01-28  Bruno Haible  <bruno@clisp.org>
59730
59731         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59732         Paul Eggert.
59733         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59734         Paul Eggert.
59735
59736 2003-01-27  Bruno Haible  <bruno@clisp.org>
59737
59738         * modules/xsetenv: New module.
59739         * MODULES.html.sh (func_all_modules): Add it.
59740
59741 2003-01-27  Bruno Haible  <bruno@clisp.org>
59742
59743         * lib/xsetenv.h: New file, from GNU gettext.
59744         * lib/xsetenv.c: New file, from GNU gettext.
59745
59746 2003-01-23  Jim Meyering  <jim@meyering.net>
59747
59748         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59749         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59750
59751 2003-01-23  Bruno Haible  <bruno@clisp.org>
59752
59753         * modules/minmax: New module.
59754         * MODULES.html.sh (func_all_modules): Add it.
59755
59756 2003-01-23  Bruno Haible  <bruno@clisp.org>
59757
59758         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59759         Eggert.
59760
59761 2003-01-22  Bruno Haible  <bruno@clisp.org>
59762
59763         * modules/exit: New module.
59764         * MODULES.html.sh (func_all_modules): Add it.
59765
59766 2003-01-22  Bruno Haible  <bruno@clisp.org>
59767
59768         * lib/exit.h: New file, from GNU gettext.
59769
59770 2003-01-19  Bruno Haible  <bruno@clisp.org>
59771
59772         * gnulib-tool: Recognize option --extract-maintainer.
59773         (func_get_maintainer): New function.
59774         * modules/*: Add Maintainer entry.
59775
59776 2003-01-16  Jim Meyering  <jim@meyering.net>
59777
59778         * m4/regex.m4: The `regex' struct is both input and output.
59779         Initialize it before each use.  Patch by Tim Waugh.
59780
59781 2003-01-16  Bruno Haible  <bruno@clisp.org>
59782
59783         * MODULES.html.sh: Add a table of contents. Add the module name as
59784         leftmost column. Add hyperlinks.
59785
59786 2003-01-15  Bruno Haible  <bruno@clisp.org>
59787
59788         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59789
59790 2003-01-15  Bruno Haible  <bruno@clisp.org>
59791
59792         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59793         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59794         suffix.
59795
59796 2003-01-15  Bruno Haible  <bruno@clisp.org>
59797
59798         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59799
59800 2003-01-15  Bruno Haible  <bruno@clisp.org>
59801
59802         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59803         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59804
59805 2003-01-14  Jim Meyering  <jim@meyering.net>
59806
59807         * lib/same.c (same_name): Tweak a comment.
59808
59809 2003-01-14  Bruno Haible  <bruno@clisp.org>
59810
59811         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59812         when a string comparison is sufficient.
59813
59814 2003-01-14  Bruno Haible  <bruno@clisp.org>
59815
59816         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59817         'unsigned int'.
59818
59819 2003-01-14  Bruno Haible  <bruno@clisp.org>
59820
59821         * lib/hash-pjw.c: Add comment about low quality of this function.
59822
59823 2003-01-13  Bruno Haible  <bruno@clisp.org>
59824
59825         * modules/stpcpy: Distribute lib/stpcpy.h.
59826         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59827
59828 2003-01-13  Bruno Haible  <bruno@clisp.org>
59829
59830         * modules/*: Add a description.
59831         * modules/strpbrk: Fix Makefile.am snippet.
59832         * modules/strtoimax: Fix dependencies.
59833         * modules/strtoumax: Likewise.
59834
59835 2003-01-13  Bruno Haible  <bruno@clisp.org>
59836
59837         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59838         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59839         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59840
59841 2003-01-13  Bruno Haible  <bruno@clisp.org>
59842
59843         * gnulib-tool (func_create_testdir): Store config/* files in the main
59844         directory.
59845         * config.rpath: Move to ...
59846         * config/config.rpath: ... here.
59847         * modules/gettext: Contains config/config.rpath, not config.rpath.
59848         * modules/iconv: Likewise.
59849
59850 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59851
59852         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59853         to avoid collisions with libcurses and libreadline.
59854
59855         * m4/getstr.m4: Remove.
59856         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59857
59858 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59859
59860         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59861         to avoid collisions with libcurses and libreadline.
59862
59863         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59864         * lib/getstr.h, getstr.c: Remove.
59865         * lib/getline.c: Include "getline.h", to check interface.
59866         Move body of old getstr.c here: this defines MIN_CHUNK and
59867         declares getdelim2, which is renamed from getstr.
59868         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59869
59870         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59871         All uses changed.
59872         * lib/linebuffer.h: Likewise.
59873         (readline): Remove backward-compatibility macro.
59874
59875 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59876
59877         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59878         to avoid collisions with libcurses and libreadline.
59879         * getstr: Remove.
59880         * MODULES.html.sh: Remove getstr.
59881         * modules/getline: Depend on unlocked-io, not getstr.
59882
59883 2003-01-12  Jim Meyering  <jim@meyering.net>
59884
59885         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59886
59887 2003-01-10  Bruno Haible  <bruno@clisp.org>
59888
59889         * modules/alloca: Change Makefile.am requirements. Simplify Include
59890         requirements. Add lib/alloca_.h to file list.
59891
59892 2003-01-10  Bruno Haible  <bruno@clisp.org>
59893
59894         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59895
59896 2003-01-10  Bruno Haible  <bruno@clisp.org>
59897
59898         * lib/alloca_.h: New file.
59899         * lib/getdate.y: Unconditionally include alloca.h.
59900         * lib/makepath.c: Likewise.
59901         * lib/setenv.c: Likewise.
59902         * lib/userspec.c: Likewise.
59903
59904 2003-01-09  Karl Berry  <karl@gnu.org>
59905
59906         * MODULES.html.sh: include `dirname $0` in PATH, to find
59907         gnulib-tool.
59908
59909 2003-01-09  Bruno Haible  <bruno@clisp.org>
59910
59911         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59912         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59913
59914 2003-01-09  Bruno Haible  <bruno@clisp.org>
59915
59916         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59917
59918 2003-01-09  Bruno Haible  <bruno@clisp.org>
59919
59920         * lib/stdbool.h.in: New file.
59921
59922 2003-01-09  Bruno Haible  <bruno@clisp.org>
59923
59924         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59925         * MODULES.html.sh: Likewise.
59926
59927 2003-01-08  Jim Meyering  <jim@meyering.net>
59928
59929         * lib/full-write.c: Undefine and define-away `const' after inclusion
59930         of errno.h, not before.  Suggestion from Bruno Haible.
59931
59932 2003-01-08  Bruno Haible  <bruno@clisp.org>
59933
59934         * modules/full-read: Depend on full-write.
59935
59936 2003-01-08  Bruno Haible  <bruno@clisp.org>
59937
59938         * lib/safe-read.c: Include specification header first, to ensure its
59939         selfcontainedness.
59940         * lib/full-write.c: Likewise.
59941
59942 2003-01-07  Jim Meyering  <jim@meyering.net>
59943
59944         * lib/full-write.c: Rework so that it may serve to define full_read,
59945         too.
59946         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59947
59948 2003-01-07  Bruno Haible  <bruno@clisp.org>
59949
59950         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59951         <inttypes.h>.
59952         * lib/xstrtol.h: Likewise.
59953         * lib/xstrtoimax.c: Likewise.
59954         * lib/xstrtoumax.c: Likewise.
59955         * lib/human.h: Likewise.
59956
59957         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59958         on systems that have <inttypes.h> but not <stdint.h>.
59959
59960 2003-01-07  Bruno Haible  <bruno@clisp.org>
59961
59962         * MODULES.html.sh: Add copyright notice.
59963         (missed_files): Omit CVS directory entries.
59964         (func_module): Make it work with sed-3.02.
59965         * MODULES.txt: Remove file.
59966
59967 2003-01-06  Jim Meyering  <jim@meyering.net>
59968
59969         * lib/version-etc.c: Update year in translatable copyright string.
59970
59971 2003-01-03  Karl Berry  <karl@gnu.org>
59972
59973         * config/config.{guess,sub}: update from prep.
59974
59975 2003-01-02  Karl Berry  <karl@gnu.org>
59976
59977         * doc/COPYING.DOC: belatedly updated to 1.2.
59978
59979 2003-01-01  Karl Berry  <karl@gnu.org>
59980
59981         * gnulib-tool (func_verify_module): report module name $module in
59982         error message, not $1.
59983         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59984         be created, only if it doesn't exist.
59985         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59986
59987 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59988
59989         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59990
59991 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59992
59993         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59994         memcmp if strcoll doesn't work.
59995
59996 2002-12-31  Bruno Haible  <bruno@clisp.org>
59997
59998         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59999         nonempty.
60000
60001 2002-12-31  Bruno Haible  <bruno@clisp.org>
60002
60003         * lib/memcoll.c (STRCOLL): New macro.
60004         (memcoll): Use it.
60005
60006 2002-12-31  Bruno Haible  <bruno@clisp.org>
60007
60008         * lib/localcharset.h: New file.
60009         * lib/localcharset.c: Include it.
60010         * lib/unicodeio.c: Likewise.
60011
60012 2002-12-31  Bruno Haible  <bruno@clisp.org>
60013
60014         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60015         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60016
60017 2002-12-31  Bruno Haible  <bruno@clisp.org>
60018
60019         * lib/getline.h: Include <stddef.h>, for size_t.
60020
60021         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60022         * lib/unicodeio.c: Don't include <stddef.h>.
60023
60024 2002-12-31  Bruno Haible  <bruno@clisp.org>
60025
60026         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60027         HAVE_TM_ZONE.
60028
60029 2002-12-24  Karl Berry  <karl@gnu.org>
60030
60031         * config/config.guess: update from prep.
60032
60033 2002-12-24  Bruno Haible  <bruno@clisp.org>
60034
60035         General infrasructure.
60036         * m4/README: Rewritten.
60037         * m4/onceonly.m4: New file.
60038         * m4/onceonly_2_57.m4: New file.
60039
60040         Module atexit.
60041         * m4/atexit.m4: New file.
60042
60043         Module strtod.
60044         * m4/strtod.m4: New file.
60045
60046         Module strtol.
60047         * m4/strtol.m4: New file.
60048
60049         Module strtoul.
60050         * m4/strtoul.m4: New file.
60051
60052         Module memchr.
60053         * m4/memchr.m4: New file.
60054
60055         Module memcmp.
60056         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60057         (jm_FUNC_MEMCMP): Invoke it.
60058
60059         Module memcpy.
60060         * m4/memcpy.m4: New file.
60061
60062         Module memmove.
60063         * m4/memmove.m4: New file.
60064
60065         Module memset.
60066         * m4/memset.m4: New file.
60067
60068         Module strcspn.
60069         * m4/strcspn.m4: New file.
60070
60071         Module strpbrk.
60072         * m4/strpbrk.m4: New file.
60073
60074         Module strstr.
60075         * m4/strstr.m4: New file.
60076
60077         Module strerror.
60078         * m4/strerror.m4: New file.
60079
60080         Module mktime.
60081         * m4/mktime.m4: Renamed from jm-mktime.m4.
60082         (gl_PREREQ_MKTIME): New macro.
60083         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60084
60085         Module malloc.
60086         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60087         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60088         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60089
60090         Module realloc.
60091         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60092         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60093         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60094
60095         Module strftime.
60096         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60097         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60098         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60099         gl_TM_GMTOFF.
60100         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60101
60102         Module xalloc.
60103         * m4/xalloc.m4: New file.
60104
60105         Module alloca.
60106         * m4/alloca.m4: New file.
60107
60108         Module putenv.
60109         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60110         (jm_FUNC_PUTENV): Invoke it.
60111
60112         Module setenv.
60113         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60114         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60115         when invoked twice.
60116         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60117         gt_FUNC_SETENV.
60118
60119         Module memrchr.
60120         * m4/memrchr.m4: New file.
60121
60122         Module stpcpy.
60123         * m4/stpcpy.m4: New file.
60124
60125         Module strcase.
60126         * m4/strcase.m4: New file.
60127
60128         Module strdup.
60129         * m4/strdup.m4: New file.
60130
60131         Module strnlen.
60132         * m4/strnlen.m4: New file.
60133
60134         Module strndup.
60135         * m4/strndup.m4: New file.
60136
60137         Module xstrtod.
60138         * m4/xstrtod.m4: New file.
60139
60140         Module xstrtol.
60141         * m4/xstrtol.m4: New file.
60142
60143         Module getdate.
60144         * m4/getdate.m4: New file.
60145
60146         Module unlocked-io.
60147         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60148         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60149         * m4/jm-glibc-io.m4n: Remove file.
60150
60151         Module long-options.
60152         * m4/long-options.m4: New file.
60153
60154         Module md5.
60155         * m4/md5.m4: New file.
60156
60157         Module sha.
60158         * m4/sha.m4: New file.
60159
60160         Module getstr.
60161         * m4/getstr.m4: New file.
60162
60163         Module getline.
60164         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60165         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60166         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60167         simply getline. Infoke gl_PREREQ_GETLINE.
60168
60169         Module obstack.
60170         * m4/obstack.m4: New file.
60171
60172         Module hash.
60173         * m4/hash.m4: New file.
60174
60175         Module readtokens.
60176         * m4/readtokens.m4: New file.
60177
60178         Module strverscmp.
60179         * m4/strverscmp.m4: New file.
60180
60181         Module stdbool.
60182         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60183         OSF/1.
60184
60185         Module strtoll.
60186         * m4/strtoll.m4: New file.
60187
60188         Module strtoull.
60189         * m4/strtoull.m4: New file.
60190
60191         Module strtoimax.
60192         * m4/strtoimax.m4: New file.
60193
60194         Module strtoumax.
60195         * m4/strtoumax.m4: New file.
60196
60197         Module xstrtoimax.
60198         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60199         jm_AC_PREREQ_XSTRTOIMAX.
60200         Moved the strtol prerequisites to strtol.m4.
60201         Moved the strtoll prerequisites to strtoll.m4.
60202         Moved the strtoimax prerequisites to strtoimax.m4.
60203
60204         Module xstrtoumax.
60205         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60206         jm_AC_PREREQ_XSTRTOUMAX.
60207         Moved the strtoul prerequisites to strtoul.m4.
60208         Moved the strtoull prerequisites to strtoull.m4.
60209         Moved the strtoumax prerequisites to strtoumax.m4.
60210
60211         Module chown.
60212         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60213         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60214
60215         Module dup2.
60216         * m4/dup2.m4: New file.
60217
60218         Module ftruncate.
60219         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60220         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60221
60222         Module getgroups.
60223         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60224         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60225
60226         Module gettimeofday.
60227         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60228         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60229         gl_PREREQ_GETTIMEOFDAY.
60230
60231         Module mkdir.
60232         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60233         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60234
60235         Module mkstemp.
60236         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60237         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60238         jm_AC_TYPE_UINTMAX_T.
60239         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60240
60241         Module stat.
60242         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60243         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60244
60245         Module lstat.
60246         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60247         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60248
60249         Module timespec.
60250         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60251         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60252         * m4/st_mtim.m4: Indentation.
60253
60254         Module nanosleep.
60255         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60256         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60257         gl_PREREQ_NANOSLEEP.
60258
60259         Module regex.
60260         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60261         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60262         (gl_REGEX): New macro.
60263
60264         Module rename.
60265         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60266         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60267
60268         Module rmdir.
60269         * m4/rmdir.m4: New file.
60270
60271         Module utime.
60272         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60273         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60274         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60275
60276         Module dirname.
60277         * m4/dirname.m4: New file.
60278
60279         Module getopt.
60280         * m4/getopt.m4: New file.
60281
60282         Module unistd-safer.
60283         * m4/unistd-safer.m4: New file.
60284
60285         Module fnmatch.
60286         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60287         declaration.
60288         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60289         (gl_FUNC_FNMATCH_POSIX): New macro.
60290         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60291         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60292         simply fnmatch.
60293
60294         Module exclude.
60295         * m4/exclude.m4: New file.
60296
60297         Module human.
60298         * m4/human.m4: New file.
60299
60300         Module acl.
60301         * m4/acl.m4: Nop.
60302
60303         Module backupfile.
60304         * m4/backupfile.m4: New file.
60305         * m4/d-ino.m4: Indentation.
60306
60307         Module fsusage.
60308         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60309         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60310         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60311
60312         Module dirfd.
60313         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60314         requirements.
60315
60316         Module euidaccess.
60317         * m4/euidaccess.m4: New file.
60318
60319         Module file-type.
60320         * m4/file-type.m4: New file.
60321
60322         Module fileblocks.
60323         * m4/fileblocks.m4: New file.
60324
60325         Module filemode.
60326         * m4/filemode.m4: New file.
60327
60328         Module isdir.
60329         * m4/isdir.m4: New file.
60330
60331         Module lchown.
60332         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60333         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60334
60335         Module makepath.
60336         * m4/makepath.m4: New file.
60337
60338         Module modechange.
60339         * m4/modechange.m4: New file.
60340
60341         Module mountlist.
60342         * m4/mountlist.m4: New file.
60343         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60344         Indentation.
60345
60346         Module path-concat.
60347         * m4/path-concat.m4: New file.
60348
60349         Module pathmax.
60350         * m4/pathmax.m4: New file.
60351
60352         Module same.
60353         * m4/same.m4: New file.
60354
60355         Module save-cwd.
60356         * m4/save-cwd.m4: New file.
60357
60358         Module savedir.
60359         * m4/savedir.m4: New file.
60360
60361         Module xgetcwd.
60362         * m4/xgetcwd.m4: New file.
60363         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60364
60365         Module xreadlink.
60366         * m4/xreadlink.m4: New file.
60367
60368         Module safe-read.
60369         * m4/safe-read.m4: New file.
60370
60371         Module safe-write.
60372         * m4/safe-write.m4: New file.
60373
60374         Module closeout.
60375         * m4/closeout.m4: New file.
60376
60377         Module stdio-safer.
60378         * m4/stdio-safer.m4: New file.
60379
60380         Module getpass.
60381         * m4/getpass.m4: New file.
60382
60383         Module getugroups.
60384         * m4/getugroups.m4: New file.
60385
60386         Module group-member.
60387         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60388         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60389
60390         Module idcache.
60391         * m4/idcache.m4: New file.
60392
60393         Module userspec.
60394         * m4/userspec.m4: New file.
60395
60396         Module gettime.
60397         * m4/clock_time.m4: New file.
60398         * m4/gettime.m4: New file.
60399
60400         Module settime.
60401         * m4/settime.m4: New file.
60402
60403         Module posixtm.
60404         * m4/posixtm.m4: New file.
60405
60406         Module gethostname.
60407         * m4/gethostname.m4: New file.
60408
60409         Module canon-host.
60410         * m4/canon-host.m4: New file.
60411
60412         Module gettext.
60413         * m4/codeset.m4: New file, from gettext-0.11.5.
60414         * m4/gettext.m4: New file, from gettext-0.11.5.
60415         * m4/glibc21.m4: New file, from gettext-0.11.5.
60416         * m4/iconv.m4: New file, from gettext-0.11.5.
60417         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60418         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60419         * m4/inttypes.m4: New file, from gettext-0.11.5.
60420         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60421         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60422         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60423         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60424         * m4/lib-link.m4: New file, from gettext-0.11.5.
60425         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60426         * m4/progtest.m4: New file, from gettext-0.11.5.
60427         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60428         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60429         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60430
60431         Module localcharset.
60432         * m4/localcharset.m4: New file.
60433
60434         Module hard-locale.
60435         * m4/hard-locale.m4: New file.
60436
60437         Module mbswidth.
60438         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60439         onceonly macros.
60440         * m4/mbrtowc.m4: Add comment.
60441
60442         Module memcasecmp.
60443         * m4/memcasecmp.m4: New file.
60444
60445         Module memcoll.
60446         * m4/memcoll.m4: New file.
60447
60448         Module unicodeio.
60449         * m4/unicodeio.m4: New file.
60450
60451         Module rpmatch.
60452         * m4/rpmatch.m4: New file.
60453
60454         Module yesno.
60455         * m4/yesno.m4: New file.
60456
60457         Module exitfail.
60458         * m4/exitfail.m4: New file.
60459
60460         Module c-stack.
60461         * m4/c-stack.m4 (gl_C_STACK): New macro.
60462         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60463
60464         Module error.
60465         * m4/error.m4 (gl_ERROR): New macro.
60466         (jm_PREREQ_ERROR): Use onceonly macros.
60467
60468         Module fatal.
60469         * m4/fatal.m4: New file.
60470
60471         Module getloadavg.
60472         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60473         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60474
60475         Module getpagesize.
60476         * m4/getpagesize.m4: New file.
60477
60478         Module getusershell.
60479         * m4/getusershell.m4: New file.
60480
60481         Module physmem.
60482         * m4/physmem.m4: New file.
60483
60484         Module posixver.
60485         * m4/posixver.m4: New file.
60486
60487         Module quotearg.
60488         * m4/quotearg.m4: New file.
60489
60490         Module quote.
60491         * m4/quote.m4: New file.
60492
60493         Module readutmp.
60494         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60495
60496         Module sig2str.
60497         * m4/sig2str.m4: New file.
60498
60499         Other.
60500         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60501         ulonglong.m4.
60502         * m4/intmax_t.m4: New file.
60503         * m4/d-type.m4: Indentation.
60504         * m4/jm-macros.m4: Update.
60505         * m4/prereq.m4 (jm_PREREQ): Update.
60506         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60507         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60508         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60509         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60510         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60511         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60512         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60513         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60514         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60515         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60516         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60517         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60518         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60519         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60520         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60521         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60522         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60523         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60524         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60525
60526 2002-12-24  Bruno Haible  <bruno@clisp.org>
60527
60528         * MODULES.txt: Update according to m4/ changes.
60529
60530         Module gettext.
60531         * config.rpath: New file, from gettext-0.11.5.
60532
60533         * modules/*: New module descriptions.
60534         * gnulib-tool: New file.
60535         * MODULES.html.sh: New file.
60536
60537 2002-12-21  Karl Berry  <karl@gnu.org>
60538
60539         * doc/fdl.texi: update to version 1.2.
60540
60541 2002-12-19  Karl Berry  <karl@gnu.org>
60542
60543         * config/config.guess: update from prep.
60544
60545 2002-12-18  Bruno Haible  <bruno@clisp.org>
60546
60547         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60548         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60549
60550 2002-12-17  Bruno Haible  <bruno@clisp.org>
60551
60552         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60553         stdlib.h, string.h.
60554
60555 2002-12-17  Bruno Haible  <bruno@clisp.org>
60556
60557         * lib/canon-host.c (strdup): Remove unused declaration.
60558
60559         * lib/fsusage.c: Include full_read.h.
60560         (get_fs_usage): Use full_read instead of safe_read.
60561
60562         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60563
60564 2002-12-12  Karl Berry  <karl@gnu.org>
60565
60566         * config/config.guess: update from prep.
60567
60568 2002-12-11  Bruno Haible  <bruno@clisp.org>
60569
60570         * m4/setenv.m4: New file, from gettext-0.11.5.
60571
60572 2002-12-11  Bruno Haible  <bruno@clisp.org>
60573
60574         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60575         not unsetenv().
60576         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60577         modifications:
60578
60579         2002-12-11  Bruno Haible  <bruno@clisp.org>
60580
60581                 * setenv.c (alloca): Fall back to malloc.
60582                 (freea): New macro.
60583                 (setenv): Use freea() to free memory allocated with alloca().
60584
60585         2002-11-13  Bruno Haible  <bruno@clisp.org>
60586
60587                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60588                 function declarations.
60589                 * unsetenv.c (unsetenv): Likewise.
60590
60591         2002-03-04  Bruno Haible  <bruno@clisp.org>
60592
60593                 Portability to AIX 4.3.3.
60594                 * unsetenv.c: New file, extracted from setenv.c.
60595                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60596
60597         2001-12-20  Bruno Haible  <bruno@clisp.org>
60598
60599                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60600                 use malloc instead. For SunOS 4.
60601
60602         2001-12-11  Bruno Haible  <bruno@clisp.org>
60603
60604                 * setenv.c: Declare alloca.
60605                 (compar_fn_t): New typedef.
60606                 (KNOWN_VALUE, STORE_VALUE): Use it.
60607
60608         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60609         setenv.h.
60610
60611 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60612
60613         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60614         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60615         Choose values that are less likely to collide with system fnmatch
60616         options.
60617         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60618         defined (e.g., a pure POSIX system).
60619         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60620         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60621
60622 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60623
60624         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60625         a pain in practice to deal with generated m4 files.  This change
60626         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60627
60628         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60629         and jm-glibc-io.m4, as they are no longer a special case.
60630         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60631         kludge and the auto-generation stuff.  Check only whether the
60632         functions are declared, not whether they exist, since older hosts
60633         that don't declare the functions can't use the optimization anyway.
60634
60635 2002-12-06  Jim Meyering  <jim@meyering.net>
60636
60637         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60638
60639         Merge in changes from libc's misc/error.c, in preparation
60640         for the merge of gnulib's changes back into libc.
60641
60642         * lib/error.c (_): Define only if not already defined.
60643         Move definition to follow all #include directives.
60644         Include unlocked-io.h only if !_LIBC.
60645         [_LIBC]: Include <libio/libioP.h>.
60646         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60647         (fflush): Tweak definition to use INTUSE.
60648         (putc): Define.
60649
60650 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60651
60652         * lib/alloca.c [defined emacs]: Include "lisp.h".
60653         (xalloc_die) [defined emacs]: New macro.
60654         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60655         [! defined emacs]: Include <xalloc.h>.
60656         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60657         (pointer): Typedef to POINTER_TYPE *.
60658         (malloc): Remove decl; we now always use xmalloc.
60659         (alloca): Use old-style definition, since Emacs needs this.
60660         Check for arithmetic overflow when computing combined size.
60661
60662 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60663
60664         Do not generate unlocked-io.h automatically, since it's easier to
60665         maintain it by hand.
60666
60667         * lib/unlocked-io.h: New file, from GNU diffutils,
60668         but with proper copyright notice and attribution.
60669         * lib/gen-uio: Remove.
60670         * lib/Makefile.am: Add copyright notice.
60671         (libfetish_a_SOURCES): Add unlocked-io.h.
60672         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60673         (DISTCLEANFILES, io_functions): Remove macros.
60674         (EXTRA_DIST): Remove gen_uio.
60675         (unlocked-io.h): Remove rule.
60676
60677 2002-12-04  Jim Meyering  <jim@meyering.net>
60678
60679         Reflect the fact that stat.c and lstat.c are no longer generated.
60680         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60681         (DISTCLEANFILES): Likewise.
60682         (EXTRA_DIST): Likewise.
60683         (all_local): Don't depend on stat.c or lstat.c.
60684         (stat.c, lstat.c): Remove rules.
60685         (EXTRA_DIST): Remove xstat.in.
60686
60687         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60688         * lib/stat.c: New file.  Contents mostly from xstat.in.
60689         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60690         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60691
60692         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60693         too.
60694         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60695
60696 2002-12-03  Jim Meyering  <jim@meyering.net>
60697
60698         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60699         but not semantics, to minimize the differences between these two files.
60700         (safe_read): Change comment to mention SAFE_READ_ERROR.
60701
60702         * lib/safe-read.c (IS_EINTR): Define.
60703         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60704
60705 2002-12-02  Jim Meyering  <jim@meyering.net>
60706
60707         * lib/safe-read.c (EINTR): Define.
60708         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60709         (INT_MAX): Provide fallback.
60710         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60711
60712         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60713
60714 2002-12-02  Bruno Haible  <bruno@clisp.org>
60715
60716         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60717         Define, taken from safe-read.c.
60718         (INT_MAX): Provide fallback.
60719         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60720         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60721
60722         * lib/safe-read.c (EINTR): Remove definition.
60723         (safe_read): Don't use EINTR if it is absent.
60724
60725 2002-12-01  Jim Meyering  <jim@meyering.net>
60726
60727         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60728         zero.
60729         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60730
60731 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60732
60733         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60734         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60735         with `if (! (value < limit)) abort ();', for readability.
60736
60737 2002-11-26  Karl Berry  <karl@gnu.org>
60738
60739         * lib/strdup.c: copy from libc again, with jim's ok.
60740         * lib/.cppi-disable: re-add strdup.c
60741
60742 2002-11-25  Karl Berry  <karl@gnu.org>
60743
60744         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60745         instead of "strtol.c".
60746
60747 2002-11-25  Karl Berry  <karl@gnu.org>
60748
60749         * config/install-sh: update from automake for variable quoting, $0 in
60750         error msgs, etc.
60751
60752         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60753         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60754         entry.
60755
60756 2002-11-25  Jim Meyering  <jim@meyering.net>
60757
60758         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60759
60760 2002-11-24  Karl Berry  <karl@gnu.org>
60761
60762         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60763         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60764
60765 2002-11-24  Jim Meyering  <jim@meyering.net>
60766
60767         Update from coreutils:
60768
60769         * lib/mktime.c: Merge in changes from libc.
60770
60771         Avoid a link-time failure on some Linux systems.
60772         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60773         (otherwise).
60774         (__mon_yday): Declare with the STATIC attribute.
60775         (__mktime_internal): Likewise.
60776         Based on a report from Greg Schafer.
60777
60778 2002-11-23  Jim Meyering  <jim@meyering.net>
60779
60780         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60781         Use `unsigned', not `int', as type of index.
60782
60783         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60784
60785         * lib/fsusage.c: Remove unneeded parentheses around operands of
60786         `defined'.
60787
60788 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60789
60790         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60791         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60792         so that we can be included first.
60793         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60794         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60795         No need to include stddef.h or sys/types.h any more.
60796         Surround local include files with "", not "<>".
60797         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60798         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60799         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60800         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60801         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60802         (ISPRINT): Remove; no longer needed now that we assume C89.
60803
60804         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60805         Preserve errno.
60806
60807         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60808         quotearg_char): Use SIZE_MAX rather than
60809         (size_t) -1 when we are talking about "infinity".
60810
60811         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60812
60813 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60814
60815         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60816         hint that one should use `if (! x) abort ();' rather than `assert
60817         (x);', and anyway it's one less thing to worry about configuring.
60818         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60819         hash_rehash, hash_insert): Use abort rather than assert.
60820
60821 2002-11-22  Bruno Haible  <bruno@clisp.org>
60822
60823         * lib/safe-read.h: Assume C89. Add comments.
60824         (safe_read): Change return type to size_t.
60825         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60826         byte counts > SSIZE_MAX correctly.
60827         * lib/safe-write.h: New file.
60828         * lib/safe-write.c: New file.
60829         * lib/full-read.h: New file.
60830         * lib/full-read.c: New file.
60831         * lib/full-write.h: Assume C89. Add comments.
60832         * lib/full-write.c: Include safe-write.h.
60833         (full_write): Rewritten to use safe_write.
60834         Suggested by Jim Meyering and Paul Eggert.
60835
60836 2002-11-21  Jim Meyering  <jim@meyering.net>
60837
60838         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60839
60840         Merge in changes from the coreutils.
60841
60842         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60843         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60844         <stdint.h>.
60845         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60846         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60847         int.  Work more efficiently if X is the same width as uintmax_t.
60848         Do not compare X to -1, to avoid bogus compiler warning.
60849         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60850         Don't assume that f_frsize and f_bsize are the same type.
60851
60852         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60853         warning on FreeBSD.
60854
60855         * lib/makepath.c (make_path): Restore umask *before* creating the final
60856         component.
60857         (make_path): Minor reformatting.
60858
60859         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60860         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60861         HAVE_MALLOC/HAVE_REALLOC.
60862
60863         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60864         dummy ones.  At least on GNU/Linux systems, `auto' means something
60865         else.
60866         From Michael Stone.
60867
60868 2002-11-21  Bruno Haible  <bruno@clisp.org>
60869
60870         Remove case insensitive option matching.
60871         * lib/argmatch.h (argcasematch): Remove declaration.
60872         (ARGCASEMATCH): Remove macro.
60873         (__xargmatch_internal): Remove case_sensitive argument.
60874         (XARGMATCH): Update.
60875         (XARGCASEMATCH): Remove macro.
60876         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60877         case_sensitive argument.
60878         (argcasematch): Remove function.
60879         (__xargmatch_internal): Remove case_sensitive argument.
60880         (main): Use XARGMATCH instead of XARGCASEMATCH.
60881
60882         * lib/xmalloc.c: Change compile-time error message. Add comment about
60883         required autoconf version.
60884
60885 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60886
60887         Merge argmatch cleanups from Bison.  Assume C89.
60888
60889         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60890         Include stdlib.h, for EXIT_FAILURE.
60891         Always include <string.h>, since we assume C89.
60892         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60893         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60894         Include <stddef.h> instead, since it's all we need for size_t.
60895         (PARAMS): Remove.  All uses removed.
60896         (ARRAY_CARDINALITY): Do not bother to #undef.
60897         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60898         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60899         Remove unnecessary parentheses.
60900         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60901         Insert necessary parentheses.
60902         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60903         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60904
60905 2002-11-19  Bruno Haible  <bruno@clisp.org>
60906
60907         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60908         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60909
60910         * lib/mbswidth.h (PARAMS): Remove macro.
60911         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60912         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60913
60914         * lib/gcd.h (PARAMS): Remove macro.
60915         (gcd): Use ANSI C function declarations.
60916         * lib/gcd.c (gcd): Likewise.
60917
60918 2002-11-15  Bruno Haible  <bruno@clisp.org>
60919
60920         * lib/strcspn.c: Include <stddef.h>.
60921         (strcspn): Use ANSI C function declaration. Change return type to
60922         size_t. Use NULL.
60923         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60924         (strpbrk): Use NULL.
60925         * lib/strpbrk.h (PARAMS): Remove macro.
60926         (strpbrk): Use ANSI C function declaration.
60927         * lib/strstr.c: Don't include <sys/types.h>.
60928         * lib/strstr.h (PARAMS): Remove macro.
60929         (strstr): Use ANSI C function declarations.
60930
60931 2002-11-14  Karl Berry  <karl@gnu.org>
60932
60933         * config/mkinstalldirs: `do' on separate line, instead of
60934         `for var; do'.
60935
60936 2002-11-06  Bruno Haible  <bruno@clisp.org>
60937
60938         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60939         * lib/gcd.c (gcd): Likewise.
60940
60941 2002-11-05  Bruno Haible  <bruno@clisp.org>
60942
60943         * lib/gcd.h: New file, from gettext-0.11.5.
60944         * lib/gcd.c: New file, from gettext-0.11.5.
60945
60946 2002-11-05  Bruno Haible  <bruno@clisp.org>
60947
60948         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60949         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60950         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60951         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60952
60953         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60954         <libintl.h>.
60955         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60956         <libintl.h>.
60957
60958         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60959         * lib/human.c: Include gettext.h instead of <libintl.h>.
60960         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60961         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60962         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60963         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60964         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60965         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60966         (textdomain): Remove definition.
60967         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60968
60969         * lib/long-options.c: Remove include of <libintl.h> and definition of
60970         _.
60971         * lib/same.c: Remove include of <libintl.h> and definition of _.
60972
60973 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60974
60975         * lib/config.charset: A few additions for Solaris.
60976
60977 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60978
60979         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60980         * lib/localcharset.c (locale_charset): Declare as extern "C".
60981
60982 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60983
60984         * lib/config.charset: msdos in uk_UA uses CP1125.
60985
60986 2002-11-04  Bruno Haible  <bruno@clisp.org>
60987
60988         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60989         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60990         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60991         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60992         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60993
60994 2002-11-04  Bruno Haible  <bruno@clisp.org>
60995
60996         * lib/localcharset.c (locale_charset): Don't return an empty string.
60997
60998 2002-11-04  Bruno Haible  <bruno@clisp.org>
60999
61000         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61001         aliases.
61002
61003 2002-11-04  Bruno Haible  <bruno@clisp.org>
61004
61005         * lib/config.charset: Update for newest glibc. Add canonical names
61006         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61007
61008 2002-11-04  Bruno Haible  <bruno@clisp.org>
61009
61010         * lib/config.charset: Add support for NetBSD.
61011
61012 2002-11-04  Bruno Haible  <bruno@clisp.org>
61013
61014         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61015
61016 2002-11-01  Bruno Haible  <bruno@clisp.org>
61017
61018         * configure.in: Add AC_CONFIG_AUX_DIR call.
61019         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61020         test/Makefile.
61021         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61022
61023 2002-09-28  Karl Berry  <karl@gnu.org>
61024
61025         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61026         installed automake until the next release, since changes have been
61027         made.
61028
61029 2002-09-25  Karl Berry  <karl@gnu.org>
61030
61031         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61032         * lib/getopt*: copy from libc/posix.
61033         * lib/gettext.h: copy from gettext.
61034         * lib/.cppi-disable: add strdup.c, gettext.h.
61035
61036 2002-09-25  Karl Berry  <karl@gnu.org>
61037
61038         * config/srclist.txt: enable gettext.h check.
61039         * config/config.{guess,sub}: update from prep.
61040         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61041                 from automake 1.6.3.
61042         See srclist*.
61043
61044 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61045
61046         * regex.c (PATFETCH): Remove the translating fetch.
61047         (PATFETCH_RAW): Rename to PATFETCH.
61048         (set_image_of_range): New fun.
61049         (SET_RANGE_TABLE_WORK_AREA): Use it.
61050         (regex_compile): Don't translate the pattern chars so eagerly.
61051         Only do it when inserting an `exactn' bytecode or when handling
61052         a char-range.
61053         (mutually_exclusive_p): Avoid empty statement.
61054
61055 2002-07-06  Jim Meyering  <meyering@lucent.com>
61056
61057         * m4/README: Don't mention Makefile.am.in.
61058         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61059
61060 2002-07-01  Jim Meyering  <meyering@lucent.com>
61061
61062         * lib/c-stack.c: Include sys/time.h.
61063         From Volker Borchert.
61064
61065 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61066
61067         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61068
61069 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61070
61071         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61072         New macro.  Use it uniformly instead of
61073         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61074         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61075         reported by Vin Shelton.
61076
61077 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61078
61079         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61080         Do not assume SA_SIGINFO behavior.
61081         Bug reported by Jim Meyering on NetBSD 1.5.2.
61082
61083 2002-06-22  Jim Meyering  <meyering@lucent.com>
61084
61085         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61086         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61087
61088         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61089         now that configure.ac uses AC_GNU_SOURCE.
61090         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61091         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61092
61093         Update to latest tools.  Suggestions from Paul Eggert.
61094         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61095         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61096         * m4/fnmatch.m4: Likewise.
61097         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61098         to AC_HEADER_STDBOOL
61099
61100 2002-06-22  Jim Meyering  <meyering@lucent.com>
61101
61102         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61103         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61104
61105 2002-06-22  Jim Meyering  <meyering@lucent.com>
61106
61107         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61108
61109         * lib/exitfail.c, exitfail.h: Likewise.
61110         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61111
61112         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61113         of fnmatch.h.
61114         (EXTRA_DIST): Add fnmatch_loop.c.
61115         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61116
61117         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61118         * lib/fnmatch.c: Update from diffutils-2.8.2.
61119         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61120         * lib/fnmatch.h: Remove file.
61121
61122 2002-06-21  Jim Meyering  <meyering@lucent.com>
61123
61124         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61125         * m4/mbrtowc.m4: Likewise.
61126
61127         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61128         * m4/mbswidth.m4: Reflect name change:
61129         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61130         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61131
61132         * m4/lib-link.m4: Update from gettext-0.11.2.
61133         * m4/gettext.m4: Likewise.
61134
61135         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61136         From Alfred M. Szmidt.
61137
61138 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61139
61140         * lib/file-type.h: Report an error if neither S_ISREG nor
61141         S_IFREG is defined, instead of using a test specific to glibc
61142         2.2.  This should be safe, since POSIX requires S_ISREG and
61143         Unix Version 7 had S_IFREG.  We don't need to check for
61144         <sys/types.h> since we don't use any symbols that it defines.
61145
61146 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61147
61148         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61149         $@-t, so that each temporary file name is unique and valid in the first
61150         8 characters, for operation under DOS.
61151
61152 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61153
61154         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61155
61156 2002-06-15  Jim Meyering  <meyering@lucent.com>
61157
61158         Work even with DJGPP 2.03, which lacks support for symlinks.
61159         From Richard Dawe.
61160         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61161         is defined.
61162         * lib/lchown.c (S_ISLNK): Likewise.
61163
61164 2002-06-15  Jim Meyering  <meyering@lucent.com>
61165
61166         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61167         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61168         have been included before this file.
61169
61170 2002-06-14  Jim Meyering  <meyering@lucent.com>
61171
61172         * lib/file-type.h: Use the version from diffutils-2.8.2.
61173         * lib/file-type.c: Likewise.
61174
61175 2002-06-07  Jim Meyering  <meyering@lucent.com>
61176
61177         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61178         They're needed at least for NetBSD 1.5.2.
61179         ($statxfs_includes): Include those same headers.
61180         ($statxfs_includes): Include sys/vfs.h if available.
61181         ($statxfs_includes): Likewise for sys/statvfs.h.
61182         Check for the following members in both structs statfs and statvfs:
61183         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61184
61185 2002-06-01  Jim Meyering  <meyering@lucent.com>
61186
61187         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61188         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61189
61190 2002-05-28  Jim Meyering  <meyering@lucent.com>
61191
61192         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61193         Reported by Volker Borchert.
61194
61195 2002-05-27  Jim Meyering  <meyering@lucent.com>
61196
61197         Fix a problem seen only on nonconforming systems whereby ls.c's
61198         use of localtime, and then of gettimeofday would cause trouble:
61199         the localtime call used to initialize rpl_gettimeofday's save
61200         mechanism would clobber ls's current local time information so
61201         that in any long listing the first file would always be listed
61202         with date 1970-01-01.  Analysis by Volker Borchert.
61203
61204         * lib/gettimeofday.c (localtime): Undefine.
61205         (rpl_localtime): New function.
61206
61207 2002-05-27  Jim Meyering  <meyering@lucent.com>
61208
61209         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61210         localtime.
61211
61212         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61213         use the replacement function; it wouldn't resolve at link time.
61214         Reported by Volker Borchert.
61215
61216 2002-05-22  Jim Meyering  <meyering@lucent.com>
61217
61218         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61219         file-type.h.
61220         * lib/file-type.h: New file.
61221         * lib/file-type.c (file_type): New file/function.  Extracted from
61222         diffutils.
61223
61224 2002-04-30  Jim Meyering  <meyering@lucent.com>
61225
61226         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61227
61228 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61229
61230         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61231
61232 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61233
61234         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61235         Do not check for alloca.h (no longer used) or stdbool.h (was never
61236         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61237
61238 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61239
61240         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61241
61242 2002-04-29  Jim Meyering  <meyering@lucent.com>
61243
61244         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61245         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61246         Use AC_FUNC_STRNLEN here instead.
61247
61248         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61249         With autoconf-2.53a, it's part of AC_PROG_CC.
61250
61251 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61252
61253         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61254         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61255
61256 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61257
61258         * lib/sig2str.h, lib/sig2str.c: New files.
61259         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61260
61261 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61262
61263         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61264         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61265         of 127, since 64 is the largest conceivable number for ancient
61266         nonstandard hosts.
61267         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61268
61269 2002-04-28  Jim Meyering  <meyering@lucent.com>
61270
61271         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61272
61273 2002-04-24  Jim Meyering  <meyering@lucent.com>
61274
61275         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61276         (jm_PREREQ): Use it.
61277
61278         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61279         mach/mach.h fcntl.h.
61280         Check for this function: setlocale.
61281
61282 2002-04-24  Jim Meyering  <meyering@lucent.com>
61283
61284         * lib/gettext.h: New file, from Gettext.
61285         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61286         (libfetish_a_SOURCES): Add gettext.h.
61287
61288 2002-04-16  Jim Meyering  <meyering@lucent.com>
61289
61290         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61291         ut_pid, ut_id, ut_exit.
61292
61293 2002-04-16  Jim Meyering  <meyering@lucent.com>
61294
61295         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61296         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61297         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61298
61299 2002-04-12  Jim Meyering  <meyering@lucent.com>
61300
61301         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61302         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61303         existence of the getmntinfo function.  Needed for Darwin 5.3.
61304
61305         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61306         This is necessary at least on Darwin 5.3.
61307
61308         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61309         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61310         strnlen.o in the library, and that makes some versions of ranlib
61311         object.
61312
61313 2002-04-12  Jim Meyering  <meyering@lucent.com>
61314
61315         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61316
61317 2002-04-09  Jim Meyering  <meyering@lucent.com>
61318
61319         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61320         to be more precise.  Rather than saying we're checking whether the
61321         function `works', say what we're testing.
61322         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61323         Reported by Bruno Haible.
61324
61325 2002-03-10  Jim Meyering  <meyering@lucent.com>
61326
61327         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61328         Suggestion from Santiago Vila.
61329
61330 2002-03-08  Jim Meyering  <meyering@lucent.com>
61331
61332         * lib/rename.c: Mention that this wrapper is needed also on
61333         mips-dec-ultrix4.4 systems.
61334
61335 2002-03-02  Jim Meyering  <meyering@lucent.com>
61336
61337         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61338         not HAVE_CLOCK_SETTIME.
61339
61340 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61341
61342         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61343         Check for clock_settime.
61344
61345 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61346
61347         * lib/nanosleep.h: Rename to....
61348         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61349
61350         * lib/gettime.c: New file.
61351         * lib/settime.c: New file.
61352         * lib/stime.c: Remove.
61353
61354         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61355         timespec.h.  Remove nanosleep.h.
61356
61357 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61358
61359         * m4/acl.m4: New file.
61360         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61361         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61362
61363 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61364
61365         * lib/acl.c, lib/acl.h: New files.
61366         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61367
61368 2002-02-24  Jim Meyering  <meyering@lucent.com>
61369
61370         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61371         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61372         cause trouble.  Reported by Nelson Beebe.
61373
61374 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61375
61376         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61377         compilers that don't know that xalloc_die never returns.
61378
61379 2002-02-20  Jim Meyering  <meyering@lucent.com>
61380
61381         * lib/getdate.c: Regenerate using bison-1.33.
61382
61383 2002-02-17  Jim Meyering  <meyering@lucent.com>
61384
61385         * config/config.guess (main): Don't use `head -1'; it's no longer
61386         portable. Use `sed 1q' instead.
61387
61388 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61389
61390         * m4/codeset.m4: Upgrade to gettext-0.11.
61391         * m4/gettext.m4: Upgrade to gettext-0.11.
61392         * m4/glibc21.m4: Upgrade to gettext-0.11.
61393         * m4/iconv.m4: Upgrade to gettext-0.11.
61394         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61395         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61396         * m4/lib-ld.m4: New file, from gettext-0.11.
61397         * m4/lib-link.m4: New file, from gettext-0.11.
61398         * m4/lib-prefix.m4: New file, from gettext-0.11.
61399         * m4/progtest.m4: Upgrade to gettext-0.11.
61400
61401 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61402
61403         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61404         (jm_PREREQ): Use it.
61405
61406 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61407
61408         * lib/posixver.c, lib/posixver.h: New files.
61409         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61410
61411 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61412             Bruno Haible  <bruno@clisp.org>
61413
61414         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61415         (fwrite_success_callback): New declaration.
61416         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61417         print_unicode_char. Call failure callback instead of error.
61418         (fwrite_success_callback): New function.
61419         (exit_failure_callback): New function.
61420         (fallback_failure_callback): New function.
61421         (print_unicode_char): Call unicode_to_mb.
61422
61423 2002-01-26  Jim Meyering  <meyering@lucent.com>
61424
61425         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61426         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61427
61428 2002-01-26  Jim Meyering  <meyering@lucent.com>
61429
61430         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61431
61432 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61433
61434         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61435
61436 2002-01-22  Jim Meyering  <meyering@lucent.com>
61437
61438         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61439         Otherwise, some versions of automake would omit the rule that makes
61440         Makefile from Makefile.in.
61441
61442 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61443
61444         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61445         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61446         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61447         (memcoll): Set errno to zero if there is no error.
61448
61449         * lib/quotearg.c (quotearg_buffer_restyled):
61450         Fix bug with quoting buffers containing NUL when backslashing escapes.
61451         This bug was exposed by the other changes in this patch.
61452         (quotearg_n_options): New arg ARGSIZE.
61453         All callers changed.
61454         (quoting_options_from_style): New function.
61455         (quotearg_n_style): Use it.
61456         (quotearg_n_style_mem): New function.
61457
61458         * lib/quotearg.h (quotearg_n_style_mem): New function.
61459
61460 2002-01-19  Jim Meyering  <meyering@lucent.com>
61461
61462         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61463         Remove useless quotes: DF_PROG="df".
61464         * m4/strnlen.m4: New file.
61465
61466 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61467
61468         * lib/backupfile.c (ISDIGIT): Comment fix.
61469         * lib/getdate.y (ISDIGIT): Likewise.
61470         * lib/posixtm.c (ISDIGIT, year): Likewise.
61471         * lib/strverscmp.c (ISDIGIT): Likewise.
61472         * lib/userspec.c (ISDIGIT): Likewise.
61473
61474 2002-01-16  Jim Meyering  <meyering@lucent.com>
61475
61476         * lib/getdate.y: Add three semicolons, each just before a closing
61477         brace. Bison (as of version 1.31) no longer papers over that mistake.
61478
61479 2002-01-05  Jim Meyering  <meyering@lucent.com>
61480
61481         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61482
61483 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61484
61485         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61486         not silently exit merely because the output buffer happens to
61487         have nothing pending.
61488
61489 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61490
61491         See the big note in ../ChangeLog.
61492         * lib/human.c (suffixes): Prefer K to k for 1024.
61493         (generate_suffix_backwards): New function.
61494         (human_readable_inexact): Use it.
61495         * lib/xstrtol.c (__xstrtol): If there is no number but there
61496         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61497         Accept 'K' as well as 'k'.
61498
61499 2001-12-15  Jim Meyering  <meyering@lucent.com>
61500
61501         * lib/regex.h (__restrict_arr): Update from libc.
61502
61503         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61504         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61505         (STREQ): Define.
61506
61507 2001-12-14  Jim Meyering  <meyering@lucent.com>
61508
61509         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61510         Suggestion from Bruno Haible.
61511
61512 2001-12-10  Jim Meyering  <meyering@lucent.com>
61513
61514         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61515         xrealloc, Instead, include "xalloc.h".
61516         (initbuffer): Don't cast xmalloc return value to char*.
61517         (readline): Reword comment.
61518         Don't cast xrealloc return value to char*
61519         Return NULL, not 0.
61520
61521 2001-12-09  Jim Meyering  <meyering@lucent.com>
61522
61523         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61524         about `signed and unsigned type in conditional expression'.
61525         * lib/posixtm.c (posix_time_parse): Likewise.
61526
61527         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61528
61529         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61530         to avoid a pedantic warning.
61531
61532         * lib/getstr.c: Don't include assert.h.
61533         (getstr): Remove warning-evoking assertions.
61534         Return -1 if offset parameter is out of bounds.
61535         Change the type of a local from int to size_t.
61536
61537         * lib/strftime.c (my_strftime_localtime_r): Include this function
61538         definition in the `#if ! HAVE_TM_GMTOFF' block.
61539
61540         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61541         Include xalloc.h instead.
61542
61543 2001-12-02  Jim Meyering  <meyering@lucent.com>
61544
61545         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61546         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61547         included.
61548
61549         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61550         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61551
61552 2001-11-30  Akim Demaille  <akim@epita.fr>
61553
61554         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61555         before being defined.
61556
61557 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61558
61559         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61560         First arg is int, not unsigned.
61561         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61562         (SIZE_MAX, UINT_MAX): New macros.
61563         (quotearg_n_options): Abort if N is negative.
61564         Avoid overflow check on hosts where size_t is 64 bits and int
61565         is 32 bits, as overflow is impossible there.
61566         Fix off-by-one typo that caused unnecessary reallocation.
61567
61568 2001-11-27  Jim Meyering  <meyering@lucent.com>
61569
61570         * lib/tempname.c: Merge with version from libc.
61571         * lib/regex.c: Likewise.
61572
61573         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61574         systems for which STDC_HEADERS is 0, it was not included, resulting in
61575         a warning about an integer-to-pointer conversion problem with getenv.
61576         Reported by Volker Borchert.
61577
61578 2001-11-26  Jim Meyering  <meyering@lucent.com>
61579
61580         * lib/gtod.h: Remove file.
61581         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61582         * lib/gettimeofday.c: Don't include gtod.h.
61583         (GTOD_init): Remove function.
61584         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61585         Suggestion from Volker Borchert.
61586
61587 2001-11-23  Jim Meyering  <meyering@lucent.com>
61588
61589         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61590         it.
61591         * lib/hash.c (struct hash_table): Define it here instead.
61592
61593 2001-11-22  Jim Meyering  <meyering@lucent.com>
61594
61595         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61596
61597 2001-11-20  Jim Meyering  <meyering@lucent.com>
61598
61599         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61600         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61601
61602 2001-11-19  Jim Meyering  <meyering@lucent.com>
61603
61604         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61605         directory.  Use "conftestXXXXXX" as the template.
61606         Suggestion from Paul Eggert.
61607
61608         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61609         immediately, so the test doesn't mistakenly hit the max-open-files
61610         limit.
61611
61612 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61613
61614         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61615         (TEMPORARIES): New macro.
61616         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61617         removes an artificial limitation (e.g. HP-UX 10.20, where
61618         TMP_MAX is 17576).
61619
61620 2001-11-18  Jim Meyering  <meyering@lucent.com>
61621
61622         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61623
61624 2001-11-18  Jim Meyering  <meyering@lucent.com>
61625
61626         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61627         on SunOS 4.
61628
61629         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61630         files will be created before anything else.
61631
61632 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61633
61634         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61635         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61636
61637 2001-11-17  Jim Meyering  <meyering@lucent.com>
61638
61639         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61640         Prompted by a report from Bob Proulx.
61641
61642         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61643         Instead, require UTILS_FUNC_MKSTEMP.
61644
61645 2001-11-17  Jim Meyering  <meyering@lucent.com>
61646
61647         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61648         Now, that's done as part of AC_FUNC_STRTOD.
61649
61650 2001-11-17  Jim Meyering  <meyering@lucent.com>
61651
61652         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61653         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61654         rather than group writable.  Patch by Juan F. Codagnone.
61655
61656         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61657         xrealloc, Instead, include "xalloc.h".
61658
61659         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61660         Remove explicit declarations of xmalloc, xrealloc,
61661         and xstrdup.  Instead, include "xalloc.h".
61662
61663         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61664         unlocked-io.h.
61665         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61666         Likewise.
61667         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61668
61669         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61670         Reported by Padraig Brady.
61671
61672         * lib/mkstemp.c: #undef mkstemp.
61673         Include config.h.
61674         (rpl_mkstemp): Rename from mkstemp.
61675         Protoize.
61676
61677 2001-11-16  Jim Meyering  <meyering@lucent.com>
61678
61679         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61680         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61681         determine the amount of total physical memory, use pstat_getstatic.
61682         HPUX-11 doesn't define _SC_PHYS_PAGES.
61683         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61684         If sysconf couldn't be used to determine the amount of available
61685         physical memory, use both pstat_getstatic and pstat_getdynamic.
61686         Based on a patch from Bob Proulx.
61687
61688 2001-11-10  Jim Meyering  <meyering@lucent.com>
61689
61690         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61691         (jm_PREREQ): Use it.
61692
61693 2001-11-09  Jim Meyering  <meyering@lucent.com>
61694
61695         * m4/jm-macros.m4: Require autoconf-2.52f.
61696         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61697         Use these AC_-prefixed names, not the AM_-prefixed ones.
61698
61699         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61700
61701 2001-11-05  Jim Meyering  <meyering@lucent.com>
61702
61703         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61704
61705 2001-11-04  Jim Meyering  <meyering@lucent.com>
61706
61707         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61708         $DEFS.
61709
61710 2001-11-03  Jim Meyering  <meyering@lucent.com>
61711
61712         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61713         of AC_DEFUN.
61714
61715         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61716         know the name of the variable in the macro definition.
61717
61718 2001-11-03  Jim Meyering  <meyering@lucent.com>
61719
61720         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61721         in argmatch_to_argument call.
61722
61723         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61724         argument.
61725
61726         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61727         e.g., a fault due to an attempt to free a NULL pointer.
61728
61729 2001-11-01  Jim Meyering  <meyering@lucent.com>
61730
61731         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61732         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61733
61734 2001-11-01  Jim Meyering  <meyering@lucent.com>
61735
61736         * lib/dirfd.c, lib/dirfd.h: New files.
61737         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61738
61739         * lib/hash.c (hash_print) [TESTING]: Clean up.
61740
61741 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61742
61743         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61744         to avoid a warning if -Wall.
61745
61746 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61747
61748         * README: New file
61749         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61750         (per RMS's instructions, this is now the canonical source)
61751         * lgpl/, gpl/: New directories.
61752
61753 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61754
61755         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61756
61757 2001-10-21  Jim Meyering  <meyering@lucent.com>
61758
61759         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61760         this code would end up calling gettext even in packages built
61761         with --disable-nls.
61762         * lib/getopt.c (_): Likewise.
61763         * lib/regex.c (_): Likewise.
61764
61765 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61766
61767         * m4/error.m4 (jm_PREREQ_ERROR):
61768         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61769         AC_FUNC_STRERROR_R does that.
61770         Check for strerror declaration.
61771
61772         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61773         are supposed to have them these days.
61774         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61775         Merge changes from latest Autoconf CVS.
61776         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61777         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61778         POSIX decided to standardize on the int flavor of strerror_r.
61779
61780 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61781
61782         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61783         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61784         Use strerror_r that is only a macro, even if it is not a function.
61785         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61786         (private_strerror): Use prototypes, not old-style function definition.
61787         (print_errno_message): New function.
61788         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61789         char*-flavored one.
61790         (error_tail, error, error_at_line): Use it.
61791
61792 2001-10-11  Jim Meyering  <meyering@lucent.com>
61793
61794         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61795         and quote_n (1, ... to avoid clobbering a buffer.
61796
61797 2001-10-05  Jim Meyering  <meyering@lucent.com>
61798
61799         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61800         hash-pjw.h.
61801         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61802         * lib/hash-pjw.h: New file.
61803
61804 2001-09-30  Jim Meyering  <meyering@lucent.com>
61805
61806         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61807         `struct fsstat' has the `f_fstypename' member.
61808         Use that to define FS_TYPE, which is now used to make
61809         the getfsstat link test tighter.
61810
61811 2001-09-30  Jim Meyering  <meyering@lucent.com>
61812
61813         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61814         Include <sys/ucred.h>, for Apple Darwin.
61815         Include sys/mount.h and sys/fs_types.h only if available.
61816         (FS_TYPE): Define.
61817         (read_filesystem_list): Use FS_TYPE.
61818
61819 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61820
61821         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61822         a boolean context.
61823
61824 2001-09-29  Jim Meyering  <meyering@lucent.com>
61825
61826         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61827         [one-argument getmntent function]): Include stdio.h before mntent.h.
61828         SunOS 4.1.x needs it for the declaration of `FILE'.
61829         Patch by Volker Borchert.
61830
61831         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61832         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61833         sys/fs_types.h, and make the link-test for getfsstat guard #include
61834         directives with appropriate #if HAVE_*_H tests so that we can
61835         detect getfsstat on Apple Darwin1.3.7 systems.
61836         Reported by Nelson Beebe.
61837         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61838
61839 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61840
61841         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61842         #defines strtoimax.  Also treat the other strto* functions
61843         like strtoimax.
61844
61845         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61846         Check for strtoul and strtoumax,
61847         as those declarations are made even in the signed case.
61848         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61849         Likewise, for strtol and strtoimax.
61850
61851 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61852
61853         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61854         #defines strtoimax.  Also treat the other strto* functions
61855         like strtoimax.
61856
61857         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61858         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61859         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61860
61861 2001-09-26  Jim Meyering  <meyering@lucent.com>
61862
61863         Most macros in unlocked-io.h had the wrong number of arguments.
61864         * lib/gen-uio: New script.
61865         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61866         * lib/unlocked-io.hin: Remove file.
61867         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61868         rather than trying to embed it here.
61869         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61870         Reported by Padraig Brady.
61871
61872 2001-09-25  Volker Borchert  <bt@teknon.de>
61873
61874         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61875         `result'.
61876
61877 2001-09-24  Jim Meyering  <meyering@lucent.com>
61878
61879         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61880
61881 2001-09-23  Jim Meyering  <meyering@lucent.com>
61882
61883         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61884         instead of the mere test for existence of mntent.h.  The latter
61885         would get a false-positive on AIX 3.4 systems.
61886         In the outer getmntent if-block, don't die if neither of the getmntent
61887         tests succeeds.  Instead, just fall through and continue with the
61888         remaining tests.
61889
61890 2001-09-23  Jim Meyering  <meyering@lucent.com>
61891
61892         * lib/mountlist.c: Remove useless parentheses in #if directives.
61893         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61894         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61895
61896 2001-09-22  Jim Meyering  <meyering@lucent.com>
61897
61898         * m4/gettext.m4: New file.  From gettext.
61899         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61900         * m4/progtest.m4: Likewise
61901         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61902         * m4/glibc21.m4: Likewise.
61903
61904         * m4/libintl.m4: Remove.  No longer used.
61905
61906 2001-09-22  Jim Meyering  <meyering@lucent.com>
61907
61908         * lib/localcharset.c: Update from latest gettext.
61909         * lib/config.charset: Likewise.
61910
61911 2001-09-20  Jim Meyering  <meyering@lucent.com>
61912
61913         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61914         strtoimax.
61915         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61916         strtoumax.
61917
61918 2001-09-20  Jim Meyering  <meyering@lucent.com>
61919
61920         * lib/xstrtol.c (strtoimax): Guard declaration with
61921         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61922         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61923         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61924         (strtoumax): Likewise, for completeness (it wasn't necessary).
61925
61926 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61927
61928         * lib/strtoimax.c (HAVE_LONG_LONG):
61929         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61930         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61931         to work around bug in IBM C compiler.
61932
61933 2001-09-17  Jim Meyering  <meyering@lucent.com>
61934
61935         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61936         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61937         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61938         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61939         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61940         whenever the right hand side need not be expanded by the shell.
61941
61942 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61943
61944         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61945         library.  It's not correct, as some older glibcs are buggy.
61946         fnmatch wasn't fixed until glibc 2.2.
61947
61948         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61949         special shell magic here.
61950
61951 2001-09-16  Jim Meyering  <meyering@lucent.com>
61952
61953         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61954         * m4/jm-macros.m4: Require it.
61955
61956 2001-09-16  Jim Meyering  <meyering@lucent.com>
61957
61958         * lib/mkdir.c: New file.
61959
61960 2001-09-15  Jim Meyering  <meyering@lucent.com>
61961
61962         * m4/jm-macros.m4: Check for help2man.
61963
61964 2001-09-11  Jim Meyering  <meyering@lucent.com>
61965
61966         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61967         The body, by Paul Eggert, was moved here from configure.in.
61968         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61969
61970 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61971
61972         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61973         (jm_PREREQ): Use it.
61974
61975 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61976
61977         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61978         Use ssize_t, not int, to store result of readlink.
61979         Check for ssize_t overflow as well as size_t overflow,
61980         as POSIX says the result of readlink is implementation-defined
61981         when ssize_t overflows.
61982         Remove unnecessary cast to char*.
61983         Use free+malloc instead of realloc, as the storage doesn't need
61984         to be preserved and it's clearer and can be more efficient that way.
61985         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61986         * lib/xreadlink.h (xreadlink): Update prototype.
61987
61988 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61989
61990         * lib/xgetcwd.c: Revert some of the previous change; intead,
61991         fix the HAVE_GETCWD_NULL code to behave more like the
61992         !HAVE_GETCWD_NULL code used to.
61993
61994         Include "xalloc.h".
61995         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61996         invoke xalloc_die.
61997
61998 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61999
62000         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62001         sys/param.h, as pathmax.h includes them.
62002
62003 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62004
62005         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62006         (jm_PREREQ_XGETCWD): New macro.
62007
62008         * m4/getcwd.m4: New file.
62009
62010 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62011
62012         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62013         like the HAVE_GETCWD_NULL code.
62014         Include pathmax.h if not HAVE_GETCWD.
62015         Do not include xalloc.h.
62016         (INITIAL_BUFFER_SIZE): New symbol.
62017         Do not use xmalloc / xrealloc, since the caller is responsible for
62018         handling errors.  Preserve errno around `free' during failure.
62019         Do not overrun buffer when using getwd.
62020
62021 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62022
62023         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62024         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62025         getcwd (NULL, 0).
62026
62027 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62028
62029         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62030         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62031         spotted by Jim Meyering.
62032
62033 2001-09-03  Jim Meyering  <meyering@lucent.com>
62034
62035         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62036         failure.
62037
62038 2001-09-02  Jim Meyering  <meyering@lucent.com>
62039
62040         * lib/error.c: Update from GNU libc.
62041
62042 2001-09-01  Jim Meyering  <meyering@lucent.com>
62043
62044         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62045         Used by df.
62046
62047 2001-09-01  Jim Meyering  <meyering@lucent.com>
62048
62049         * lib/xreadlink.c: New file.
62050         * lib/xreadlink.h: New file.
62051         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62052         xreadlink.h.
62053
62054         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62055         doesn't conflict with sparc Solaris 7's definition in
62056         /usr/include/sys/int_types.h.
62057
62058         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62059         files.
62060         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62061         and strncasecmp as r-values.  Unixware didn't have declarations.
62062
62063 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62064
62065         * lib/xstrtol.h: Add copyright notice.
62066         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62067         LONGINT_INVALID_SUFFIX_CHAR.
62068
62069 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62070
62071         * lib/xstrtol.c (strtoimax): New decl.
62072
62073 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62074
62075         * lib/xgetcwd.c: Don't include pathmax.h.
62076         Include stdlib.h and unistd.h if available.
62077         Include xalloc.h.
62078         (xmalloc, xstrdup, free): Remove decls.
62079         (xgetcwd): Don't assume sizes fit in unsigned.
62080         Check for overflow when computing sizes.
62081         Simplify reallocation code.
62082
62083 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62084
62085         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62086         a directory's st_size can have an arbitrary value, so the old
62087         usage could waste an arbitrary amount of memory.  All uses
62088         changed.
62089         * lib/savedir.h: Update prototype.
62090
62091 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62092
62093         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62094
62095         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62096         old strtoimax.c.
62097
62098         Also, make the following further changes to make this file's
62099         configuration more similar to that of strtol.c:
62100         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62101         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62102         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62103         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62104         changed to signed values.
62105
62106         And make the following changes as well:
62107         Fix copyright notice, as 1999 was missing.
62108         (verify): New macro.
62109         (strtoimax): Check sizes at compile-time, not run-time.
62110         Prefer strtol to strtoll if both work.
62111         (main): Remove; it was not that useful and was a pain to maintain.
62112
62113         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62114
62115 2001-08-31  Jim Meyering  <meyering@lucent.com>
62116
62117         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62118         Use an initial, malloc'd, buffer of length 128 rather than
62119         a statically allocated one of length 1024.
62120
62121 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62122
62123         Simplify code, partly by assuming autoconf 2.52 semantics.
62124
62125         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62126
62127         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62128         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62129         All uses removed.
62130         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62131         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62132         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62133         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62134         jm_AC_HEADER_INTTYPES_H.
62135         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62136
62137         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62138
62139         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62140         Quote first arg of AC_DEFUN.
62141         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62142         since they are needed to parse the include file even if we need
62143         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62144         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62145         but with opposite signedness.
62146
62147 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62148
62149         Merge 'exclude' changes from tar 1.13.22.
62150         This fixes one or two unlikely storage allocation overflow bugs,
62151         but doesn't change user-visible behavior otherwise.
62152
62153 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62154
62155         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62156         (jm_PREREQ_EXCLUDE): New macro.
62157
62158 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62159
62160         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62161         tm to be declared.
62162
62163 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62164
62165         * lib/hash.c: Remove '2001' from copyright notice.
62166
62167 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62168
62169         * lib/full-write.h: New file.
62170         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62171         * lib/full-write.c: Correct credits, as cccp.c no longer
62172         exists and anyway it was so heavily changed from the old cccp
62173         code as to be unrecognizable.  Include full-write.h.
62174         (full_write) Return size_t, with short writes meaning failure.
62175         All callers changed.  This fixes a bug with large buffers
62176         on 64-bit hosts.
62177         * lib/utime.c: Include full-write.h.
62178
62179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62180
62181         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62182         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62183         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62184         Include if available.
62185         (<xalloc.h>): Include
62186         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62187         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62188         collide with FNM macros.
62189         (struct patopts): New struct.
62190         (struct exclude): Use it, as exclude patterns now come with options.
62191         (new_exclude): Support above changes.
62192         (new_exclude, add_exclude_file):
62193         Initial size must now be a power of two to simplify overflow checking.
62194         (free_exclude, fnmatch_no_wildcards): New function.
62195         (excluded_filename): No longer requires options arg, as the options
62196         are determined by add_exclude.  Now returns bool, not int.
62197         (excluded_filename, add_exclude):
62198         Add support for the fancy new exclusion options.
62199         (add_exclude, add_exclude_file): Now takes int options arg.
62200         Check for arithmetic overflow when computing sizes.
62201         (add_exclude_file): xrealloc might modify errno, so don't
62202         realloc until after errno might be used.
62203
62204         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62205         New macros.
62206         (free_exclude): New decl.
62207         (add_exclude, add_exclude_file): Now takes int options arg.
62208         (excluded_filename): No longer requires options arg, as the options
62209         are determined by add_exclude.  Now returns bool, not int.
62210
62211 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62212
62213         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62214
62215 2001-08-27  Jim Meyering  <meyering@lucent.com>
62216
62217         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62218
62219         * lib/version-etc.c (N_): Remove definition.
62220         Revert most of last change.
62221         Instead, simply don't mark the `Copyright...' string for translation.
62222         Based on advice from Paul Eggert.
62223
62224         * lib/strtoxmax.c: Tweak comment.
62225
62226 2001-08-26  Jim Meyering  <meyering@lucent.com>
62227
62228         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62229
62230         * m4/xstrtoimax.m4: New file.
62231         * m4/xstrtoumax.m4: Add comments explaining why we
62232         AC_REPLACE_FUNCS(strtol).
62233
62234 2001-08-26  Jim Meyering  <meyering@lucent.com>
62235
62236         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62237         of copyright with `%s' so translators don't get an untranslated
62238         message in 2002.
62239         (COPYRIGHT_YEAR): Define.
62240         (version_etc): Use fprintf rather than fputs.
62241         Suggestion from Ulrich Drepper.
62242
62243         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62244
62245         * lib/strtoll.c: New file, from GNU libc.
62246         * lib/xstrtoimax.c: New file.
62247
62248         * lib/xstrtol.h: Add xstrtoimax.
62249         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62250         * lib/strtoimax.c: New file.  Likewise, but first define
62251         STRTOUXMAX_SIGNED.
62252
62253         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62254         ...
62255         * lib/strtoxmax.c: ... then renamed to this.
62256
62257 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62258
62259         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62260         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62261         (jm_AC_TYPE_INTMAX_T): New macro.
62262         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62263
62264         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62265
62266         * m4/longlong.m4: Renamed from ulonglong.m4.
62267         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62268         * m4/uintmax_t.m4: Removed.
62269
62270 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62271
62272         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62273         Port to Solaris 8, where 'sed' requires a space after the 'r'
62274         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62275         Redirect output to $tmp just once.
62276
62277 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62278
62279         * lib/addext.c (<errno.h>): Include.
62280         (errno): Declare if not defined.
62281         (addext): Work correctly when pathconf returns -1 and leaves
62282         errno alone because there is no limit.  Also, work even if
62283         pathconf returns a value greater than SIZE_MAX.
62284
62285 2001-08-12  Jim Meyering  <meyering@lucent.com>
62286
62287         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62288         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62289         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62290         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62291         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62292         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62293         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62294         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62295         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62296         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62297         utime.m4, utimes.m4, xstrtoumax.m4:
62298         Quote the first argument in each use of AC_DEFUN.
62299
62300 2001-08-12  Jim Meyering  <meyering@lucent.com>
62301
62302         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62303         Simply `return getcwd (NULL, 0);'.
62304         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62305         Use 1300 as initial value for length, not PATH_MAX.
62306
62307         * lib/pathmax.h: Clean up cpp syntax.
62308
62309 2001-08-12  Jim Meyering  <meyering@lucent.com>
62310
62311         * lib/gettimeofday.c: New file.
62312         * lib/gtod.h: New file.
62313         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62314
62315 2001-08-05  Jim Meyering  <meyering@lucent.com>
62316
62317         * m4/jm-macros.m4: Require autoconf-2.52.
62318
62319 2001-08-04  Jim Meyering  <meyering@lucent.com>
62320
62321         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62322         stmt, to get in sync with glibc.
62323
62324 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62325
62326         The following changes are from gettext 0.10.39 as maintained by
62327         Bruno Haible.
62328
62329         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62330         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62331         with inverted sense.  All uses changed.
62332
62333         * lib/mbswidth.c: Don't include <limits.h>.
62334         Include <stdlib.h> and <string.h> unconditionally.
62335         (iswcntrl, mbsinit, ISCNTRL): New macros.
62336         (mbsnwidth): Use K&R style function declarations.
62337         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62338         can optimize it when MB_CUR_MAX == 1.
62339         The width of control characters is zero, not 1.
62340
62341 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62342
62343         The following changes are from gettext 0.10.39 as maintained by
62344         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62345
62346         * m4/codeset.m4: Upgrade to serial AM1.
62347         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62348         all uses changed.  Quote first arg of AC_DEFUN.
62349         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62350
62351         * m4/iconv.m4: Upgrade to serial AM2.
62352         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62353         Add --with-libconv-prefix.
62354         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62355         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62356         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62357         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62358         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62359
62360         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62361         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62362         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62363         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62364         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62365         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62366         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62367         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62368         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62369
62370         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62371         string.h any more.
62372
62373         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62374         not the default value.
62375
62376         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62377         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62378         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62379         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62380         Also check for iswcntrl, used for wcwidth fallback.
62381         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62382         to Autoconf 2.13.
62383
62384 2001-08-03  Jim Meyering  <meyering@lucent.com>
62385
62386         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62387         as it was in the original.  Reported by Paul Eggert.
62388
62389 2001-07-16  Jim Meyering  <meyering@lucent.com>
62390
62391         * m4/gettimeofday.m4: New file.
62392         Prompted by a report from Bernhard Baehr.
62393
62394 2001-07-15  Jim Meyering  <meyering@lucent.com>
62395
62396         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62397         stuff. Now it's in ../Makefile.cfg.
62398
62399 2001-07-15  Jim Meyering  <meyering@lucent.com>
62400
62401         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62402         (BUILT_SOURCES): Add unlocked-io.h.
62403         (io_functions): Define.
62404         (unlocked-io.h): New rule.
62405         (DISTCLEANFILES): Add unlocked-io.h.
62406         (all-local): Depend on unlocked-io.h, to ensure it is created.
62407
62408         * lib/unlocked-io.hin: New file
62409
62410         * lib/regex.c: Update from glibc.
62411
62412 2001-07-05  Jim Meyering  <meyering@lucent.com>
62413
62414         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62415         recommendation.
62416         (libfetish_a_SOURCES): Put all .h files here instead.
62417         Remove a thus-exposed (better checks in automake) duplicate and
62418         two unnecessary .h files.
62419
62420 2001-07-04  Jim Meyering  <meyering@lucent.com>
62421
62422         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62423         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62424         distcheck failure.
62425
62426 2001-07-02  Jim Meyering  <meyering@lucent.com>
62427
62428         The following changes were prompted by suggestions from Bruno Haible.
62429
62430         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62431         is now generated.
62432         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62433         definition of EXTRA_DIST.
62434         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62435         ensure that the generated file is created/updated whenever the list
62436         of $(unlocked_functions) is changed.
62437         (jm-glibc-io.m4): New rule.
62438         (unlocked-io.h): New rule -- currently unused.
62439
62440 2001-06-24  Jim Meyering  <meyering@lucent.com>
62441
62442         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62443         unmatched right bracket, rather than kludging it with an extra,
62444         falsely-matching quote in a comment.  Patch by Akim Demaille.
62445
62446 2001-06-11  Jim Meyering  <meyering@lucent.com>
62447
62448         * lib/regex.c: Update from GNU libc.
62449
62450 2001-05-27  Jim Meyering  <meyering@lucent.com>
62451
62452         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62453         Check for ut_type in struct utmp.
62454
62455 2001-05-27  Jim Meyering  <meyering@lucent.com>
62456
62457         * lib/readutmp.h (UT_TYPE): Define.
62458
62459 2001-05-24  Jim Meyering  <meyering@lucent.com>
62460
62461         * lib/argmatch.c: Include "quote.h".
62462         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62463         quote function.  Reported by Göran Uddeborg.
62464
62465 2001-05-22  Jim Meyering  <meyering@lucent.com>
62466
62467         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62468         now that we use the package-supplied version unconditionally.
62469         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62470
62471 2001-05-21  Jim Meyering  <meyering@lucent.com>
62472
62473         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62474         shell syntax errors.
62475
62476 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62477
62478         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62479
62480 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62481
62482         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62483         Don't bother to check library strftime, since
62484         we'll be using our own my_strftime function anyway.
62485         Define my_strftime instead of strftime.
62486
62487 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62488
62489         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62490         which is not yet declared.
62491
62492 2001-05-15  Jim Meyering  <meyering@lucent.com>
62493
62494         * m4/regex.m4: Use proper quoting so brackets appear in the test
62495         program.
62496         Reported by, and with help from, Bruno Haible.
62497
62498 2001-05-13  Jim Meyering  <meyering@lucent.com>
62499
62500         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62501         undefined.
62502
62503 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62504
62505         dirname code cleanup.  base_name now behaves more compatibly
62506         with POSIX basename when given file names that have trailing
62507         slashes, and similarly for dir_name.  Add new primitives
62508         base_len and dir_len.  Put the directory-name-related decls
62509         into dirname.h.
62510
62511         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62512         * lib/backupfile.c (base_name): Likewise.
62513         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62514         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62515         * lib/makepath.c (strip_trailing_slashes): Likewise.
62516         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62517         ISSLASH): Likewise.
62518         * lib/rename.c (strip_trailing_slashes): Likewise.
62519         * lib/same.c (base_name): Likewise.
62520         * lib/stripslash.c (ISSLASH): Likewise.
62521
62522         * lib/addext.c: Include <dirname.h> after size_t is defined.
62523         * lib/backupfile.c: Likewise.
62524
62525         * lib/addext.c (addext): Use base_len to trim redundant
62526         trailing slashes instead of doing it ourselves.
62527         But do not trim the last slash if it is not redundant.
62528
62529         * lib/backupfile.c (find_backup_file_name,
62530         max_backup_version): Use base_len instead of rolling it ourselves.
62531         Handle the case of "" and (on DOS) "C:" correctly.
62532
62533         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62534         needed. Include <string.h>, <dirname.h>.
62535         (base_name): Allow file names ending in slashes, other than names
62536         that are all slashes.  In this case, return the basename followed
62537         by the slashes.  This is more general, and can be used in places
62538         where the original base_name purposely had an assertion failure.
62539         (base_len): New function.
62540
62541         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62542         Do not include <assert.h>; no longer needed.
62543         Include xalloc.h.
62544         (memrchr): Remove decl.
62545         (dir_name_r): Remove.
62546         (dir_len): Renamed from dirlen.  All callers changed.
62547         Rewrite in terms of base_name, for simplicity and consistency.
62548         (dir_name): Never return NULL.  All callers changed.
62549         Do not include <stdlib.h> in test program; no longer needed.
62550         return 0; is fine for test program.
62551
62552         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62553         New macros.
62554         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62555
62556         * lib/path-concat.c (path_concat): Use base_len to compute
62557         base length, not strlen; this means we cannot rely on memcpy
62558         to null-terminate.
62559
62560         * lib/same.c (STREQ): Remove.
62561         (same_name): Handle the case where the basename ends in trailing '/'.
62562
62563         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62564         a slash was stripped.  Do not strip the last slash after a
62565         file system prefix.
62566
62567 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62568
62569         * lib/Makefile.am (libfetish_a_SOURCES):
62570         Add strftime.c, since we now compile it on all hosts.
62571
62572         * lib/strftime.c (my_strftime):
62573         Define to nstrftime if emacs, but only if my_strftime is not defined.
62574         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62575         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62576         Add one more extra argument: a nanoseconds value.
62577         All uses changed.
62578         (ns): New macro.
62579         (my_strftime function): Add %N format.
62580         (emacs_strftimeu): Renamed from emacs_strftime,
62581         with extra ut argument.
62582
62583 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62584
62585         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62586
62587 2001-04-21  Jim Meyering  <meyering@lucent.com>
62588
62589         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62590         doesn't interfere.
62591
62592 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62593
62594         * m4/ftruncate.m4: Check for chsize.
62595         Link with ftruncate.o unconditionally if ftruncate is missing.
62596         This was required when cross-compiling to i586-mingw32msvc.
62597
62598 2001-04-08  Jim Meyering  <meyering@lucent.com>
62599
62600         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62601         recomputed; that's necessary when the offset spans a DST transition.
62602         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62603
62604 2001-04-02  Jim Meyering  <meyering@lucent.com>
62605
62606         * lib/regex.h, regex.c: Update from GNU libc.
62607
62608 2001-03-24  Jim Meyering  <meyering@lucent.com>
62609
62610         * m4/jm-macros.m4: Require autoconf-2.49d.
62611
62612 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62613
62614         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62615
62616 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62617
62618         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62619
62620 2001-03-17  Jim Meyering  <meyering@lucent.com>
62621
62622         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62623         now that the version in autoconf is equivalent.
62624         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62625
62626         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62627         Suggestion from Akim Demaille.
62628
62629         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62630         (jm_PREREQ_TEMPNAME): New function.
62631
62632 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62633
62634         * lib/tempname.c (uint64_t): Define to uintmax_t if
62635         not defined, and if UINT64_MAX is not defined.
62636         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62637         Reported by John David Anglin.
62638
62639 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62640
62641         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62642         resolve alias if codeset is empty.
62643         * lib/config.charset (BeOS): Use wildcard syntax.
62644
62645 2001-03-13  Jim Meyering  <meyering@lucent.com>
62646
62647         * lib/path-concat.c (path_concat)
62648         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62649         concatenating e.g., `C:' and `foo'.
62650         From Bruno Haible.
62651
62652 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62653
62654         * lib/localcharset.c (locale_charset): Don't use
62655         setlocale(LC_CTYPE,NULL). Don't return NULL.
62656         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62657
62658 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62659
62660         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62661         support for DOS/DJGPP.
62662
62663 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62664
62665         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62666         lacks mkstemp.  Compile our own tempname.c if we compile our own
62667         mkstemp.c, as mkstemp relies on tempname.
62668
62669 2001-03-01  Jim Meyering  <meyering@lucent.com>
62670
62671         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62672         AH_VERBATIM really does output its argument verbatim.
62673
62674 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62675
62676         * lib/Makefile.am (libfetish_a_SOURCES):
62677         Add dup-safer.c, fopen-safer.c.
62678         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62679
62680         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62681         * lib/unistd-safer.h: New files.
62682
62683 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62684
62685         The mkstemp replacement is taken from glibc 2.2.2, with some
62686         portability fixes for use outside glibc, as follows:
62687
62688         * lib/tempname.c (struct_stat64): New macro.
62689         (direxists, __gen_tempname): Use it.
62690         This avoids a portability problem with Solaris 8.
62691
62692         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62693         (<stddef.h>, <stdint.h>, <string.h>):
62694         Include only if STDC_HEADERS || _LIBC.
62695         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62696         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62697         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62698         (__set_errno): Define this macro if <errno.h> doesn't.
62699         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62700         Define these macros if <stdio.h> doesn't.
62701         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62702         Define these macros if <sys/stat.h>
62703         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62704         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62705         __xstat64): Define if not _LIBC.
62706         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62707         (__gen_tempname): Invoke gettimeofday only if
62708         HAVE_GETTIMEOFDAY || _LIBC;
62709         otherwise, fall back on plain "time".
62710         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62711
62712         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62713
62714         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62715
62716 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62717
62718         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62719
62720 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62721
62722         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62723         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62724         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62725         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62726
62727 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62728
62729         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62730         Remove workaround macros for hosts that have mbrtowc but not
62731         mbstate_t, as we now insist on proper declarations for both
62732         before using mbrtowc.
62733
62734 2001-02-17  Jim Meyering  <meyering@lucent.com>
62735
62736         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62737         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62738         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62739         UnixWare 7.1.1.
62740
62741         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62742         rather than AC_CACHE_VAL.
62743
62744 2001-02-17  Jim Meyering  <meyering@lucent.com>
62745
62746         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62747         around included file name.
62748
62749         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62750
62751         * lib/strftime.c: Update from GNU libc (the only changes were to
62752         comments).
62753
62754 2001-02-17  Jim Meyering  <meyering@lucent.com>
62755
62756         * lib/regex.c: Update from libc.
62757
62758 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62759
62760         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62761         clash.
62762
62763 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62764
62765         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62766         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62767         Reported by Mark Hounschell via Paul Eggert.
62768
62769 2001-02-07  Jim Meyering  <meyering@lucent.com>
62770
62771         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62772
62773 2001-02-05  Jim Meyering  <meyering@lucent.com>
62774
62775         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62776         it includes the patch required for `large file' support with at least
62777         HP-UX's 10.20 /bin/cc.
62778
62779 2001-02-03  Jim Meyering  <meyering@lucent.com>
62780
62781         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62782         AS_IF, now that it works once again (mysteriously).
62783         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62784
62785 2001-01-30  Jim Meyering  <meyering@lucent.com>
62786
62787         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62788         * m4/chown.m4: Rename conftestchown to conftest.chown.
62789         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62790         s/conftestdir2/conftest.d2/.
62791         * m4/utimes.m4: s/conftestdata/conftest.data/
62792         Inspired by Pavel Roskin's change in autoconf.
62793
62794 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62795
62796         * lib/config.charset: Update for FreeBSD 4.2.
62797
62798 2001-01-27  Jim Meyering  <meyering@lucent.com>
62799
62800         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62801         a use of AS_IF.
62802         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62803
62804 2001-01-26  Jim Meyering  <meyering@lucent.com>
62805
62806         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62807         quotearg.c includes it.
62808
62809 2001-01-26  Jim Meyering  <meyering@lucent.com>
62810
62811         * lib/quotearg.c: Include stddef.h.
62812         * lib/quote.c: Include stddef.h.
62813         Reported by Axel Kittenberger.
62814
62815         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62816         line in double quotes so that it evokes a better diagnostic.
62817         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62818         Reported by Axel Kittenberger.
62819
62820 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62821
62822         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62823         as if it was a `charset'.
62824
62825 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62826
62827         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62828         has const.
62829
62830 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62831
62832         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62833         to avoid a warning.  Add back 'const' to inptr.
62834
62835 2001-01-20  Jim Meyering  <meyering@lucent.com>
62836
62837         Be sure that headers are checked before used in code compiled
62838         for the type checks.
62839         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62840         In place of that, invoke jm_CHECK_ALL_TYPES.
62841         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62842         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62843         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62844         The check for ssize_t was mistakenly run before the test for unistd.h.
62845
62846         The configure-time check for stdbool.h was missing.
62847         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62848         (jm_PREREQ_HASH): New function.
62849
62850 2001-01-17  Jim Meyering  <meyering@lucent.com>
62851
62852         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62853         for autoconf-2.49c.
62854         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62855
62856 2001-01-16  Jim Meyering  <meyering@lucent.com>
62857
62858         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62859         From Bruno Haible.
62860
62861 2001-01-14  Jim Meyering  <meyering@lucent.com>
62862
62863         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62864         foo and bar.  Create conftestdir/ in the script, not in the C code.
62865         Remove directories in the script, not in the C code.
62866         Remove conftestdir{,2} before trying to create the directory.
62867         Make the entire configure script fail if the mkdir fails.
62868
62869 2001-01-14  Jim Meyering  <meyering@lucent.com>
62870
62871         * lib/rename.c: New file.  From Volker Borchert.
62872         Include stdlib.h, string.h or strings.h, and xalloc.h.
62873         Use strip_trailing_slashes rather than open-coding it.
62874
62875 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62876
62877         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62878
62879 2001-01-03  Jim Meyering  <meyering@lucent.com>
62880
62881         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62882         of local `inptr' to avoid warning with some system declarations of
62883         iconv.
62884
62885 2001-01-02  Volker Borchert  <bt@teknon.de>
62886
62887         * m4/rename.m4: New file.
62888         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62889
62890 2001-01-01  Jim Meyering  <meyering@lucent.com>
62891
62892         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62893         even on systems with utmpx.h.  It's necessary for the declaration of
62894         utmp's ut_user member.  Reported by Andreas Jaeger.
62895
62896         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62897         available. They are required for the declarations of getgrgid and
62898         getpwuid resp.
62899         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62900         Reported by Andreas Jaeger.
62901
62902 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62903
62904         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62905         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62906         so `make install' also works in VPATH builds.
62907
62908 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62909
62910         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62911         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62912         can be used in subdirectories.
62913
62914 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62915
62916         * lib/modechange.c: Do not assume that mode_t uses the
62917         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62918         the other-execute bit of FOO even if S_IXOTH != 1.
62919
62920         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62921         WOTH, XOTH, ALLM): New macros.
62922         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62923          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62924         Use them.
62925         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62926         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62927         (mode_compile):
62928         No need to use uintmax_t; unsigned long is long enough.
62929         Don't bother to get suffix since we don't use it.
62930
62931 2000-12-26  Jim Meyering  <meyering@lucent.com>
62932
62933         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62934         better with autoheader.
62935
62936 2000-12-24  Jim Meyering  <meyering@lucent.com>
62937
62938         * lib/hash.c (is_prime): Return explicit boolean values.
62939         (hash_get_first): Return NULL to appease Irix5.6's 89.
62940         Reported by Nelson Beebe.
62941
62942 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62943
62944         * lib/localcharset.c (locale_charset): Add support for Win32.
62945
62946 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62947
62948         * lib/physmem.h, lib/physmem.c: New files.
62949
62950         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62951         (noinst_HEADERS): Add physmem.h.
62952
62953         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62954         't' for compatibility with Solaris 8 sort.
62955
62956 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62957
62958         * lib/config.charset: Add support for BeOS.
62959
62960 2000-12-17  Jim Meyering  <meyering@lucent.com>
62961
62962         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62963         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62964
62965 2000-12-16  Jim Meyering  <meyering@lucent.com>
62966
62967         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62968         N and M) would have treated it like `chown N:N FILE'.
62969
62970         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62971
62972 2000-12-16  Jim Meyering  <meyering@lucent.com>
62973
62974         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62975         SHELLS_FILE to a file name that's useful on djgpp systems.
62976         Include stdlib.h.
62977         (ADDITIONAL_DEFAULT_SHELLS): Define.
62978         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62979         Based mostly on a patch from Prashant TR.
62980
62981 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62982
62983         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62984         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62985         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62986
62987 2000-12-08  Andreas Schwab  <schwab@suse.de>
62988
62989         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62990         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62991
62992 2000-12-07  Jim Meyering  <meyering@lucent.com>
62993
62994         * lib/stripslash.c (ISSLASH): Define.
62995         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62996         `/'.
62997         From Prashant TR.
62998
62999         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63000         (dir_name_r): Declare this function as static.
63001         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63002         manifest itself on a name containing a mix of slashes and
63003         backslashes.
63004         Make this function work with names starting with a DOS-style
63005         drive letter and colon prefix.
63006         (dir_name): Append `.' if necessary.
63007         Based mostly on patches from Prashant TR and Eli Zaretskii.
63008
63009         * lib/dirname.h (dir_name_r): Remove prototype.
63010
63011 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63012
63013         * m4/off_t-format.m4: Remove this file.
63014         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63015
63016 2000-12-06  Jim Meyering  <meyering@lucent.com>
63017
63018         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63019         replacement strtoull, we may well need the replacement strtoul, too.
63020         Check for declarations of strtoul and strtoull.
63021         Check for strtol.  Mainly as a cue to cause automake to include
63022         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63023         Check for limits.h -- strtol.c needs it.
63024
63025 2000-12-05  Jim Meyering  <meyering@lucent.com>
63026
63027         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63028
63029 2000-12-04  Jim Meyering  <meyering@lucent.com>
63030
63031         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63032         Also include memory.h, stdlib.h, unistd.h if appropriate.
63033         Reported by Andreas Jaeger (conflicting declaration of malloc).
63034
63035 2000-12-02  Jim Meyering  <meyering@lucent.com>
63036
63037         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63038         * m4/jm-macros.m4 (jm_MACROS): require it.
63039
63040 2000-12-02  Jim Meyering  <meyering@lucent.com>
63041
63042         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63043
63044 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63045
63046         * lib/memrchr.c: Include <config.h> before any system include file.
63047
63048 2000-11-30  Jim Meyering  <meyering@lucent.com>
63049
63050         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63051
63052 2000-11-30  Jim Meyering  <meyering@lucent.com>
63053
63054         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63055
63056 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63057
63058         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63059
63060 2000-11-26  Jim Meyering  <meyering@lucent.com>
63061
63062         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63063
63064 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63065
63066         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63067         size of (size_t) -1; it's not portable.
63068
63069 2000-11-17  Jim Meyering  <meyering@lucent.com>
63070
63071         * lib/strstr.c: Update from GNU libc.
63072
63073 2000-11-17  Akim Demaille  <akim@epita.fr>
63074
63075         * lib/obstack.h: Formatting changes.
63076         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63077         prevent type checking.
63078         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63079         cast the value to (void *): assigning a `foo *' to a `void *'
63080         variable is valid.
63081         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63082
63083 2000-11-16  Jim Meyering  <meyering@lucent.com>
63084
63085         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63086
63087 2000-11-11  Jim Meyering  <meyering@lucent.com>
63088
63089         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63090
63091 2000-11-10  Jim Meyering  <meyering@lucent.com>
63092
63093         * lib/obstack.h: Update from GNU libc.
63094         * lib/obstack.c: Likewise.
63095
63096 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63097
63098         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63099
63100 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63101
63102         * lib/getusershell.c (setusershell): Use rewind rather than
63103         fseek/fseeko, to avoid configuration hassles with fseeko.
63104         Don't bother opening SHELLS_FILE if shellstream is NULL;
63105         it's not necessary.
63106
63107 2000-11-05  Jim Meyering  <meyering@lucent.com>
63108
63109         * lib/makepath.h (make_dir): Declare.
63110         * lib/makepath.c (make_dir): Remove `static' attribute.
63111         Tweak a comment.
63112
63113 2000-11-04  Jim Meyering  <meyering@lucent.com>
63114
63115         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63116
63117 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63118
63119         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63120         last one in a bucket, advance to the next bucket.
63121
63122 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63123
63124         * lib/fnmatch.c: Do not comment out all the code if we are using
63125         the GNU C library, because in some cases we are replacing buggy
63126         code in the GNU C library itself.
63127
63128 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63129
63130         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63131         (regex_compile): Catch bogus \(\1\).
63132
63133 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63134
63135         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63136         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63137         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63138
63139 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63140
63141         * lib/error.h, getline.h, modechange.h:
63142         Remove "2000" from Copyright line, as the file hasn't been
63143         changed this year other than in the copyright notice.
63144
63145         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63146         was changed this year.
63147
63148 2000-10-29  Jim Meyering  <meyering@lucent.com>
63149
63150         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63151         renaming.
63152         * m4/ls-mntd-fs.m4: Likewise
63153
63154 2000-10-29  Jim Meyering  <meyering@lucent.com>
63155
63156         * lib/xstat.in: Fix grammar in comment.
63157
63158 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63159
63160         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63161         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63162         doesn't define __restrict_arr.
63163
63164 2000-10-28  Jim Meyering  <meyering@lucent.com>
63165
63166         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63167         (jm_PREREQ_MEMCHR): New function.
63168
63169 2000-10-28  Jim Meyering  <meyering@lucent.com>
63170
63171         * lib/memchr.c: Update from libc.
63172         Adjust for portability:
63173         [HAVE_STDLIB_H]: Include stdlib.h.
63174         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63175         Undef __memchr, too.
63176         [!weak_alias]: Define __memchr to memchr.
63177
63178         * lib/regex.c: Update from libc.
63179         * lib/regex.h: Likewise.
63180         * lib/getopt1.c: Likewise.
63181         * lib/memcmp.c: Likewise.
63182
63183         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63184         Avoid using fseek, when possible -- it's broken by design.
63185         Patch by Ulrich Drepper.
63186
63187 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63188
63189         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63190         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63191         Giving in to popular pressure to shut up the compiler with casts.
63192
63193 2000-10-26  Jim Meyering  <meyering@lucent.com>
63194
63195         * lib/strftime.c: Update from libc.
63196
63197 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63198
63199         * regex.c: More `unsigned char' -> `re_char' changes.
63200         Also change several `int' into `re_wchar_t'.
63201         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63202         (PUSH_FAILURE_POINTER): Don't cast any more.
63203         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63204         We want GCC to complain, since this piece of code makes
63205         re_match non-reentrant, which *should* be fixed.
63206         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63207         (EXTEND_BUFFER): Use RETALLOC.
63208         (SET_LIST_BIT): Don't cast.
63209         (re_wchar_t): New type.
63210         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63211         that those two functions will always properly return.
63212         (IMMEDIATE_QUIT_CHECK): Cast to void.
63213         (analyse_first): Use recursion rather than an explicit stack.
63214         (re_compile_fastmap): Can't fail anymore.
63215         (re_search_2): Don't check re_compile_fastmap for failure.
63216         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63217         Now also sets the new value (passed in a new argument).
63218         (re_match_2_internal): Use it.
63219         Also, use a new var `reg' of type size_t when looping through regs
63220         rather than reuse the inappropriate `mcnt'.
63221
63222 2000-10-25  Jim Meyering  <meyering@lucent.com>
63223
63224         * lib/obstack.c: Update from libc.
63225
63226 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63227
63228         * regex.c (regex_compile): Change the way of handling a range from
63229         a char less than 256 to a char not less than 256.
63230
63231 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63232
63233         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63234         NT-Emacs only.
63235         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63236         so that re_search functions only quit when callers expect them to.
63237
63238 2000-10-23  Jim Meyering  <meyering@lucent.com>
63239
63240         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63241         wrong.  That set_locale call must not have any side effects.
63242         From Paul Eggert.
63243
63244 2000-10-22  Jim Meyering  <meyering@lucent.com>
63245
63246         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63247         [CYCLIC]: Remove now-unused definition.
63248
63249         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63250         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63251         Suggestion from Ulrich Drepper.
63252
63253 2000-10-21  Jim Meyering  <meyering@lucent.com>
63254
63255         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63256         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63257         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63258
63259 2000-10-21  Jim Meyering  <meyering@lucent.com>
63260
63261         * lib/dirname.c (memrchr): Declare if necessary.
63262         (dir_name): Remove the restriction that there be no
63263         trailing slashes.  Now, this code skips past them, effectively
63264         ignoring them.
63265         [TEST_DIRNAME] (main): New unit tests.
63266
63267         * lib/memrchr.c: New file from GNU libc.
63268         Undef __memrchr, too.
63269         [!weak_alias]: Define __memrchr to memrchr.
63270         Guard weak_alias use with `#ifdef weak_alias'.
63271
63272 2000-10-21  Jim Meyering  <meyering@lucent.com>
63273
63274         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63275         (dir_name): Use dir_name_r.
63276         * lib/dirname.h (dir_name_r): Declare it.
63277
63278 2000-10-17  Jim Meyering  <meyering@lucent.com>
63279
63280         * lib/quote.h (PARAMS): Define and use.
63281         Reported by Akim Demaille.
63282
63283         * lib/getopt.c: Update from libc.
63284
63285 2000-10-16  Jim Meyering  <meyering@lucent.com>
63286
63287         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63288         setlocale.
63289         From Jan Fedak.
63290
63291 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63292
63293         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63294
63295 2000-09-25  Jim Meyering  <meyering@lucent.com>
63296
63297         * lib/md5.h (rol): Define (from GnuPG).
63298
63299         * lib/sha.c: Give credit (GnuPG) where due.
63300         (M): Use rol rather than open-coding it.
63301         Add a FIXME comment.
63302
63303 2000-09-21  Jim Meyering  <meyering@lucent.com>
63304
63305         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63306         Reported by Michael Stone.
63307
63308 2000-09-20  Jim Meyering  <meyering@lucent.com>
63309
63310         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63311         (noinst_HEADERS): Add sha.h.
63312         Based on code from Scott G. Miller and from GnuPG.
63313
63314 2000-09-18  Jim Meyering  <meyering@lucent.com>
63315
63316         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63317         LIBS. Otherwise, everyone ends up linking with -lelf for some
63318         configurations.
63319         Reported by Mike Stone.
63320
63321 2000-09-15  Jim Meyering  <meyering@lucent.com>
63322
63323         * lib/regex.c: Update from libc.
63324
63325 2000-09-10  Jim Meyering  <meyering@lucent.com>
63326
63327         * lib/getopt.c (_getopt_internal): Update from glibc.
63328
63329 2000-09-09  Jim Meyering  <meyering@lucent.com>
63330
63331         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63332         think it should be used as a general replacement for isascii.
63333         * lib/fnmatch.c: Likewise.
63334         * lib/mbswidth.c: Likewise
63335         * lib/regex.c: Likewise.
63336
63337         Don't use atoi.
63338         * lib/userspec.c: Include sys/param.h and limits.h.
63339         Include xstrtol.h.
63340         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63341         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63342         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63343         UID, GID.  Check range.
63344
63345 2000-09-06  Jim Meyering  <meyering@lucent.com>
63346
63347         * lib/getopt.c (_getopt_internal): Update from glibc.
63348
63349 2000-08-30  Jim Meyering  <meyering@lucent.com>
63350
63351         * lib/strftime.c: Merge in changes from GNU libc.
63352
63353 2000-08-26  Jim Meyering  <meyering@lucent.com>
63354
63355         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63356         * m4/fpending.m4: New file.
63357
63358 2000-08-26  Jim Meyering  <meyering@lucent.com>
63359
63360         * lib/closeout.c: Include "__fpending.h".
63361         (close_stdout_status): Return right away if there's nothing to flush.
63362
63363         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63364         * lib/__fpending.c: New file.
63365         * lib/__fpending.h: New file.
63366
63367 2000-08-20  Jim Meyering  <meyering@lucent.com>
63368
63369         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63370         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63371         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63372
63373 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63374
63375         Improve fileutils installation on systems where running
63376         programs (like install) can't be unlinked.
63377         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63378         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63379
63380 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63381
63382         Standardize on "memory exhausted" instead of "Memory exhausted"
63383         or "virtual memory exhausted".
63384         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63385         "virtual memory exhausted".
63386         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63387         our own message.
63388         * lib/userspec.c (parse_user_spec): Likewise.
63389         * lib/bumpalloc.h: comment fix
63390         * lib/same.c, userspec.c: Include xalloc.h.
63391
63392         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63393         not char *const and pointing to a constant array.
63394         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63395         (xrealloc): Comment fix.
63396
63397         * lib/userspec.c (parse_user_spec):
63398         Don't translate a message until just before returning,
63399         to avoid unnecessary translation.
63400
63401 2000-08-07  Jim Meyering  <meyering@lucent.com>
63402
63403         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63404         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63405         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63406         getgroups.c, gethostname.c, getopt.h, group-member.c,
63407         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63408         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63409         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63410         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63411         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63412         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63413         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63414         yesno.c: Back out Copyright date changes for each file with no change
63415         this year.  This eases coordination with other programs using the same
63416         source code modules.  From Paul Eggert.
63417
63418 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63419
63420         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63421         not char, for compatibility with glibc 2.1.3 strftime.c.
63422
63423 2000-08-03  Greg McGary  <greg@mcgary.org>
63424
63425         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63426         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63427         (EXTEND_BUFFER): Use them.
63428
63429 2000-08-01  Jim Meyering  <meyering@lucent.com>
63430
63431         * lib/dirname.c (ISSLASH): Define.
63432         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63433         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63434         both `\' and `/' may be use as path separators.
63435         Based on a patch from Prashant TR.
63436
63437 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63438
63439         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63440         slot vector a constant, since it might get modified.
63441
63442 2000-07-31  Jim Meyering  <meyering@lucent.com>
63443
63444         * lib/xmalloc.c: Use `virtual memory exhausted', not
63445         `Memory exhausted'.
63446         * lib/obstack.c (print_and_abort): Likewise.
63447
63448 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63449
63450         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63451         buffer, so that the caller can always quote one small
63452         component of a "memory exhausted" message in slot 0.
63453         From a suggestion by Jim Meyering.
63454
63455 2000-07-30  Jim Meyering  <meyering@lucent.com>
63456
63457         * lib/makepath.c (make_path): Quote the other instance, too.
63458
63459         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63460         (STATIC_BUF_SIZE): Define.
63461         (quotearg_n_options): Use only statically allocated storage when
63462         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63463         than STATIC_BUF_SIZE.
63464
63465 2000-07-29  Jim Meyering  <meyering@lucent.com>
63466
63467         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63468         * lib/dirname.c (dir_name): Likewise.
63469
63470         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63471         `/'.
63472
63473         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63474         (dir_name): Assert that there are no trailing slashes.
63475
63476 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63477
63478         * lib/mbswidth.h (mbswidth): Add a flags argument.
63479         (mbswidth): New declaration.
63480         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63481         * lib/mbswidth.c (mbswidth): Add a flags argument.
63482         (mbsnwidth): New function.
63483
63484 2000-07-24  Jim Meyering  <meyering@lucent.com>
63485
63486         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63487
63488 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63489
63490         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63491
63492 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63493
63494         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63495         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63496         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63497         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63498         invoke multibyte primitives.
63499
63500 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63501
63502         * lib/quotearg.c:
63503         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63504         so that mbstate_t is always defined.
63505
63506         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63507         be 1 in at least one GCC installation, and this configuration
63508         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63509         performance on hosts that have mbrtowc but have only unibyte
63510         locales, but I assume these hosts are rare.
63511
63512 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63513
63514         * lib/mbswidth.c (_XOPEN_SOURCE):
63515         Don't define; this causes problems on Solaris 7.
63516         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63517
63518 2000-07-23  Jim Meyering  <meyering@lucent.com>
63519
63520         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63521         too: getgrgid, getpwuid, getuid.
63522
63523 2000-07-23  Jim Meyering  <meyering@lucent.com>
63524
63525         * lib/basename.c (base_name): Add an assertion.
63526
63527 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63528
63529         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63530         shadow its mbsinit function.
63531
63532 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63533
63534         * lib/mbswidth.h: New file.
63535         * lib/mbswidth.c: New file.
63536         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63537         (noinst_HEADERS): Add mbswidth.h.
63538
63539 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63540
63541         * lib/config.charset: Add support for FreeBSD. Improve support for
63542         HP-UX and IRIX 6.
63543
63544 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63545
63546         * m4/mbswidth.m4: New file.
63547         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63548
63549 2000-07-15  Jim Meyering  <meyering@lucent.com>
63550
63551         * lib/makepath.c: Include quote.h.
63552         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63553         corresponding argument in a `quote (...)' call.
63554         Give better diagnostics.
63555
63556         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63557         (noinst_HEADERS): Add quote.h.
63558
63559         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63560         from tar's src/misc.c.
63561         * lib/quote.h: New file.  Prototypes for same.
63562
63563 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63564
63565         From a suggestion by Bruno Haible.
63566         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63567         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63568         to decide whether to define the BeOS workaround macro;
63569         this adjusts to the change to AC_MBSTATE_T.
63570
63571 2000-07-14  Jim Meyering  <meyering@lucent.com>
63572
63573         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63574         jm_AC_TYPE_UINTMAX_T.
63575
63576 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63577
63578         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63579
63580         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63581         quotearg_buffer_restyled): Add support for
63582         clocale_quoting_style.  Undo previous change to
63583         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63584         and "{RIGHT QUOTATION MARK}" msgids.
63585
63586 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63587
63588         From a suggestion by Bruno Haible.
63589         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63590         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63591         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63592         and mbstate_t, to a single-part test that simply defines mbstate_t.
63593         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63594         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63595
63596 2000-07-10  Jim Meyering  <meyering@lucent.com>
63597
63598         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63599
63600         * m4/gnu-source.m4: Output to confdefs.h directly.
63601         Suggestion from Akim Demaille.
63602
63603 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63604
63605         The old behavior of quoting `like this' doesn't look good with
63606         newer, ISO-style fonts.  See:
63607         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63608
63609         Instead, quote "like this" by default.  Let the translator
63610         tailor the locale-specific quoting behavior by providing
63611         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63612
63613         * lib/quotearg.c (N_): New macro.
63614         (gettext_default): New function.
63615         (quotearg_buffer_restyled): Use
63616         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63617         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63618
63619 2000-07-09  Jim Meyering  <meyering@lucent.com>
63620
63621         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63622         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63623
63624         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63625         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63626
63627 2000-07-09  Jim Meyering  <meyering@lucent.com>
63628
63629         * lib/Most files: Update copyright dates to include 2000.
63630
63631 2000-07-08  Jim Meyering  <meyering@lucent.com>
63632
63633         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63634         if not defined.
63635         (xgethostname): Remove now-unnecessary #ifdef.
63636         Move declaration of `err' into loop where it's used.
63637
63638 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63639         and Bruno Haible  <haible@clisp.cons.org>
63640
63641         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63642         only if the test for an object-type mbstate_t fails.  This
63643         prevents us from mistakenly reporting that mbstate_t is a
63644         system object type after we "#define mbstate_t int" to work
63645         around its lack.
63646
63647 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63648         and Bruno Haible  <haible@clisp.cons.org>
63649
63650         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63651
63652 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63653
63654         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63655         to strerror_r.
63656         Include <ctype.h> for use of isalpha.
63657
63658 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63659
63660         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63661         by allocating a larger buffer. Test the gethostname return value for
63662         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63663         returns an error and ENAMETOOLONG isn't defined.
63664
63665 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63666
63667         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63668         dimension.
63669
63670 2000-07-04  Jim Meyering  <meyering@lucent.com>
63671
63672         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63673         of the deprecated AC_CHECKING.
63674
63675 2000-07-04  Jim Meyering  <meyering@lucent.com>
63676
63677         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63678         Reported by Bruno Haible.
63679
63680 2000-07-04  Jim Meyering  <meyering@lucent.com>
63681
63682         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63683         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63684         lacks mbrtowc.
63685
63686 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63687
63688         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63689         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63690
63691 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63692         and Bruno Haible  <haible@clisp.cons.org>
63693
63694         * lib/quotearg.c (mbrtowc):
63695         Assign to *pwc, and return 1 only if result is nonzero.
63696         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63697
63698 2000-07-03  Jim Meyering  <meyering@lucent.com>
63699
63700         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63701
63702 2000-07-03  Jim Meyering  <meyering@lucent.com>
63703
63704         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63705         This is necessary to get a definition of e.g., UTMP_FILE on
63706         HP-UX 10.20.
63707         From Bob Proulx.
63708
63709 2000-07-02  Jim Meyering  <meyering@lucent.com>
63710
63711         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63712
63713         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63714         AC_LIBOBJ(function_name).
63715         * m4/chown.m4: Likewise.
63716         * m4/fnmatch.m4: Likewise.
63717         * m4/ftruncate.m4: Likewise.
63718         * m4/getgroups.m4: Likewise.
63719         * m4/getline.m4: Likewise.
63720         * m4/group-member.m4: Likewise.
63721         * m4/jm-macros.m4: Likewise.
63722         * m4/lstat.m4: Likewise.
63723         * m4/malloc.m4: Likewise.
63724         * m4/memcmp.m4: Likewise.
63725         * m4/nanosleep.m4: Likewise.
63726         * m4/putenv.m4: Likewise.
63727         * m4/realloc.m4: Likewise.
63728         * m4/regex.m4: Likewise.
63729         * m4/stat.m4: Likewise.
63730         * m4/strftime.m4: Likewise.
63731
63732 2000-07-02  Jim Meyering  <meyering@lucent.com>
63733
63734         * lib/quotearg.c (mbstate_t): Don't define here.
63735
63736 2000-07-02  Jim Meyering  <meyering@lucent.com>
63737
63738         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63739
63740 2000-07-01  Jim Meyering  <meyering@lucent.com>
63741
63742         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63743
63744 2000-07-01  Jim Meyering  <meyering@lucent.com>
63745
63746         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63747         problem.
63748
63749 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63750
63751         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63752         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63753
63754 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63755
63756         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63757         per change in ../m4/ls-mntd-fs.m4.
63758         (read_filesystem_list): Ignore symbolic links.
63759
63760 2000-06-29  Jim Meyering  <meyering@lucent.com>
63761
63762         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63763         for declaration of strcmp.
63764
63765         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63766
63767         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63768         Avoid warning by casting result to `char *' to remove `const'.
63769
63770 2000-06-28  Jim Meyering  <meyering@lucent.com>
63771
63772         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63773         included by quotearg.c, for which we perform this test.  From
63774         Bruno Haible.
63775
63776 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63777
63778         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63779         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63780         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63781
63782 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63783
63784         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63785
63786 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63787
63788         savedir now sets errno on failure and invokes xmalloc to get memory.
63789         Fix a couple of other minor bugs while we're at it.
63790
63791         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63792         (NAMLEN): Remove macro.
63793         (malloc, realloc): Remove decls.
63794         (stpcpy): Likewise.
63795         ("xalloc.h"): Include.
63796         (NAME_SIZE_DEFAULT): New macro.
63797         (savedir): Use xmalloc / xrealloc to allocate memory.
63798         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63799         Skip "" directory entries.
63800         Use strlen to calculate directory entry length, since the old method
63801         is rarely used these days and isn't worth supporting.
63802         Don't use a pointer after freeing it.
63803         Check for integer overflow when calculating allocation size.
63804         Use memcpy to copy entries, instead of stpcpy.
63805         Set errno properly when returning NULL.
63806         Check for readdir error.
63807
63808 2000-06-26  Jim Meyering  <meyering@lucent.com>
63809
63810         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63811
63812 2000-06-25  Jim Meyering  <meyering@lucent.com>
63813
63814         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63815         Linux header bug when _XOPEN_SOURCE is defined to 500.
63816
63817 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63818
63819         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63820         deficiency.
63821
63822 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63823
63824         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63825         Include xalloc.h.
63826         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63827
63828 2000-06-24  Jim Meyering  <meyering@lucent.com>
63829
63830         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63831         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63832         for which strerror does return char*, but which lacks a conveniently
63833         accessible declaration of the function.  If the compile-test says
63834         strerror_r doesn't work, then resort to a `run'-test that works on
63835         BeOS and segfaults on DEC Unix.
63836
63837 2000-06-24  Jim Meyering  <meyering@lucent.com>
63838
63839         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63840
63841 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63842
63843         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63844         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63845
63846 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63847
63848         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63849         (mbrtowc, mbstate_t): Define substitutes if
63850         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63851         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63852         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63853
63854 2000-06-23  Jim Meyering  <meyering@lucent.com>
63855
63856         * m4/afs.m4: Add missing AC_MSG_RESULT.
63857         Reported by Bruno Haible.
63858
63859         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63860         Suggestion from Bruno Haible.
63861
63862 2000-06-23  Jim Meyering  <meyering@lucent.com>
63863
63864         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63865
63866 2000-06-21  Jim Meyering  <meyering@lucent.com>
63867
63868         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63869
63870 2000-06-21  Jim Meyering  <meyering@lucent.com>
63871
63872         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63873         (noinst_HEADERS): Add getstr.h.
63874
63875         * lib/getline.c (getstr): Move into a separate file.
63876         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63877         the following changes: new parameter, delim2; both delim[12]
63878         parameters have type `int', not `char'.  The latter would lose
63879         with 8-bit delimiters.
63880         * lib/getstr.h: New file.
63881
63882 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63883
63884         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63885         than 1024, return a memory chunk of least possible size, instead
63886         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63887         Use free/xmalloc instead of xrealloc to avoid copying for very long
63888         paths.
63889
63890 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63891
63892         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63893         the empty string.
63894
63895 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63896
63897         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63898         address, not strdup.  Include <stdlib.h> and don't declare free().
63899
63900 2000-06-19  Jim Meyering  <meyering@lucent.com>
63901
63902         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63903
63904 2000-06-18  Jim Meyering  <meyering@lucent.com>
63905
63906         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63907
63908         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63909         `checking whether...' message to be consistent with that of the
63910         lstat test.
63911
63912 2000-06-18  Jim Meyering  <meyering@lucent.com>
63913
63914         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63915         Besides, these days every porting target provides a mkdir function.
63916
63917         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63918         needed. (this snippet comes from src/system.h).
63919
63920 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63921
63922         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63923
63924 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63925
63926         * lib/human.c (adjust_value): New function.
63927         (human_readable_inexact): Apply rounding style even when
63928         printing approximate values.
63929
63930 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63931
63932         * lib/human.c (human_readable_inexact): Allow an input block
63933         size that is not a multiple of the output block size, and vice versa.
63934         Reported by Piergiorgio Sartor.
63935
63936 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63937
63938         * lib/getdate.y (get_date): Apply relative times after time
63939         zone indicator, not before.  Reported by Todd A. Jacobs.
63940
63941 2000-06-13  Jim Meyering  <meyering@lucent.com>
63942
63943         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63944
63945         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63946
63947 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63948
63949         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63950
63951 2000-06-12  Jim Meyering  <meyering@lucent.com>
63952
63953         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63954         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63955         optional argument.
63956         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63957         the optional argument, `lib'.
63958
63959 2000-06-08  Jim Meyering  <meyering@lucent.com>
63960
63961         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63962
63963 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63964
63965         Rewrite largefile configuration so that we don't need to run
63966         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63967         AC_CANONICAL_HOST in configure.in -- jmm]
63968
63969         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63970         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63971         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63972         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63973         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63974         All uses changed.
63975         Instead of inspecting the output of getconf, try to compile the
63976         test program without and with the macro definition.
63977         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63978         for getconf.  Instead, check for the needed flags by compiling
63979         test programs.
63980
63981 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63982
63983         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63984
63985 2000-06-04  Jim Meyering  <meyering@lucent.com>
63986
63987         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63988         SunOS 4.1.4 for which gid_t is an unsigned type.
63989
63990 2000-06-03  Jim Meyering  <meyering@lucent.com>
63991
63992         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63993         now that autoconf requires that.
63994
63995         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63996         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63997         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63998
63999 2000-06-03  Jim Meyering  <meyering@lucent.com>
64000
64001         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64002
64003 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64004
64005         * m4/glibc21.m4: New file.
64006         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64007
64008 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64009
64010         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64011         newer, don't install charset.alias.
64012         * lib/config.charset: Change the Linux/glibc rules so they become empty
64013         on glibc-2.1 or newer.
64014
64015 2000-06-02  Jim Meyering  <meyering@lucent.com>
64016
64017         * lib/mountlist.c: Back out last change.  Instead, do this...
64018         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64019         me_dummy member using the same `ignore'-testing code.
64020         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64021         fs_type strings.
64022         From Mark D. Roth.
64023
64024 2000-05-29  Jim Meyering  <meyering@lucent.com>
64025
64026         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64027         mounts with the `ignore' attribute.  Based on a patch from
64028         Mark D. Roth.
64029
64030 2000-05-28  Jim Meyering  <meyering@lucent.com>
64031
64032         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64033         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64034         * m4/stat.m4: Likewise.
64035         * m4/lstat.m4: Likewise.
64036         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64037
64038         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64039         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64040
64041 2000-05-26  Jim Meyering  <meyering@lucent.com>
64042
64043         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64044
64045 2000-05-24  Jim Meyering  <meyering@lucent.com>
64046
64047         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64048         autoconf requires that.
64049         * m4/lib-check.m4: Likewise.
64050         * m4/jm-macros.m4: Likewise.
64051         * m4/strftime.m4: Likewise.
64052
64053         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64054         AC_CHECK_DECLS, now that autoconf requires that.
64055
64056 2000-05-22  Jim Meyering  <meyering@lucent.com>
64057
64058         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64059         * m4/lstat.m4: Likewise.
64060
64061 2000-05-22  Jim Meyering  <meyering@lucent.com>
64062
64063         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64064
64065 2000-05-20  Jim Meyering  <meyering@lucent.com>
64066
64067         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64068         (jm_PREREQ): Use it.
64069
64070 2000-05-18  Jim Meyering  <meyering@lucent.com>
64071
64072         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64073         back, too, since it may have been modified by allocate_entry.
64074         (hash_delete): Rewrite to use neither the assignment operator
64075         nor the comma operator in an if-expression.
64076
64077 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64078
64079         * lib/closeout.c:
64080         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64081         Remove; no longer needed.
64082         "quotearg.h": Add include.
64083         (file_name): Do not bother to explicitly initialize to NULL; it's less
64084         efficient on some hosts.
64085         (close_stdout_status): Remove test as to whether stdout was already
64086         closed; it breaks for the case "echo x | sort >&-".
64087         Quote file name colons.
64088         Do not assume that _("write error") lacks format strings.
64089
64090 2000-05-15  Jim Meyering  <meyering@lucent.com>
64091
64092         * lib/version-etc.c (version_etc_copyright): Update the copyright
64093         string used in all --version output.
64094
64095 2000-05-14  Jim Meyering  <meyering@lucent.com>
64096
64097         * lib/closeout.c (close_stdout_set_file_name): New function.
64098         (close_stdout_status): Use new file-scoped global.
64099         Return right away if fstat says the stdout file descriptor is invalid.
64100         * lib/closeout.h (close_stdout_set_file_name): Declare.
64101
64102 2000-05-10  Jim Meyering  <meyering@lucent.com>
64103
64104         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64105         (close_stdout_set_status): New function.
64106         * lib/closeout.h (close_stdout_set_status): Declare.
64107
64108 2000-05-09  Jim Meyering  <meyering@lucent.com>
64109
64110         * m4/gettext.m4: Rename this...
64111         * m4/libintl.m4: ...to this.
64112
64113 2000-05-08  Jim Meyering  <meyering@lucent.com>
64114
64115         * lib/long-options.c: Don't include closeout.h.
64116         (parse_long_options): Don't call close_stdout for --version.
64117
64118 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64119
64120         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64121         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64122         2.1.3 bug.  This avoids a clash when files like regex.c define
64123         _GNU_SOURCE.
64124
64125 2000-05-06  Jim Meyering  <meyering@lucent.com>
64126
64127         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64128         (AC_REPLACE_FUNCS): Add strnlen.
64129
64130         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64131         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64132
64133         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64134         AC_SEARCH_LIBS call for nanosleep.
64135         (LIB_NANOSLEEP): Set and AC_SUBST.
64136
64137 2000-05-06  Jim Meyering  <meyering@lucent.com>
64138
64139         * lib/strnlen.c: Undefine __strnlen and strnlen.
64140         [!weak_alias]: Define __strnlen to strnlen.
64141
64142         * lib/atexit.c: New file, from libiberty.
64143
64144 2000-05-06  Jim Meyering  <meyering@lucent.com>
64145
64146         * lib/closeout.c (close_stdout_status): Also check for errors on the
64147         stderr stream.
64148
64149 2000-05-05  Jim Meyering  <meyering@lucent.com>
64150
64151         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64152         AC_SEARCH_LIBS call for clock_gettime.
64153         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64154
64155         * m4/search-libs.m4: Update from autoconf.
64156
64157         su doesn't work on Solaris 2.6.
64158         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64159         <shadow.h>.  Reported by Dragos Harabor.
64160
64161 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64162
64163         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64164         memcpy instead of xmalloc, xrealloc, path_concat.
64165         (locale_charset): Treat empty environment variables as absent.
64166         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64167
64168 2000-05-04  Jim Meyering  <meyering@lucent.com>
64169
64170         * lib/getopt.c: Update from glibc.
64171         * lib/obstack.c: Likewise.
64172         * lib/obstack.h: Likewise.
64173         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64174         file
64175
64176         * lib/regex.h: Likewise.
64177         * lib/strndup.c: Likewise.
64178         * lib/strnlen.c: New file, from glibc.
64179
64180 2000-05-03  Jim Meyering  <meyering@lucent.com>
64181
64182         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64183
64184 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64185
64186         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64187         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64188         compile-time test, rather than inspecting host and OS, to
64189         decide whether to define _LARGEFILE_SOURCE.
64190
64191 2000-05-01  Jim Meyering  <meyering@lucent.com>
64192
64193         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64194
64195         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64196         Based on a patch from Bruno Haible.
64197
64198 2000-05-01  Jim Meyering  <meyering@lucent.com>
64199
64200         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64201
64202 2000-04-29  Jim Meyering  <meyering@lucent.com>
64203
64204         * lib/path-concat.c: Declare strdup only if it's not defined.
64205         * lib/canon-host.c: Likewise.
64206
64207 2000-04-28  Jim Meyering  <meyering@lucent.com>
64208
64209         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64210         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64211         is included first, then limits.h is included by locale.h by libintl.h.
64212         From John David Anglin.
64213
64214 2000-04-25  Jim Meyering  <meyering@lucent.com>
64215
64216         * lib/makepath.c (S_IRWXUGO): Define.
64217         (make_path): Always perform explicit chmod if MODE specifies any
64218         of the `special' permission bits.  Prompted by a bug report against
64219         install from Mate Wierdl and Joost van Baal.
64220
64221 2000-04-18  Jim Meyering  <meyering@lucent.com>
64222
64223         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64224         (jm_PREREQ): Use it.
64225
64226 2000-04-18  Jim Meyering  <meyering@lucent.com>
64227
64228         * lib/README: New file.
64229
64230         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64231         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64232
64233 2000-04-17  Jim Meyering  <meyering@lucent.com>
64234
64235         Get it right :-)
64236         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64237         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64238         Suggestion from Akim Demaille.
64239
64240 2000-04-17  Jim Meyering  <meyering@lucent.com>
64241
64242         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64243         the definition of it to rpl_strftime also defined-away the system's
64244         declaration.
64245
64246 2000-04-15  Jim Meyering  <meyering@lucent.com>
64247
64248         Use `C' to denote so-called `contiguous' files, the same way
64249         that tar does.
64250         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64251         (ftypelet): Use S_ISCTG.
64252         From Michael Deutschmann.
64253
64254 2000-04-14  Jim Meyering  <meyering@lucent.com>
64255
64256         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64257         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64258         clobbered.
64259
64260 2000-04-14  Jim Meyering  <meyering@lucent.com>
64261
64262         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64263
64264 2000-04-13  Jim Meyering  <meyering@lucent.com>
64265
64266         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64267         AH_VERBATIM to insert required #ifndef into config.h.in.
64268         Suggestion from Akim Demaille.
64269
64270 2000-04-12  Jim Meyering  <meyering@lucent.com>
64271
64272         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64273         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64274         Christian Krackowizer.
64275
64276         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64277         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64278         (AC_SYS_LARGEFILE): Require.
64279         (AM_C_PROTOTYPES): Require.
64280
64281 2000-04-08  Jim Meyering  <meyering@lucent.com>
64282
64283         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64284         names don't conflict.  Reported by Eli Zaretskii.
64285
64286 2000-04-07  Jim Meyering  <meyering@lucent.com>
64287
64288         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64289         sys/types.h, to work around system header problems on AIX 3.2.5.
64290         From Bruno Haible.
64291
64292 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64293
64294         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64295         bug.  Deal with the different error behavior of Irix iconv.
64296
64297 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64298
64299         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64300         IRIX if the installer said otherwise.
64301
64302 2000-04-05  Jim Meyering  <meyering@lucent.com>
64303
64304         Portability tweaks required for ultrix4.3.
64305         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64306         (jm_CHECK_DECLS): Add getutent to the list of functions.
64307         (_jm_DECL_HEADERS): Add utmpx.h.
64308         From John David Anglin.
64309
64310         * m4/strftime.m4: Back out the 2000-04-02 change.
64311         Instead of that change, simply undefine putenv in the test program.
64312
64313 2000-04-05  Jim Meyering  <meyering@lucent.com>
64314
64315         Portability tweaks required for ultrix4.3.
64316         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64317         getutent.
64318         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64319         * lib/canon-host.c: Declare strdup.
64320         * lib/path-concat.c: Likewise.
64321         From John David Anglin.
64322
64323 2000-04-04  Jim Meyering  <meyering@lucent.com>
64324
64325         Be more DOS 8.3-friendly.
64326         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64327         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64328         * lib/Makefile.am: Reflect renaming.
64329         Reported by Eli Zaretskii.
64330
64331         Use a temporary file name that won't clash with `charset.alias'
64332         in the DOS 8.3 name space.
64333         * lib/Makefile.am (charset_tmp): Define.
64334         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64335         (uninstall-local): Likewise.
64336         Reported by Eli Zaretskii.
64337
64338 2000-04-03  Jim Meyering  <meyering@lucent.com>
64339
64340         * m4/gettext.m4: Fix typo in comment.
64341
64342         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64343         textutils/configure.in).  Suggestion from Paul Eggert.
64344         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64345
64346 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64347
64348         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64349         variable in the shell rather than using putenv, which isn't
64350         portable.  This avoids the configure-time inter-test dependency
64351         on the potentially-renamed putenv function.
64352
64353 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64354
64355         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64356         before checking struct stat.st_blksize, so that
64357         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64358
64359 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64360
64361         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64362         since strftime.c uses HAVE_STRFTIME to decide whether to use
64363         the underlying strftime.
64364
64365 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64366
64367         * lib/time/strftime.c (my_strftime): Make sure we call the system
64368         strftime, not ourselves, when invoking the underlying strftime.
64369
64370 2000-03-24  Jim Meyering  <meyering@lucent.com>
64371
64372         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64373         (charset_alias): Define.
64374         (install-exec-local): Factor out common code.
64375         (uninstall-local): Split lines longer than 80.
64376         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64377         (SUFFIXES): Define.
64378         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64379         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64380
64381 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64382
64383         * lib/config.charset: Output a line containing "Packages using this
64384         file".
64385         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64386         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64387         ref-del.sed): New rules.
64388
64389 2000-03-17  Jim Meyering  <meyering@lucent.com>
64390
64391         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64392         Otherwise, include <strings.h>
64393
64394 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64395
64396         * lib/unicodeio.c (utf8_wctomb): New function.
64397         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64398         format instead of in UCS-4 with platform dependent endianness.
64399
64400 2000-03-10  Jim Meyering  <meyering@lucent.com>
64401
64402         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64403         From Marco Franzen.
64404
64405 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64406
64407         * lib/savedir.c (savedir): Work even if directory size is
64408         negative; this can happen with some screwy NFS configurations.
64409
64410 2000-03-06  Jim Meyering  <meyering@lucent.com>
64411
64412         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64413         if it's NULL (because we ran out of memory).  From Bruno Haible.
64414
64415 2000-03-05  Jim Meyering  <meyering@lucent.com>
64416
64417         * lib/localcharset.c ("path-concat.h"): Include.
64418         (get_charset_aliases): Use path_concat instead of ANSI string
64419         concatenation.
64420
64421         * lib/unicodeio.h (PARAMS): Define.
64422         Use it to guard prototype.
64423
64424 2000-03-04  Jim Meyering  <meyering@lucent.com>
64425
64426         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64427         for lib/localcharset.c.
64428
64429 2000-03-04  Jim Meyering  <meyering@lucent.com>
64430
64431         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64432         installing into it.
64433         (uninstall-local): Uncomment this rule so `make distcheck' works
64434         once again.
64435
64436         * lib/unicodeio.c (<errno.h>): Include it.
64437         (errno): Declare if not defined.
64438
64439         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64440
64441         * lib/config.charset: New version, incorporating remarks from a linux
64442         i18n mailing list.  From Bruno Haible.
64443
64444 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64445
64446         * m4/codeset.m4: New file.
64447         * m4/iconv.m4: New file.
64448         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64449
64450 2000-03-03  Jim Meyering  <meyering@lucent.com>
64451
64452         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64453
64454 2000-03-02  Jim Meyering  <meyering@lucent.com>
64455
64456         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64457         the messages come out on separate lines.
64458
64459         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64460         rather than jm_CHECK_DECLARATIONS.
64461         * m4/decl.m4: Remove now-unused file.
64462
64463         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64464         geteuid.
64465
64466 2000-03-02  Jim Meyering  <meyering@lucent.com>
64467
64468         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64469
64470 2000-03-01  Jim Meyering  <meyering@lucent.com>
64471
64472         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64473         * lib/unicodeio.c: Likewise.
64474
64475 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64476
64477         * lib/config.charset: New file.
64478         * lib/localcharset.c: New file.
64479         * lib/unicodeio.h, lib/unicodeio.c: New files.
64480         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64481         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64482         (noinst_HEADERS): Add unicodeio.h.
64483         (all-local, install-exec-local, charset.alias): New targets.
64484
64485 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64486
64487         * lib/quotearg.c (ALERT_CHAR): New macro.
64488         (quotearg_buffer_restyled): Use it.
64489
64490 2000-02-27  Jim Meyering  <meyering@lucent.com>
64491
64492         * m4/check-decl.m4: Add getenv to the list.
64493
64494 2000-02-27  Jim Meyering  <meyering@lucent.com>
64495
64496         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64497         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64498
64499         * lib/backupfile.c: Guard inclusion of stdlib.h with
64500         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64501         Declare malloc if needed.
64502
64503         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64504         `#ifndef HAVE_DECL..'
64505         now that autoconf always defines the HAVE_DECL_ symbols.
64506         * lib/human.c: Likewise.
64507         * lib/same.c: Likewise.
64508         * lib/strtoumax.c: Likewise.
64509
64510         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64511         declaration check was not run.
64512         * lib/hash.c: Likewise.
64513         * lib/human.c: Likewise.
64514         * lib/same.c: Likewise.
64515         * lib/strtoumax.c: Likewise.
64516
64517         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64518         `.', then first look up the entire `.'-containing string as a login
64519         name.
64520
64521 2000-02-23  Jim Meyering  <meyering@lucent.com>
64522
64523         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64524         in place of my hack.
64525
64526 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64527
64528         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64529         (textint): New typedef.
64530         (parser_control): Member year changed from int to textint.
64531         All uses changed.
64532         (YYSTYPE): Removed; replaced by %union with int and textint members.
64533         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64534         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64535         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64536         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64537         (date, number, to_year): Use width of number in digits, not its value,
64538         to determine whether it's a 2-digit year, or a 2-digit time.
64539         (yylex): Store number of digits of numeric tokens.
64540         Reported by John Kendall.
64541
64542         (parser_control): Changed from struct parser_control to typedef (for
64543         consistency).  All uses changed.
64544
64545         (tID): Removed; not used.
64546         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64547
64548 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64549
64550         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64551         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64552
64553 2000-02-12  Jim Meyering  <meyering@lucent.com>
64554
64555         * lib/userspec.c (ISDIGIT): Define it.
64556         (isdigit): Remove definition.
64557         (is_number): Use ISDIGIT, not isdigit.
64558         <libintl.h>: Include.
64559         (_ and N_): Define.
64560         (parse_user_spec): Mark translatable strings.
64561
64562 2000-02-10  Jim Meyering  <meyering@lucent.com>
64563
64564         With these changes, nanosleep.[ch] are finally enough like the other
64565         lib/* replacement files to compile on a few more losing systems.
64566
64567         * lib/nanosleep.h: Don't include config.h.
64568         Remove prototype from declaration of nanosleep.
64569         (PARAMS): Remove now-unneeded definition.
64570         * lib/nanosleep.c: #undef nanosleep.
64571         (rpl_nanosleep): Rename from nanosleep.
64572
64573 2000-02-10  Jim Meyering  <meyering@lucent.com>
64574
64575         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64576         gnu_nanosleep to rpl_nanosleep.
64577
64578 2000-02-09  Jim Meyering  <meyering@lucent.com>
64579
64580         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64581         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64582
64583 2000-02-08  Akim Demaille  <akim@epita.fr>
64584
64585         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64586         `[' and `]' and remove uses of `changequote'.
64587         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64588         (AC_SYS_LARGEFILE): Likewise.
64589         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64590         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64591         of changequote.
64592         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64593         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64594         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64595         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64596
64597 2000-02-05  Jim Meyering  <meyering@lucent.com>
64598
64599         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64600         Remove explicit use of AC_HEADER_TIME.  It is required by
64601         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64602         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64603         in autoconf whereby the expansion of the latter ended up preceding
64604         the expansion of its prerequisite, AC_HEADER_TIME.
64605         Reported by Volker Borchert.
64606
64607 2000-02-03  Jim Meyering  <meyering@lucent.com>
64608
64609         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64610
64611 2000-02-03  Jim Meyering  <meyering@lucent.com>
64612
64613         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64614         rather than with `#if HAVE_UTMPNAME'.
64615
64616 2000-02-02  Jim Meyering  <meyering@lucent.com>
64617
64618         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64619         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64620         Reported by Eli Zaretskii.
64621
64622 2000-02-01  Jim Meyering  <meyering@lucent.com>
64623
64624         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64625
64626 2000-01-31  Jim Meyering  <meyering@lucent.com>
64627
64628         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64629         functions.  Add the time.h and sys/time.h headers along with the
64630         AC_REQUIRE'ment of AC_HEADER_TIME.
64631
64632 2000-01-31  Jim Meyering  <meyering@lucent.com>
64633
64634         * lib/nanosleep.h (nanosleep): Guard declaration with
64635         `#if ! HAVE_DECL_NANOSLEEP'.
64636         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64637         the declaration in that vendor's sys/timers.h.
64638         Reported by Christian Krackowizer.
64639
64640         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64641         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64642         (ISPRINT): Likewise.
64643         Reported by Tom Tromey.
64644
64645 2000-01-30  Jim Meyering  <meyering@lucent.com>
64646
64647         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64648
64649         * m4/prereq.m4 (utmp_includes): Define.
64650         Check for ut_user and ut_name members in both struct utmpx
64651         and struct utmp.
64652
64653 2000-01-30  Jim Meyering  <meyering@lucent.com>
64654
64655         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64656         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64657         header files where only utmpx.ut_user is declared.
64658
64659         * lib/readutmp.h (UT_USER): Define.
64660
64661 2000-01-29  Jim Meyering  <meyering@lucent.com>
64662
64663         * m4/lib-check.m4: New file containing library-related checks from
64664         fileutils and sh-utils (textutils had none).
64665
64666 2000-01-28  Jim Meyering  <meyering@lucent.com>
64667
64668         * m4/perl.m4: Change format of warning message to look more like that
64669         from the missing script.  Suggestion from François Pinard.
64670
64671 2000-01-25  Jim Meyering  <meyering@lucent.com>
64672
64673         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64674         well as time.h in the compile check.
64675         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64676         Fix typo in cross-compiling case: s/yes/no/.
64677
64678 2000-01-23  Jim Meyering  <meyering@lucent.com>
64679
64680         * m4/jm-macros.m4: Move df-related tests here from
64681         fileutils/configure.in
64682
64683         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64684         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64685
64686         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64687         s/space/ac_fsusage_space/.
64688         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64689
64690         * m4/ftruncate.m4: New file (derived from part of
64691         fileutils/configure.in).
64692         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64693         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64694
64695         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64696         AC_SUBST these here, rather than just in sh-util/configure.in, so
64697         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64698         all the same.
64699         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64700         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64701         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64702         (AC_SUBST(POW_LIBM)): Likewise.
64703         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64704
64705 2000-01-23  Jim Meyering  <meyering@lucent.com>
64706
64707         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64708         obstack.c.
64709
64710 2000-01-22  Jim Meyering  <meyering@lucent.com>
64711
64712         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64713
64714         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64715
64716         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64717         configure.in
64718         (AC_CHECK_HEADERS): Likewise for sh-utils.
64719         (AC_CHECK_HEADERS): Likewise for textutils.
64720         Merge the three lists of headers.
64721
64722         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64723         from fileutils' configure.in.
64724
64725         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64726         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64727         check-decl.m4.
64728
64729         * m4/check-decl.m4: Use #if rather than #ifdef.
64730         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64731         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64732         (_jm_DECL_HEADERS): Define new function.
64733         (jm_CHECK_DECLARATIONS): Require it.
64734
64735 2000-01-22  Jim Meyering  <meyering@lucent.com>
64736
64737         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64738         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64739         Required for some AIX systems.  Reported by Christian Krackowizer.
64740         [TESTING] (main): New function.
64741
64742         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64743         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64744         letters.
64745
64746         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64747         iswprint.
64748
64749         * lib/strverscmp.c (ISDIGIT): Define.
64750         (strverscmp): Use ISDIGIT, not isdigit.
64751
64752 2000-01-19  Jim Meyering  <meyering@lucent.com>
64753
64754         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64755         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64756         defines `struct timespec' in <sys/time.h>
64757
64758         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64759         Thanks to Akim for explaining.
64760
64761 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64762
64763         * lib/nanosleep.c (nanosleep):
64764         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64765         POSIX.1 doesn't require SA_INTERRUPT and some systems
64766         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64767         it's been part of POSIX.1 since day 1 (in 1988).
64768
64769 2000-01-17  Jim Meyering  <meyering@lucent.com>
64770
64771         * lib/interlock: Remove unused file.  Reported by François Pinard.
64772
64773 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64774
64775         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64776         alert, backslash, formfeed, and vertical tab unnecessarily in
64777         shell quoting style.
64778
64779 2000-01-16  Jim Meyering  <meyering@lucent.com>
64780
64781         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64782         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64783         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64784         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64785
64786 2000-01-16  Jim Meyering  <meyering@lucent.com>
64787
64788         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64789         because the latter didn't work.
64790
64791 2000-01-15  Jim Meyering  <meyering@lucent.com>
64792
64793         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64794         (AC_REPLACE_FUNCS): Add memcpy and memset.
64795         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64796         Add strpbrk.
64797         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64798
64799 2000-01-12  Jim Meyering  <meyering@lucent.com>
64800
64801         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64802         (jm_PREREQ): Use it.
64803         (jm_PREREQ_READUTMP): New macro.
64804         (jm_PREREQ): Use it.
64805
64806 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64807
64808         Quote multibyte characters correctly.
64809         * m4/c-bs-a.m4: New file.
64810         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64811         (jm_PREREQ): Use it.
64812
64813 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64814
64815         * m4/uintmax_t.m4: Port to autoconf 2.13.
64816
64817 2000-01-08  Jim Meyering  <meyering@ascend.com>
64818
64819         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64820         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64821
64822 2000-01-04  Jim Meyering  <meyering@ascend.com>
64823
64824         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64825         jm_STRUCT_DIRENT_D_TYPE.
64826         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64827         jm_STRUCT_DIRENT_D_INO.
64828         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64829         jm_STRUCT_UTIMBUF.
64830         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64831         renamings.
64832         * m4/utime.m4: Likewise.
64833
64834         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64835         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64836
64837 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64838
64839         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64840         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64841
64842 2000-01-02  Jim Meyering  <meyering@ascend.com>
64843
64844         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64845         remember if this is necessary.
64846
64847 1999-12-26  Jim Meyering  <meyering@ascend.com>
64848
64849         * m4/jm-macros.m4: Use it here.
64850         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64851
64852 1999-12-23  Jim Meyering  <meyering@ascend.com>
64853
64854         * m4/jm-macros.m4: Check for clock_gettime (moved from
64855         fileutils/configure.in)
64856         Check for gettimeofday.
64857
64858 1999-12-20  Jim Meyering  <meyering@ascend.com>
64859
64860         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64861         autoconf-2.14a-1999-12-20.
64862
64863 1999-12-19  Jim Meyering  <meyering@ascend.com>
64864
64865         * m4/lstat-slash.m4: New file.
64866         * m4/jm-macros.m4: Use the new macro:
64867         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64868
64869 1999-12-07  Jim Meyering  <meyering@ascend.com>
64870
64871         * m4/perl.m4: Require that File::Compare be available, too.
64872         Too many systems seem to lack it.
64873
64874         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64875         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64876
64877 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64878
64879         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64880         problem with the QNX 4.25 shell, which doesn't propagate exit
64881         status of failed commands inside shell assignments.
64882
64883 1999-11-17  Jim Meyering  <meyering@ascend.com>
64884
64885         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64886
64887 1999-11-07  Jim Meyering  <meyering@ascend.com>
64888
64889         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64890
64891 1999-11-06  Jim Meyering  <meyering@ascend.com>
64892
64893         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64894         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64895
64896 1999-11-05  Jim Meyering  <meyering@ascend.com>
64897
64898         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64899         configure.in of textutils, fileutils, and sh-utils into this one
64900         (shared between those packages) file.
64901         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64902         AC_STRUCT_ST_BLKSIZE.
64903
64904 1999-11-03  Jim Meyering  <meyering@ascend.com>
64905
64906         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64907         of AC_CHECK_TYPE checks includes unistd.h.
64908         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64909         Suggestion from Akim Demaille.
64910
64911 1999-10-30  Jim Meyering  <meyering@ascend.com>
64912
64913         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64914         m4-quoted string.
64915         * m4/ls-mntd-fs.m4: Likewise.
64916         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64917         * m4/jm-winsz1.m4: Likewise.
64918
64919         * m4/const.m4: Remove file, since the fix made it into the experimental
64920         version of autoconf.
64921         * m4/mktime.m4: Likewise.
64922
64923         * m4/check-type.m4: Remove file, now that the latest version of
64924         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64925
64926         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64927         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64928         AC_CHECK_TYPE.
64929
64930 1999-10-04  Jim Meyering  <meyering@ascend.com>
64931
64932         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64933
64934 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64935
64936         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64937         2.95.1 bug with HP-UX 10.20.
64938
64939 1999-09-17  Jim Meyering  <meyering@ascend.com>
64940
64941         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64942         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64943         due to missing strdup (against sh-utils-2.0).
64944
64945 1999-08-29  Jim Meyering  <meyering@ascend.com>
64946
64947         * m4/jm-macros.m4: Require jm_BISON.
64948         * m4/bison.m4: New file.
64949
64950 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64951
64952         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64953         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64954
64955 1999-08-05  Jim Meyering  <meyering@ascend.com>
64956
64957         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64958         to avoid conflicts with `conftest' on 8+3 filesystems.
64959         Suggestion from Eli Zaretskii.
64960
64961 1999-08-04  Jim Meyering  <meyering@ascend.com>
64962
64963         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64964         fileutils and sh-utils (textutils's getline test was inadequate).
64965         (AM_FUNC_GETLINE): Run this test.
64966         (AC_CHECK_FUNCS): Check for getdelim.
64967         Reported by Bob Proulx.
64968
64969 1999-08-02  Jim Meyering  <meyering@ascend.com>
64970
64971         * m4/jm-macros.m4: Add a comment.
64972
64973 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64974
64975         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64976         <inttypes.h> defines strtoumax as a macro (and not as a
64977         function).
64978
64979 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64980
64981         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64982         that we can shift, multiply and divide unsigned long long
64983         values; Ultrix cc can't do it.
64984
64985 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64986
64987         * m4/mktime.m4: New file, which is a preview of what should appear
64988         in the next public autoconf release.
64989
64990 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64991
64992         * m4/lfs.m4: Remove this file.
64993         * m4/largefile.m4: New file.  It contains the old contents of
64994         lfs.m4, except that all names with prefix AC_LFS have been
64995         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64996         compatible with future autoconf versions.  Also, some minor m4
64997         quoting problems have been fixed.
64998
64999 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65000
65001         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65002         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65003         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65004         and simplify the shell code.
65005
65006 1999-08-01  Jim Meyering  <meyering@ascend.com>
65007
65008         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65009         m4.
65010
65011 1999-07-20  Jim Meyering  <meyering@ascend.com>
65012
65013         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65014
65015 1999-07-15  Jim Meyering  <meyering@ascend.com>
65016
65017         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65018
65019 1999-05-22  Jim Meyering  <meyering@ascend.com>
65020
65021         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65022
65023 1999-05-20  Jim Meyering  <meyering@ascend.com>
65024
65025         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65026         Add a colon after each `then' in case $4 is empty.
65027
65028 1999-05-16  Jim Meyering  <meyering@ascend.com>
65029
65030         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65031
65032 1999-05-10  Jim Meyering  <meyering@ascend.com>
65033
65034         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65035
65036         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65037         AC_FUNC_MKTIME.
65038
65039 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65040
65041         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65042
65043 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65044
65045         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65046         not CPPFLAGS, so that linking works correctly in IRIX.
65047
65048 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65049
65050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65051
65052 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65053
65054         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65055         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65057         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65058         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65059
65060         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65061
65062 1999-04-20  Jim Meyering  <meyering@ascend.com>
65063
65064         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65065         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65066         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65067
65068 1999-04-18  Jim Meyering  <meyering@ascend.com>
65069
65070         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65071         * m4/jm-macros.m4: Use it.
65072
65073 1999-04-06  Jim Meyering  <meyering@ascend.com>
65074
65075         * m4/strftime.m4: Remove test for %f.
65076
65077 1999-03-29  Jim Meyering  <meyering@ascend.com>
65078
65079         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65080         superset of the AC_TYPE_* checks in the textutils, fileutils,
65081         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65082         AC_TYPE_PID_T.
65083
65084 1999-03-28  Jim Meyering  <meyering@ascend.com>
65085
65086         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65087         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65088         replaced e.g., in the *.sh files of the sh-utils.
65089
65090 1999-03-20  Jim Meyering  <meyering@ascend.com>
65091
65092         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65093         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65094         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65095
65096 1999-03-19  Jim Meyering  <meyering@ascend.com>
65097
65098         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65099
65100 1999-03-12  Jim Meyering  <meyering@ascend.com>
65101
65102         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65103
65104 1999-03-07  Jim Meyering  <meyering@ascend.com>
65105
65106         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65107         declared.
65108
65109 1999-02-17  Jim Meyering  <meyering@ascend.com>
65110
65111         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65112         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65113
65114 1999-02-07  Jim Meyering  <meyering@ascend.com>
65115
65116         * m4/group-member.m4: New file -- extracted from sh-utils'
65117         configure.in.
65118
65119         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65120         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65121
65122 1999-02-06  Jim Meyering  <meyering@ascend.com>
65123
65124         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65125         * m4/fnmatch.m4: Likewise.
65126         * m4/getgroups.m4: Likewise.
65127         * m4/lstat.m4: Likewise.
65128         * m4/malloc.m4: Likewise.
65129         * m4/putenv.m4: Likewise.
65130         * m4/realloc.m4: Likewise.
65131         * m4/regex.m4: Likewise.
65132         * m4/stat.m4: Likewise.
65133         * m4/strftime.m4: Likewise.
65134         Suggestion from Alain Magloire.
65135
65136         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65137         * m4/fnmatch.m4: Likewise.
65138         * m4/getgroups.m4: Likewise.
65139         * m4/getline.m4: Likewise.
65140         * m4/lstat.m4: Likewise.
65141         * m4/malloc.m4: Likewise.
65142         * m4/memcmp.m4: Likewise.
65143         * m4/putenv.m4: Likewise.
65144         * m4/realloc.m4: Likewise.
65145         * m4/regex.m4: Likewise.
65146         * m4/stat.m4: Likewise.
65147         * m4/strftime.m4: Likewise.
65148         Suggestion from Alain Magloire.
65149
65150         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65151         an argument.
65152
65153         * m4/regex.m4: Add a run-time Test for proper operation of
65154         re_compile_pattern.
65155
65156 1999-01-31  Jim Meyering  <meyering@ascend.com>
65157
65158         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65159
65160 1999-01-30  Jim Meyering  <meyering@ascend.com>
65161
65162         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65163
65164         * m4/jm-mktime.m4: Make this a wrapper around the official
65165         AM_FUNC_MKTIME rather than my private copy, now that the official one
65166         is up to date.
65167         * m4/mktime.m4: Remove file.
65168
65169         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65170         * m4/uptime.m4: Likewise.
65171         * m4/uintmax_t.m4: Likewise.
65172
65173 1999-01-28  Jim Meyering  <meyering@ascend.com>
65174
65175         * m4/jm-macros.m4: Use jm_AFS.
65176         * m4/afs.m4: New file (from fileutils' configure.in).
65177
65178         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65179         * m4/chown.m4: Likewise.
65180         * m4/d-ino.m4: Likewise.
65181         * m4/d-type.m4: Likewise.
65182         * m4/fnmatch.m4: Likewise.
65183         * m4/getgroups.m4: Likewise.
65184         * m4/gettext.m4: Likewise.
65185         * m4/jm-mktime.m4: Likewise.
65186         * m4/jm-winsz2.m4: Likewise.
65187         * m4/lcmessage.m4: Likewise.
65188         * m4/ls-mntd-fs.m4: Likewise.
65189         * m4/malloc.m4: Likewise.
65190         * m4/memcmp.m4: Likewise.
65191         * m4/putenv.m4: Likewise.
65192         * m4/realloc.m4: Likewise.
65193         * m4/st_mtim.m4: Likewise.
65194         * m4/strftime.m4: Likewise.
65195
65196 1999-01-16  Jim Meyering  <meyering@ascend.com>
65197
65198         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65199         (ARGMATCH_DIE_DECL): Define.
65200
65201 1999-01-12  Jim Meyering  <meyering@ascend.com>
65202
65203         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65204         Reported by Lars Hecking.
65205
65206 1999-01-10  Jim Meyering  <meyering@ascend.com>
65207
65208         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65209         gross kludge.
65210         * m4/inttypes_h.m4: Likewise.
65211         * m4/lstat.m4: Likewise.
65212         * m4/malloc.m4: Likewise.
65213         * m4/readdir.m4: Likewise.
65214         * m4/realloc.m4: Likewise.
65215         * m4/st_dm_mode.m4: Likewise.
65216         * m4/stat.m4: Likewise.
65217         * m4/utimbuf.m4: Likewise.
65218         * m4/utimes.m4: Likewise.
65219
65220         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65221         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65222         comments in config.h.in are meaningful.
65223
65224         * m4/jm-macros.m4: Require autoconf-2.13 here.
65225
65226         * m4/regex.m4: By default, don't use the included regex.c on systems
65227         with glibc 2.  Suggestion from Uli Drepper.
65228
65229 1999-01-02  Jim Meyering  <meyering@ascend.com>
65230
65231         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65232
65233 1998-12-18  Jim Meyering  <meyering@ascend.com>
65234
65235         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65236         Based on a suggestion from Lars Hecking.
65237
65238 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65239
65240         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65241
65242 1998-11-16  Jim Meyering  <meyering@ascend.com>
65243
65244         * m4/lfs.m4: Double-quote the `uname...` expression.
65245
65246 1998-11-14  Jim Meyering  <meyering@ascend.com>
65247
65248         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65249         * m4/stat.m4: Likewise.
65250
65251 1998-11-03  Jim Meyering  <meyering@ascend.com>
65252
65253         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65254         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65255
65256 1998-10-18  Jim Meyering  <meyering@ascend.com>
65257
65258         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65259
65260 1998-10-17  Jim Meyering  <meyering@ascend.com>
65261
65262         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65263         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65264         calls for those previously hard-coded headers.  Instead, take a new
65265         parameter.
65266         (jm_CHECK_DECLARATIONS): Reflect interface change.
65267         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65268         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65269
65270         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65271
65272 1998-10-14  Jim Meyering  <meyering@ascend.com>
65273
65274         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65275         instead of "TZ=America/Vancouver".  From Paul Eggert.
65276
65277 1998-10-11  Jim Meyering  <meyering@ascend.com>
65278
65279         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65280         This adds a test for a recently added compatibility fix for mktime.c.
65281         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65282
65283 1998-09-27  Jim Meyering  <meyering@ascend.com>
65284
65285         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65286
65287         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65288         ../configure.in, including a change from Gordon Matzigkeit to allow
65289         cross-compiling for the Hurd.
65290
65291         * m4/glibc.m4: New file/macro to test for the GNU C Library
65292         versions 1 and 2.  From Gordon Matzigkeit.
65293         Indent.
65294
65295 1998-09-21  Jim Meyering  <meyering@ascend.com>
65296
65297         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65298
65299 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65300
65301         Port nanosecond-resolution times to UnixWare 2.1.2 and
65302         pedantic Solaris 2.6.
65303
65304         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65305         AC_STRUCT_ST_MTIM.
65306         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65307         Generate name of ns member, instead of just 1 or undef.
65308         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65309
65310 1998-08-15  Jim Meyering  <meyering@ascend.com>
65311
65312         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65313         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65314         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65315         instead of jm_TYPE_SSIZE_T.
65316
65317 1998-08-12  Jim Meyering  <meyering@ascend.com>
65318
65319         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65320
65321 1998-08-02  Jim Meyering  <meyering@ascend.com>
65322
65323         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65324         in acconfig.h manually.
65325
65326 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65327
65328         * m4/st_mtim.m4: New file.
65329
65330 1998-07-28  Jim Meyering  <meyering@ascend.com>
65331
65332         * m4/utimes.m4: Undef stat.
65333
65334 1998-07-25  Jim Meyering  <meyering@ascend.com>
65335
65336         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65337         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65338
65339 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65340
65341         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65342         uid and gid actually remain unchanged.
65343
65344 1998-07-07  Jim Meyering  <meyering@ascend.com>
65345
65346         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65347
65348 1998-07-04  Jim Meyering  <meyering@ascend.com>
65349
65350         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65351         to prove that this macro can be used in packages without regex.c.
65352
65353 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65354
65355         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65356         is to be used.
65357
65358 1998-07-03  Jim Meyering  <meyering@ascend.com>
65359
65360         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65361
65362         * m4/gettext.m4: New file -- from gettext-0.10.35.
65363         * m4/lcmessage.m4: Likewise.
65364         * m4/progtest.m4: Likewise.
65365
65366         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65367         * m4/jm-macros.m4: Require the new macro.
65368
65369 1998-06-29  Jim Meyering  <meyering@ascend.com>
65370
65371         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65372         for the definition of NGROUPS (used in a system header included
65373         by sys/mount.h).
65374
65375 1998-06-28  Jim Meyering  <meyering@ascend.com>
65376
65377         * m4/ls-mntd-fs.m4: New file.
65378         * m4/fstypename.m4: New file.
65379
65380         * m4/jm-macros.m4: Require the new macro.
65381         * m4/jm-glibc-io.m4: New file.
65382
65383 1998-05-19  Jim Meyering  <meyering@ascend.com>
65384
65385         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65386         * m4/lchown.m4: New file.
65387
65388         * m4/Makefile.am.in: New file.
65389         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65390
65391 1998-05-14  Jim Meyering  <meyering@ascend.com>
65392
65393         * m4/Makefile.am (EXTRA_DIST): Add them.
65394         * m4/jm-macros.m4: New file.
65395         * m4/utimbuf.m4: New file.
65396
65397 1998-05-12  Jim Meyering  <meyering@ascend.com>
65398
65399         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65400
65401 1998-05-11  Jim Meyering  <meyering@ascend.com>
65402
65403         * m4/isc-posix.m4: New file.
65404
65405 1998-05-10  Jim Meyering  <meyering@ascend.com>
65406
65407         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65408
65409 1998-05-09  Jim Meyering  <meyering@ascend.com>
65410
65411         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65412         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65413         with automake.
65414
65415         * m4/ssize_t.m4: New file.
65416         * m4/mktime.m4: Remove file -- the new automake has this now.
65417
65418 1998-04-26  Jim Meyering  <meyering@ascend.com>
65419
65420         * m4/assert.m4: New file.
65421         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65422
65423 1998-04-05  Jim Meyering  <meyering@ascend.com>
65424
65425         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65426         (jm_PREREQ): Use it here.
65427
65428 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65429
65430         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65431         in acconfig.h.
65432
65433 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65434
65435         * m4/prereq.m4: New file.
65436         * m4/error.m4: New file.
65437         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65438
65439 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65440
65441         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65442         cache-check for the same variable -- that defeated the purpose of
65443         the test; the test program was never run.  This was a problem only
65444         on systems with losing getline functions -- HP-UX 10.20 is one.
65445         Reported by Bjorn Helgaas.
65446
65447 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65448
65449         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65450
65451 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65452
65453         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65454
65455         * m4/const.m4: New file.  Use an initializer in this declaration
65456         typedef int charset[2]; const charset x;
65457         Reported by Bob Glickstein.
65458
65459 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65460
65461         * m4/chown.m4: Fix reversed types on -1 args to chown.
65462         From Kaveh Ghazi.
65463
65464 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65465
65466         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65467         Add lseek and memchr.
65468
65469         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65470         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65471         have a 20-character limit on names.
65472
65473 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65474
65475         * m4/inttypes_h.m4: New file.
65476         * m4/uintmax_t.m4: New file.
65477         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65478
65479
65480         -----
65481
65482         Local Variables:
65483         coding: utf-8
65484         End:
65485
65486         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65487
65488         Copying and distribution of this file, with or without
65489         modification, are permitted provided the copyright notice
65490         and this notice are preserved.