Assume rmdir exists.
[gnulib.git] / ChangeLog
1 2010-04-05  Bruno Haible  <bruno@clisp.org>
2
3         Assume rmdir exists.
4         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
5         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
6
7 2010-04-05  Bruno Haible  <bruno@clisp.org>
8
9         Fix link error on Solaris 8 with cc.
10         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
11
12 2010-04-05  Bruno Haible  <bruno@clisp.org>
13
14         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
15         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
16
17 2010-04-05  Bruno Haible  <bruno@clisp.org>
18
19         vasprintf: Update documentation.
20         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
21
22 2010-04-05  Bruno Haible  <bruno@clisp.org>
23
24         ptsname: Improve test.
25         * tests/test-ptsname.c (main): Also try the various master names of BSD
26         systems.
27
28 2010-04-05  Bruno Haible  <bruno@clisp.org>
29
30         memchr: Avoid a possible C++ test error.
31         * lib/string.in.h (memchr): Provide declaration if function is missing.
32         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
33         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
34         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
35         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
36
37 2010-04-05  Bruno Haible  <bruno@clisp.org>
38
39         strtok_r: Improve idiom.
40         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
41         AC_LIBOBJ is used.
42
43 2010-04-05  Bruno Haible  <bruno@clisp.org>
44
45         strdup: Improve idiom.
46         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
47         AC_LIBOBJ is used.
48         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
49         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
50         when AC_LIBOBJ is used.
51
52 2010-04-05  Bruno Haible  <bruno@clisp.org>
53
54         mbsinit, mbrtowc, wcrtomb: Improve idioms.
55         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
56         don't set REPLACE_MBSINIT to 1.
57         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
58         don't set REPLACE_MBRTOWC to 1.
59         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
60         exist, don't set REPLACE_MBSRTOWCS to 1.
61         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
62         exist, don't set REPLACE_MBSNRTOWCS to 1.
63         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
64         don't set REPLACE_WCRTOMB to 1.
65         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
66         exist, don't set REPLACE_WCSRTOMBS to 1.
67         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
68         exist, don't set REPLACE_WCSNRTOMBS to 1.
69
70 2010-04-05  Bruno Haible  <bruno@clisp.org>
71
72         ldexpl: Improve idiom.
73         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
74         make sure to set HAVE_DECL_LDEXPL to 0.
75
76 2010-04-05  Jim Meyering  <meyering@redhat.com>
77
78         init.sh: fix typo
79         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
80
81         init.sh: make it easier for a test script to write to the tty, ...
82         when using automake's parallel-tests mode.
83         * tests/init.sh (stderr_fileno_): Define overridable variable.
84         (warn_): New function, to use it.
85         (fail_, skip_, framework_failure_): Use warn_.
86
87 2010-04-04  Bruno Haible  <bruno@clisp.org>
88
89         btowc: Avoid warning.
90         * lib/btowc.c: Include <stdlib.h>.
91         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
92
93 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
94             Bruno Haible  <bruno@clisp.org>
95
96         wchar: Port to NetBSD 1.5.
97         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
98         * lib/wctype.in.h (WEOF): Likewise.
99
100 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
101             Bruno Haible  <bruno@clisp.org>
102
103         Port extended stdio to NetBSD 1.5.
104         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
105         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
106         older.
107
108 2010-04-04  Bruno Haible  <bruno@clisp.org>
109
110         string: Remove unused substitution.
111         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
112         HAVE_DECL_STRERROR.
113         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
114
115 2010-04-04  Bruno Haible  <bruno@clisp.org>
116
117         strtod: Avoid a possible C++ test error.
118         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
119         set REPLACE_STRTOD.
120
121 2010-04-04  Bruno Haible  <bruno@clisp.org>
122
123         strerror: Update documentation.
124         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
125
126 2010-04-04  Bruno Haible  <bruno@clisp.org>
127
128         stdio: Fix some C++ test errors on Solaris 8 with GCC.
129         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
130         _GL_CXXALIAS_SYS_CAST.
131
132 2010-04-04  Bruno Haible  <bruno@clisp.org>
133
134         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
135         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
136         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
137         REPLACE_FREXPL to 1.
138         * doc/posix-functions/frexpl.texi: Update documentation.
139
140 2010-04-04  Bruno Haible  <bruno@clisp.org>
141
142         math: Fix some C++ test errors on Solaris 8 and Cygwin.
143         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
144
145 2010-04-04  Bruno Haible  <bruno@clisp.org>
146
147         Implement nanosleep for native Windows.
148         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
149
150 2010-04-04  Bruno Haible  <bruno@clisp.org>
151
152         math: Fix some C++ test errors on Solaris 8.
153         * lib/math.in.h (truncf, trunc): Use simpler idiom.
154
155 2010-04-04  Bruno Haible  <bruno@clisp.org>
156
157         math: Fix some C++ test errors on Cygwin.
158         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
159         truncl): Provide declaration if the system does not have it.
160         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
161         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
162         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
163         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
164         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
165         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
166         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
167         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
168         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
169         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
170         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
171         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
172         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
173         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
174         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
175         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
177         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
178         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
179         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
180         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
181         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
182
183 2010-04-04  Bruno Haible  <bruno@clisp.org>
184
185         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
186         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
187         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
188         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
189         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
190         * m4/isinf.m4 (gl_ISINF): Likewise.
191         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
192
193 2010-04-04  Bruno Haible  <bruno@clisp.org>
194
195         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
196         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
197
198 2010-04-04  Bruno Haible  <bruno@clisp.org>
199
200         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
201         * modules/tmpfile (configure.ac): Update.
202
203         tmpfile: Fix C++ test error on mingw.
204         * lib/stdio.in.h (tmpfile): New declaration.
205         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
206         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
207         * modules/tmpfile (Depends-on): Add stdio.
208         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
209         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
210         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
211         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
212         REPLACE_TMPFILE.
213         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
214
215 2010-04-04  Bruno Haible  <bruno@clisp.org>
216
217         ioctl: Fix C++ test error on mingw.
218         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
219         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
220         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
221
222 2010-04-03  Bruno Haible  <bruno@clisp.org>
223
224         wcwidth: Fix C++ test error on mingw.
225         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
226         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
227         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
228
229 2010-04-03  Bruno Haible  <bruno@clisp.org>
230
231         nanosleep: Fix C++ test error on mingw.
232         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
233         * lib/time.in.h (nanosleep): Use modern idiom.
234         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
235         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
236         REPLACE_NANOSLEEP to 1.
237         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
238         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
239
240 2010-04-03  Bruno Haible  <bruno@clisp.org>
241
242         strptime: Fix C++ test error on mingw.
243         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
244         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
245         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
246         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
247         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
248         not REPLACE_STRPTIME.
249         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
250         REPLACE_STRPTIME.
251
252 2010-04-03  Bruno Haible  <bruno@clisp.org>
253
254         timegm: Fix C++ test error on mingw.
255         * lib/time.in.h (timegm): Use modern idiom.
256         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
257         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
258         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
259         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
260
261 2010-04-03  Bruno Haible  <bruno@clisp.org>
262
263         timegm: Assume declaration if function exists.
264         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
265         if it exists. Don't clobber ac_cv_func_timegm.
266
267 2010-04-03  Bruno Haible  <bruno@clisp.org>
268
269         time_r: Fix C++ test error on mingw.
270         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
271         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
272         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
273         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
274         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
275
276 2010-04-03  Bruno Haible  <bruno@clisp.org>
277
278         time_r: Minor updates.
279         * modules/time_r (Description): Mention the provided functions.
280         * lib/time_r.c: Don't include <string.h>.
281         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
282         * doc/posix-functions/localtime_r.texi: Likewise.
283
284 2010-04-03  Bruno Haible  <bruno@clisp.org>
285
286         time: Fix regression introduced on 2010-03-08.
287         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
288         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
289
290 2010-04-03  Jim Meyering  <meyering@redhat.com>
291
292         maint.mk: don't silently disable project-specific syntax-check rules
293         * top/maint.mk (_prohibit_regexp): Define, to help people realize
294         that they need to convert their project-specific syntax-check rules
295         to use the new _sc_search_regexp.
296
297 2010-04-03  Bruno Haible  <bruno@clisp.org>
298
299         fchdir: Fix regression introduced on 2010-03-08.
300         * lib/unistd.in.h (fchdir): Fix declaration.
301         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
302         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
303         REPLACE_FCHDIR.
304         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
305         REPLACE_FCHDIR.
306
307 2010-04-03  Bruno Haible  <bruno@clisp.org>
308
309         getpagesize: Fix C++ test error on mingw.
310         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
311         system does not declare the function.
312         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
313         declared.
314         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
315         HAVE_DECL_GETPAGESIZE.
316         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
317
318 2010-04-03  Bruno Haible  <bruno@clisp.org>
319
320         stdio: Make C++ tests work on mingw.
321         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
322         does not declare the function.
323
324 2010-04-03  Bruno Haible  <bruno@clisp.org>
325
326         ftello: Fix C++ test error on mingw.
327         * lib/stdio.in.h (ftello): Use modern idiom.
328         * lib/ftello.c (ftello): Renamed from rpl_ftello.
329         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
330         is missing and that it needs to be replaced.
331         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
333         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
334
335 2010-04-03  Bruno Haible  <bruno@clisp.org>
336
337         fseeko: Fix C++ test error on mingw.
338         * lib/stdio.in.h (fseeko): Use modern idiom.
339         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
340         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
341         is missing and that it needs to be replaced.
342         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
343         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
344         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
345
346 2010-04-03  Bruno Haible  <bruno@clisp.org>
347
348         mkstemp: Fix C++ test error on mingw.
349         * lib/stdlib.in.h (mkstemp): Use modern idiom.
350         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
351         function is missing and that it needs to be replaced.
352         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
353         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
354
355 2010-04-03  Bruno Haible  <bruno@clisp.org>
356
357         stpncpy: Fix C++ test error on mingw.
358         * lib/string.in.h (stpncpy): Use modern idiom.
359         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
360         function is missing and that it needs to be replaced.
361         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
362         REPLACE_STPNCPY.
363         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
364
365 2010-04-03  Bruno Haible  <bruno@clisp.org>
366
367         sys_stat: Fix C++ test error on mingw.
368         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
369         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
370
371 2010-04-03  Bruno Haible  <bruno@clisp.org>
372
373         pty: Update doc.
374         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
375
376 2010-04-03  Bruno Haible  <bruno@clisp.org>
377
378         unistd: Fix C++ test error on mingw.
379         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
380
381 2010-04-03  Bruno Haible  <bruno@clisp.org>
382
383         Update doc regarding mingw.
384         * doc/glibc-functions/openpty.texi: Update regarding mingw.
385         * doc/glibc-functions/login_tty.texi: Likewise.
386         * doc/glibc-functions/forkpty.texi: Likewise.
387
388 2010-04-03  Bruno Haible  <bruno@clisp.org>
389
390         stdlib: Avoid compilation failure of c-strtold on mingw.
391         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
392
393 2010-04-03  Bruno Haible  <bruno@clisp.org>
394
395         locale: Make C++ tests work on Cygwin and mingw.
396         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
397         cannot provide the function.
398         Reported by Simon Josefsson.
399
400 2010-04-03  Bruno Haible  <bruno@clisp.org>
401
402         localename: Port to MacOS X 10.6.
403         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
404         memory layout of the locales in MacOS X 10.6 as well.
405         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
406
407 2010-04-02  Bruno Haible  <bruno@clisp.org>
408
409         gnulib-tool: Ensure that long-running tests are executed last.
410         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
411         running tests after the one for the other tests.
412
413 2010-04-02  Bruno Haible  <bruno@clisp.org>
414
415         gnulib-tool: Ensure the tests in the main directory are executed first.
416         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
417         start with the current directory.
418
419 2010-04-02  Bruno Haible  <bruno@clisp.org>
420
421         Tests for module 'havelib', moved here from GNU gettext.
422         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
423         modifications.
424         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
425         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
426         with modifications.
427         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
428         modifications.
429         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
430         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
431         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
432         with modifications.
433         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
434         with modifications.
435         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
436         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
437         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
438         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
439         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
440         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
441         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
442         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
443         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
444         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
445         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
446         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
447         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
448         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
449         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
450         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
451         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
452         with modifications.
453         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
454         with modifications.
455         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
456         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
457         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
458         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
459         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
460         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
461         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
462         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
463         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
464         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
465         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
466         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
467         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
468         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
469         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
470         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
471         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
472         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
473         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
474         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
475         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
476         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
477         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
478         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
479         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
480         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
481         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
482         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
483         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
484         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
485         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
486         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
487         * tests/havelib/rpathx/rpathx.c: New file, from
488         gettext/autoconf-lib-link.
489         * tests/havelib/rpathx/Makefile.am: New file, from
490         gettext/autoconf-lib-link.
491         * tests/havelib/rpathx/configure.ac: New file, from
492         gettext/autoconf-lib-link with modifications.
493         * tests/havelib/rpathy/rpathy.c: New file, from
494         gettext/autoconf-lib-link.
495         * tests/havelib/rpathy/Makefile.am: New file, from
496         gettext/autoconf-lib-link.
497         * tests/havelib/rpathy/configure.ac: New file, from
498         gettext/autoconf-lib-link with modifications.
499         * tests/havelib/rpathz/rpathz.c: New file, from
500         gettext/autoconf-lib-link.
501         * tests/havelib/rpathz/Makefile.am: New file, from
502         gettext/autoconf-lib-link.
503         * tests/havelib/rpathz/configure.ac: New file, from
504         gettext/autoconf-lib-link with modifications.
505         * tests/havelib/rpathlx/usex.c: New file, from
506         gettext/autoconf-lib-link.
507         * tests/havelib/rpathlx/Makefile.am: New file, from
508         gettext/autoconf-lib-link.
509         * tests/havelib/rpathlx/configure.ac: New file, from
510         gettext/autoconf-lib-link with modifications.
511         * tests/havelib/rpathly/usey.c: New file, from
512         gettext/autoconf-lib-link.
513         * tests/havelib/rpathly/Makefile.am: New file, from
514         gettext/autoconf-lib-link.
515         * tests/havelib/rpathly/configure.ac: New file, from
516         gettext/autoconf-lib-link with modifications.
517         * tests/havelib/rpathlz/usez.c: New file, from
518         gettext/autoconf-lib-link.
519         * tests/havelib/rpathlz/Makefile.am: New file, from
520         gettext/autoconf-lib-link.
521         * tests/havelib/rpathlz/configure.ac: New file, from
522         gettext/autoconf-lib-link with modifications.
523         * tests/havelib/rpathlyx/usey.c: New file, from
524         gettext/autoconf-lib-link.
525         * tests/havelib/rpathlyx/Makefile.am: New file, from
526         gettext/autoconf-lib-link.
527         * tests/havelib/rpathlyx/configure.ac: New file, from
528         gettext/autoconf-lib-link with modifications.
529         * tests/havelib/rpathlzyx/usez.c: New file, from
530         gettext/autoconf-lib-link.
531         * tests/havelib/rpathlzyx/Makefile.am: New file, from
532         gettext/autoconf-lib-link.
533         * tests/havelib/rpathlzyx/configure.ac: New file, from
534         gettext/autoconf-lib-link with modifications.
535         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
536         with modifications.
537
538 2010-04-02  Bruno Haible  <bruno@clisp.org>
539
540         gnulib-tool: Create distributed built sources also for the tests.
541         * gnulib-tool (func_create_testdir): Also generate distributed built
542         sources in the tests directory.
543
544 2010-04-02  Bruno Haible  <bruno@clisp.org>
545
546         gnulib-tool: Obey user's environment variables.
547         * gnulib-tool (func_create_testdir): When creating built sources,
548         respect the environment variables for autoconf, automake, etc. given by
549         the user.
550
551 2010-04-02  Bruno Haible  <bruno@clisp.org>
552
553         gnulib-tool: Provide the value of --m4-base to modules.
554         * gnulib-tool (func_import, func_create_testdir): Emit a definition
555         of gl_m4_base.
556
557 2010-04-02  Eric Blake  <eblake@redhat.com>
558
559         maint.mk: fix some fallout
560         * NEWS: Document the incompatible change, and its effect on cfg.mk.
561         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
562
563 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
564
565         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
566         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
567         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
568         (sc_cast_of_x_alloc_return_value): Likewise.
569         (sc_cast_of_alloca_return_value): Likewise.
570         (sc_space_tab): Likewise.
571         (sc_prohibit_atoi_atof): Likewise.
572         (sc_prohibit_magic_number_exit): Likewise.
573         (sc_error_exit_success): Likewise.
574         (sc_file_system): Likewise.
575         (sc_prohibit_have_config_h): Likewise.
576         (sc_require_config_h): Likewise.
577         (sc_prohibit_HAVE_MBRTOWC): Likewise.
578         (sc_obsolete_symbols): Likewise.
579         (sc_changelog): Likewise.
580         (sc_program_name): Likewise.
581         (sc_the_the): Likewise.
582         (sc_trailing_blank): Likewise.
583         (sc_two_space_separator_in_usage): Likewise.
584         (sc_useless_cpp_parens): Likewise.
585         (sc_GPL_version): Likewise.
586         (sc_GFDL_version): Likewise.
587         (sc_texinfo_acronym): Likewise.
588         (sc_prohibit_cvs_keyword): Likewise.
589         (sc_prohibit_stat_st_blocks): Likewise.
590         (sc_prohibit_S_IS_definition): Likewise.
591         (sc_redundant_const): Likewise.
592         (sc_makefile_TAB_only_indentation): Likewise.
593         (sc_m4_quote_check): Likewise.
594         (sc_makefile_path_separator_check): Likewise.
595         (sc_copyright_check): Likewise.
596         (sc_Wundef_boolean): Likewise.
597         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
598
599         maint.mk: match 0 or more whitespace-before-function-call '('
600         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
601         that have zero or two-and-more spaces between the function name
602         and the open parenthesis.
603         (sc_error_message_warn_fatal): Likewise.
604         (sc_error_message_uppercase): Likewise.
605         (sc_error_message_period): Likewise.
606
607 2010-03-31  Eric Blake  <eblake@redhat.com>
608
609         maint.mk: check for [ as well as test
610         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
611         Based on a libvirt report by Matthias Bolte.
612
613         gnumakefile: don't squelch _version output
614         * top/GNUmakefile (_version): Create one-shot dependency rather
615         than using $(shell) when version must be regenerated.
616         (_autoreconf): Run verbosely, by default.
617
618         sys_time: avoid compiler warnings
619         * lib/sys_time.in.h (includes): Ensure gcc pragma is
620         unconditional, fixing regression from 2010-03-29.
621         Reported by Simon Josefsson.
622
623 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
624
625         maint.mk: s/_header_without_use/_sc_header_without_use/
626         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
627         (sc_prohibit_assert_without_use): Use the new name.
628         (sc_prohibit_close_stream_without_use): Likewise.
629         (sc_prohibit_getopt_without_use): Likewise.
630         (sc_prohibit_quotearg_without_use): Likewise.
631         (sc_prohibit_quote_without_use): Likewise.
632         (sc_prohibit_long_options_without_use): Likewise.
633         (sc_prohibit_inttostr_without_use): Likewise.
634         (sc_prohibit_ignore_value_without_use): Likewise.
635         (sc_prohibit_error_without_use): Likewise.
636         (sc_prohibit_xalloc_without_use): Likewise.
637         (sc_prohibit_hash_without_use): Likewise.
638         (sc_prohibit_hash_pjw_without_use): Likewise.
639         (sc_prohibit_safe_read_without_use): Likewise.
640         (sc_prohibit_argmatch_without_use): Likewise.
641         (sc_prohibit_canonicalize_without_use): Likewise.
642         (sc_prohibit_root_dev_ino_without_use): Likewise.
643         (sc_prohibit_openat_without_use): Likewise.
644         (sc_prohibit_c_ctype_without_use): Likewise.
645         (sc_prohibit_signal_without_use): Likewise.
646         (sc_prohibit_intprops_without_use): Likewise.
647
648 2010-03-30  Eric Blake  <eblake@redhat.com>
649
650         maint: improve module indicators
651         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
652         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
653         columns, and avoid extra macro expansion.
654
655         fdopendir: work around FreeBSD bug
656         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
657         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
658         * modules/dirent (Makefile.am): Substitute it.
659         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
660         declaration.
661         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
662         fix.
663         Reported by Christian Weisgerber <naddy@mips.inka.de>.
664
665 2010-03-29  Bruno Haible  <bruno@clisp.org>
666
667         Emit #pragma system_header after the inclusion guard, not before.
668         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
669         guard that spans the entire file, not before. This enables an
670         optimization in GCC's preprocessor.
671         * lib/ctype.in.h: Likewise.
672         * lib/dirent.in.h: Likewise.
673         * lib/errno.in.h: Likewise.
674         * lib/float.in.h: Likewise.
675         * lib/getopt.in.h: Likewise.
676         * lib/iconv.in.h: Likewise.
677         * lib/langinfo.in.h: Likewise.
678         * lib/locale.in.h: Likewise.
679         * lib/math.in.h: Likewise.
680         * lib/netdb.in.h: Likewise.
681         * lib/netinet_in.in.h: Likewise.
682         * lib/pty.in.h: Likewise.
683         * lib/sched.in.h: Likewise.
684         * lib/se-selinux.in.h: Likewise.
685         * lib/search.in.h: Likewise.
686         * lib/spawn.in.h: Likewise.
687         * lib/stdarg.in.h: Likewise.
688         * lib/stdint.in.h: Likewise.
689         * lib/string.in.h: Likewise.
690         * lib/strings.in.h: Likewise.
691         * lib/sys_file.in.h: Likewise.
692         * lib/sys_ioctl.in.h: Likewise.
693         * lib/sys_time.in.h: Likewise.
694         * lib/sys_times.in.h: Likewise.
695         * lib/sys_utsname.in.h: Likewise.
696         * lib/sys_wait.in.h: Likewise.
697         * lib/sysexits.in.h: Likewise.
698         * lib/wctype.in.h: Likewise.
699
700 2010-03-28  James Youngman  <jay@gnu.org>
701
702         save-cwd: don't leak a file descriptor when the caller execs.
703         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
704         saved file descriptor.
705         * modules/save-cwd (Depends-on): Depend on cloexec.
706
707 2010-03-29  Bruno Haible  <bruno@clisp.org>
708
709         Remove vestiges of fts-lgpl module.
710         * lib/fts_.h: Assume GNULIB_FTS is 1.
711         * lib/fts.c: Likewise.
712         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
713
714 2010-03-28  Bruno Haible  <bruno@clisp.org>
715
716         Fix definition of tests witness macro.
717         * gnulib-tool (func_import): Fix definition of witness macro.
718
719 2010-03-28  Bruno Haible  <bruno@clisp.org>
720
721         Fix ioctl's protoype on glibc systems.
722         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
723         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
724         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
725         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
726         signature. If not, arrange to replace the ioctl function.
727         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
728         REPLACE_IOCTL.
729         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
730         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
731         Reported by Ludovic Courtès <ludo@gnu.org>.
732
733 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
734
735         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
736         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
737         made it so grep -r --include=GLOB* ... did not work.
738
739 2010-03-26  Jim Meyering  <meyering@redhat.com>
740             Eric Blake  <eblake@redhat.com>
741
742         maint.mk: prohibit use of test's -o and -a operators
743         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
744
745 2010-03-28  Bruno Haible  <bruno@clisp.org>
746
747         Remove unused GNULIB_XYZ macro definitions.
748         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
749         invocation.
750
751 2010-03-28  Bruno Haible  <bruno@clisp.org>
752
753         Mark privileged tests modules.
754         * modules/idpriv-drop-tests (Status): New section.
755         * modules/idpriv-droptemp-tests (Status): New section.
756
757 2010-03-28  Bruno Haible  <bruno@clisp.org>
758
759         Split C++ tests into separate tests modules.
760         * modules/dirent-c++-tests: New file, extracted from
761         modules/dirent-tests.
762         * modules/dirent-tests: Depend on it.
763         * modules/fcntl-h-c++-tests: New file, extracted from
764         modules/fcntl-h-tests.
765         * modules/fcntl-h-tests: Depend on it.
766         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
767         * modules/glob-tests: Depend on it.
768         * modules/iconv-h-c++-tests: New file, extracted from
769         modules/iconv-h-tests.
770         * modules/iconv-h-tests: Depend on it.
771         * modules/langinfo-c++-tests: New file, extracted from
772         modules/langinfo-tests.
773         * modules/langinfo-tests: Depend on it.
774         * modules/locale-c++-tests: New file, extracted from
775         modules/locale-tests.
776         * modules/locale-tests: Depend on it.
777         * modules/math-c++-tests: New file, extracted from modules/math-tests.
778         * modules/math-tests: Depend on it.
779         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
780         * modules/pty-tests: Depend on it.
781         * modules/search-c++-tests: New file, extracted from
782         modules/search-tests.
783         * modules/search-tests: Depend on it.
784         * modules/signal-c++-tests: New file, extracted from
785         modules/signal-tests.
786         * modules/signal-tests: Depend on it.
787         * modules/spawn-c++-tests: New file, extracted from
788         modules/spawn-tests.
789         * modules/spawn-tests: Depend on it.
790         * modules/stdio-c++-tests: New file, extracted from
791         modules/stdio-tests.
792         * modules/stdio-tests: Depend on it.
793         * modules/stdlib-c++-tests: New file, extracted from
794         modules/stdlib-tests.
795         * modules/stdlib-tests: Depend on it.
796         * modules/string-c++-tests: New file, extracted from
797         modules/string-tests.
798         * modules/string-tests: Depend on it.
799         * modules/sys_ioctl-c++-tests: New file, extracted from
800         modules/sys_ioctl-tests.
801         * modules/sys_ioctl-tests: Depend on it.
802         * modules/sys_select-c++-tests: New file, extracted from
803         modules/sys_select-tests.
804         * modules/sys_select-tests: Depend on it.
805         * modules/sys_socket-c++-tests: New file, extracted from
806         modules/sys_socket-tests.
807         * modules/sys_socket-tests: Depend on it.
808         * modules/sys_stat-c++-tests: New file, extracted from
809         modules/sys_stat-tests.
810         * modules/sys_stat-tests: Depend on it.
811         * modules/sys_time-c++-tests: New file, extracted from
812         modules/sys_time-tests.
813         * modules/sys_time-tests: Depend on it.
814         * modules/time-c++-tests: New file, extracted from modules/time-tests.
815         * modules/time-tests: Depend on it.
816         * modules/unistd-c++-tests: New file, extracted from
817         modules/unistd-tests.
818         * modules/unistd-tests: Depend on it.
819         * modules/wchar-c++-tests: New file, extracted from
820         modules/wchar-tests.
821         * modules/wchar-tests: Depend on it.
822         * modules/wctype-c++-tests: New file, extracted from
823         modules/wctype-tests.
824         * modules/wctype-tests: Depend on it.
825         Reported by Simon Josefsson.
826
827 2010-03-28  Bruno Haible  <bruno@clisp.org>
828
829         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
830         * gnulib-tool (func_exists_module): New function, extracted from
831         func_verify_module.
832         (func_verify_module): Use it.
833         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
834         'foo' only if 'foo' exists.
835         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
836         module.
837
838 2010-03-28  Bruno Haible  <bruno@clisp.org>
839
840         gnulib-tool: Add support for special categories of tests.
841         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
842         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
843         (func_usage): Document them.
844         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
845         inc_unportable_tests, inc_all_tests): New variables.
846         (func_acceptable): Consider these variables.
847         (func_modules_transitive_closure): Make it work when the 'Status' field
848         consists of multiple words.
849         (func_import): Store and restore the values of inc_cxx_tests,
850         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
851         inc_all_tests in gnulib-comp.m4.
852         (func_create_testdir): Set inc_all_tests to true.
853         * doc/gnulib.texi (Extra tests modules): New section.
854         Suggested by Jim Meyering.
855
856 2010-03-28  Bruno Haible  <bruno@clisp.org>
857
858         ansi-c++-opt: Allow turning off the C++ build by default.
859         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
860         gl_CXX_CHOICE_DEFAULT_NO is defined.
861         Requested by Eric Blake.
862
863 2010-03-28  Bruno Haible  <bruno@clisp.org>
864
865         unistd: Avoid #define replacements in C++ mode.
866         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
867         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
868         setsockopt, shutdown, select): In C++, attach a warning to the function
869         if possible, rather than #defining the symbol to a dysfunctional alias.
870         Reported by John W. Eaton <jwe@gnu.org>.
871
872 2010-03-28  Bruno Haible  <bruno@clisp.org>
873
874         Fix link errors on mingw.
875         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
876         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
877         $(LIBSOCKET).
878         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
879         $(LIBSOCKET).
880
881 2010-03-28  Bruno Haible  <bruno@clisp.org>
882             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
883
884         lib-ignore: Determine different options for different compilers.
885         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
886         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
887         Add comments.
888         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
889         * NEWS: Mention the change.
890
891 2010-03-27  Bruno Haible  <bruno@clisp.org>
892
893         Remove unused GNULIB_XYZ macro definitions.
894         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
895         * modules/fseek (configure.ac): Likewise.
896         * modules/ioctl (configure.ac): Likewise.
897         * modules/open (configure.ac): Likewise.
898         * modules/stdlib-safer (configure.ac): Likewise.
899
900 2010-03-27  Bruno Haible  <bruno@clisp.org>
901
902         Add a remark about certain modules.
903         * modules/malloc (Comment): New section.
904         * modules/realloc (Comment): Likewise.
905         * modules/sigpipe (Comment): Likewise.
906
907 2010-03-27  Bruno Haible  <bruno@clisp.org>
908
909         Resolve conflict between the two kinds of module indicators.
910         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
911         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
912         * modules/canonicalize (configure.ac): Invoke
913         gl_MODULE_INDICATOR_FOR_TESTS.
914         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
915         GNULIB_XYZ.
916         * tests/test-dirent-c++.cc: Likewise.
917         * tests/test-dirent-safer.c: Likewise.
918         * tests/test-dup2.c: Likewise.
919         * tests/test-fchdir.c: Likewise.
920         * tests/test-fcntl-h-c++.cc: Likewise.
921         * tests/test-getopt.c: Likewise.
922         * tests/test-getopt.h: Likewise.
923         * tests/test-langinfo-c++.cc: Likewise.
924         * tests/test-locale-c++.cc: Likewise.
925         * tests/test-math-c++.cc: Likewise.
926         * tests/test-pty-c++.cc: Likewise.
927         * tests/test-search-c++.cc: Likewise.
928         * tests/test-signal-c++.cc: Likewise.
929         * tests/test-spawn-c++.cc: Likewise.
930         * tests/test-stdio-c++.cc: Likewise.
931         * tests/test-stdlib-c++.cc: Likewise.
932         * tests/test-string-c++.cc: Likewise.
933         * tests/test-sys_ioctl-c++.cc: Likewise.
934         * tests/test-sys_select-c++.cc: Likewise.
935         * tests/test-sys_socket-c++.cc: Likewise.
936         * tests/test-sys_stat-c++.cc: Likewise.
937         * tests/test-sys_time-c++.cc: Likewise.
938         * tests/test-time-c++.cc: Likewise.
939         * tests/test-unistd-c++.cc: Likewise.
940         * tests/test-wchar-c++.cc: Likewise.
941         * tests/uninorm/test-u8-nfc.c: Likewise.
942         * tests/uninorm/test-u8-nfd.c: Likewise.
943         * tests/uninorm/test-u8-nfkc.c: Likewise.
944         * tests/uninorm/test-u8-nfkd.c: Likewise.
945         * tests/uninorm/test-u16-nfc.c: Likewise.
946         * tests/uninorm/test-u16-nfd.c: Likewise.
947         * tests/uninorm/test-u16-nfkc.c: Likewise.
948         * tests/uninorm/test-u16-nfkd.c: Likewise.
949         * tests/uninorm/test-u32-nfc.c: Likewise.
950         * tests/uninorm/test-u32-nfc-big.c: Likewise.
951         * tests/uninorm/test-u32-nfd.c: Likewise.
952         * tests/uninorm/test-u32-nfd-big.c: Likewise.
953         * tests/uninorm/test-u32-nfkc.c: Likewise.
954         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
955         * tests/uninorm/test-u32-nfkd.c: Likewise.
956         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
957         * tests/uninorm/test-u32-normalize-big.c: Likewise.
958
959 2010-03-27  Bruno Haible  <bruno@clisp.org>
960
961         Distinguish two kinds of module indicators.
962         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
963         gl_MODULE_INDICATOR.
964         (gl_MODULE_INDICATOR): New macro.
965         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
966         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
967         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
968         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
969         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
970         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
971         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
972         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
973         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
974         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
975         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
976         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
978         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
979         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
980         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
981         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
982         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
983         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
984         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
985         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
986         * modules/cloexec (configure.ac): Likewise.
987         * modules/getopt-gnu (configure.ac): Likewise.
988         * modules/uninorm/u8-normalize (configure.ac): Likewise.
989         * modules/uninorm/u16-normalize (configure.ac): Likewise.
990         * modules/uninorm/u32-normalize (configure.ac): Likewise.
991         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
992
993 2010-03-27  Bruno Haible  <bruno@clisp.org>
994
995         New module description field 'Comment'.
996         * gnulib-tool: New option --extract-comment.
997         (func_usage): Document it.
998         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
999         (func_get_comment): New function.
1000         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1001
1002 2010-03-27  Bruno Haible  <bruno@clisp.org>
1003
1004         Addendum to 2010-02-07 commit.
1005         * gnulib-tool (func_usage): Document --extract-applicability option.
1006
1007 2010-03-27  Bruno Haible  <bruno@clisp.org>
1008
1009         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1010         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1011         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1012         rather than link errors.
1013
1014 2010-03-27  Bruno Haible  <bruno@clisp.org>
1015
1016         Avoid side effects from tests-related modules on the compilation of lib.
1017         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1018         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1019         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1020         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1021         macro.
1022         (func_import): Define a witness macro. Assign it a value that depends
1023         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1024         tests-related modules.
1025         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1026         Reported by Jim Meyering.
1027
1028 2010-03-27  Bruno Haible  <bruno@clisp.org>
1029
1030         Factorize common .m4 code.
1031         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1032         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1033         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1034         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1035         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1036         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1037         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1038         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1039         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1040         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1041         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1042         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1043         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1044         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1045         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1046         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1047         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1048         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1049         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1050         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1051         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1052         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1053         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1054         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1055         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1056         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1057         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1058         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1059         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1060         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1061         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1062         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1063
1064 2010-03-27  Bruno Haible  <bruno@clisp.org>
1065
1066         Fix a compilation error on Cygwin with g++ >= 4.3.
1067         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1068         if it is undefined or if we alias it to chmod.
1069         (lstat): Don't warn about the use of this function if it is undefined
1070         or if we alias it to stat.
1071         Reported by Simon Josefsson.
1072
1073 2010-03-27  Bruno Haible  <bruno@clisp.org>
1074
1075         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1076         * modules/getlogin (configure.ac): Update.
1077
1078         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1079         * modules/getlogin_r (configure.ac): Update.
1080
1081         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1082         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1083         * modules/inet_ntop (configure.ac): Update.
1084
1085         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1086         * modules/inet_pton (configure.ac): Update.
1087
1088         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1089         * modules/mbslen (configure.ac): Update.
1090
1091         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1092         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1093         * modules/forkpty (configure.ac): Update.
1094         * modules/openpty (configure.ac): Update.
1095
1096 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1097
1098         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1099         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1100
1101 2010-03-25  Eric Blake  <eblake@redhat.com>
1102
1103         maint: use pragma consistently across replacement headers
1104         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1105         * lib/dirent.in.h (system_header): Likewise.
1106         * lib/errno.in.h (system_header): Likewise.
1107         * lib/float.in.h (system_header): Likewise.
1108         * lib/getopt.in.h (system_header): Likewise.
1109         * lib/iconv.in.h (system_header): Likewise.
1110         * lib/inttypes.in.h (system_header): Likewise.
1111         * lib/langinfo.in.h (system_header): Likewise.
1112         * lib/locale.in.h (system_header): Likewise.
1113         * lib/math.in.h (system_header): Likewise.
1114         * lib/netdb.in.h (system_header): Likewise.
1115         * lib/netinet_in.in.h (system_header): Likewise.
1116         * lib/pty.in.h (system_header): Likewise.
1117         * lib/sched.in.h (system_header): Likewise.
1118         * lib/se-selinux.in.h (system_header): Likewise.
1119         * lib/search.in.h (system_header): Likewise.
1120         * lib/spawn.in.h (system_header): Likewise.
1121         * lib/stdarg.in.h (system_header): Likewise.
1122         * lib/stdint.in.h (system_header): Likewise.
1123         * lib/string.in.h (system_header): Likewise.
1124         * lib/strings.in.h (system_header): Likewise.
1125         * lib/sys_file.in.h (system_header): Likewise.
1126         * lib/sys_ioctl.in.h (system_header): Likewise.
1127         * lib/sys_socket.in.h (system_header): Likewise.
1128         * lib/sys_times.in.h (system_header): Likewise.
1129         * lib/sys_utsname.in.h (system_header): Likewise.
1130         * lib/sys_wait.in.h (system_header): Likewise.
1131         * lib/sysexits.in.h (system_header): Likewise.
1132         * lib/unistd.in.h (system_header): Likewise.
1133         * lib/wctype.in.h (system_header): Likewise.
1134
1135         arpa/inet: fix mingw compilation warning
1136         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1137         Reported by Matthew Bolte.
1138
1139 2010-03-25  Bruno Haible  <bruno@clisp.org>
1140
1141         Avoid collision between gnulib wrapper and libintl wrapper.
1142         * lib/printf.c (printf): Don't define if a printf wrapper is already
1143         defined in intl/printf.c.
1144         Reported by Michel Boaventura <michel@michelboaventura.com>.
1145
1146 2010-03-25  Bruno Haible  <bruno@clisp.org>
1147
1148         Use ANSI C.
1149         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1150
1151 2010-03-25  Bruno Haible  <bruno@clisp.org>
1152
1153         Minor formatting changes.
1154         * lib/acosl.c: Insert space before function argument list.
1155         * lib/argz.c: Likewise.
1156         * lib/asinl.c: Likewise.
1157         * lib/expl.c: Likewise.
1158         * lib/gen-uni-tables.c: Likewise.
1159         * lib/gettext.h: Likewise.
1160         * lib/glthread/lock.h: Likewise.
1161         * lib/tanl.c: Likewise.
1162         * lib/uniname/uniname.c: Likewise.
1163         * tests/test-idpriv-drop.c: Likewise.
1164         * tests/test-idpriv-droptemp.c: Likewise.
1165         * tests/test-lock.c: Likewise.
1166         * tests/test-tls.c: Likewise.
1167         * lib/argp-help.c: Insert space before function-like macro argument
1168         list.
1169         * lib/memcmp.c: Likewise.
1170         * tests/test-base64.c: Likewise.
1171         * lib/localename.c: Insert space before sizeof's argument list.
1172         * lib/safe-alloc.h: Likewise.
1173         * lib/file-set.h: Insert space before macro argument list.
1174         * tests/test-argp.c: Likewise.
1175         * lib/argp-namefrob.h: Insert space before function parameter list.
1176         * lib/getaddrinfo.c: Likewise.
1177         * lib/netdb.in.h: Likewise.
1178         * lib/parse-duration.h: Likewise.
1179         * lib/parse-duration.c: Likewise.
1180         * lib/poll.c: Likewise.
1181         * lib/select.c: Likewise.
1182         * lib/trim.h: Likewise.
1183         * tests/test-usleep.c: Likewise.
1184         * lib/ldexpl.c: Insert space before function parameter list and before
1185         function argument list.
1186         * lib/logl.c: Likewise.
1187         * lib/sqrtl.c: Likewise.
1188         * lib/trim.c: Likewise.
1189         * lib/cosl.c: Use GNU style indentation. Insert space before function
1190         argument list.
1191         * lib/sinl.c: Likewise.
1192         * lib/tsearch.c: Insert space after 'for'.
1193         Reported by Jim Meyering.
1194
1195 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1196
1197         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1198         config header before grepping, as it's not present before
1199         autoreconf/configure are run.  Reported by Simon Josefsson.
1200
1201 2010-03-23  Bruno Haible  <bruno@clisp.org>
1202
1203         pt_chown: Make it work with automake < 1.11.
1204         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1205         Reported by Simon Josefsson.
1206
1207 2010-03-23  Bruno Haible  <bruno@clisp.org>
1208
1209         pt_chown: Don't depend on GPLed modules.
1210         * lib/pt_chown.c: Don't include idpriv.h.
1211         (main): Don't drop privileges.
1212         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1213         Reported by Simon Josefsson.
1214
1215 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1216
1217         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1218         suggestions from karl@freefriends.org (Karl Berry).
1219
1220 2010-03-22  Eric Blake  <eblake@redhat.com>
1221
1222         gethostname: further tweaks
1223         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1224         are overriding gethostname.
1225         Suggested by Bruno Haible.
1226
1227 2010-03-21  Bruno Haible  <bruno@clisp.org>
1228
1229         Fix comments.
1230         * lib/forkpty.c (rpl_forkpty): Fix comment.
1231         * lib/openpty.c (rpl_openpty): Likewise.
1232         Reported by Eric Blake.
1233
1234 2010-03-22  Eric Blake  <eblake@redhat.com>
1235
1236         gethostname: fix build on mingw
1237         * lib/unistd.in.h (includes): Work around fact that mingw
1238         <winsock2.h> re-includes <unistd.h>, by avoiding any
1239         redeclarations if we are being included by <winsock2.h>.
1240         Reported by Matthias Bolte.
1241
1242 2010-03-21  Bruno Haible  <bruno@clisp.org>
1243
1244         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1245         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1246         modifications.
1247         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1248         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1249         provide the replacement.
1250         * modules/forkpty (Depends-on): Add openpty, login_tty.
1251         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1252         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1253         * doc/glibc-functions/forkpty.texi: More supported platforms.
1254         * config/srclist.txt: Add forkpty.c (commented).
1255
1256 2010-03-21  Bruno Haible  <bruno@clisp.org>
1257
1258         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1259         (Makefile.am): Verify that PTY_LIB is defined.
1260
1261         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1262
1263 2010-03-21  Bruno Haible  <bruno@clisp.org>
1264
1265         Tests for module 'login_tty'.
1266         * modules/login_tty-tests: New file.
1267         * tests/test-login_tty.c: New file.
1268
1269         New module 'login_tty'.
1270         * lib/login_tty.c: New file.
1271         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1272         * modules/login_tty: New file.
1273         * doc/glibc-functions/login_tty.texi: Mention the new module.
1274
1275 2010-03-21  Bruno Haible  <bruno@clisp.org>
1276
1277         login_tty: Documentation.
1278         * doc/glibc-functions/login_tty.texi: New file.
1279         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1280
1281 2010-03-21  Bruno Haible  <bruno@clisp.org>
1282
1283         pty: Consistent macro naming.
1284         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1285         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1286         * modules/pty (configure.ac): Update.
1287
1288 2010-03-21  Bruno Haible  <bruno@clisp.org>
1289
1290         Tests for openpty: Make stricter.
1291         * tests/test-openpty.c (main): Add test of canonical processing and
1292         erase.
1293         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1294
1295         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1296         * lib/openpty.c (openpty): New replacement function.
1297         * lib/pty.in.h: Include <termios.h>.
1298         (openpty): Update declaration. Add comments.
1299         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1300         is not declared, arrange to provide the replacement. Check for _getpty
1301         and posix_openpt.
1302         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1303         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1304         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1305         * modules/pty-tests (test_pty_c___LDADD): New variable.
1306         * doc/glibc-functions/openpty.texi: More supported platforms.
1307
1308 2010-03-21  Bruno Haible  <bruno@clisp.org>
1309
1310         setenv: Tweaks.
1311         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1312         the test program.
1313         * doc/posix-functions/setenv.texi: Update platforms list.
1314
1315 2010-03-21  Bruno Haible  <bruno@clisp.org>
1316
1317         New module 'unlockpt'.
1318         * lib/unlockpt.c: New file, from glibc with modifications.
1319         * m4/unlockpt.m4: New file.
1320         * modules/unlockpt: New file.
1321         * lib/stdlib.in.h (unlockpt): New declaration.
1322         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1323         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1324         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1325         HAVE_UNLOCKPT.
1326         * doc/posix-functions/unlockpt.texi: Mention the new module.
1327         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1328         * config/srclist.txt: Add unlockpt.c (commented).
1329
1330 2010-03-21  Jim Meyering  <meyering@redhat.com>
1331
1332         maint.mk: prohibit inclusion of "intprops.h" without use
1333         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1334
1335 2010-03-21  Bruno Haible  <bruno@clisp.org>
1336
1337         New module 'grantpt'.
1338         * lib/grantpt.c: New file, from glibc with modifications.
1339         * m4/grantpt.m4: New file.
1340         * modules/grantpt: New file.
1341         * lib/stdlib.in.h (grantpt): New declaration.
1342         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1343         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1344         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1345         HAVE_GRANTPT.
1346         * doc/posix-functions/grantpt.texi: Mention the new module.
1347         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1348         * config/srclist.txt: Add grantpt.c (commented).
1349
1350 2010-03-21  Bruno Haible  <bruno@clisp.org>
1351
1352         New module 'pt_chown'.
1353         * lib/pt_chown.c: New file, from glibc with modifications.
1354         * lib/pty-private.h: New file, from glibc with modifications.
1355         * modules/pt_chown: New file.
1356         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1357
1358 2010-03-21  Bruno Haible  <bruno@clisp.org>
1359
1360         Tests for module 'ptsname'.
1361         * modules/ptsname-tests: New file.
1362         * tests/test-ptsname.c: New file.
1363
1364         New module 'ptsname'.
1365         * lib/ptsname.c: New file, from glibc with modifications.
1366         * m4/ptsname.m4: New file.
1367         * modules/ptsname: New file.
1368         * lib/stdlib.in.h (ptsname): New declaration.
1369         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1370         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1371         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1372         HAVE_PTSNAME.
1373         * doc/posix-functions/ptsname.texi: Mention the new module.
1374         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1375         * config/srclist.txt: Add ptsname.c (commented).
1376
1377 2010-03-21  Bruno Haible  <bruno@clisp.org>
1378
1379         Tests for module 'ttyname_r'.
1380         * modules/ttyname_r-tests: New file.
1381         * tests/test-ttyname_r.c: New file.
1382
1383         New module 'ttyname_r'.
1384         * lib/ttyname_r.c: New file.
1385         * m4/ttyname_r.m4: New file.
1386         * modules/ttyname_r: New file.
1387         * lib/unistd.in.h (ttyname_r): New declaration.
1388         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1389         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1390         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1391         HAVE_TTYNAME_R.
1392         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1393         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1394
1395 2010-03-20  Bruno Haible  <bruno@clisp.org>
1396
1397         signal: Undefine macro definitions in C++ mode.
1398         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1399         sigfillset): Undefine macro definitions from the system header in C++
1400         mode.
1401         Reported by John W. Eaton <jwe@gnu.org>.
1402
1403 2010-03-20  Bruno Haible  <bruno@clisp.org>
1404
1405         Ensure no #include statements inside extern "C" { ... }.
1406         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1407         contain #include statements.
1408         * lib/time.in.h: Likewise.
1409
1410 2010-03-20  Bruno Haible  <bruno@clisp.org>
1411
1412         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1413         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1414         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1415         Reported by John W. Eaton <jwe@gnu.org>.
1416
1417 2010-03-20  Bruno Haible  <bruno@clisp.org>
1418
1419         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1420         Reported by Jim Meyering.
1421
1422 2010-03-20  Bruno Haible  <bruno@clisp.org>
1423
1424         pipe: Set errno upon failure.
1425         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1426         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1427         errno value in error message.
1428
1429 2010-03-20  Bruno Haible  <bruno@clisp.org>
1430             Jim Meyering  <meyering@redhat.com>
1431
1432         lchown: Avoid "unused variable" warning.
1433         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1434
1435 2010-03-20  Bruno Haible  <bruno@clisp.org>
1436
1437         Work around unlink() bug on MacOS X 10.5.6.
1438         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1439         attempting to unlink a parent directory.
1440         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1441         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1442         activate for the replacement function.
1443         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1444
1445 2010-03-20  Bruno Haible  <bruno@clisp.org>
1446
1447         Fix link errors on Solaris 8.
1448         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1449         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1450
1451 2010-03-19  Jim Meyering  <meyering@redhat.com>
1452
1453         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1454         The _LIBC implementation of build_range_exp correctly honors the
1455         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1456         However, the non-_LIBC implementation would ignore that syntax-bit
1457         flag and return REG_ERANGE unconditionally.
1458         This change makes it honor that flag.
1459         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1460         Make two pointer parameters "const".
1461         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1462         (parse_bracket_exp): Update caller.
1463
1464         regex.m4: correct the reversed range endpoint ([b-a]) test
1465         * m4/regex.m4: When requiring that [b-a] evoke failure,
1466         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1467         test pass once again for x86-based systems.
1468
1469 2010-03-19  Bruno Haible  <bruno@clisp.org>
1470
1471         scandir: Fix link error on Solaris 8.
1472         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1473         macros.
1474
1475 2010-03-19  Bruno Haible  <bruno@clisp.org>
1476
1477         getusershell: Fix documentation.
1478         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1479         module.
1480         * doc/glibc-functions/setusershell.texi: Likewise.
1481
1482         getusershell: Provide declaration, missing on Solaris 9.
1483         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1484         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1485         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1486         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1487         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1488         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1489         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1490         HAVE_GETUSERSHELL.
1491         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1492
1493 2010-03-19  Bruno Haible  <bruno@clisp.org>
1494
1495         wctype: Provide iswblank function.
1496         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1497         exists and is fine.
1498         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1499         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1500         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1501         * doc/posix-functions/iswblank.texi: Update.
1502
1503 2010-03-19  Bruno Haible  <bruno@clisp.org>
1504
1505         Tests of module 'pty' in C++ mode.
1506         * modules/pty-tests: New file.
1507         * tests/test-pty-c++.cc: New file.
1508         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1509
1510 2010-03-19  Eric Blake  <eblake@redhat.com>
1511
1512         logb: fix documentation
1513         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1514         1.5 declaration bug.
1515
1516         forkpty, openpty: prefer glibc's const-safe prototype
1517         * lib/forkpty.c (rpl_forkpty): New file.
1518         * lib/openpty.c (rpl_openpty): Likewise.
1519         * modules/forkpty (Files): Distribute it.
1520         * modules/openpty (Files): Likewise.
1521         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1522         check...
1523         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1524         replacement for for non-const BSD signature.
1525         * modules/pty (Makefile.am): Substitute witnesses.
1526         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1527         * tests/test-forkpty.c: Update signature check.
1528         * tests/test-openpty.c: Likewise.
1529         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1530         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1531
1532         forkpty, openpty: split functions into new modules
1533         * modules/pty (Makefile.am): Substitute new witnesses.
1534         (Libraries): Move library detection...
1535         * modules/forkpty: ...into new module.
1536         * modules/openpty: Another new module.
1537         * modules/pty-tests: Rename and split...
1538         * modules/forkpty-tests: ...to this...
1539         * modules/openpty-tests: ...and this.
1540         * tests/test-pty.c: Rename and split...
1541         * tests/test-forkpty.c: ...to this...
1542         * tests/test-openpty.c: ...and this.
1543         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1544         (gl_PTY): Split library searching...
1545         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1546         (gl_FORKPTY, gl_OPENPTY): New macros.
1547         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1548         * NEWS: Mention the split.
1549         * MODULES.html.sh (Misc): Document the modules.
1550         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1551         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1552
1553         pty: improve replacement header
1554         * lib/pty.in.h: New file.
1555         * modules/pty (Files): Ship it.
1556         (Makefile.am): Always build replacement.
1557         * m4/pty.m4: Rename...
1558         * m4/pty_h.m4: ...to this.
1559         (gl_PTY): Modernize setting of witness macros; update check of
1560         forkpty to take proper advantage of cache.
1561         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1562
1563         getopt: avoid compiler warning
1564         * lib/getopt.c (attribute_hidden): Remove unused macro.
1565
1566 2010-03-18  Bruno Haible  <bruno@clisp.org>
1567
1568         Fix link errors on Solaris 8.
1569         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1570         * modules/search-tests (test_search_c___LDADD): Likewise.
1571         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1572         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1573         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1574         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1575         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1576         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1577         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1578
1579 2010-03-18  Bruno Haible  <bruno@clisp.org>
1580
1581         Fix bug introduced on 2010-03-14.
1582         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1583         (gl_SPAWN_H): Require it.
1584         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1585         Reported by Simon Josefsson.
1586
1587 2010-03-18  Bruno Haible  <bruno@clisp.org>
1588
1589         Fix typo introduced on 2009-12-31.
1590         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1591         posix_spawn_file_actions_adddup2.
1592
1593 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1594         and Eric Blake  <eblake@redhat.com>
1595
1596         test-vc-list-files-git: make more robust
1597         * tests/test-vc-list-files-git.sh: Unset problematic environment
1598         variables.  Chain commands together.
1599
1600 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1601
1602         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1603         `AC_CHECK_DECL' invocation.
1604
1605 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1606
1607         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1608         appears before executable statements. Suggested by Petr Sumbera
1609         <Petr.Sumbera@Sun.COM>.
1610
1611 2010-03-14  Bruno Haible  <bruno@clisp.org>
1612
1613         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1614         portability problems. Instead use a simpler test.
1615         (main): Check that invalid arguments are rejected only on Linux.
1616
1617 2010-03-14  Bruno Haible  <bruno@clisp.org>
1618
1619         Fix bug introduced on 2009-12-31.
1620         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1621         gl_PREREQ_SYS_H_WINSOCK2 always.
1622         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1623         SYS_SOCKET_H variable.
1624         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1625         Update comments.
1626         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1627         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1628         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1629         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1630         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1631
1632 2010-03-14  Bruno Haible  <bruno@clisp.org>
1633
1634         Fix values returned by sinl, cosl.
1635         * lib/trigl.h: Add specification comments.
1636         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1637         that combines the values from the precomputed table with the values of
1638         the Chebyshev polynomials.
1639
1640 2010-03-14  Bruno Haible  <bruno@clisp.org>
1641
1642         Fix compilation error when modules 'posix_spawn[p]' are not used.
1643         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1644         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1645
1646 2010-03-14  Bruno Haible  <bruno@clisp.org>
1647
1648         Fix compilation error on mingw when module 'time_r' is not used.
1649         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1650         is 1.
1651         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1652         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1653         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1654         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1655
1656 2010-03-14  Bruno Haible  <bruno@clisp.org>
1657
1658         Fix compilation error with Sun C.
1659         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1660         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1661         instead of GCC specific ULONG_LONG_MAX.
1662         * lib/xstrtoll.c: Likewise.
1663         * lib/xstrtoull.c: Likewise.
1664
1665 2010-03-13  Bruno Haible  <bruno@clisp.org>
1666
1667         Allow the user to disable C++ code and tests.
1668         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1669         (gl_PROG_ANSI_CXX): Require it.
1670
1671 2010-03-13  Bruno Haible  <bruno@clisp.org>
1672
1673         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1674         cases.
1675
1676 2010-03-13  Bruno Haible  <bruno@clisp.org>
1677
1678         Test that gnulib does not break the standard C++ headers.
1679         * tests/test-locale-c++2.cc: New file.
1680         * modules/locale-tests (Files): Add it.
1681         (Makefile.am): Compile it for test-locale-c++.
1682         * tests/test-math-c++2.cc: New file.
1683         * modules/math-tests (Files): Add it.
1684         (Makefile.am): Compile it for test-math-c++.
1685         * tests/test-signal-c++2.cc: New file.
1686         * modules/signal-tests (Files): Add it.
1687         (Makefile.am): Compile it for test-signal-c++.
1688         * tests/test-stdio-c++2.cc: New file.
1689         * modules/stdio-tests (Files): Add it.
1690         (Makefile.am): Compile it for test-stdio-c++.
1691         * tests/test-stdlib-c++2.cc: New file.
1692         * modules/stdlib-tests (Files): Add it.
1693         (Makefile.am): Compile it for test-stdlib-c++.
1694         * tests/test-string-c++2.cc: New file.
1695         * modules/string-tests (Files): Add it.
1696         (Makefile.am): Compile it for test-string-c++.
1697         * tests/test-time-c++2.cc: New file.
1698         * modules/time-tests (Files): Add it.
1699         (Makefile.am): Compile it for test-time-c++.
1700         Reported by John W. Eaton <jwe@gnu.org>.
1701
1702 2010-03-13  Bruno Haible  <bruno@clisp.org>
1703
1704         * gnulib-tool (func_usage): Clarify which options are available for
1705         --create-testdir and --create-megatestdir.
1706
1707 2010-03-13  Bruno Haible  <bruno@clisp.org>
1708
1709         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1710         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1711         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1712         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1713         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1714         when appropriate.
1715         Reported by Jim Meyering.
1716
1717 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1718
1719         * gnulib-tool (func_import): Explain origin of code.
1720
1721 2010-03-12  Bruno Haible  <bruno@clisp.org>
1722
1723         Fix problem with automake's definition of CXXLINK.
1724         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1725         Reported by Simon Josefsson and Ludovic Courtès.
1726
1727 2010-03-12  Bruno Haible  <bruno@clisp.org>
1728
1729         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1730         stable releases.
1731
1732 2010-03-11  Bruno Haible  <bruno@clisp.org>
1733
1734         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1735         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1736         whether the system provides one variant or multiple variants of the
1737         function.
1738         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1739         C++ compilers.
1740         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1741         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1742         Reported by Jim Meyering.
1743
1744 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1745
1746         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1747
1748 2010-03-08  Bruno Haible  <bruno@clisp.org>
1749
1750         gnulib-tool: Add support for --libtool in --create-testdir.
1751         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1752         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1753
1754 2010-03-08  Eric Blake  <eblake@redhat.com>
1755
1756         gnulib-tool.texi: mention possibility of git submodule
1757         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1758         submodules.
1759         * doc/.gitignore: Ignore another generated file.
1760
1761 2010-03-08  Karl Berry  <karl@gnu.org>
1762
1763         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1764         of committing gnulib files while skipping others.
1765
1766 2010-03-07  Bruno Haible  <bruno@clisp.org>
1767
1768         Tests of module 'wctype' in C++ mode.
1769         * tests/test-wctype-c++.cc: New file.
1770         * modules/wctype-tests (Files): Add it and tests/signature.h.
1771         (Depends-on): Add ansi-c++-opt.
1772         (Makefile.am): Arrange to compile and run test-wctype-c++.
1773
1774         Tests of module 'wchar' in C++ mode.
1775         * tests/test-wchar-c++.cc: New file.
1776         * modules/wchar-tests (Files): Add it and tests/signature.h.
1777         (Depends-on): Add ansi-c++-opt.
1778         (Makefile.am): Arrange to compile and run test-wchar-c++.
1779         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1780         gl_MODULE_INDICATOR.
1781
1782         Tests of module 'unistd' in C++ mode.
1783         * tests/test-unistd-c++.cc: New file.
1784         * modules/unistd-tests (Files): Add it and tests/signature.h.
1785         (Depends-on): Add ansi-c++-opt.
1786         (Makefile.am): Arrange to compile and run test-unistd-c++.
1787         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1788         gl_MODULE_INDICATOR.
1789
1790         Tests of module 'time' in C++ mode.
1791         * tests/test-time-c++.cc: New file.
1792         * modules/time-tests (Files): Add it and tests/signature.h.
1793         (Depends-on): Add ansi-c++-opt.
1794         (Makefile.am): Arrange to compile and run test-time-c++.
1795         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1796
1797         Tests of module 'sys_time' in C++ mode.
1798         * tests/test-sys_time-c++.cc: New file.
1799         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1800         (Depends-on): Add ansi-c++-opt.
1801         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1802         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1803         gl_MODULE_INDICATOR.
1804
1805         Tests of module 'sys_stat' in C++ mode.
1806         * tests/test-sys_stat-c++.cc: New file.
1807         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1808         (Depends-on): Add ansi-c++-opt.
1809         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1810         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1811         gl_MODULE_INDICATOR.
1812
1813         Tests of module 'sys_socket' in C++ mode.
1814         * tests/test-sys_socket-c++.cc: New file.
1815         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1816         (Depends-on): Add ansi-c++-opt.
1817         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1818         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1819         gl_MODULE_INDICATOR.
1820
1821         Tests of module 'sys_select' in C++ mode.
1822         * tests/test-sys_select-c++.cc: New file.
1823         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1824         (Depends-on): Add ansi-c++-opt.
1825         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1826         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1827         gl_MODULE_INDICATOR.
1828
1829         Tests of module 'sys_ioctl' in C++ mode.
1830         * tests/test-sys_ioctl-c++.cc: New file.
1831         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1832         (Depends-on): Add ansi-c++-opt.
1833         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1834         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1835         gl_MODULE_INDICATOR.
1836
1837         Tests of module 'string' in C++ mode.
1838         * tests/test-string-c++.cc: New file.
1839         * modules/string-tests (Files): Add it and tests/signature.h.
1840         (Depends-on): Add ansi-c++-opt.
1841         (Makefile.am): Arrange to compile and run test-string-c++.
1842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1843         gl_MODULE_INDICATOR.
1844
1845         Tests of module 'stdlib' in C++ mode.
1846         * tests/test-stdlib-c++.cc: New file.
1847         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1848         (Depends-on): Add ansi-c++-opt.
1849         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1850         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1851         gl_MODULE_INDICATOR.
1852
1853         Tests of module 'stdio' in C++ mode.
1854         * tests/test-stdio-c++.cc: New file.
1855         * modules/stdio-tests (Files): Add it and tests/signature.h.
1856         (Depends-on): Add ansi-c++-opt.
1857         (Makefile.am): Arrange to compile and run test-stdio-c++.
1858         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1859         gl_MODULE_INDICATOR.
1860
1861         Tests of module 'spawn' in C++ mode.
1862         * tests/test-spawn-c++.cc: New file.
1863         * modules/spawn-tests (Files): Add it and tests/signature.h.
1864         (Depends-on): Add ansi-c++-opt.
1865         (Makefile.am): Arrange to compile and run test-spawn-c++.
1866         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1867         gl_MODULE_INDICATOR.
1868
1869         Tests of module 'signal' in C++ mode.
1870         * tests/test-signal-c++.cc: New file.
1871         * modules/signal-tests (Files): Add it and tests/signature.h.
1872         (Depends-on): Add ansi-c++-opt.
1873         (Makefile.am): Arrange to compile and run test-signal-c++.
1874         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1875         gl_MODULE_INDICATOR.
1876
1877         Tests of module 'search' in C++ mode.
1878         * tests/test-search-c++.cc: New file.
1879         * modules/search-tests (Files): Add it and tests/signature.h.
1880         (Depends-on): Add ansi-c++-opt.
1881         (Makefile.am): Arrange to compile and run test-search-c++.
1882         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1883         gl_MODULE_INDICATOR.
1884
1885         Tests of module 'math' in C++ mode.
1886         * tests/test-math-c++.cc: New file.
1887         * modules/math-tests (Files): Add it and tests/signature.h.
1888         (Depends-on): Add ansi-c++-opt.
1889         (Makefile.am): Arrange to compile and run test-math-c++.
1890         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1891
1892         Tests of module 'locale' in C++ mode.
1893         * tests/test-locale-c++.cc: New file.
1894         * modules/locale-tests (Files): Add it and tests/signature.h.
1895         (Depends-on): Add ansi-c++-opt.
1896         (Makefile.am): Arrange to compile and run test-locale-c++.
1897         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1898         gl_MODULE_INDICATOR.
1899
1900         Tests of module 'langinfo' in C++ mode.
1901         * tests/test-langinfo-c++.cc: New file.
1902         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1903         (Depends-on): Add ansi-c++-opt.
1904         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1905         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1906         gl_MODULE_INDICATOR.
1907
1908         Tests of module 'iconv-h' in C++ mode.
1909         * tests/test-iconv-h-c++.cc: New file.
1910         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1911         (Depends-on): Add ansi-c++-opt.
1912         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1913
1914         Tests of module 'glob' in C++ mode.
1915         * tests/test-glob-c++.cc: New file.
1916         * modules/glob-tests (Files): Add it.
1917         (Depends-on): Add ansi-c++-opt.
1918         (Makefile.am): Arrange to compile and run test-glob-c++.
1919
1920         Tests of module 'fcntl-h' in C++ mode.
1921         * tests/test-fcntl-h-c++.cc: New file.
1922         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1923         (Depends-on): Add ansi-c++-opt.
1924         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1925         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1926         gl_MODULE_INDICATOR.
1927
1928         Tests of module 'dirent' in C++ mode.
1929         * tests/test-dirent-c++.cc: New file.
1930         * modules/dirent-tests (Files): Add it and tests/signature.h.
1931         (Depends-on): Add ansi-c++-opt.
1932         (Makefile.am): Arrange to compile and run test-dirent-c++.
1933         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1934         gl_MODULE_INDICATOR.
1935
1936         New module 'ansi-c++-opt'.
1937         * modules/ansi-c++-opt: New file.
1938         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1939
1940         Document C++ namespace mode.
1941         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1942
1943         wctype: Avoid #define replacements in C++ mode.
1944         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1945         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1946         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1947         In C++, define a namespaced alias symbol.
1948         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1949         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1950         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1951         rule.
1952
1953         wchar: Avoid #define replacements in C++ mode.
1954         * lib/wchar.in.h: Include c++defs.h.
1955         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1956         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1957         symbol.
1958         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1959         * modules/wchar (Depends-on): Add c++defs.
1960         (Makefile.am): Update wchar.h rule.
1961
1962         unistd: Avoid #define replacements in C++ mode.
1963         * lib/unistd.in.h: Include c++defs.h.
1964         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1965         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1966         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1967         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1968         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1969         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1970         symbol.
1971         (environ): Update.
1972         * modules/unistd (Depends-on): Add c++defs.
1973         (Makefile.am): Update unistd.h rule.
1974
1975         time: Avoid #define replacements in C++ mode.
1976         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1977         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1978         define a namespaced alias symbol.
1979         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1980         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1981         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1982         * modules/time (Depends-on): Add c++defs, warn-on-use.
1983         (Makefile.am): Update time.h rule.
1984         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1985         * modules/nanosleep (configure.ac): Likewise.
1986         * modules/strptime (configure.ac): Likewise.
1987         * modules/timegm (configure.ac): Likewise.
1988
1989         sys_time: Avoid #define replacements in C++ mode.
1990         * lib/sys_time.in.h: Include c++defs.h.
1991         (gettimeofday): In C++, define a namespaced alias symbol.
1992         * modules/sys_time (Depends-on): Add c++defs.
1993         (Makefile.am): Update sys/time.h rule.
1994
1995         sys_stat: Avoid #define replacements in C++ mode.
1996         * lib/sys_stat.in.h: Include c++defs.h.
1997         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1998         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1999         namespaced alias symbol.
2000         In C++, define a namespaced alias symbol.
2001         * modules/sys_stat (Depends-on): Add c++defs.
2002         (Makefile.am): Update sys/stat.h rule.
2003
2004         sys_socket: Avoid #define replacements in C++ mode.
2005         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2006         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2007         definitions also when the system has a <sys/socket.h>.
2008         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2009         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2010         In C++, define a namespaced alias symbol.
2011         * modules/sys_socket (Depends-on): Add c++defs.
2012         (Makefile.am): Update sys/socket.h rule.
2013
2014         sys_select: Avoid #define replacements in C++ mode.
2015         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2016         definitions also when the system has a <sys/select.h>.
2017         (select): In C++, define a namespaced alias symbol.
2018         * modules/sys_select (Depends-on): Add c++defs.
2019         (Makefile.am): Update sys/select.h rule.
2020
2021         sys_ioctl: Avoid #define replacements in C++ mode.
2022         * lib/sys_ioctl.in.h: Include c++defs.h.
2023         (ioctl): In C++, define a namespaced alias symbol.
2024         * modules/sys_ioctl (Depends-on): Add c++defs.
2025         (Makefile.am): Update sys/ioctl.h rule.
2026
2027         string: Avoid #define replacements in C++ mode.
2028         * lib/string.in.h: Include c++defs.h.
2029         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2030         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2031         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2032         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2033         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2034         * modules/string (Depends-on): Add c++defs.
2035         (Makefile.am): Update string.h rule.
2036
2037         stdlib: Avoid #define replacements in C++ mode.
2038         * lib/stdlib.in.h: Include c++defs.h.
2039         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2040         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2041         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2042         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2043         symbol.
2044         * modules/stdlib (Depends-on): Add c++defs.
2045         (Makefile.am): Update stdlib.h rule.
2046
2047         stdio: Avoid #define replacements in C++ mode.
2048         * lib/stdio.in.h: Include c++defs.h.
2049         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2050         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2051         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2052         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2053         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2054         namespaced alias symbol.
2055         * modules/stdio (Depends-on): Add c++defs.
2056         (Makefile.am): Update stdio.h rule.
2057
2058         spawn: Avoid #define replacements in C++ mode.
2059         * lib/spawn.in.h: Include c++defs.h.
2060         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2061         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2062         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2063         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2064         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2065         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2066         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2067         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2068         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2069         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2070         In C++, define a namespaced alias symbol.
2071         * modules/spawn (Depends-on): Add c++defs.
2072         (Makefile.am): Update spawn.h rule.
2073
2074         signal: Avoid #define replacements in C++ mode.
2075         * lib/signal.in.h: Include c++defs.h.
2076         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2077         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2078         namespaced alias symbol.
2079         * modules/signal (Depends-on): Add c++defs.
2080         (Makefile.am): Update signal.h rule.
2081
2082         search: Avoid #define replacements in C++ mode.
2083         * lib/search.in.h: Include c++defs.h.
2084         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2085         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2086         symbol.
2087         * modules/search (Depends-on): Add c++defs.
2088         (Makefile.am): Update search.h rule.
2089
2090         math: Avoid #define replacements in C++ mode.
2091         * lib/math.in.h: Include c++defs.h.
2092         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2093         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2094         trunc, truncl): In C++, define a namespaced alias symbol.
2095         * modules/math (Depends-on): Add c++defs.
2096         (Makefile.am): Update math.h rule.
2097
2098         locale: Avoid #define replacements in C++ mode.
2099         * lib/locale.in.h: Include c++defs.h.
2100         (duplocale): In C++, define a namespaced alias symbol.
2101         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2102         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2103         * modules/locale (Depends-on): Add c++defs.
2104         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2105
2106         langinfo: Avoid #define replacements in C++ mode.
2107         * lib/langinfo.in.h: Include c++defs.h.
2108         (nl_langinfo): In C++, define a namespaced alias symbol.
2109         * modules/langinfo (Depends-on): Add c++defs.
2110         (Makefile.am): Update langinfo.h rule.
2111
2112         iconv-h: Avoid #define replacements in C++ mode.
2113         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2114         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2115         symbol.
2116         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2117         whenever iconv is present.
2118         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2119         (Makefile.am): Update iconv.h rule.
2120
2121         glob: Avoid #define replacements in C++ mode.
2122         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2123         (_gl_glob_errfunc_fn): New type.
2124         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2125         symbol.
2126         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2127         (Makefile.am): Update glob.h rule.
2128
2129         fcntl-h: Avoid #define replacements in C++ mode.
2130         * lib/fcntl.in.h: Include c++defs.h.
2131         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2132         * modules/fcntl-h (Depends-on): Add c++defs.
2133         (Makefile.am): Update fcntl.h rule.
2134
2135         dirent: Avoid #define replacements in C++ mode.
2136         * lib/dirent.in.h: Include c++defs.h.
2137         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2138         namespaced alias symbol.
2139         (dirfd): Update declaration.
2140         * modules/dirent (Depends-on): Add c++defs.
2141         (Makefile.am): Update dirent.h rule.
2142
2143         ctype: Make it usable in C++ code.
2144         * lib/ctype.in.h: Include c++defs.h.
2145         (isblank): Declare as extern "C".
2146         * modules/ctype (Depends-on): Add c++defs.
2147         (Makefile.am): Update ctype.h rule.
2148
2149         New module 'c++defs'.
2150         * modules/c++defs: New file.
2151         * build-aux/c++defs.h: New file.
2152         Reported by John W. Eaton <jwe@gnu.org>.
2153
2154 2010-03-07  Bruno Haible  <bruno@clisp.org>
2155
2156         logb: Provide missing declaration for Cygwin.
2157         * lib/math.in.h (logb): New declaration.
2158         * m4/logb.m4: New file.
2159         * modules/logb (Files): Add m4/logb.m4.
2160         (Depends-on): Add math.
2161         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2162         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2163         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2164         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2165         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2166
2167 2010-03-07  Bruno Haible  <bruno@clisp.org>
2168
2169         Fix test-cond link error.
2170         * tests/test-cond.c: Include <stdio.h>.
2171
2172 2010-03-07  Bruno Haible  <bruno@clisp.org>
2173
2174         Fix test-dirent-safer link error.
2175         * modules/dirent-safer-tests (Makefile.am): Define
2176         test_dirent_safer_LDADD.
2177
2178 2010-03-07  Bruno Haible  <bruno@clisp.org>
2179
2180         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2181         among default module list.
2182
2183 2010-03-07  Bruno Haible  <bruno@clisp.org>
2184
2185         Fix link error on platforms with GNU libiconv.
2186         * modules/unistr/u8-strcoll-tests (Makefile): Define
2187         test_u8_strcoll_LDADD.
2188         * modules/unistr/u16-strcoll-tests (Makefile): Define
2189         test_u16_strcoll_LDADD.
2190         * modules/unistr/u32-strcoll-tests (Makefile): Define
2191         test_u32_strcoll_LDADD.
2192
2193 2010-03-07  Bruno Haible  <bruno@clisp.org>
2194
2195         Use POSIX declarations for socket functions.
2196         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2197         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2198         rpl_sendto): Change declaration to match POSIX.
2199         * lib/connect.c (rpl_connect): Likewise.
2200         * lib/accept.c (rpl_accept): Likewise.
2201         * lib/bind.c (rpl_bind): Likewise.
2202         * lib/getpeername.c (rpl_getpeername): Likewise.
2203         * lib/getsockname.c (rpl_getsockname): Likewise.
2204         * lib/recv.c (rpl_recv): Likewise.
2205         * lib/send.c (rpl_send): Likewise.
2206         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2207         * lib/sendto.c (rpl_sendto): Likewise.
2208
2209 2010-03-06  Bruno Haible  <bruno@clisp.org>
2210
2211         Clarify access, euidaccess, faccessat.
2212         * doc/posix-functions/faccessat.texi: Mention security problem under
2213         "Other problems", not "Portability problems".
2214         * doc/posix-functions/access.texi: Likewise. Mention a related security
2215         problem.
2216         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2217         * lib/euidaccess.c: Add comments about platforms.
2218         * lib/unistd.in.h (access, euidaccess): Add warnings.
2219
2220 2010-03-07  Bruno Haible  <bruno@clisp.org>
2221
2222         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2223         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2224         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2225         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2226         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2227         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2228         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2229         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2230         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2231         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2232         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2233         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2234         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2235         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2236         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2237         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2238         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2239         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2240         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2241         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2242         Likewise.
2243         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2244         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2245         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2246         Likewise.
2247         * tests/test-spawn.c (main): Make it work when
2248         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2249
2250 2010-03-07  Bruno Haible  <bruno@clisp.org>
2251
2252         Fix incorrect Makefile.am generation in German locale.
2253         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2254         Execute sed command with character range in C locale.
2255
2256 2010-03-06  Bruno Haible  <bruno@clisp.org>
2257
2258         Tests for module 'iconv-h'.
2259         * modules/iconv-h-tests: New file.
2260         * tests/test-iconv-h.c: New file.
2261
2262         New module 'iconv-h'.
2263         * modules/iconv-h: New file.
2264         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2265         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2266         (configure.ac): Remove gl_ICONV_H.
2267         (Makefile.am): Remove rule for iconv.h.
2268
2269 2010-03-06  Bruno Haible  <bruno@clisp.org>
2270
2271         More consistent naming of *.m4 files.
2272         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2273         * modules/wctype (Files): Update.
2274
2275         More consistent naming of *.m4 files.
2276         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2277         * modules/wchar (Files): Update.
2278
2279 2010-03-06  Jim Meyering  <meyering@redhat.com>
2280
2281         euidaccess: relax license to LGPLv2+
2282         * modules/euidaccess (License): Relax to LGPLv2+.
2283
2284 2010-03-06  Bruno Haible  <bruno@clisp.org>
2285
2286         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2287         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2288         (Makefile.am): Augment lib_SOURCES instead.
2289
2290 2010-03-04  Jim Meyering  <meyering@redhat.com>
2291
2292         utime: remove obsolete module
2293         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2294         unnecessary for years, and has been marked as obsolete for 10 months.
2295         * modules/utime: Remove file.
2296         * lib/utime.c: Remove file.
2297         * m4/utime.m4: Remove file.
2298         * m4/utimes-null.m4: Remove file.
2299         * doc/posix-functions/utime.texi (utime): Remove reference to
2300         the module.  Move the sole "fixed by gnulib" item into the
2301         "problems not fixed by Gnulib" list.
2302         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2303
2304 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2305
2306         * modules/exit (License): Relax license to LGPLv2+.
2307         (Status): Mark as obsolete.
2308         * NEWS: Mention deprecated 'exit' module.
2309         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2310         of now obsolete 'exit'.
2311
2312 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2313
2314         fts-lgpl: remove unused module
2315         * modules/fts-lgpl: Remove.
2316         * MODULES.html.sh (func_all_modules): Adjust.
2317         * check-module (find_included_lib_files): Adjust.
2318         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2319
2320 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2321
2322         copy-acl: enhance Solaris ACL error handling
2323         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2324         * lib/set-mode-acl.c (qset_acl): Likewise.
2325
2326 2010-03-02  Bruno Haible  <bruno@clisp.org>
2327
2328         spawn: Don't override the system defined values on FreeBSD 8.
2329         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2330         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2331         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2332         if HAVE_POSIX_SPAWN is 1.
2333         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2334
2335 2010-03-01  Bruno Haible  <bruno@clisp.org>
2336
2337         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2338         regarding Automake.
2339
2340 2010-02-25  Bruno Haible  <bruno@clisp.org>
2341
2342         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2343         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2344         setting, not afterwards.
2345         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2346
2347 2010-02-24  Eric Blake  <eblake@redhat.com>
2348
2349         bootstrap, git-version-gen: use timestamp
2350         * build-aux/git-version-gen (scriptversion): Force UTC.
2351         * build-aux/bootstrap (scriptversion): New variable.
2352
2353         bootstrap: allow older git
2354         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2355         older than 1.6.4.  Requested by the libvirt project.
2356
2357 2010-02-23  Eric Blake  <eblake@redhat.com>
2358
2359         warn-on-use: work with old autoconf
2360         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2361         AS_VAR semantics of autoconf 2.60.
2362         Reported by Bruno Haible.
2363
2364         bootstrap: improve some comments
2365         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2366         clarification comments.
2367
2368         gettimeofday: provide correct function
2369         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2370         when replacement is declared, otherwise provide gettimeofday.
2371         Reported by Michael Goffioul.
2372
2373 2010-02-23  Jim Meyering  <meyering@redhat.com>
2374
2375         lib-ignore: relax license to "unlimited", not LGPLv2+
2376         * modules/lib-ignore (License): Relax to "unlimited".
2377
2378 2010-02-23  Jim Meyering  <meyering@redhat.com>
2379
2380         lib-ignore: relax license to LGPLv2+
2381         * modules/lib-ignore (License): Relax to LGPLv2+.
2382
2383 2010-02-22  Eric Blake  <eblake@redhat.com>
2384
2385         lseek: avoid bash 3.2 broken pipe bug
2386         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2387         warning from bash 3.2.
2388         Reported by Ben Pfaff, with analysis from Bruno Haible.
2389
2390         bootstrap: support non-FSF copyright holder
2391         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2392         bootstrap.conf override of COPYRIGHT_HOLDER.
2393         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2394
2395         bootstrap: interoperate with gettext 0.14.1
2396         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2397
2398         bootstrap: allow for alternate submodule location
2399         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2400         hardcoding submodule location.
2401         (gnulib_mk): Allow direct use of Makefile.am.
2402
2403         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2404         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2405         rather than reconfiguring where the submodule points.
2406
2407         gettimeofday: restore support for platforms that lack function
2408         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2409         replacement if function is missing.
2410         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2411         * modules/sys_time (Makefile.am): Substitute it.
2412         * lib/sys_time.in.h (gettimeofday): Check it.
2413         Reported by Michael Goffioul.
2414
2415 2010-02-21  Bruno Haible  <bruno@clisp.org>
2416
2417         * lib/stdio.in.h (obstack_printf): Fix typo.
2418
2419 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2420
2421         vc-list-files: use bzr ls's -R option
2422         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2423         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2424
2425 2010-02-21  Jim Meyering  <meyering@redhat.com>
2426
2427         init.sh: fix EXEEXT shims to work also for names like test-prog
2428         * tests/init.sh: Re-exec a better shell, when needed.
2429         If the current shell lacks support for posix $(...), an init.sh-using
2430         test will now try to find a shell that supports that.  If EXEEXT is
2431         nonempty, we also require support for hyphen-in-alias-name and shell
2432         substitutions like ${var#glob}.  Failure to find such a shell results
2433         in a skipped test.
2434
2435 2010-02-21  Bruno Haible  <bruno@clisp.org>
2436
2437         Really work around around "broken pipe" error message from bash 3.2.
2438         * gnulib-tool (func_reset_sigpipe): Remove function.
2439         (echo): In bash 3.2, define to a function that uses printf.
2440         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2441
2442 2010-02-20  Bruno Haible  <bruno@clisp.org>
2443
2444         Restore support for automake 1.9.6 with autoconf 2.61.
2445         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2446         Reported by James Youngman <jay@gnu.org>.
2447
2448 2010-02-20  Bruno Haible  <bruno@clisp.org>
2449
2450         Improve *printf warning condition.
2451         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2452         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2453         and the function is overridden due to SIGPIPE emulation.
2454
2455 2010-02-20  Bruno Haible  <bruno@clisp.org>
2456
2457         * lib/stdio.in.h: Tweak comments.
2458
2459 2010-02-19  Bruno Haible  <bruno@clisp.org>
2460
2461         Make it easier to find modules. New gnulib-tool option '--find'.
2462         * gnulib-tool: New option --find.
2463         (func_usage): Document it.
2464         (func_sanitize_modulelist): New function, extracted from
2465         func_all_modules.
2466         (func_all_modules): Invoke it.
2467         * doc/gnulib-tool.texi (Which modules?): New node.
2468
2469 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2470
2471         * lib/sys_select.in.h: Provide select replacement even if
2472         sys/select.h exists on a system, for Interix.
2473
2474 2010-02-18  Jim Meyering  <meyering@redhat.com>
2475
2476         init.sh: don't use $(...) just yet
2477         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2478         to accommodate e.g., Solaris' /bin/sh.
2479
2480 2010-02-17  Bruno Haible  <bruno@clisp.org>
2481
2482         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2483         Reported by Ludovic Courtès <ludo@gnu.org>.
2484
2485 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2486
2487         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2488         linking with -lintl.
2489
2490 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2491
2492         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2493         if not provided by the system's netdb.h.  Reported by
2494         ludo@gnu.org (Ludovic Courtès).
2495
2496 2010-02-15  Jim Meyering  <meyering@redhat.com>
2497
2498         init.sh: improve portability and efficiency
2499         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2500         "dummy" in a for loop.
2501         Use '!', not '^' to select the complement of a character set used
2502         in a "case" statement.
2503         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2504         Suggestions from Eric Blake.
2505
2506         init.sh: automatically accommodate programs with the .exe suffix
2507         Automatically arrange for an invocation of "prog" to execute the
2508         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2509         may use the simpler "prog", yet still work when built on a system
2510         that requires specifying the added suffix.
2511         Do this by constructing a function named "prog" that invokes
2512         "prog.exe" for each .exe file in selected directories.
2513         * tests/init.sh (find_exe_basenames_): New function.
2514         (create_exe_shim_functions_): New function.
2515         (path_prepend_): Use it.
2516
2517         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2518         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2519         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2520
2521 2010-02-14  Jim Meyering  <meyering@redhat.com>
2522
2523         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2524         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2525         (sc_prohibit_hash_pjw_without_use): New rule.
2526
2527         maint.mk: allow the default upload destination dir to be overridden
2528         * top/maint.mk (upload_dest_dir_): Define with a default that
2529         preserves the status quo.
2530         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2531         Reported by Peter Simons.
2532
2533         maint.mk: prohibit inclusion of "hash.h" without_use
2534         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2535
2536 2010-02-10  Jim Meyering  <meyering@redhat.com>
2537
2538         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2539         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2540
2541 2010-02-09  Eric Blake  <ebb9@byu.net>
2542         and Bruno Haible  <bruno@clisp.org>
2543
2544         obstack-printf-posix: ensure declaration
2545         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2546         extracted from gl_FUNC_OBSTACK_PRINTF.
2547         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2548         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2549         Likewise.
2550         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2551         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2552         0.
2553
2554 2010-02-08  Bruno Haible  <bruno@clisp.org>
2555
2556         gnulib-tool: Fix typo in 2010-02-07 commit.
2557         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2558         Reported by Eric Blake.
2559
2560 2010-02-07  Bruno Haible  <bruno@clisp.org>
2561
2562         gnulib-tool: Fix up caching patches.
2563         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2564         option --no-cache. Use associative arrays when supported by the shell.
2565         (sed_comments): New variable.
2566         (modcache): Renamed from do_cache.
2567         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2568         abbreviate unnecessarily.
2569         (have_associative): New variable.
2570         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2571         way also for ksh and zsh.
2572         (func_init_sed_convert_to_cache_statements): New function, extracted
2573         from func_cache_lookup_module. Add support for associative arrays.
2574         Don't set the c_MODULE_cached variable here. Ignore all lines before
2575         the first field header. Remove only the final newline, not all trailing
2576         newlines. Support empty fields correctly. Limit the use of 'eval' to
2577         assignments.
2578         (func_get_description, func_get_status, func_get_notice,
2579         func_get_applicability, func_get_filelist, func_get_dependencies,
2580         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2581         func_get_automake_snippet, func_get_include_directive,
2582         func_get_link_directive, func_get_license, func_get_maintainer):
2583         Update documentation. List the unoptimized code first. Add support for
2584         associative arrays. Limit the use of 'eval' to assignments.
2585         (func_get_applicability): Undo stylistic pessimisations.
2586         (func_get_automake_snippet, func_get_include_directive): Reduce code
2587         duplication.
2588         (func_modules_transitive_closure, func_modules_add_dummy,
2589         func_modules_notice, func_modules_to_filelist, func_add_file,
2590         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2591         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2592         func_create_testdir, func_create_megatestdir): Update documentation.
2593
2594 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2595
2596         * gnulib-tool (func_cache_lookup_module): Store the module name
2597         belonging to the cache variable; error out if two different
2598         module names map to the same cache variable name.
2599
2600 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2601
2602         gnulib-tool: Make caching optional.
2603         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2604         Update matching short versions of --no-changelog.
2605         (func_usage): Update.
2606         (sed_extract_cache_prog): Renamed from ...
2607         (sed_extract_prog): ... this; revert to old extraction script.
2608         (func_get_description, func_get_status)
2609         (func_get_notice, func_get_applicability, func_get_filelist)
2610         (func_get_dependencies, func_get_autoconf_early_snippet)
2611         (func_get_autoconf_snippet, func_get_automake_snippet)
2612         (func_get_include_directive, func_get_link_directive)
2613         (func_get_license, func_get_maintainer): If $do_cache is false,
2614         use old, non-caching extraction scripts.
2615         Suggestion by Bruno Haible.
2616
2617 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2618
2619         gnulib-tool: cache module metainformation.
2620         * gnulib-tool (sed_extract_prog): Match newline before each
2621         header, and rewrite header to a shell variable suffix.
2622         (func_cache_var, func_cache_lookup_module): New functions,
2623         to turn a module name into a cache variable prefix, and to
2624         look up and cache module metainformation.
2625         (func_get_description, func_get_status)
2626         (func_get_notice, func_get_applicability, func_get_filelist)
2627         (func_get_dependencies, func_get_autoconf_early_snippet)
2628         (func_get_autoconf_snippet, func_get_automake_snippet)
2629         (func_get_include_directive, func_get_link_directive)
2630         (func_get_license, func_get_maintainer): Use
2631         func_cache_lookup_module.
2632
2633 2010-02-07  Bruno Haible  <bruno@clisp.org>
2634
2635         fnctl: Fix missing dependency.
2636         * modules/fcntl (Depends-on): Add getdtablesize.
2637         Reported by John W. Eaton <jwe@gnu.org>.
2638
2639 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2640
2641         Argp: fix recognition of short alias options.
2642
2643         * lib/argp-parse.c (convert_options): Fix improper use of
2644         `|' between character values.
2645         * tests/test-argp.c (group1_option): New alias option
2646         --read (-r).
2647         (group1_parser): Special handling for 'r'.
2648         (test15): New test case.
2649         (test_fun): Add test15.
2650         * tests/test-argp-2.sh: Update expected --help and --usage
2651         outputs.
2652
2653 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2654
2655         * tests/test-argp.c: Fix indentation.
2656
2657 2010-02-04  Eric Blake  <ebb9@byu.net>
2658
2659         gettimeofday: expose type of second argument
2660         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2661         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2662         * tests/test-gettimeofday.c: Use it to silence warning.
2663         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2664         the issue.
2665
2666 2010-02-03  Jim Meyering  <meyering@redhat.com>
2667
2668         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2669         * lib/regcomp.c (TYPE_SIGNED): Define.
2670         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2671
2672         regcomp.c: avoid a new -Wshadow warning
2673         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2674
2675 2010-02-01  Jim Meyering  <meyering@redhat.com>
2676
2677         removing useless parentheses in cpp #define directives
2678         For motivation, see commit c0221df4, "define STREQ(a,b)
2679         consistently, removing useless parentheses"
2680         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2681         * lib/mountlist.c (MNT_IGNORE): Likewise.
2682         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2683
2684 2010-02-01  Eric Blake  <ebb9@byu.net>
2685
2686         sys_time: use link-warning
2687         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2688         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2689         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2690         * modules/sys_time (Depends-on): Add warn-on-use.
2691         (Makefile.am): Always build replacement.
2692         (configure.ac): Update substitutions.
2693         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2694         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2695         bother with SYS_TIME_H.
2696         * modules/gettimeofday (configure.ac): Declare indicator.
2697         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2698         in use.
2699
2700         closein-tests: silence compiler warning
2701         * tests/test-closein.c (main): Ignore fread result.
2702         * modules/closein-tests (Depends-on): Add ignore-value.
2703
2704         tests: silence warning about system return
2705         * tests/test-areadlink-with-size.c (main): Ignore system result.
2706         * tests/test-areadlink.c (main): Likewise.
2707         * tests/test-areadlinkat-with-size.c (main): Likewise.
2708         * tests/test-areadlinkat.c (main): Likewise.
2709         * tests/test-canonicalize-lgpl.c (main): Likewise.
2710         * tests/test-canonicalize.c (main): Likewise.
2711         * tests/test-chown.c (main): Likewise.
2712         * tests/test-fchownat.c (main): Likewise.
2713         * tests/test-fdutimensat.c (main): Likewise.
2714         * tests/test-fstatat.c (main): Likewise.
2715         * tests/test-futimens.c (main): Likewise.
2716         * tests/test-lchown.c (main): Likewise.
2717         * tests/test-link.c (main): Likewise.
2718         * tests/test-linkat.c (main): Likewise.
2719         * tests/test-lstat.c (main): Likewise.
2720         * tests/test-mkdir.c (main): Likewise.
2721         * tests/test-mkdirat.c (main): Likewise.
2722         * tests/test-mkfifo.c (main): Likewise.
2723         * tests/test-mkfifoat.c (main): Likewise.
2724         * tests/test-mknod.c (main): Likewise.
2725         * tests/test-readlink.c (main): Likewise.
2726         * tests/test-remove.c (main): Likewise.
2727         * tests/test-rename.c (main): Likewise.
2728         * tests/test-renameat.c (main): Likewise.
2729         * tests/test-rmdir.c (main): Likewise.
2730         * tests/test-symlink.c (main): Likewise.
2731         * tests/test-symlinkat.c (main): Likewise.
2732         * tests/test-unlink.c (main): Likewise.
2733         * tests/test-unlinkat.c (main): Likewise.
2734         * tests/test-utimens.c (main): Likewise.
2735         * tests/test-utimensat.c (main): Likewise.
2736         * modules/areadlink-tests (Depends-on): Add ignore-value.
2737         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2738         * modules/areadlinkat-tests (Depends-on): Likewise.
2739         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2740         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2741         * modules/canonicalize-tests (Depends-on): Likewise.
2742         * modules/chown-tests (Depends-on): Likewise.
2743         * modules/fdutimensat-tests (Depends-on): Likewise.
2744         * modules/futimens-tests (Depends-on): Likewise.
2745         * modules/lchown-tests (Depends-on): Likewise.
2746         * modules/link-tests (Depends-on): Likewise.
2747         * modules/linkat-tests (Depends-on): Likewise.
2748         * modules/lstat-tests (Depends-on): Likewise.
2749         * modules/mkdir-tests (Depends-on): Likewise.
2750         * modules/mkfifo-tests (Depends-on): Likewise.
2751         * modules/mkfifoat-tests (Depends-on): Likewise.
2752         * modules/mknod-tests (Depends-on): Likewise.
2753         * modules/openat-tests (Depends-on): Likewise.
2754         * modules/readlink-tests (Depends-on): Likewise.
2755         * modules/remove-tests (Depends-on): Likewise.
2756         * modules/rename-tests (Depends-on): Likewise.
2757         * modules/renameat-tests (Depends-on): Likewise.
2758         * modules/rmdir-tests (Depends-on): Likewise.
2759         * modules/symlink-tests (Depends-on): Likewise.
2760         * modules/symlinkat-tests (Depends-on): Likewise.
2761         * modules/unlink-tests (Depends-on): Likewise.
2762         * modules/utimens-tests (Depends-on): Likewise.
2763         * modules/utimensat-tests (Depends-on): Likewise.
2764
2765 2010-01-31  Bruno Haible  <bruno@clisp.org>
2766
2767         Perform the same test for many <math.h> functions.
2768         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2769         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2770         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2771         of gl_MATHFUNC.
2772         * modules/acos (configure.ac): Likewise.
2773         * modules/asin (configure.ac): Likewise.
2774         * modules/atan (configure.ac): Likewise.
2775         * modules/atan2 (configure.ac): Likewise.
2776         * modules/cbrt (configure.ac): Likewise.
2777         * modules/copysign (configure.ac): Likewise.
2778         * modules/cos (configure.ac): Likewise.
2779         * modules/cosh (configure.ac): Likewise.
2780         * modules/erf (configure.ac): Likewise.
2781         * modules/erfc (configure.ac): Likewise.
2782         * modules/exp (configure.ac): Likewise.
2783         * modules/fmod (configure.ac): Likewise.
2784         * modules/hypot (configure.ac): Likewise.
2785         * modules/j0 (configure.ac): Likewise.
2786         * modules/j1 (configure.ac): Likewise.
2787         * modules/jn (configure.ac): Likewise.
2788         * modules/lgamma (configure.ac): Likewise.
2789         * modules/log (configure.ac): Likewise.
2790         * modules/log10 (configure.ac): Likewise.
2791         * modules/log1p (configure.ac): Likewise.
2792         * modules/pow (configure.ac): Likewise.
2793         * modules/remainder (configure.ac): Likewise.
2794         * modules/sin (configure.ac): Likewise.
2795         * modules/sinh (configure.ac): Likewise.
2796         * modules/tan (configure.ac): Likewise.
2797         * modules/tanh (configure.ac): Likewise.
2798         * modules/y0 (configure.ac): Likewise.
2799         * modules/y1 (configure.ac): Likewise.
2800         * modules/yn (configure.ac): Likewise.
2801         Suggested by Paolo Bonzini.
2802
2803 2010-01-31  Bruno Haible  <bruno@clisp.org>
2804
2805         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2806
2807 2010-01-31  Bruno Haible  <bruno@clisp.org>
2808
2809         Work around getdelim() bug on FreeBSD 8.0.
2810         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2811         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2812         not work.
2813         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2814         is 1.
2815         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2816         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2817         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2818         a non-zero size.
2819         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2820
2821 2010-01-31  Bruno Haible  <bruno@clisp.org>
2822
2823         Work around getline() bug on FreeBSD 8.0.
2824         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2825         and a non-zero size.
2826         * tests/test-getline.c (main): Likewise.
2827         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2828         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2829
2830 2010-01-28  Eric Blake  <ebb9@byu.net>
2831
2832         regex: fix build failure
2833         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2834         platforms.
2835
2836 2010-01-28  Jim Meyering  <meyering@redhat.com>
2837
2838         regex: do not ignore memory allocation failure
2839         * lib/regex_internal.c (create_cd_newstate): Detect
2840         re_node_set_init_copy failure.   Extracted from glibc commit
2841         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2842
2843         regex: sync more white-space changes from libc
2844         * lib/regex_internal.c: White-space only changes.
2845         * lib/regexec.c: Likewise.
2846
2847         regex: add many uses of __attribute_warn_unused_result__
2848         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2849         * lib/regexec.c: Likewise.
2850         Extracted from a messy glibc commit.
2851
2852         regcomp.c: spelling and merge-artifact from glibc
2853         * lib/regcomp.c: Merge remainder of glibc's
2854         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2855
2856         regcomp.c: sync white-space changes from glibc
2857         * lib/regcomp.c: Merge to accommodate white space
2858         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2859
2860         regcomp.c: do not ignore internal return values
2861         * lib/regcomp.c: Do not ignore internal return values.
2862         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2863         but without its white-space changes and spelling fixes.
2864
2865         regex_internal.h: define __attribute_warn_unused_result__
2866         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2867
2868         maint: add a syntax-check rule to check for vulnerable Makefile.in
2869         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2870
2871 2010-01-27  Jim Meyering  <meyering@redhat.com>
2872
2873         ncftpput-ftp: clean up spaces
2874         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2875         Remove trailing blanks.
2876
2877 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2878
2879         * build-aux/git-version-gen: Fix copyright statement.
2880         * build-aux/gnupload: Likewise.
2881         * tests/test-arcfour.c: Likewise.
2882         * tests/test-arctwo.c: Likewise.
2883         * tests/test-count-one-bits.c: Likewise.
2884         * tests/test-crc.c: Likewise.
2885         * tests/test-des.c: Likewise.
2886         * tests/test-gc-arcfour.c: Likewise.
2887         * tests/test-gc-arctwo.c: Likewise.
2888         * tests/test-gc-des.c: Likewise.
2889         * tests/test-gc-hmac-md5.c: Likewise.
2890         * tests/test-gc-hmac-sha1.c: Likewise.
2891         * tests/test-gc-md2.c: Likewise.
2892         * tests/test-gc-md4.c: Likewise.
2893         * tests/test-gc-md5.c: Likewise.
2894         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2895         * tests/test-gc-rijndael.c: Likewise.
2896         * tests/test-gc-sha1.c: Likewise.
2897         * tests/test-gc.c: Likewise.
2898         * tests/test-gethostname.c: Likewise.
2899         * tests/test-gettimeofday.c: Likewise.
2900         * tests/test-hash.c: Likewise.
2901         * tests/test-hmac-md5.c: Likewise.
2902         * tests/test-hmac-sha1.c: Likewise.
2903         * tests/test-md2.c: Likewise.
2904         * tests/test-md4.c: Likewise.
2905         * tests/test-md5.c: Likewise.
2906         * tests/test-memchr.c: Likewise.
2907         * tests/test-memchr2.c: Likewise.
2908         * tests/test-memcmp.c: Likewise.
2909         * tests/test-memmem.c: Likewise.
2910         * tests/test-memrchr.c: Likewise.
2911         * tests/test-rawmemchr.c: Likewise.
2912         * tests/test-read-file.c: Likewise.
2913         * tests/test-rijndael.c: Likewise.
2914         * tests/test-sockets.c: Likewise.
2915         * tests/test-strchrnul.c: Likewise.
2916         * tests/test-strstr.c: Likewise.
2917         * tests/test-strtod.c: Likewise.
2918         * build-aux/ncftpput-ftp: Likewise.
2919
2920 2010-01-26  Eric Blake  <ebb9@byu.net>
2921
2922         ignore-value: update recommended header name
2923         * modules/ignore-value (Include): Only use <> for headers that
2924         exist in glibc.
2925
2926 2010-01-26  Jim Meyering  <meyering@redhat.com>
2927
2928         test-userspec.c: avoid compiler warnings
2929         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2930         and "initialization discards qualifiers..." warnings.
2931         Put the first "uid" in its own scope, and make char* members "const".
2932
2933 2010-01-25  Bruno Haible  <bruno@clisp.org>
2934
2935         gnulib-tool: Make warning diagnostics consistent.
2936         * gnulib-tool (func_warning): New function.
2937         Use it everywhere where gnulib-tool produces output to stderr and it is
2938         not a fatal error.
2939
2940 2010-01-25  Bruno Haible  <bruno@clisp.org>
2941
2942         Fix test dependencies.
2943         * modules/xstrtol-tests (Depends-on): Add inttypes.
2944         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2945
2946 2010-01-25 Pádraig Brady <P@draigBrady.com>
2947
2948         syntax-check: detect incorrect boolean macro values in config.h
2949         * modules/maintainer-makefile (configure.ac): Parameterize the location
2950         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2951         The logic is from Eric Blake and the location indicated by Jim Meyering.
2952         Note the more natural CONFIG_HEADER name is prohibited by automake
2953         for backwards compatibility reasons.
2954         * top/maint.mk (sc_Wundef_boolean): New rule.
2955
2956 2010-01-25  Jim Meyering  <meyering@redhat.com>
2957
2958         bootstrap: detect MacOS 10.6's shasum, too
2959         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2960         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2961
2962 2010-01-23  Jim Meyering  <meyering@redhat.com>
2963
2964         xstrtoll: new module
2965         * modules/xstrtoll: New file.
2966         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2967         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2968         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2969         ./configure fails if you use this module and lack "long long".
2970         * modules/xstrtoll-tests: New module.
2971         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2972         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2973         new init.sh-based test framework.
2974
2975 2010-01-24  Bruno Haible  <bruno@clisp.org>
2976
2977         Tests for module 'yn'.
2978         * modules/yn-tests: New file.
2979         * tests/test-yn.c: New file.
2980
2981         Tests for module 'y1'.
2982         * modules/y1-tests: New file.
2983         * tests/test-y1.c: New file.
2984
2985         Tests for module 'y0'.
2986         * modules/y0-tests: New file.
2987         * tests/test-y0.c: New file.
2988
2989         Tests for module 'tanh'.
2990         * modules/tanh-tests: New file.
2991         * tests/test-tanh.c: New file.
2992
2993         Tests for module 'tan'.
2994         * modules/tan-tests: New file.
2995         * tests/test-tan.c: New file.
2996
2997         Tests for module 'sqrt'.
2998         * modules/sqrt-tests: New file.
2999         * tests/test-sqrt.c: New file.
3000
3001         Tests for module 'sinh'.
3002         * modules/sinh-tests: New file.
3003         * tests/test-sinh.c: New file.
3004
3005         Tests for module 'sin'.
3006         * modules/sin-tests: New file.
3007         * tests/test-sin.c: New file.
3008
3009         Tests for module 'rint'.
3010         * modules/rint-tests: New file.
3011         * tests/test-rint.c: New file.
3012
3013         Tests for module 'remainder'.
3014         * modules/remainder-tests: New file.
3015         * tests/test-remainder.c: New file.
3016
3017         Tests for module 'pow'.
3018         * modules/pow-tests: New file.
3019         * tests/test-pow.c: New file.
3020
3021         Tests for module 'nextafter'.
3022         * modules/nextafter-tests: New file.
3023         * tests/test-nextafter.c: New file.
3024
3025         Tests for module 'modf'.
3026         * modules/modf-tests: New file.
3027         * tests/test-modf.c: New file.
3028
3029         Tests for module 'logb'.
3030         * modules/logb-tests: New file.
3031         * tests/test-logb.c: New file.
3032
3033         Tests for module 'log1p'.
3034         * modules/log1p-tests: New file.
3035         * tests/test-log1p.c: New file.
3036
3037         Tests for module 'log10'.
3038         * modules/log10-tests: New file.
3039         * tests/test-log10.c: New file.
3040
3041         Tests for module 'log'.
3042         * modules/log-tests: New file.
3043         * tests/test-log.c: New file.
3044
3045         Tests for module 'lgamma'.
3046         * modules/lgamma-tests: New file.
3047         * tests/test-lgamma.c: New file.
3048
3049         Tests for module 'ldexp'.
3050         * modules/ldexp-tests: New file.
3051         * tests/test-ldexp.c: New file.
3052
3053         Tests for module 'jn'.
3054         * modules/jn-tests: New file.
3055         * tests/test-jn.c: New file.
3056
3057         Tests for module 'j1'.
3058         * modules/j1-tests: New file.
3059         * tests/test-j1.c: New file.
3060
3061         Tests for module 'j0'.
3062         * modules/j0-tests: New file.
3063         * tests/test-j0.c: New file.
3064
3065         Tests for module 'hypot'.
3066         * modules/hypot-tests: New file.
3067         * tests/test-hypot.c: New file.
3068
3069         Tests for module 'fmod'.
3070         * modules/fmod-tests: New file.
3071         * tests/test-fmod.c: New file.
3072
3073         Tests for module 'fabs'.
3074         * modules/fabs-tests: New file.
3075         * tests/test-fabs.c: New file.
3076
3077         Tests for module 'exp'.
3078         * modules/exp-tests: New file.
3079         * tests/test-exp.c: New file.
3080
3081         Tests for module 'erfc'.
3082         * modules/erfc-tests: New file.
3083         * tests/test-erfc.c: New file.
3084
3085         Tests for module 'erf'.
3086         * modules/erf-tests: New file.
3087         * tests/test-erf.c: New file.
3088
3089         Tests for module 'cosh'.
3090         * modules/cosh-tests: New file.
3091         * tests/test-cosh.c: New file.
3092
3093         Tests for module 'cos'.
3094         * modules/cos-tests: New file.
3095         * tests/test-cos.c: New file.
3096
3097         Tests for module 'copysign'.
3098         * modules/copysign-tests: New file.
3099         * tests/test-copysign.c: New file.
3100
3101         Tests for module 'cbrt'.
3102         * modules/cbrt-tests: New file.
3103         * tests/test-cbrt.c: New file.
3104
3105         Tests for module 'atan2'.
3106         * modules/atan2-tests: New file.
3107         * tests/test-atan2.c: New file.
3108
3109         Tests for module 'atan'.
3110         * modules/atan-tests: New file.
3111         * tests/test-atan.c: New file.
3112
3113         Tests for module 'asin'.
3114         * modules/asin-tests: New file.
3115         * tests/test-asin.c: New file.
3116
3117         Tests for module 'acos'.
3118         * modules/acos-tests: New file.
3119         * tests/test-acos.c: New file.
3120
3121 2010-01-24  Bruno Haible  <bruno@clisp.org>
3122
3123         Fix tests for common <math.h> functions.
3124         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3125         code snippet that references the function pointer, rather than merely
3126         calling the function. Substitute the FUNC_LIBM variable.
3127         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3128         * modules/acos (configure.ac): Likewise.
3129         * modules/asin (configure.ac): Likewise.
3130         * modules/atan (configure.ac): Likewise.
3131         * modules/atan2 (configure.ac): Likewise.
3132         * modules/cbrt (configure.ac): Likewise.
3133         * modules/copysign (configure.ac): Likewise.
3134         * modules/cos (configure.ac): Likewise.
3135         * modules/cosh (configure.ac): Likewise.
3136         * modules/erf (configure.ac): Likewise.
3137         * modules/erfc (configure.ac): Likewise.
3138         * modules/exp (configure.ac): Likewise.
3139         * modules/fabs (configure.ac): Likewise.
3140         * modules/fmod (configure.ac): Likewise.
3141         * modules/hypot (configure.ac): Likewise.
3142         * modules/j0 (configure.ac): Likewise.
3143         * modules/j1 (configure.ac): Likewise.
3144         * modules/jn (configure.ac): Likewise.
3145         * modules/ldexp (configure.ac): Likewise.
3146         * modules/lgamma (configure.ac): Likewise.
3147         * modules/log (configure.ac): Likewise.
3148         * modules/log10 (configure.ac): Likewise.
3149         * modules/log1p (configure.ac): Likewise.
3150         * modules/logb (configure.ac): Likewise.
3151         * modules/modf (configure.ac): Likewise.
3152         * modules/nextafter (configure.ac): Likewise.
3153         * modules/pow (configure.ac): Likewise.
3154         * modules/remainder (configure.ac): Likewise.
3155         * modules/rint (configure.ac): Likewise.
3156         * modules/sin (configure.ac): Likewise.
3157         * modules/sinh (configure.ac): Likewise.
3158         * modules/tan (configure.ac): Likewise.
3159         * modules/tanh (configure.ac): Likewise.
3160         * modules/y0 (configure.ac): Likewise.
3161         * modules/y1 (configure.ac): Likewise.
3162         * modules/yn (configure.ac): Likewise.
3163
3164 2010-01-24  Bruno Haible  <bruno@clisp.org>
3165
3166         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3167         * tests/test-acosl.c (x): New variable.
3168         (main): Store argument in x and fetch it from x.
3169         * tests/test-asinl.c (x): New variable.
3170         (main): Store argument in x and fetch it from x.
3171         * tests/test-atanl.c (x): New variable.
3172         (main): Store argument in x and fetch it from x.
3173         * tests/test-cosl.c (x): New variable.
3174         (main): Store argument in x and fetch it from x.
3175         * tests/test-expl.c (x): New variable.
3176         (main): Store argument in x and fetch it from x.
3177         * tests/test-logl.c (x): New variable.
3178         (main): Store argument in x and fetch it from x.
3179         * tests/test-sinl.c (x): New variable.
3180         (main): Store argument in x and fetch it from x.
3181         * tests/test-sqrtl.c (x): New variable.
3182         (main): Store argument in x and fetch it from x.
3183         * tests/test-tanl.c (x): New variable.
3184         (main): Store argument in x and fetch it from x.
3185
3186 2010-01-24  Bruno Haible  <bruno@clisp.org>
3187
3188         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3189         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3190         assignments to the initial TESTS_ENVIRONMENT.
3191         * doc/gnulib.texi (Unit test modules): Document it.
3192         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3193         TESTS_ENVIRONMENT.
3194         * modules/btowc-tests (Makefile.am): Likewise.
3195         * modules/c-stack-tests (Makefile.am): Likewise.
3196         * modules/c-strcase-tests (Makefile.am): Likewise.
3197         * modules/copy-file-tests (Makefile.am): Likewise.
3198         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3199         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3200         * modules/mbrtowc-tests (Makefile.am): Likewise.
3201         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3202         * modules/mbscasestr-tests (Makefile.am): Likewise.
3203         * modules/mbschr-tests (Makefile.am): Likewise.
3204         * modules/mbscspn-tests (Makefile.am): Likewise.
3205         * modules/mbsinit-tests (Makefile.am): Likewise.
3206         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3207         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3208         * modules/mbspbrk-tests (Makefile.am): Likewise.
3209         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3210         * modules/mbsrchr-tests (Makefile.am): Likewise.
3211         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3212         * modules/mbsspn-tests (Makefile.am): Likewise.
3213         * modules/mbsstr-tests (Makefile.am): Likewise.
3214         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3215         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3216         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3217         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3218         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3219         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3220         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3221         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3222         * modules/wcrtomb-tests (Makefile.am): Likewise.
3223         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3224         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3225         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3226         assignments from TESTS_ENVIRONMENT.
3227         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3228         augmentation.
3229         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3230         * modules/atexit-tests (Makefile.am): Likewise.
3231         * modules/binary-io-tests (Makefile.am): Likewise.
3232         * modules/closein-tests (Makefile.am): Likewise.
3233         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3234         * modules/exclude-tests (Makefile.am): Likewise.
3235         * modules/fflush-tests (Makefile.am): Likewise.
3236         * modules/fpending-tests (Makefile.am): Likewise.
3237         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3238         * modules/freadahead-tests (Makefile.am): Likewise.
3239         * modules/freadptr-tests (Makefile.am): Likewise.
3240         * modules/freadseek-tests (Makefile.am): Likewise.
3241         * modules/fseek-tests (Makefile.am): Likewise.
3242         * modules/fseeko-tests (Makefile.am): Likewise.
3243         * modules/ftell-tests (Makefile.am): Likewise.
3244         * modules/ftello-tests (Makefile.am): Likewise.
3245         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3246         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3247         * modules/lseek-tests (Makefile.am): Likewise.
3248         * modules/parse-duration-tests (Makefile.am): Likewise.
3249         * modules/perror-tests (Makefile.am): Likewise.
3250         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3251         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3252         * modules/pipe-tests (Makefile.am): Likewise.
3253         * modules/pread-tests (Makefile.am): Likewise.
3254         * modules/printf-posix-tests (Makefile.am): Likewise.
3255         * modules/select-tests (Makefile.am): Likewise.
3256         * modules/sigpipe-tests (Makefile.am): Likewise.
3257         * modules/tsearch-tests (Makefile.am): Likewise.
3258         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3259         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3260         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3261         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3262         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3263         * modules/version-etc-tests (Makefile.am): Likewise.
3264         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3265         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3266         * modules/xalloc-die-tests (Makefile.am): Likewise.
3267         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3268         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3269         * modules/xstrtol-tests (Makefile.am): Likewise.
3270         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3271         * modules/yesno-tests (Makefile.am): Likewise.
3272         Suggested by Jim Meyering.
3273
3274 2010-01-24  Bruno Haible  <bruno@clisp.org>
3275
3276         More documentation.
3277         * doc/gnulib.texi (Writing modules): New chapter.
3278         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3279         the new chapter.
3280
3281 2010-01-24  Jim Meyering  <meyering@redhat.com>
3282
3283         maint.mk: do not prepend "./" after filtering
3284         * top/maint.mk (_prepend_srcdir_prefix): New variable
3285         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3286         "./" when $(srcdir) is ".".
3287
3288         define STREQ(a,b) consistently, removing useless parentheses
3289         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3290         since the only risk is that "a" or "b" contains an unparenthesized
3291         comma, but if either did that, STREQ would have 3 or more arguments.
3292         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3293         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3294         * lib/hash-triple.c (STREQ): Likewise.
3295         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3296         * lib/getugroups.c (STREQ): Likewise.
3297
3298 2010-01-23  Jim Meyering  <meyering@redhat.com>
3299
3300         maint.mk: fix syntax-check in a non-srcdir build directory
3301         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3302         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3303
3304 2010-01-22  Jim Meyering  <meyering@redhat.com>
3305
3306         userspec: add unit tests
3307         * tests/test-userspec.c: New file.
3308         * modules/userspec-tests: Likewise.
3309
3310 2010-01-21  Jim Meyering  <meyering@redhat.com>
3311
3312         maint.mk: handle source file names containing "." robustly
3313         * top/maint.mk (_dot_escaped_srcdir): Define.
3314         (VC_LIST): Use it in LHS of sed substitution.
3315
3316 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3317
3318         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3319         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3320         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3321         from a non-srcdir build.
3322
3323 2010-01-20  Eric Blake  <ebb9@byu.net>
3324
3325         warn-on-use: use instead of link-warning
3326         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3327         * modules/unistd (Depends-on, Makefile.am): Likewise.
3328         * modules/arpa_inet (Depends-on): Replace link-warning with
3329         warn-on-use.
3330         (Makefile.am): Update rules accordingly.
3331         * modules/ctype (Depends-on, Makefile.am): Likewise.
3332         * modules/dirent (Depends-on, Makefile.am): Likewise.
3333         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3334         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3335         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3336         * modules/locale (Depends-on, Makefile.am): Likewise.
3337         * modules/math (Depends-on, Makefile.am): Likewise.
3338         * modules/search (Depends-on, Makefile.am): Likewise.
3339         * modules/signal (Depends-on, Makefile.am): Likewise.
3340         * modules/spawn (Depends-on, Makefile.am): Likewise.
3341         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3342         * modules/string (Depends-on, Makefile.am): Likewise.
3343         * modules/strings (Depends-on, Makefile.am): Likewise.
3344         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3345         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3346         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3347         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3348         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3349         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3350         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3351         * modules/wchar (Depends-on, Makefile.am): Likewise.
3352         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3353         should be poisoned.
3354         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3355         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3356         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3357         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3358         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3359         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3360         * m4/math_h.m4 (gl_MATH_H): Likewise.
3361         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3362         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3363         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3364         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3365         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3366         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3367         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3368         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3369         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3370         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3371         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3372         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3373         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3374         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3375         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3376         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3377         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3378         GL_LINK_WARNING.
3379         * lib/ctype.in.h: Likewise.
3380         * lib/dirent.in.h: Likewise.
3381         * lib/fcntl.in.h: Likewise.
3382         * lib/inttypes.in.h: Likewise.
3383         * lib/langinfo.in.h: Likewise.
3384         * lib/locale.in.h: Likewise.
3385         * lib/math.in.h: Likewise.
3386         * lib/search.in.h: Likewise.
3387         * lib/signal.in.h: Likewise.
3388         * lib/spawn.in.h: Likewise.
3389         * lib/stdio.in.h: Likewise.
3390         * lib/stdlib.in.h: Likewise.
3391         * lib/string.in.h: Likewise.
3392         * lib/strings.in.h: Likewise.
3393         * lib/sys_file.in.h: Likewise.
3394         * lib/sys_ioctl.in.h: Likewise.
3395         * lib/sys_select.in.h: Likewise.
3396         * lib/sys_socket.in.h: Likewise.
3397         * lib/sys_stat.in.h: Likewise.
3398         * lib/sys_times.in.h: Likewise.
3399         * lib/sys_utsname.in.h: Likewise.
3400         * lib/unistd.in.h: Likewise.
3401         * lib/wchar.in.h: Likewise.
3402
3403 2010-01-20  Bruno Haible  <bruno@clisp.org>
3404
3405         Avoid duplicate -lm.
3406         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3407         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3408         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3409         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3410         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3411         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3412         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3413         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3414         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3415         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3416         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3417         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3418         Reported by Paolo Bonzini.
3419
3420 2010-01-19  Bruno Haible  <bruno@clisp.org>
3421
3422         langinfo, nl_langinfo: Relicense under LGPLv2+.
3423         * modules/langinfo (License): Change to LGPLv2+.
3424         * modules/nl_langinfo (License): Likewise.
3425         Patch by David Lutterkort <lutter@redhat.com>.
3426
3427 2010-01-19  Bruno Haible  <bruno@clisp.org>
3428
3429         Avoid compilation error with cc on OSF/1 5.1.
3430         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3431         statement, not before.
3432         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3433
3434 2010-01-18  Bruno Haible  <bruno@clisp.org>
3435
3436         Avoid a link error due to the __printf__ symbol.
3437         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3438         and 2.6.x.
3439         (__format__, __printf__): Remove definitions.
3440         * lib/argp-fmtstream.h: Likewise.
3441         * lib/argp.h: Likewise.
3442         * lib/error.h: Likewise.
3443         * lib/vasnprintf.h: Likewise.
3444         * lib/xprintf.h: Likewise.
3445         * lib/xvasprintf.h: Likewise.
3446         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3447
3448 2010-01-18  Bruno Haible  <bruno@clisp.org>
3449
3450         Tests for module 'tanl'.
3451         * modules/tanl-tests: New file.
3452         * tests/test-tanl.c: New file.
3453
3454         Tests for module 'sqrtl'.
3455         * modules/sqrtl-tests: New file.
3456         * tests/test-sqrtl.c: New file.
3457
3458         Tests for module 'sinl'.
3459         * modules/sinl-tests: New file.
3460         * tests/test-sinl.c: New file.
3461
3462         Tests for module 'logl'.
3463         * modules/logl-tests: New file.
3464         * tests/test-logl.c: New file.
3465
3466         Tests for module 'expl'.
3467         * modules/expl-tests: New file.
3468         * tests/test-expl.c: New file.
3469
3470         Tests for module 'cosl'.
3471         * modules/cosl-tests: New file.
3472         * tests/test-cosl.c: New file.
3473
3474         Tests for module 'atanl'.
3475         * modules/atanl-tests: New file.
3476         * tests/test-atanl.c: New file.
3477
3478         Tests for module 'asinl'.
3479         * modules/asinl-tests: New file.
3480         * tests/test-asinl.c: New file.
3481
3482         Tests for module 'acosl'.
3483         * modules/acosl-tests: New file.
3484         * tests/test-acosl.c: New file.
3485
3486         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3487         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3488         tanl): Use the standard gnulib idiom.
3489         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3490         * lib/sinl.c: Likewise.
3491         * lib/tanl.c: Don't include trigl.c.
3492         (kernel_tanl): Make static.
3493         * lib/sincosl.c: Include trigl.h first.
3494         * lib/trigl.c: Likewise.
3495         * m4/acosl.m4: New file.
3496         * m4/asinl.m4: New file.
3497         * m4/atanl.m4: New file.
3498         * m4/cosl.m4: New file.
3499         * m4/expl.m4: New file.
3500         * m4/logl.m4: New file.
3501         * m4/sinl.m4: New file.
3502         * m4/sqrtl.m4: New file.
3503         * m4/tanl.m4: New file.
3504         * m4/mathl.m4: Remove file.
3505         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3506         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3507         Don't initialize GNULIB_MATHL.
3508         * modules/acosl: New file.
3509         * modules/asinl: New file.
3510         * modules/atanl: New file.
3511         * modules/cosl: New file.
3512         * modules/expl: New file.
3513         * modules/logl: New file.
3514         * modules/sinl: New file.
3515         * modules/sqrtl: New file.
3516         * modules/tanl: New file.
3517         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3518         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3519         substitute GNULIB_MATHL.
3520         * modules/mathl: Rewritten.
3521         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3522         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3523         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3524         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3525         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3526         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3527         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3528         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3529         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3530
3531 2010-01-18  Bruno Haible  <bruno@clisp.org>
3532
3533         sqrt: Make gl_FUNC_SQRT requirable.
3534         * m4/sqrt.m4: New file.
3535         * modules/sqrt (Files): Add it.
3536         (configure.ac): Invoke gl_FUNC_SQRT.
3537
3538 2010-01-18  Bruno Haible  <bruno@clisp.org>
3539
3540         New modules for common <math.h> functions.
3541         * m4/mathfunc.m4: New file.
3542         * modules/acos: New file.
3543         * modules/asin: New file.
3544         * modules/atan: New file.
3545         * modules/atan2: New file.
3546         * modules/cbrt: New file.
3547         * modules/copysign: New file.
3548         * modules/cos: New file.
3549         * modules/cosh: New file.
3550         * modules/erf: New file.
3551         * modules/erfc: New file.
3552         * modules/exp: New file.
3553         * modules/fabs: New file.
3554         * modules/fmod: New file.
3555         * modules/hypot: New file.
3556         * modules/j0: New file.
3557         * modules/j1: New file.
3558         * modules/jn: New file.
3559         * modules/ldexp: New file.
3560         * modules/lgamma: New file.
3561         * modules/log: New file.
3562         * modules/log10: New file.
3563         * modules/log1p: New file.
3564         * modules/logb: New file.
3565         * modules/modf: New file.
3566         * modules/nextafter: New file.
3567         * modules/pow: New file.
3568         * modules/remainder: New file.
3569         * modules/rint: New file.
3570         * modules/sin: New file.
3571         * modules/sinh: New file.
3572         * modules/sqrt: New file.
3573         * modules/tan: New file.
3574         * modules/tanh: New file.
3575         * modules/y0: New file.
3576         * modules/y1: New file.
3577         * modules/yn: New file.
3578         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3579         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3580         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3581         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3582         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3583         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3584         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3585         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3586         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3587         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3588         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3589         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3590         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3591         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3592         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3593         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3594         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3595         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3596         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3597         * doc/posix-functions/log.texi: Mention the 'log' module.
3598         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3599         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3600         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3601         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3602         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3603         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3604         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3605         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3606         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3607         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3608         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3609         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3610         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3611         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3612         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3613         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3614
3615 2010-01-18  Jim Meyering  <meyering@redhat.com>
3616
3617         ignore-value: relax license to LGPLv2+
3618         * modules/ignore-value (License): Relax to LGPLv2+.
3619
3620         getdate: don't leak when TZ contains two or more '"'s
3621         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3622         double quote in TZ after the first one.
3623
3624         readtokens: do not leak internal token_lengths buffer
3625         * lib/readtokens.c (readtokens): Free the local, lengths,
3626         when the supplied "token_lengths" parameter is NULL.
3627
3628 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3629
3630         Fix a couple of missing LIBTHREAD link failures on AIX.
3631         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3632         $(LIBTHREAD).
3633         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3634
3635         Link test-poll against INET_PTON_LIB.
3636         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3637         for inet_pton on Solaris 10.
3638
3639 2010-01-17  Bruno Haible  <bruno@clisp.org>
3640
3641         unistdio/*-sprintf: Fix typo in module description.
3642         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3643         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3644         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3645         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3646         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3647         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3648         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3649         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3650
3651 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3652
3653         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3654         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3655         variables in shell case patterns, for AIX and HP-UX ksh.
3656
3657         Split large sed scripts, for HP-UX sed.
3658         * modules/stdio: Split sed scripts around 50 sed commands,
3659         to avoid HP-UX limit of 99 commands, in the near future.
3660         * modules/string: Likewise.
3661         * modules/unistd: Likewise.
3662
3663         gnulib-tool: avoid writing in the current directory.
3664         * gnulib-tool (func_emit_lib_Makefile_am)
3665         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3666         not in the current directory, so concurrent gnulib-tool
3667         instances do not interfere.
3668
3669 2010-01-16  Jim Meyering  <meyering@redhat.com>
3670
3671         doc: update users.txt
3672         * users.txt: Add grep.
3673         (diffutils, gzip): Update URLs.
3674
3675 2010-01-12  Bruno Haible  <bruno@clisp.org>
3676
3677         posix_spawn: Avoid test failure on Cygwin.
3678         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3679         characters.
3680         Reported by Simon Josefsson.
3681
3682 2010-01-12  Bruno Haible  <bruno@clisp.org>
3683
3684         * tests/test-cond.c (main): When skipping the test, show the reason.
3685
3686 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3687
3688         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3689
3690 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3691
3692         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3693         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3694
3695 2010-01-12  Eric Blake  <ebb9@byu.net>
3696
3697         build: guarantee AS_VAR_IF
3698         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3699         (gl_AS_VAR_IF): Move...
3700         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3701         Reported by Simon Josefsson.
3702
3703 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3704
3705         * lib/stdio.in.h: Fix typo.
3706
3707 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3708
3709         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3710         libgpg-error.
3711
3712 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3713
3714         * tests/test-xalloc-die.sh: Use $EXEEXT.
3715
3716 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3717             Bruno Haible  <bruno@clisp.org>
3718
3719         getlogin, getlogin_r: Avoid test failure.
3720         * tests/test-getlogin.c: Include <stdio.h>.
3721         (main): Skip the test when the function fails because stdin is not a
3722         tty.
3723         * tests/test-getlogin_r.c: Include <stdio.h>.
3724         (main): Skip the test when the function fails because stdin is not a
3725         tty.
3726
3727 2010-01-11  Eric Blake  <ebb9@byu.net>
3728
3729         tests: avoid more large file warnings
3730         * tests/test-fflush.c: Avoid warning about ftell use.
3731         * tests/test-fseek.c: Avoid warning about fseek use.
3732
3733 2010-01-10  Bruno Haible  <bruno@clisp.org>
3734
3735         nproc: Work better on Linux when /proc and /sys are not mounted.
3736         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3737         as lower bound when, on glibc/Linux systems,
3738         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3739         Suggested by Pádraig Brady <P@draigbrady.com>.
3740         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3741
3742         nproc: Refactor.
3743         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3744         extracted from num_processors.
3745         (num_processors): Call it.
3746
3747 2010-01-11  Jim Meyering  <meyering@redhat.com>
3748
3749         utimecmp: avoid new warning from upcoming gcc-4.5.0
3750         * lib/utimecmp.c (BILLION): Define using #define rather than an
3751         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3752
3753 2010-01-11  Eric Blake  <ebb9@byu.net>
3754
3755         math: add portability warnings for classification macros
3756         * modules/math (Depends-on): Add warn-on-use.
3757         (Makefile.am): Provide new substitutions.
3758         * m4/math_h.m4 (gl_MATH_H): Require inline.
3759         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3760         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3761         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3762         implement warnings.
3763
3764         unistd: warn on use of environ without module
3765         * modules/unistd (Depends-on): Add warn-on-use.
3766         (Makefile.am): Provide new substitutions.
3767         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3768         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3769
3770         stdio: warn on suspicious uses
3771         * modules/stdio (Depends-on): Add warn-on-use.
3772         (Makefile.am): Provide new substitutions.
3773         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3774         fseeko.
3775         * lib/stdio.in.h (gets): Always warn on use.
3776         (fseek, ftell): Adjust when warnings are issued, and honor
3777         _GL_NO_LARGE_FILES as a way to silence the warning.
3778         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3779         any warning about large file offsets.
3780         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3781         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3782         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3783         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3784         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3785         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3786         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3787         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3788
3789         warn-on-use: new module
3790         * modules/warn-on-use: New file.
3791         * build-aux/warn-on-use.h: Likewise.
3792         * m4/warn-on-use.m4: Likewise.
3793         * MODULES.html.sh (Support for building): Mention it.
3794
3795 2010-01-10  Bruno Haible  <bruno@clisp.org>
3796
3797         Tests for module 'unistr/u32-strdup'.
3798         * modules/unistr/u32-strdup-tests: New file.
3799         * tests/unistr/test-u32-strdup.c: New file.
3800
3801         Tests for module 'unistr/u16-strdup'.
3802         * modules/unistr/u16-strdup-tests: New file.
3803         * tests/unistr/test-u16-strdup.c: New file.
3804
3805         Tests for module 'unistr/u8-strdup'.
3806         * modules/unistr/u8-strdup-tests: New file.
3807         * tests/unistr/test-u8-strdup.c: New file.
3808         * tests/unistr/test-strdup.h: New file.
3809
3810         Tests for module 'unistr/u32-strncmp'.
3811         * modules/unistr/u32-strncmp-tests: New file.
3812         * tests/unistr/test-u32-strncmp.c: New file.
3813
3814         Tests for module 'unistr/u16-strncmp'.
3815         * modules/unistr/u16-strncmp-tests: New file.
3816         * tests/unistr/test-u16-strncmp.c: New file.
3817
3818         Tests for module 'unistr/u8-strncmp'.
3819         * modules/unistr/u8-strncmp-tests: New file.
3820         * tests/unistr/test-u8-strncmp.c: New file.
3821         * tests/unistr/test-strncmp.h: New file.
3822
3823         Tests for module 'unistr/u32-strcoll'.
3824         * modules/unistr/u32-strcoll-tests: New file.
3825         * tests/unistr/test-u32-strcoll.c: New file.
3826
3827         Tests for module 'unistr/u16-strcoll'.
3828         * modules/unistr/u16-strcoll-tests: New file.
3829         * tests/unistr/test-u16-strcoll.c: New file.
3830
3831         Tests for module 'unistr/u8-strcoll'.
3832         * modules/unistr/u8-strcoll-tests: New file.
3833         * tests/unistr/test-u8-strcoll.c: New file.
3834
3835         Tests for module 'unistr/u32-strcmp'.
3836         * modules/unistr/u32-strcmp-tests: New file.
3837         * tests/unistr/test-u32-strcmp.c: New file.
3838         * tests/unistr/test-u32-strcmp.h: New file.
3839
3840         Tests for module 'unistr/u16-strcmp'.
3841         * modules/unistr/u16-strcmp-tests: New file.
3842         * tests/unistr/test-u16-strcmp.c: New file.
3843         * tests/unistr/test-u16-strcmp.h: New file.
3844
3845         Tests for module 'unistr/u8-strcmp'.
3846         * modules/unistr/u8-strcmp-tests: New file.
3847         * tests/unistr/test-u8-strcmp.c: New file.
3848         * tests/unistr/test-u8-strcmp.h: New file.
3849         * tests/unistr/test-strcmp.h: New file.
3850
3851         Tests for module 'unistr/u32-strncat'.
3852         * modules/unistr/u32-strncat-tests: New file.
3853         * tests/unistr/test-u32-strncat.c: New file.
3854
3855         Tests for module 'unistr/u16-strncat'.
3856         * modules/unistr/u16-strncat-tests: New file.
3857         * tests/unistr/test-u16-strncat.c: New file.
3858
3859         Tests for module 'unistr/u8-strncat'.
3860         * modules/unistr/u8-strncat-tests: New file.
3861         * tests/unistr/test-u8-strncat.c: New file.
3862         * tests/unistr/test-strncat.h: New file.
3863
3864         Tests for module 'unistr/u32-strcat'.
3865         * modules/unistr/u32-strcat-tests: New file.
3866         * tests/unistr/test-u32-strcat.c: New file.
3867
3868         Tests for module 'unistr/u16-strcat'.
3869         * modules/unistr/u16-strcat-tests: New file.
3870         * tests/unistr/test-u16-strcat.c: New file.
3871
3872         Tests for module 'unistr/u8-strcat'.
3873         * modules/unistr/u8-strcat-tests: New file.
3874         * tests/unistr/test-u8-strcat.c: New file.
3875         * tests/unistr/test-strcat.h: New file.
3876
3877         Tests for module 'unistr/u32-stpncpy'.
3878         * modules/unistr/u32-stpncpy-tests: New file.
3879         * tests/unistr/test-u32-stpncpy.c: New file.
3880
3881         Tests for module 'unistr/u16-stpncpy'.
3882         * modules/unistr/u16-stpncpy-tests: New file.
3883         * tests/unistr/test-u16-stpncpy.c: New file.
3884
3885         Tests for module 'unistr/u8-stpncpy'.
3886         * modules/unistr/u8-stpncpy-tests: New file.
3887         * tests/unistr/test-u8-stpncpy.c: New file.
3888         * tests/unistr/test-stpncpy.h: New file.
3889
3890         Tests for module 'unistr/u32-strncpy'.
3891         * modules/unistr/u32-strncpy-tests: New file.
3892         * tests/unistr/test-u32-strncpy.c: New file.
3893
3894         Tests for module 'unistr/u16-strncpy'.
3895         * modules/unistr/u16-strncpy-tests: New file.
3896         * tests/unistr/test-u16-strncpy.c: New file.
3897
3898         Tests for module 'unistr/u8-strncpy'.
3899         * modules/unistr/u8-strncpy-tests: New file.
3900         * tests/unistr/test-u8-strncpy.c: New file.
3901         * tests/unistr/test-strncpy.h: New file.
3902
3903         Tests for module 'unistr/u32-stpcpy'.
3904         * modules/unistr/u32-stpcpy-tests: New file.
3905         * tests/unistr/test-u32-stpcpy.c: New file.
3906
3907         Tests for module 'unistr/u16-stpcpy'.
3908         * modules/unistr/u16-stpcpy-tests: New file.
3909         * tests/unistr/test-u16-stpcpy.c: New file.
3910
3911         Tests for module 'unistr/u8-stpcpy'.
3912         * modules/unistr/u8-stpcpy-tests: New file.
3913         * tests/unistr/test-u8-stpcpy.c: New file.
3914         * tests/unistr/test-stpcpy.h: New file.
3915
3916         Tests for module 'unistr/u32-strcpy'.
3917         * modules/unistr/u32-strcpy-tests: New file.
3918         * tests/unistr/test-u32-strcpy.c: New file.
3919
3920         Tests for module 'unistr/u16-strcpy'.
3921         * modules/unistr/u16-strcpy-tests: New file.
3922         * tests/unistr/test-u16-strcpy.c: New file.
3923
3924         Tests for module 'unistr/u8-strcpy'.
3925         * modules/unistr/u8-strcpy-tests: New file.
3926         * tests/unistr/test-u8-strcpy.c: New file.
3927         * tests/unistr/test-strcpy.h: New file.
3928
3929         Tests for module 'unistr/u32-strnlen'.
3930         * modules/unistr/u32-strnlen-tests: New file.
3931         * tests/unistr/test-u32-strnlen.c: New file.
3932
3933         Tests for module 'unistr/u16-strnlen'.
3934         * modules/unistr/u16-strnlen-tests: New file.
3935         * tests/unistr/test-u16-strnlen.c: New file.
3936
3937         Tests for module 'unistr/u8-strnlen'.
3938         * modules/unistr/u8-strnlen-tests: New file.
3939         * tests/unistr/test-u8-strnlen.c: New file.
3940         * tests/unistr/test-strnlen.h: New file.
3941
3942         Tests for module 'unistr/u32-strlen'.
3943         * modules/unistr/u32-strlen-tests: New file.
3944         * tests/unistr/test-u32-strlen.c: New file.
3945
3946         Tests for module 'unistr/u16-strlen'.
3947         * modules/unistr/u16-strlen-tests: New file.
3948         * tests/unistr/test-u16-strlen.c: New file.
3949
3950         Tests for module 'unistr/u8-strlen'.
3951         * modules/unistr/u8-strlen-tests: New file.
3952         * tests/unistr/test-u8-strlen.c: New file.
3953
3954         Tests for module 'unistr/u32-prev'.
3955         * modules/unistr/u32-prev-tests: New file.
3956         * tests/unistr/test-u32-prev.c: New file.
3957
3958         Tests for module 'unistr/u16-prev'.
3959         * modules/unistr/u16-prev-tests: New file.
3960         * tests/unistr/test-u16-prev.c: New file.
3961
3962         Tests for module 'unistr/u8-prev'.
3963         * modules/unistr/u8-prev-tests: New file.
3964         * tests/unistr/test-u8-prev.c: New file.
3965
3966         Tests for module 'unistr/u32-next'.
3967         * modules/unistr/u32-next-tests: New file.
3968         * tests/unistr/test-u32-next.c: New file.
3969
3970         Tests for module 'unistr/u16-next'.
3971         * modules/unistr/u16-next-tests: New file.
3972         * tests/unistr/test-u16-next.c: New file.
3973
3974         Tests for module 'unistr/u8-next'.
3975         * modules/unistr/u8-next-tests: New file.
3976         * tests/unistr/test-u8-next.c: New file.
3977
3978         Tests for module 'unistr/u32-strmbtouc'.
3979         * modules/unistr/u32-strmbtouc-tests: New file.
3980         * tests/unistr/test-u32-strmbtouc.c: New file.
3981
3982         Tests for module 'unistr/u16-strmbtouc'.
3983         * modules/unistr/u16-strmbtouc-tests: New file.
3984         * tests/unistr/test-u16-strmbtouc.c: New file.
3985
3986         Tests for module 'unistr/u8-strmbtouc'.
3987         * modules/unistr/u8-strmbtouc-tests: New file.
3988         * tests/unistr/test-u8-strmbtouc.c: New file.
3989
3990         Tests for module 'unistr/u32-strmblen'.
3991         * modules/unistr/u32-strmblen-tests: New file.
3992         * tests/unistr/test-u32-strmblen.c: New file.
3993
3994         Tests for module 'unistr/u16-strmblen'.
3995         * modules/unistr/u16-strmblen-tests: New file.
3996         * tests/unistr/test-u16-strmblen.c: New file.
3997
3998         Tests for module 'unistr/u8-strmblen'.
3999         * modules/unistr/u8-strmblen-tests: New file.
4000         * tests/unistr/test-u8-strmblen.c: New file.
4001
4002         Tests for module 'unistr/u32-cpy-alloc'.
4003         * modules/unistr/u32-cpy-alloc-tests: New file.
4004         * tests/unistr/test-u32-cpy-alloc.c: New file.
4005
4006         Tests for module 'unistr/u16-cpy-alloc'.
4007         * modules/unistr/u16-cpy-alloc-tests: New file.
4008         * tests/unistr/test-u16-cpy-alloc.c: New file.
4009
4010         Tests for module 'unistr/u8-cpy-alloc'.
4011         * modules/unistr/u8-cpy-alloc-tests: New file.
4012         * tests/unistr/test-u8-cpy-alloc.c: New file.
4013         * tests/unistr/test-cpy-alloc.h: New file.
4014
4015         Tests for module 'unistr/u32-mbsnlen'.
4016         * modules/unistr/u32-mbsnlen-tests: New file.
4017         * tests/unistr/test-u32-mbsnlen.c: New file.
4018
4019         Tests for module 'unistr/u16-mbsnlen'.
4020         * modules/unistr/u16-mbsnlen-tests: New file.
4021         * tests/unistr/test-u16-mbsnlen.c: New file.
4022
4023         Tests for module 'unistr/u8-mbsnlen'.
4024         * modules/unistr/u8-mbsnlen-tests: New file.
4025         * tests/unistr/test-u8-mbsnlen.c: New file.
4026
4027         Tests for module 'unistr/u32-chr'.
4028         * modules/unistr/u32-chr-tests: New file.
4029         * tests/unistr/test-u32-chr.c: New file.
4030
4031         Tests for module 'unistr/u16-chr'.
4032         * modules/unistr/u16-chr-tests: New file.
4033         * tests/unistr/test-u16-chr.c: New file.
4034
4035         Tests for module 'unistr/u8-chr'.
4036         * modules/unistr/u8-chr-tests: New file.
4037         * tests/unistr/test-u8-chr.c: New file.
4038         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4039
4040         Tests for module 'unistr/u32-cmp2'.
4041         * modules/unistr/u32-cmp2-tests: New file.
4042         * tests/unistr/test-u32-cmp2.c: New file.
4043
4044         Tests for module 'unistr/u16-cmp2'.
4045         * modules/unistr/u16-cmp2-tests: New file.
4046         * tests/unistr/test-u16-cmp2.c: New file.
4047
4048         Tests for module 'unistr/u8-cmp2'.
4049         * modules/unistr/u8-cmp2-tests: New file.
4050         * tests/unistr/test-u8-cmp2.c: New file.
4051         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4052
4053         Tests for module 'unistr/u32-cmp'.
4054         * modules/unistr/u32-cmp-tests: New file.
4055         * tests/unistr/test-u32-cmp.c: New file.
4056
4057         Tests for module 'unistr/u16-cmp'.
4058         * modules/unistr/u16-cmp-tests: New file.
4059         * tests/unistr/test-u16-cmp.c: New file.
4060
4061         Tests for module 'unistr/u8-cmp'.
4062         * modules/unistr/u8-cmp-tests: New file.
4063         * tests/unistr/test-u8-cmp.c: New file.
4064         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4065
4066         Tests for module 'unistr/u32-set'.
4067         * modules/unistr/u32-set-tests: New file.
4068         * tests/unistr/test-u32-set.c: New file.
4069
4070         Tests for module 'unistr/u16-set'.
4071         * modules/unistr/u16-set-tests: New file.
4072         * tests/unistr/test-u16-set.c: New file.
4073
4074         Tests for module 'unistr/u8-set'.
4075         * modules/unistr/u8-set-tests: New file.
4076         * tests/unistr/test-u8-set.c: New file.
4077         * tests/unistr/test-set.h: New file.
4078
4079         Tests for module 'unistr/u32-move'.
4080         * modules/unistr/u32-move-tests: New file.
4081         * tests/unistr/test-u32-move.c: New file.
4082
4083         Tests for module 'unistr/u16-move'.
4084         * modules/unistr/u16-move-tests: New file.
4085         * tests/unistr/test-u16-move.c: New file.
4086
4087         Tests for module 'unistr/u8-move'.
4088         * modules/unistr/u8-move-tests: New file.
4089         * tests/unistr/test-u8-move.c: New file.
4090         * tests/unistr/test-move.h: New file.
4091
4092         Tests for module 'unistr/u32-cpy'.
4093         * modules/unistr/u32-cpy-tests: New file.
4094         * tests/unistr/test-u32-cpy.c: New file.
4095
4096         Tests for module 'unistr/u16-cpy'.
4097         * modules/unistr/u16-cpy-tests: New file.
4098         * tests/unistr/test-u16-cpy.c: New file.
4099
4100         Tests for module 'unistr/u8-cpy'.
4101         * modules/unistr/u8-cpy-tests: New file.
4102         * tests/unistr/test-u8-cpy.c: New file.
4103         * tests/unistr/test-cpy.h: New file.
4104
4105 2010-01-09  Bruno Haible  <bruno@clisp.org>
4106
4107         Tests for module 'unistr/u32-uctomb'.
4108         * modules/unistr/u32-uctomb-tests: New file.
4109         * tests/unistr/test-u32-uctomb.c: New file.
4110
4111         Tests for module 'unistr/u16-uctomb'.
4112         * modules/unistr/u16-uctomb-tests: New file.
4113         * tests/unistr/test-u16-uctomb.c: New file.
4114
4115         Tests for module 'unistr/u8-uctomb'.
4116         * modules/unistr/u8-uctomb-tests: New file.
4117         * tests/unistr/test-u8-uctomb.c: New file.
4118
4119         Tests for module 'unistr/u32-mbtoucr'.
4120         * modules/unistr/u32-mbtoucr-tests: New file.
4121         * tests/unistr/test-u32-mbtoucr.c: New file.
4122
4123         Tests for module 'unistr/u16-mbtoucr'.
4124         * modules/unistr/u16-mbtoucr-tests: New file.
4125         * tests/unistr/test-u16-mbtoucr.c: New file.
4126
4127         Tests for module 'unistr/u8-mbtoucr'.
4128         * modules/unistr/u8-mbtoucr-tests: New file.
4129         * tests/unistr/test-u8-mbtoucr.c: New file.
4130
4131         Tests for module 'unistr/u32-mbtouc'.
4132         * modules/unistr/u32-mbtouc-tests: New file.
4133         * tests/unistr/test-u32-mbtouc.c: New file.
4134
4135         Tests for module 'unistr/u16-mbtouc'.
4136         * modules/unistr/u16-mbtouc-tests: New file.
4137         * tests/unistr/test-u16-mbtouc.c: New file.
4138
4139         Tests for module 'unistr/u8-mbtouc'.
4140         * modules/unistr/u8-mbtouc-tests: New file.
4141         * tests/unistr/test-u8-mbtouc.c: New file.
4142
4143         Tests for module 'unistr/u32-mbtouc-unsafe'.
4144         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4145         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4146         * tests/unistr/test-u32-mbtouc.h: New file.
4147
4148         Tests for module 'unistr/u16-mbtouc-unsafe'.
4149         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4150         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4151         * tests/unistr/test-u16-mbtouc.h: New file.
4152
4153         Tests for module 'unistr/u8-mbtouc-unsafe'.
4154         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4155         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4156         * tests/unistr/test-u8-mbtouc.h: New file.
4157
4158         Tests for module 'unistr/u32-mblen'.
4159         * modules/unistr/u32-mblen-tests: New file.
4160         * tests/unistr/test-u32-mblen.c: New file.
4161
4162         Tests for module 'unistr/u16-mblen'.
4163         * modules/unistr/u16-mblen-tests: New file.
4164         * tests/unistr/test-u16-mblen.c: New file.
4165
4166         Tests for module 'unistr/u8-mblen'.
4167         * modules/unistr/u8-mblen-tests: New file.
4168         * tests/unistr/test-u8-mblen.c: New file.
4169
4170         Tests for module 'unistr/u32-to-u16'.
4171         * modules/unistr/u32-to-u16-tests: New file.
4172         * tests/unistr/test-u32-to-u16.c: New file.
4173
4174         Tests for module 'unistr/u32-to-u8'.
4175         * modules/unistr/u32-to-u8-tests: New file.
4176         * tests/unistr/test-u32-to-u8.c: New file.
4177
4178         Tests for module 'unistr/u16-to-u32'.
4179         * modules/unistr/u16-to-u32-tests: New file.
4180         * tests/unistr/test-u16-to-u32.c: New file.
4181
4182         Tests for module 'unistr/u16-to-u8'.
4183         * modules/unistr/u16-to-u8-tests: New file.
4184         * tests/unistr/test-u16-to-u8.c: New file.
4185
4186         Tests for module 'unistr/u8-to-u32'.
4187         * modules/unistr/u8-to-u32-tests: New file.
4188         * tests/unistr/test-u8-to-u32.c: New file.
4189
4190         Tests for module 'unistr/u8-to-u16'.
4191         * modules/unistr/u8-to-u16-tests: New file.
4192         * tests/unistr/test-u8-to-u16.c: New file.
4193
4194         Tests for module 'unistr/u32-check'.
4195         * modules/unistr/u32-check-tests: New file.
4196         * tests/unistr/test-u32-check.c: New file.
4197
4198         Tests for module 'unistr/u16-check'.
4199         * modules/unistr/u16-check-tests: New file.
4200         * tests/unistr/test-u16-check.c: New file.
4201
4202         Tests for module 'unistr/u8-check'.
4203         * modules/unistr/u8-check-tests: New file.
4204         * tests/unistr/test-u8-check.c: New file.
4205
4206         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4207         (category_equals): New function.
4208         (main): Add more tests.
4209         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4210
4211         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4212
4213 2010-01-10  Bruno Haible  <bruno@clisp.org>
4214
4215         unistr/u*-strcoll: Try harder to distinguish different strings.
4216         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4217         compare s1 and s2 to see if they are different.
4218
4219 2010-01-10  Bruno Haible  <bruno@clisp.org>
4220
4221         unistr/u*-stpncpy: Fix the return value.
4222         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4223         description of the return value consistent with stpncpy in glibc.
4224         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4225         written non-NUL unit.
4226
4227 2010-01-10  Bruno Haible  <bruno@clisp.org>
4228
4229         unistr/u*-next: Add missing dependencies.
4230         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4231         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4232         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4233
4234 2010-01-10  Bruno Haible  <bruno@clisp.org>
4235
4236         unistr/u8-mbsnlen: Fix return value for incomplete character.
4237         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4238         u8_mblen.
4239         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4240         Remove unistr/u8-mblen.
4241         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4242         u16_mblen.
4243         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4244         Remove unistr/u16-mblen.
4245
4246 2010-01-10  Bruno Haible  <bruno@clisp.org>
4247
4248         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4249         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4250         Reported by Brian Gough <bjg@gnu.org> and
4251         Chris Clayton <chris2553@googlemail.com> via
4252         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4253
4254 2010-01-09  Bruno Haible  <bruno@clisp.org>
4255
4256         unistr/u16-to-u32: Reject invalid input.
4257         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4258         u16_mbtouc.
4259         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4260         Remove unistr/u16-mbtouc.
4261
4262         unistr/u16-to-u8: Reject invalid input.
4263         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4264         u16_mbtouc.
4265         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4266         Remove unistr/u16-mbtouc.
4267
4268         unistr/u8-to-u32: Reject invalid input.
4269         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4270         u8_mbtouc.
4271         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4272         Remove unistr/u8-mbtouc.
4273
4274         unistr/u8-to-u16: Reject invalid input.
4275         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4276         u8_mbtouc.
4277         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4278         Remove unistr/u8-mbtouc.
4279
4280 2010-01-09  Bruno Haible  <bruno@clisp.org>
4281
4282         Tests for module 'getlogin'.
4283         * modules/getlogin-tests: New file.
4284         * tests/test-getlogin.c: New file.
4285
4286         New module 'getlogin'.
4287         * lib/unistd.in.h (getlogin): New declaration.
4288         * lib/getlogin.c: New file.
4289         * m4/getlogin.m4: New file.
4290         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4291         HAVE_GETLOGIN.
4292         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4293         HAVE_GETLOGIN.
4294         * modules/getlogin: New file.
4295         * doc/posix-functions/getlogin.texi: Mention the new module.
4296         Reported by John W. Eaton <jwe@gnu.org>.
4297
4298 2010-01-09  Bruno Haible  <bruno@clisp.org>
4299
4300         getlogin_r: Support for native Windows.
4301         * lib/getlogin_r.c: Include <windows.h>
4302         (getlogin_r): Implement for native Windows.
4303         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4304         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4305         via John W. Eaton <jwe@gnu.org>.
4306
4307 2010-01-09  Bruno Haible  <bruno@clisp.org>
4308
4309         getlogin_r: Small fixes.
4310         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4311         succeeds.
4312         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4313         before testing whether getlogin_r is declared. No need to set
4314         HAVE_DECL_GETLOGIN_R to 1.
4315         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4316
4317 2010-01-09  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/unistd.in.h (getlogin_r): Add comment.
4320
4321 2010-01-09  Bruno Haible  <bruno@clisp.org>
4322
4323         Tests for module 'getlogin_r'.
4324         * modules/getlogin_r-tests: New file.
4325         * tests/test-getlogin_r.c: New file.
4326
4327 2010-01-09  Jim Meyering  <meyering@redhat.com>
4328
4329         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4330         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4331         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4332
4333 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4334
4335         * lib/dup2.c (rpl_dup2): Improve comment.
4336
4337 2010-01-08  Eric Blake  <ebb9@byu.net>
4338
4339         maint.mk: allow packages to add makefile @@ exceptions
4340         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4341         (sc_makefile_check): Rename...
4342         (sc_makefile_at_at_check): ...to this, and use hook.
4343
4344         dup2: work around mingw bug
4345         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4346         Reported by Simon Josefsson.
4347
4348 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4349
4350         glob: Fix C++ compilation.
4351         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4352         C++.
4353
4354 2010-01-07  Bruno Haible  <bruno@clisp.org>
4355
4356         Fix indentation of wctype.in.h, broken since 2007-01-06.
4357         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4358
4359 2010-01-07  Bruno Haible  <bruno@clisp.org>
4360
4361         mbslen: Avoid collision with system function.
4362         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4363         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4364         * m4/mbslen.m4: New file.
4365         * modules/mbslen (Files): Add it.
4366         (configure.ac): Invoke gl_MBSLEN.
4367         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4368         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4369         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4370         via Ian Beckwith <ianb@erislabs.net>.
4371
4372 2010-01-07  Bruno Haible  <bruno@clisp.org>
4373
4374         dirent: Document the last fix.
4375         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4376
4377 2010-01-07  Bruno Haible  <bruno@clisp.org>
4378
4379         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4380         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4381         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4382         va_list are defined.
4383         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4384         Reported by Eric Blake.
4385
4386 2010-01-07  Bruno Haible  <bruno@clisp.org>
4387
4388         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4389         * modules/xlist (Depends-on): Add 'list',
4390         * modules/xoset (Depends-on): Add 'oset'.
4391         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4392
4393 2010-01-07  Bruno Haible  <bruno@clisp.org>
4394
4395         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4396         * doc/posix-functions/strncasecmp.texi: Likewise.
4397
4398 2010-01-07  Bruno Haible  <bruno@clisp.org>
4399
4400         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4401
4402 2010-01-07  John W. Eaton  <jwe@octave.org>
4403
4404         wctype: allow C++ use
4405         * lib/wctype.in.h: Add extern "C" block for C++.
4406
4407 2010-01-06  Eric Blake  <ebb9@byu.net>
4408
4409         maint.mk: detect incorrect GFDL usage
4410         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4411
4412 2010-01-06  Jim Meyering  <meyering@redhat.com>
4413         and Eric Blake  <ebb9@byu.net>
4414
4415         maint.mk: ignore multi-line copyright in NEWS
4416         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4417
4418 2010-01-06  Eric Blake  <ebb9@byu.net>
4419
4420         select: add missing dependency
4421         * modules/select-tests (Depends-on): Move sockets dependency...
4422         * modules/select (Depends-on): ...here.
4423         Reported by Ian Beckwith.
4424
4425         doc: regenerate INSTALL
4426         * doc/INSTALL: Reflect recent autoconf update.
4427         * doc/INSTALL.ISO: Likewise.
4428         * doc/INSTALL.UTF-8: Likewise.
4429
4430         pread: fix compilation on glibc
4431         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4432         Reported by Ralf Wildenhues.
4433
4434         dirent: fix test failure
4435         * lib/dirent.in.h (includes): Guarantee ino_t.
4436         Reported by Ralf Wildenhues.
4437
4438 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4439
4440         linkat, renameat: avoid bad free
4441         * lib/at-func2.c (at_func2): Fix typo.
4442         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4443
4444 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4445
4446         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4447         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4448         to avoid failure of symlink test later.
4449
4450 2010-01-06  Eric Blake  <ebb9@byu.net>
4451
4452         stdio, unistd: guarantee ssize_t
4453         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4454         2008 are exposed when needed.
4455         * lib/stdio.in.h (includes): Likewise.
4456         Reported by Ralf Wildenhues.
4457
4458 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4459
4460         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4461         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4462         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4463
4464 2010-01-06  Jim Meyering  <meyering@redhat.com>
4465
4466         readtokens: this module *does* require xalloc.h
4467         It uses only functions that were omitted by the old syntax-check rule.
4468         * lib/readtokens.c: Include "xalloc.h" once again.
4469         * modules/readtokens (Depends-on): Add xalloc.
4470         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4471
4472 2010-01-05  Eric Blake  <ebb9@byu.net>
4473
4474         maint: support 'make announcement' from a VPATH build
4475         * top/maint.mk (announcement): Look for correct NEWS file.
4476
4477 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4478
4479         utimens (fdutimens): ignore a negative FD, per contract
4480         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4481         when we have a valid file descriptor.  Otherwise, using a brand
4482         new glibc (with just-patched futimens that now fails with EBADF)
4483         would cause this function to fail with ENOSYS.
4484         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4485         See also http://bugzilla.redhat.com/552320.
4486
4487 2010-01-05  Eric Blake  <ebb9@byu.net>
4488
4489         strcase: document what it provides
4490         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4491         gnulib module.
4492         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4493         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4494
4495 2010-01-05  Jim Meyering  <meyering@redhat.com>
4496
4497         maint: remove useless inclusions of "xalloc.h"
4498         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4499         * lib/readtokens.c: Likewise.
4500         * lib/same.c: Likewise.
4501         * modules/getloadavg (Depends-on): Remove xalloc.
4502         * modules/readtokens: Likewise.
4503         * modules/same: Likewise.
4504
4505         maint.mk: include 4 more function names in alloca.h-checking regexp
4506         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4507         regexp.  Before, we would give a false-positive (saying alloca.h
4508         is included unnecessarily) when the only uses involved omitted symbols.
4509
4510         xalloc.h: use consistent formatting
4511         * lib/xalloc.h: Move declarations to start in the first column.
4512
4513 2010-01-05  Eric Blake  <ebb9@byu.net>
4514
4515         mkdir: avoid xalloc
4516         * lib/mkdir.c (includes): Drop unused header.
4517         Reported by John W. Eaton.
4518
4519 2010-01-04  Jim Meyering  <meyering@redhat.com>
4520
4521         nl_langinfo: avoid configure-time syntax error
4522         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4523         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4524         the empty string.  Don't let that provoke a shell syntax error.
4525
4526         regcomp, regexec, fnmatch: avoid array bounds read error
4527         * lib/regcomp.c (build_equiv_class): From glibc:
4528         Use only the low 24 bits of a findidx return value as an index
4529         into the weights array.  Patch by Ulrich Drepper:
4530         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4531         * lib/regexec.c (check_node_accept_bytes): Likewise.
4532         * lib/fnmatch_loop.c (FCT): Likewise.
4533
4534         regcomp: skip collseq lookup when there are no rules
4535         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4536         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4537
4538         regcomp: recognize ill-formed { } expressions
4539         * lib/regcomp.c (parse_dup_op): From glibc:
4540         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4541
4542         regcomp: fix typo in comment
4543         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4544         s/satisfy/satisfies/.
4545
4546         regcomp: sync from glibc: remove dead store
4547         * lib/regcomp.c (duplicate_node_closure): Remove useless
4548         search_duplicated_node call and dead store.
4549
4550         regcomp: sync from glibc; always use nl_langinfo
4551         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4552         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4553         * modules/regex (Depends-on): Add nl_langinfo.
4554
4555 2010-01-04  Eric Blake  <ebb9@byu.net>
4556
4557         fdopendir: fix configure test
4558         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4559
4560 2010-01-01  Bruno Haible  <bruno@clisp.org>
4561
4562         wchar: Remove unused configure check.
4563         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4564
4565 2010-01-01  Eric Blake  <ebb9@byu.net>
4566
4567         headers: make check of system header explicit
4568         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4569         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4570         ourselves.
4571         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4572         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4573         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4574         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4575         internals.
4576         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4577         missing.
4578         Suggested by Bruno Haible.
4579
4580 2010-01-01  Jim Meyering  <meyering@redhat.com>
4581
4582         ChangeLog: tweak to eliminate unnecessary copyright line
4583         * ChangeLog: Remove a copyright line that was mistakenly updated
4584         by today's update-copyright run.  Reported by Eric Blake.
4585
4586         test-update-copyright: don't let envvar setting cause test failure
4587         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4588
4589 2010-01-01  Bruno Haible  <bruno@clisp.org>
4590
4591         localename: Avoid gcc warning.
4592         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4593         function if it is not used.
4594
4595 2010-01-01  Jim Meyering  <meyering@redhat.com>
4596
4597         update nearly all FSF copyright year lists to include 2010
4598         Use the same procedure as for 2009, outlined in
4599         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4600
4601         version-etc: set COPYRIGHT_YEAR to 2010
4602         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4603
4604 2009-12-31  Eric Blake  <ebb9@byu.net>
4605
4606         doc: correct availability of cygwin 1.5.x getopt
4607         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4608         variables.
4609         * doc/posix-functions/opterr.texi (opterr): Likewise.
4610         * doc/posix-functions/optind.texi (optind): Likewise.
4611         * doc/posix-functions/optopt.texi (optopt): Likewise.
4612         * doc/posix-functions/tzname.texi (tzname): Likewise.
4613
4614         openat: update maintainer
4615         * modules/openat (Maintainer): Add myself.
4616
4617         utimens: avoid shadowing warning
4618         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4619         buffers into one, to avoid shadowing, as well as avoiding a
4620         redundant stat.
4621         Reported by Jim Meyering.
4622
4623         test-dup2: avoid compiler warning
4624         * tests/test-dup2.c (is_inheritable): Only define if used.
4625
4626 2010-01-01  Bruno Haible  <bruno@clisp.org>
4627
4628         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4629         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4630         defined, use wctomb instead of wcrtomb.
4631
4632 2010-01-01  Bruno Haible  <bruno@clisp.org>
4633
4634         iconv: Reject native Solaris iconv.
4635         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4636         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4637
4638 2009-12-31  Bruno Haible  <bruno@clisp.org>
4639
4640         * tests/test-signal.c (main): Remove test of 'SIG'.
4641
4642 2009-12-31  Bruno Haible  <bruno@clisp.org>
4643
4644         spawn: Fix incomplete fix.
4645         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4646         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4647         warnings for GNULIB_POSIXCHECK again.
4648         Reported by Eric Blake.
4649
4650 2009-12-31  Bruno Haible  <bruno@clisp.org>
4651
4652         Avoid namespace pollution on glibc systems.
4653         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4654         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4655         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4656         glibc systems.
4657
4658 2009-12-31  Bruno Haible  <bruno@clisp.org>
4659
4660         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4661         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4662         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4663         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4664         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4665         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4666         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4667
4668 2009-12-31  Bruno Haible  <bruno@clisp.org>
4669
4670         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4671         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4672         afterwards.
4673
4674 2009-12-31  Bruno Haible  <bruno@clisp.org>
4675
4676         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4677         SYS_UTSNAME_H.
4678
4679 2009-12-31  Bruno Haible  <bruno@clisp.org>
4680
4681         spawn: Fix misapplied patch.
4682         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4683         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4684         warnings for GNULIB_POSIXCHECK.
4685
4686 2009-12-31  Bruno Haible  <bruno@clisp.org>
4687
4688         times: Update after sys_times changed.
4689         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4690         * modules/times (Files): Add it.
4691         (configure.ac): Invoke gl_FUNC_TIMES.
4692
4693 2009-12-31  Bruno Haible  <bruno@clisp.org>
4694
4695         Use AC_C_INLINE where necessary.
4696         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4697         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4698         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4699         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4700         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4701         * m4/mbiter.m4 (gl_MBITER): Likewise.
4702         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4703         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4704         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4705         * modules/u64 (configure.ac): Likewise.
4706
4707 2009-12-31  Bruno Haible  <bruno@clisp.org>
4708
4709         Use AC_C_INLINE instead of module 'inline' where possible.
4710         * modules/inline (Description): Clarify purpose.
4711         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4712         * modules/count-one-bits (Depends-on): Remove inline.
4713         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4714         * modules/openat (Depends-on): Remove inline.
4715         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4716         instead of depending on module 'inline'.
4717         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4718         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4719         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4720         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4721         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4722         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4723         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4724         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4725         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4726         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4727         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4728         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4729         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4730         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4731         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4732         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4733         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4734         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4735         Likewise.
4736         * modules/unictype/property-ascii-hex-digit (Depends-on,
4737         configure.ac): Likewise.
4738         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4739         configure.ac): Likewise.
4740         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4741         configure.ac): Likewise.
4742         * modules/unictype/property-bidi-block-separator (Depends-on,
4743         configure.ac): Likewise.
4744         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4745         configure.ac): Likewise.
4746         * modules/unictype/property-bidi-common-separator (Depends-on,
4747         configure.ac): Likewise.
4748         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4749         Likewise.
4750         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4751         configure.ac): Likewise.
4752         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4753         configure.ac): Likewise.
4754         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4755         configure.ac): Likewise.
4756         * modules/unictype/property-bidi-european-digit (Depends-on,
4757         configure.ac): Likewise.
4758         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4759         configure.ac): Likewise.
4760         * modules/unictype/property-bidi-left-to-right (Depends-on,
4761         configure.ac): Likewise.
4762         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4763         configure.ac): Likewise.
4764         * modules/unictype/property-bidi-other-neutral (Depends-on,
4765         configure.ac): Likewise.
4766         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4767         Likewise.
4768         * modules/unictype/property-bidi-segment-separator (Depends-on,
4769         configure.ac): Likewise.
4770         * modules/unictype/property-bidi-whitespace (Depends-on,
4771         configure.ac): Likewise.
4772         * modules/unictype/property-combining (Depends-on, configure.ac):
4773         Likewise.
4774         * modules/unictype/property-composite (Depends-on, configure.ac):
4775         Likewise.
4776         * modules/unictype/property-currency-symbol (Depends-on,
4777         configure.ac): Likewise.
4778         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4779         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4780         Likewise.
4781         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4782         configure.ac): Likewise.
4783         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4784         Likewise.
4785         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4786         Likewise.
4787         * modules/unictype/property-extender (Depends-on, configure.ac):
4788         Likewise.
4789         * modules/unictype/property-format-control (Depends-on, configure.ac):
4790         Likewise.
4791         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4792         Likewise.
4793         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4794         Likewise.
4795         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4796         Likewise.
4797         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4798         Likewise.
4799         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4800         Likewise.
4801         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4802         Likewise.
4803         * modules/unictype/property-id-start (Depends-on, configure.ac):
4804         Likewise.
4805         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4806         Likewise.
4807         * modules/unictype/property-ids-binary-operator (Depends-on,
4808         configure.ac): Likewise.
4809         * modules/unictype/property-ids-trinary-operator (Depends-on,
4810         configure.ac): Likewise.
4811         * modules/unictype/property-ignorable-control (Depends-on,
4812         configure.ac): Likewise.
4813         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4814         Likewise.
4815         * modules/unictype/property-join-control (Depends-on, configure.ac):
4816         Likewise.
4817         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4818         Likewise.
4819         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4820         Likewise.
4821         * modules/unictype/property-logical-order-exception (Depends-on,
4822         configure.ac): Likewise.
4823         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4824         Likewise.
4825         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4826         * modules/unictype/property-non-break (Depends-on, configure.ac):
4827         Likewise.
4828         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4829         Likewise.
4830         * modules/unictype/property-numeric (Depends-on, configure.ac):
4831         Likewise.
4832         * modules/unictype/property-other-alphabetic (Depends-on,
4833         configure.ac): Likewise.
4834         * modules/unictype/property-other-default-ignorable-code-point
4835         (Depends-on, configure.ac): Likewise.
4836         * modules/unictype/property-other-grapheme-extend (Depends-on,
4837         configure.ac): Likewise.
4838         * modules/unictype/property-other-id-continue (Depends-on,
4839         configure.ac): Likewise.
4840         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4841         Likewise.
4842         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4843         Likewise.
4844         * modules/unictype/property-other-math (Depends-on, configure.ac):
4845         Likewise.
4846         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4847         Likewise.
4848         * modules/unictype/property-paired-punctuation (Depends-on,
4849         configure.ac): Likewise.
4850         * modules/unictype/property-paragraph-separator (Depends-on,
4851         configure.ac): Likewise.
4852         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4853         Likewise.
4854         * modules/unictype/property-pattern-white-space (Depends-on,
4855         configure.ac): Likewise.
4856         * modules/unictype/property-private-use (Depends-on, configure.ac):
4857         Likewise.
4858         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4859         Likewise.
4860         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4861         Likewise.
4862         * modules/unictype/property-radical (Depends-on, configure.ac):
4863         Likewise.
4864         * modules/unictype/property-sentence-terminal (Depends-on,
4865         configure.ac): Likewise.
4866         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4867         Likewise.
4868         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4869         * modules/unictype/property-terminal-punctuation (Depends-on,
4870         configure.ac): Likewise.
4871         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4872         Likewise.
4873         * modules/unictype/property-unassigned-code-value (Depends-on,
4874         configure.ac): Likewise.
4875         * modules/unictype/property-unified-ideograph (Depends-on,
4876         configure.ac): Likewise.
4877         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4878         Likewise.
4879         * modules/unictype/property-variation-selector (Depends-on,
4880         configure.ac): Likewise.
4881         * modules/unictype/property-white-space (Depends-on, configure.ac):
4882         Likewise.
4883         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4884         Likewise.
4885         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4886         Likewise.
4887         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4888         Likewise.
4889         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4890         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4891         Likewise.
4892
4893 2009-12-31  Bruno Haible  <bruno@clisp.org>
4894
4895         Remove unnecessary AC_C_INLINE invocation.
4896         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4897         since 2009-08-21.
4898
4899 2009-12-31  Jim Meyering  <meyering@redhat.com>
4900
4901         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4902         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4903         With this change, we can all remove the gpg_key_ID = ... definition
4904         from our respective cfg.mk files.
4905
4906         maint.mk: create announcement template in ~/, not in /tmp
4907         * top/maint.mk (emit_upload_commands): Adjust.
4908         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4909         Remove temporary file, .ci-msg.
4910
4911 2009-12-31  Eric Blake  <ebb9@byu.net>
4912
4913         link-warning: always build headers with link warnings
4914         * modules/arpa_inet (Makefile.am): Always build replacement
4915         header.
4916         * modules/ctype (Makefile.am): Likewise.
4917         * modules/dirent (Makefile.am): Likewise.
4918         * modules/inttypes (Makefile.am): Likewise.
4919         * modules/langinfo (Makefile.am): Likewise.
4920         * modules/locale (Makefile.am): Likewise.
4921         * modules/spawn (Makefile.am): Likewise.
4922         * modules/sys_file (Makefile.am): Likewise.
4923         * modules/sys_ioctl (Makefile.am): Likewise.
4924         * modules/sys_select (Makefile.am): Likewise.
4925         * modules/sys_socket (Makefile.am): Likewise.
4926         * modules/sys_times (Makefile.am): Likewise.
4927         * modules/sys_utsname (Makefile.am): Likewise.
4928         * modules/sys_wait (Makefile.am): Likewise.
4929         * modules/wchar (Makefile.am): Likewise.
4930         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4931         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4932         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4933         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4934         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4935         Likewise.
4936         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4937         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4938         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4939         Likewise.
4940         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4941         Likewise.
4942         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4943         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4944         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4945         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4946         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4947         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4948         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4949         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4950         (gl_WCHAR_H_DEFAULTS): Likewise.
4951
4952 2009-12-31  Eric Blake  <ebb9@byu.net>
4953
4954         signal, spawn: use link warnings
4955         * lib/signal.in.h (sigset_t): Make unconditional.
4956         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4957         (sigpending, sigprocmask, sigaction): Add link warnings.
4958         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4959         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4960         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4961         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4962         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4963         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4964         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4965         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4966         (posix_spawn_file_actions_destroy)
4967         (posix_spawn_file_actions_addopen)
4968         (posix_spawn_file_actions_addclose)
4969         (posix_spawn_file_actions_adddup2): Likewise.
4970         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4971         * tests/test-signal.c (main): Enhance test.
4972
4973         spawn: improve wrapper support
4974         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4975         (gl_SPAWN_H_DEFAULTS): New defaults.
4976         * modules/spawn (Makefile.am): Substitute them.
4977         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4978         Only declare if missing or broken.
4979
4980         sys_times, sys_utsname: use include_next
4981         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4982         header.
4983         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4984         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4985         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4986         * modules/sys_times (Depends-on): Add include_next.
4987         (Makefile.am): Substitute additional values.
4988         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4989         * lib/sys_times.in.h (includes): Include native header, if
4990         available.
4991         * lib/sys_utsname.in.h (includes): Likewise.
4992         * tests/test-sys_times.c (main): Enhance test.
4993
4994         fdutimensat: revert prior patch
4995         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4996         utimens.h.
4997         Reported by Bruno Haible.
4998
4999 2009-12-30  Eric Blake  <ebb9@byu.net>
5000
5001         sys_wait: drop link-warning dependency
5002         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5003         link-warning efforts.
5004         * lib/sys_wait.in.h: Likewise.
5005
5006         fdutimensat: remove bogus dependency
5007         * modules/fdutimensat (Depends-on): Drop inline.
5008
5009         unistd: fix typo
5010         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5011
5012 2009-12-30  Bruno Haible  <bruno@clisp.org>
5013
5014         Fix compilation error with Solaris cc.
5015         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5016         * lib/unicase/u16-is-invariant.c: Likewise.
5017         * lib/unicase/u32-is-invariant.c: Likewise.
5018         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5019
5020 2009-12-30  Bruno Haible  <bruno@clisp.org>
5021
5022         Fix test crash.
5023         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5024         locales.
5025         Reported by Simon Josefsson <simon@josefsson.org>.
5026
5027 2009-12-30  Bruno Haible  <bruno@clisp.org>
5028
5029         Fix compilation error on most platforms.
5030         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5031         Reported by Simon Josefsson <simon@josefsson.org>
5032         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5033
5034 2009-12-30  Eric Blake  <ebb9@byu.net>
5035
5036         futimens, utimensat: work around ntfs-3g bug
5037         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5038         a ctime bug is present, and expand workaround to cover ntfs-3g.
5039         * lib/utimens.c (fdutimens, lutimens): Likewise.
5040         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5041         (validate_timespec): Adjust return value.
5042         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5043         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5044         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5045
5046 2009-12-29  Eric Blake  <ebb9@byu.net>
5047
5048         link-warning: make usage consistent
5049         * modules/ctype (Depends-on): Add link-warning.
5050         (Makefile.am): Update rules accordingly.
5051         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5052         * modules/locale (Depends-on, Makefile.am): Likewise.
5053         * modules/sys_file (Makefile.am): Likewise.
5054         * modules/getopt-posix (Makefile.am): Delete unused link warning
5055         efforts.
5056         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5057         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5058         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5059         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5060
5061         stdio: remove unused variables
5062         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5063         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5064         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5065
5066         tests: test more substitute headers
5067         * modules/ctype-tests: New file.
5068         * modules/dirent-tests: Likewise.
5069         * modules/spawn-tests: Likewise.
5070         * modules/sys_file-tests: Likewise.
5071         * modules/sys_ioctl-tests: Likewise.
5072         * modules/sys_wait-tests: Likewise.
5073         * tests/test-ctype.c: Likewise.
5074         * tests/test-dirent.c: Likewise.
5075         * tests/test-spawn.c: Likewise.
5076         * tests/test-sys_file.c: Likewise.
5077         * tests/test-sys_ioctl.c: Likewise.
5078         * tests/test-sys_wait.c: Likewise.
5079         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5080         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5081         whether or not flock is in use.
5082
5083         tests: remove License section from module
5084         * modules/arpa_inet-tests: Remove unneeded section.
5085         * modules/byteswap-tests: Likewise.
5086         * modules/ceilf-tests: Likewise.
5087         * modules/ceill-tests: Likewise.
5088         * modules/crypto/des-tests: Likewise.
5089         * modules/crypto/gc-arcfour-tests: Likewise.
5090         * modules/crypto/gc-arctwo-tests: Likewise.
5091         * modules/crypto/gc-des-tests: Likewise.
5092         * modules/crypto/gc-hmac-md5-tests: Likewise.
5093         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5094         * modules/crypto/gc-md2-tests: Likewise.
5095         * modules/crypto/gc-md4-tests: Likewise.
5096         * modules/crypto/gc-md5-tests: Likewise.
5097         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5098         * modules/crypto/gc-rijndael-tests: Likewise.
5099         * modules/crypto/gc-sha1-tests: Likewise.
5100         * modules/crypto/gc-tests: Likewise.
5101         * modules/crypto/md2-tests: Likewise.
5102         * modules/crypto/md4-tests: Likewise.
5103         * modules/fcntl-h-tests: Likewise.
5104         * modules/floorf-tests: Likewise.
5105         * modules/floorl-tests: Likewise.
5106         * modules/frexp-nolibm-tests: Likewise.
5107         * modules/frexp-tests: Likewise.
5108         * modules/frexpl-nolibm-tests: Likewise.
5109         * modules/frexpl-tests: Likewise.
5110         * modules/getaddrinfo-tests: Likewise.
5111         * modules/inttypes-tests: Likewise.
5112         * modules/isfinite-tests: Likewise.
5113         * modules/isinf-tests: Likewise.
5114         * modules/ldexpl-tests: Likewise.
5115         * modules/locale-tests: Likewise.
5116         * modules/math-tests: Likewise.
5117         * modules/netdb-tests: Likewise.
5118         * modules/netinet_in-tests: Likewise.
5119         * modules/printf-frexp-tests: Likewise.
5120         * modules/printf-frexpl-tests: Likewise.
5121         * modules/priv-set-tests: Likewise.
5122         * modules/random_r-tests: Likewise.
5123         * modules/round-tests: Likewise.
5124         * modules/roundf-tests: Likewise.
5125         * modules/roundl-tests: Likewise.
5126         * modules/search-tests: Likewise.
5127         * modules/select-tests: Likewise.
5128         * modules/signal-tests: Likewise.
5129         * modules/stdbool-tests: Likewise.
5130         * modules/stddef-tests: Likewise.
5131         * modules/stdint-tests: Likewise.
5132         * modules/stdio-tests: Likewise.
5133         * modules/stdlib-tests: Likewise.
5134         * modules/string-tests: Likewise.
5135         * modules/strings-tests: Likewise.
5136         * modules/sys_select-tests: Likewise.
5137         * modules/sys_socket-tests: Likewise.
5138         * modules/sys_stat-tests: Likewise.
5139         * modules/sys_time-tests: Likewise.
5140         * modules/sys_utsname-tests: Likewise.
5141         * modules/sysexits-tests: Likewise.
5142         * modules/time-tests: Likewise.
5143         * modules/trunc-tests: Likewise.
5144         * modules/truncf-tests: Likewise.
5145         * modules/truncl-tests: Likewise.
5146         * modules/tsearch-tests: Likewise.
5147         * modules/unistd-tests: Likewise.
5148         * modules/wchar-tests: Likewise.
5149         * modules/wctype-tests: Likewise.
5150
5151         tests: fix license on several tests
5152         * tests/test-des.c: Update to GPLv3+.
5153         * tests/test-flock.c: Likewise.
5154         * tests/test-fsync.c: Likewise.
5155         * tests/test-futimens.h: Likewise.
5156         * tests/test-gc-arcfour.c: Likewise.
5157         * tests/test-gc-arctwo.c: Likewise.
5158         * tests/test-gc-des.c: Likewise.
5159         * tests/test-gc-hmac-md5.c: Likewise.
5160         * tests/test-gc-hmac-sha1.c: Likewise.
5161         * tests/test-gc-md2.c: Likewise.
5162         * tests/test-gc-md4.c: Likewise.
5163         * tests/test-gc-md5.c: Likewise.
5164         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5165         * tests/test-gc-rijndael.c: Likewise.
5166         * tests/test-gc-sha1.c: Likewise.
5167         * tests/test-gc.c: Likewise.
5168         * tests/test-getcwd.c: Likewise.
5169         * tests/test-link.c: Likewise.
5170         * tests/test-link.h: Likewise.
5171         * tests/test-lutimens.h: Likewise.
5172         * tests/test-md2.c: Likewise.
5173         * tests/test-md4.c: Likewise.
5174         * tests/test-mkdir.h: Likewise.
5175         * tests/test-rename.c: Likewise.
5176         * tests/test-rename.h: Likewise.
5177         * tests/test-safe-alloc.c: Likewise.
5178         * tests/test-utimens-common.h: Likewise.
5179         * tests/test-utimens.h: Likewise.
5180
5181         maint: sync license texts
5182         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5183         * doc/gpl-3.0.texi: Revert copyright year update.
5184         * doc/lgpl-3.0.texi: Likewise.
5185
5186 2009-12-29  Jim Meyering  <meyering@redhat.com>
5187
5188         update nearly all FSF copyright year lists to include 2009
5189         The files named by the following are exempted:
5190             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5191               test -f "$dst" && { echo "$dst"; continue; }
5192               test -d "$dst" || continue
5193               echo "$dst"/$(basename "$src")
5194             done > exempt
5195             git ls-files tests/unictype >> exempt
5196         In the remaining files, convert to all-interval notation if
5197         - there is already at least one year interval like 2000-2003
5198         - the file is maintained by me
5199         - the file is in lib/uni*/, where that style already prevails
5200         Otherwise, use update-copyright's default.
5201
5202 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5203         and Eric Blake  <ebb9@byu.net>
5204
5205         tests: don't require debug system() to pass
5206         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5207         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5208         * tests/test-unlink.h (test_unlink_func): Likewise.
5209         * tests/test-fstatat.c (main): ...into callers.
5210         * tests/test-lstat.c (main): Likewise.
5211         * tests/test-rmdir.c (main): Likewise.
5212         * tests/test-unlink.c (main): Likewise.
5213         * tests/test-unlinkat.c (main): Likewise.
5214         * tests/test-areadlink-with-size.c (main): Don't require a
5215         debug-only system call to pass, aiding cross-testing to mingw.
5216         * tests/test-areadlink.c (main): Likewise.
5217         * tests/test-areadlinkat-with-size.c (main): Likewise.
5218         * tests/test-areadlinkat.c (main): Likewise.
5219         * tests/test-canonicalize-lgpl.c (main): Likewise.
5220         * tests/test-canonicalize.c (main): Likewise.
5221         * tests/test-chown.c (main): Likewise.
5222         * tests/test-fchownat.c (main): Likewise.
5223         * tests/test-lchown.c (main): Likewise.
5224         * tests/test-fdutimensat.c (main): Likewise.
5225         * tests/test-futimens.c (main): Likewise.
5226         * tests/test-link.c (main): Likewise.
5227         * tests/test-linkat.c (main): Likewise.
5228         * tests/test-mkdir.c (main): Likewise.
5229         * tests/test-mkdirat.c (main): Likewise.
5230         * tests/test-mkfifo.c (main): Likewise.
5231         * tests/test-mkfifoat.c (main): Likewise.
5232         * tests/test-mknod.c (main): Likewise.
5233         * tests/test-readlink.c (main): Likewise.
5234         * tests/test-remove.c (main): Likewise.
5235         * tests/test-rename.c (main): Likewise.
5236         * tests/test-renameat.c (main): Likewise.
5237         * tests/test-symlink.c (main): Likewise.
5238         * tests/test-symlinkat.c (main): Likewise.
5239         * tests/test-utimens.c (main): Likewise.
5240         * tests/test-utimensat.c (main): Likewise.
5241
5242 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5243
5244         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5245         on $(UNUSED_PARAMETER_H) to avoid build failure.
5246
5247 2009-12-28  Jim Meyering  <meyering@redhat.com>
5248
5249         update-copyright: you may specify a max. line length other than 72
5250         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5251
5252         maint: use consistent FSF copyright line syntax
5253         * lib/posixtm.c: Add missing comma in FSF copyright line.
5254         * lib/posixtm.h: Likewise.
5255         * lib/getugroups.c: Add missing ", Inc.".
5256
5257         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5258         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5259         FSF copyright line.  Remove trailing blanks.
5260
5261 2009-12-28  Eric Blake  <ebb9@byu.net>
5262
5263         test-dup2: reduce dependencies
5264         * modules/cloexec (Configure.ac): Set witness.
5265         * modules/dup2-tests (Depends-on): Drop cloexec.
5266         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5267         not present.
5268         Suggested by Bruno Haible.
5269
5270 2009-12-26  Bruno Haible  <bruno@clisp.org>
5271
5272         Remove an unneeded dependency.
5273         * modules/fseterr (Depends-on): Remove dup2.
5274
5275 2009-12-26  Eric Blake  <ebb9@byu.net>
5276
5277         tests: use macros.h in more places
5278         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5279         (ASSERT_STREAM): Provide default of stderr.
5280         * tests/test-dirent-safer.c: Include macros.h, using alternate
5281         stream for assertions.
5282         * tests/test-dup-safer.c: Likewise.
5283         * tests/test-freopen-safer.c: Likewise.
5284         * tests/test-getopt.c: Likewise.
5285         * tests/test-openat-safer.c: Likewise.
5286         * tests/test-pipe.c: Likewise.
5287         * tests/test-popen-safer.c: Likewise.
5288         * modules/dirent-safer-tests (Files): Include macros.h.
5289         * modules/unistd-safer-tests (Files): Likewise.
5290         * modules/freopen-safer-tests (Files): Likewise.
5291         * modules/getopt-posix-tests (Files): Likewise.
5292         * modules/openat-safer-tests (Files): Likewise.
5293         * modules/pipe-tests (Files): Likewise.
5294
5295 2009-12-26  Bruno Haible  <bruno@clisp.org>
5296
5297         javacomp: Portability fix.
5298         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5299         that it also works on Solaris.
5300
5301 2009-12-26  Bruno Haible  <bruno@clisp.org>
5302
5303         localename: Fix storage allocation of gl_locale_name_thread's result.
5304         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5305         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5306         all platforms that have 'uselocale'.
5307         (gl_locale_name_thread_unsafe): New function, extracted from
5308         gl_locale_name_thread.
5309         (gl_locale_name_thread): Call struniq on all platforms that have
5310         'uselocale'.
5311         * tests/test-localename.c (test_locale_name_thread): Check that the
5312         resulting strings are permanently allocated.
5313         * modules/localename-tests (Depends-on): Add strdup.
5314
5315 2009-12-26  Bruno Haible  <bruno@clisp.org>
5316
5317         * tests/test-localename.c (categories): Fill in the strings.
5318
5319 2009-12-26  Jim Meyering  <meyering@redhat.com>
5320
5321         isdir: complete the removal of m4/isdir.m4
5322         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5323
5324         isdir: clean up, since at least grep still uses it
5325         * lib/isdir.c: Include "isdir.h".
5326         (S_ISDIR): Remove now-unneeded definition.
5327         * modules/isdir (Files): Add lib/isdir.h.
5328         * lib/isdir.h: New file, with declaration.
5329         * m4/isdir.m4: Remove file -- unneeded.
5330
5331 2009-12-25  Bruno Haible  <bruno@clisp.org>
5332
5333         selinux-h: Make generated .h files standalone.
5334         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5335         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5336         * lib/se-selinux.in.h: Likewise.
5337         * modules/selinux-h (Depends-on): Add unused-parameter.
5338         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5339         selinux/selinux.h and selinux/context.h.
5340         Suggested by Eric Blake.
5341
5342 2009-12-25  Bruno Haible  <bruno@clisp.org>
5343
5344         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5345         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5346         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5347         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5348         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5349
5350 2009-12-24  Bruno Haible  <bruno@clisp.org>
5351
5352         openat: Fix warning.
5353         * lib/openat-proc.c: Include <unistd.h>.
5354
5355 2009-12-24  Bruno Haible  <bruno@clisp.org>
5356
5357         New module 'unused-parameter'.
5358         * build-aux/unused-parameter.h: New file, extracted from earlier
5359         gnulib-common.m4.
5360         * modules/unused-parameter: New file.
5361         * lib/unistr.h: Include unused-parameter.h.
5362         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5363         _GL_UNUSED.
5364         * modules/unistr/base (Depends-on): Add unused-parameter.
5365
5366 2009-12-24  Bruno Haible  <bruno@clisp.org>
5367
5368         Add missing dependencies to 'extensions' module.
5369         * m4/extensions.m4: Add comment.
5370         * modules/accept4 (Depends-on): Add extensions.
5371         * modules/dup3 (Depends-on): Likewise.
5372         * modules/fcntl (Depends-on): Likewise.
5373         * modules/futimens (Depends-on): Likewise.
5374         * modules/mknod (Depends-on): Likewise.
5375         * modules/pipe2 (Depends-on): Likewise.
5376         * modules/stat-time (Depends-on): Likewise.
5377         * modules/strcasestr-simple (Depends-on): Likewise.
5378         * modules/strsignal (Depends-on): Likewise.
5379         * modules/utimensat (Depends-on): Likewise.
5380         * modules/localcharset (Depends-on): Likewise. Needed because of
5381         gl_FCNTL_O_FLAGS.
5382         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5383         AC_TYPE_MBSTATE_T.
5384         * modules/wcsnrtombs (Depends-on): Likewise.
5385         * modules/wcsrtombs (Depends-on): Likewise.
5386
5387 2009-12-24  Bruno Haible  <bruno@clisp.org>
5388
5389         binary-io: Avoid gcc warning due to SET_BINARY.
5390         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5391         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5392
5393 2009-12-24  Bruno Haible  <bruno@clisp.org>
5394
5395         Avoid future namespace pollution on glibc systems.
5396         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5397         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5398         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5399         glibc systems.
5400
5401 2009-12-24  Bruno Haible  <bruno@clisp.org>
5402
5403         Refactor common macros used in tests.
5404         * tests/macros.h: New file.
5405         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5406         and/or <stdlib.h>, if appropriate.
5407         (ASSERT, SIZEOF): Remove macros.
5408         * tests/test-areadlink-with-size.c: Likewise.
5409         * tests/test-areadlinkat.c: Likewise.
5410         * tests/test-areadlinkat-with-size.c: Likewise.
5411         * tests/test-argmatch.c: Likewise.
5412         * tests/test-argv-iter.c: Likewise.
5413         * tests/test-array-mergesort.c: Likewise.
5414         * tests/test-array_list.c: Likewise.
5415         * tests/test-array_oset.c: Likewise.
5416         * tests/test-avltree_list.c: Likewise.
5417         * tests/test-avltree_oset.c: Likewise.
5418         * tests/test-avltreehash_list.c: Likewise.
5419         * tests/test-base64.c: Likewise.
5420         * tests/test-binary-io.c: Likewise.
5421         * tests/test-bitrotate.c: Likewise.
5422         * tests/test-btowc.c: Likewise.
5423         * tests/test-byteswap.c: Likewise.
5424         * tests/test-c-ctype.c: Likewise.
5425         * tests/test-c-stack.c: Likewise.
5426         * tests/test-c-strcasecmp.c: Likewise.
5427         * tests/test-c-strcasestr.c: Likewise.
5428         * tests/test-c-strncasecmp.c: Likewise.
5429         * tests/test-c-strstr.c: Likewise.
5430         * tests/test-canonicalize-lgpl.c: Likewise.
5431         * tests/test-canonicalize.c: Likewise.
5432         * tests/test-carray_list.c: Likewise.
5433         * tests/test-ceilf1.c: Likewise.
5434         * tests/test-ceilf2.c: Likewise.
5435         * tests/test-ceill.c: Likewise.
5436         * tests/test-chown.c: Likewise.
5437         * tests/test-cloexec.c: Likewise.
5438         * tests/test-copy-acl.c: Likewise.
5439         * tests/test-copy-file.c: Likewise.
5440         * tests/test-count-one-bits.c: Likewise.
5441         * tests/test-dprintf-posix.c: Likewise.
5442         * tests/test-dup2.c: Likewise.
5443         * tests/test-dup3.c: Likewise.
5444         * tests/test-duplocale.c: Likewise.
5445         * tests/test-fbufmode.c: Likewise.
5446         * tests/test-fchdir.c: Likewise.
5447         * tests/test-fchownat.c: Likewise.
5448         * tests/test-fcntl-safer.c: Likewise.
5449         * tests/test-fcntl.c: Likewise.
5450         * tests/test-fdopendir.c: Likewise.
5451         * tests/test-fdutimensat.c: Likewise.
5452         * tests/test-fflush2.c: Likewise.
5453         * tests/test-file-has-acl.c: Likewise.
5454         * tests/test-filevercmp.c: Likewise.
5455         * tests/test-flock.c: Likewise.
5456         * tests/test-floorf1.c: Likewise.
5457         * tests/test-floorf2.c: Likewise.
5458         * tests/test-floorl.c: Likewise.
5459         * tests/test-fnmatch.c: Likewise.
5460         * tests/test-fopen.h: Likewise.
5461         * tests/test-fpending.c: Likewise.
5462         * tests/test-fprintf-posix.c: Likewise.
5463         * tests/test-fpurge.c: Likewise.
5464         * tests/test-freadable.c: Likewise.
5465         * tests/test-freadahead.c: Likewise.
5466         * tests/test-freading.c: Likewise.
5467         * tests/test-freadptr.c: Likewise.
5468         * tests/test-freadptr2.c: Likewise.
5469         * tests/test-freadseek.c: Likewise.
5470         * tests/test-freopen.c: Likewise.
5471         * tests/test-frexp.c: Likewise.
5472         * tests/test-frexpl.c: Likewise.
5473         * tests/test-fseek.c: Likewise.
5474         * tests/test-fseeko.c: Likewise.
5475         * tests/test-fstatat.c: Likewise.
5476         * tests/test-fstrcmp.c: Likewise.
5477         * tests/test-fsync.c: Likewise.
5478         * tests/test-ftell.c: Likewise.
5479         * tests/test-ftello.c: Likewise.
5480         * tests/test-func.c: Likewise.
5481         * tests/test-futimens.c: Likewise.
5482         * tests/test-fwritable.c: Likewise.
5483         * tests/test-fwriting.c: Likewise.
5484         * tests/test-getcwd.c: Likewise.
5485         * tests/test-getdate.c: Likewise.
5486         * tests/test-getdelim.c: Likewise.
5487         * tests/test-getdtablesize.c: Likewise.
5488         * tests/test-getgroups.c: Likewise.
5489         * tests/test-getline.c: Likewise.
5490         * tests/test-getndelim2.c: Likewise.
5491         * tests/test-glob.c: Likewise.
5492         * tests/test-hash.c: Likewise.
5493         * tests/test-i-ring.c: Likewise.
5494         * tests/test-iconv-utf.c: Likewise.
5495         * tests/test-iconv.c: Likewise.
5496         * tests/test-idpriv-drop.c: Likewise.
5497         * tests/test-idpriv-droptemp.c: Likewise.
5498         * tests/test-inet_ntop.c: Likewise.
5499         * tests/test-inet_pton.c: Likewise.
5500         * tests/test-isblank.c: Likewise.
5501         * tests/test-isfinite.c: Likewise.
5502         * tests/test-isinf.c: Likewise.
5503         * tests/test-isnan.c: Likewise.
5504         * tests/test-isnand.h: Likewise.
5505         * tests/test-isnanf.h: Likewise.
5506         * tests/test-isnanl.h: Likewise.
5507         * tests/test-lchown.c: Likewise.
5508         * tests/test-ldexpl.c: Likewise.
5509         * tests/test-link.c: Likewise.
5510         * tests/test-linkat.c: Likewise.
5511         * tests/test-linked_list.c: Likewise.
5512         * tests/test-linkedhash_list.c: Likewise.
5513         * tests/test-localename.c: Likewise.
5514         * tests/test-lseek.c: Likewise.
5515         * tests/test-lstat.c: Likewise.
5516         * tests/test-mbmemcasecmp.c: Likewise.
5517         * tests/test-mbmemcasecoll.c: Likewise.
5518         * tests/test-mbrtowc.c: Likewise.
5519         * tests/test-mbscasecmp.c: Likewise.
5520         * tests/test-mbscasestr1.c: Likewise.
5521         * tests/test-mbscasestr2.c: Likewise.
5522         * tests/test-mbscasestr3.c: Likewise.
5523         * tests/test-mbscasestr4.c: Likewise.
5524         * tests/test-mbschr.c: Likewise.
5525         * tests/test-mbscspn.c: Likewise.
5526         * tests/test-mbsinit.c: Likewise.
5527         * tests/test-mbsncasecmp.c: Likewise.
5528         * tests/test-mbsnrtowcs.c: Likewise.
5529         * tests/test-mbspbrk.c: Likewise.
5530         * tests/test-mbspcasecmp.c: Likewise.
5531         * tests/test-mbsrchr.c: Likewise.
5532         * tests/test-mbsrtowcs.c: Likewise.
5533         * tests/test-mbsspn.c: Likewise.
5534         * tests/test-mbsstr1.c: Likewise.
5535         * tests/test-mbsstr2.c: Likewise.
5536         * tests/test-mbsstr3.c: Likewise.
5537         * tests/test-memchr.c: Likewise.
5538         * tests/test-memchr2.c: Likewise.
5539         * tests/test-memcmp.c: Likewise.
5540         * tests/test-memmem.c: Likewise.
5541         * tests/test-memrchr.c: Likewise.
5542         * tests/test-mkdir.c: Likewise.
5543         * tests/test-mkdirat.c: Likewise.
5544         * tests/test-mkfifo.c: Likewise.
5545         * tests/test-mkfifoat.c: Likewise.
5546         * tests/test-mknod.c: Likewise.
5547         * tests/test-nanosleep.c: Likewise.
5548         * tests/test-nl_langinfo.c: Likewise.
5549         * tests/test-obstack-printf.c: Likewise.
5550         * tests/test-open.c: Likewise.
5551         * tests/test-openat.c: Likewise.
5552         * tests/test-pipe-filter-gi1.c: Likewise.
5553         * tests/test-pipe-filter-gi2-main.c: Likewise.
5554         * tests/test-pipe-filter-ii1.c: Likewise.
5555         * tests/test-pipe-filter-ii2-main.c: Likewise.
5556         * tests/test-pipe2.c: Likewise.
5557         * tests/test-popen.h: Likewise.
5558         * tests/test-posixtm.c: Likewise.
5559         * tests/test-pread.c: Likewise.
5560         * tests/test-printf-frexp.c: Likewise.
5561         * tests/test-printf-frexpl.c: Likewise.
5562         * tests/test-printf-posix.c: Likewise.
5563         * tests/test-priv-set.c: Likewise.
5564         * tests/test-quotearg.c: Likewise.
5565         * tests/test-random_r.c: Likewise.
5566         * tests/test-rawmemchr.c: Likewise.
5567         * tests/test-rbtree_list.c: Likewise.
5568         * tests/test-rbtree_oset.c: Likewise.
5569         * tests/test-rbtreehash_list.c: Likewise.
5570         * tests/test-readlink.c: Likewise.
5571         * tests/test-remove.c: Likewise.
5572         * tests/test-rename.c: Likewise.
5573         * tests/test-renameat.c: Likewise.
5574         * tests/test-rmdir.c: Likewise.
5575         * tests/test-round1.c: Likewise.
5576         * tests/test-roundf1.c: Likewise.
5577         * tests/test-roundl.c: Likewise.
5578         * tests/test-safe-alloc.c: Likewise.
5579         * tests/test-sameacls.c: Likewise.
5580         * tests/test-set-mode-acl.c: Likewise.
5581         * tests/test-setenv.c: Likewise.
5582         * tests/test-sigaction.c: Likewise.
5583         * tests/test-signbit.c: Likewise.
5584         * tests/test-sleep.c: Likewise.
5585         * tests/test-snprintf-posix.c: Likewise.
5586         * tests/test-snprintf.c: Likewise.
5587         * tests/test-sprintf-posix.c: Likewise.
5588         * tests/test-stat-time.c: Likewise.
5589         * tests/test-stat.c: Likewise.
5590         * tests/test-strcasestr.c: Likewise.
5591         * tests/test-strchrnul.c: Likewise.
5592         * tests/test-strerror.c: Likewise.
5593         * tests/test-striconv.c: Likewise.
5594         * tests/test-striconveh.c: Likewise.
5595         * tests/test-striconveha.c: Likewise.
5596         * tests/test-strsignal.c: Likewise.
5597         * tests/test-strstr.c: Likewise.
5598         * tests/test-strtod.c: Likewise.
5599         * tests/test-strverscmp.c: Likewise.
5600         * tests/test-symlink.c: Likewise.
5601         * tests/test-symlinkat.c: Likewise.
5602         * tests/test-trunc1.c: Likewise.
5603         * tests/test-trunc2.c: Likewise.
5604         * tests/test-truncf1.c: Likewise.
5605         * tests/test-truncf2.c: Likewise.
5606         * tests/test-truncl.c: Likewise.
5607         * tests/test-uname.c: Likewise.
5608         * tests/test-unlink.c: Likewise.
5609         * tests/test-unlinkat.c: Likewise.
5610         * tests/test-unsetenv.c: Likewise.
5611         * tests/test-usleep.c: Likewise.
5612         * tests/test-utimens.c: Likewise.
5613         * tests/test-utimensat.c: Likewise.
5614         * tests/test-vasnprintf-posix.c: Likewise.
5615         * tests/test-vasnprintf-posix2.c: Likewise.
5616         * tests/test-vasnprintf.c: Likewise.
5617         * tests/test-vasprintf-posix.c: Likewise.
5618         * tests/test-vasprintf.c: Likewise.
5619         * tests/test-vdprintf-posix.c: Likewise.
5620         * tests/test-vfprintf-posix.c: Likewise.
5621         * tests/test-vprintf-posix.c: Likewise.
5622         * tests/test-vsnprintf-posix.c: Likewise.
5623         * tests/test-vsnprintf.c: Likewise.
5624         * tests/test-vsprintf-posix.c: Likewise.
5625         * tests/test-wcrtomb.c: Likewise.
5626         * tests/test-wcsnrtombs.c: Likewise.
5627         * tests/test-wcsrtombs.c: Likewise.
5628         * tests/test-wctype.c: Likewise.
5629         * tests/test-wcwidth.c: Likewise.
5630         * tests/test-xfprintf-posix.c: Likewise.
5631         * tests/test-xmemdup0.c: Likewise.
5632         * tests/test-xprintf-posix.c: Likewise.
5633         * tests/test-xvasprintf.c: Likewise.
5634         * tests/unicase/test-locale-language.c: Likewise.
5635         * tests/unicase/test-mapping-part1.h: Likewise.
5636         * tests/unicase/test-predicate-part1.h: Likewise.
5637         * tests/unicase/test-u8-casecmp.c: Likewise.
5638         * tests/unicase/test-u8-casecoll.c: Likewise.
5639         * tests/unicase/test-u8-casefold.c: Likewise.
5640         * tests/unicase/test-u8-is-cased.c: Likewise.
5641         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5642         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5643         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5644         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5645         * tests/unicase/test-u8-tolower.c: Likewise.
5646         * tests/unicase/test-u8-totitle.c: Likewise.
5647         * tests/unicase/test-u8-toupper.c: Likewise.
5648         * tests/unicase/test-u16-casecmp.c: Likewise.
5649         * tests/unicase/test-u16-casecoll.c: Likewise.
5650         * tests/unicase/test-u16-casefold.c: Likewise.
5651         * tests/unicase/test-u16-is-cased.c: Likewise.
5652         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5653         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5654         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5655         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5656         * tests/unicase/test-u16-tolower.c: Likewise.
5657         * tests/unicase/test-u16-totitle.c: Likewise.
5658         * tests/unicase/test-u16-toupper.c: Likewise.
5659         * tests/unicase/test-u32-casecmp.c: Likewise.
5660         * tests/unicase/test-u32-casecoll.c: Likewise.
5661         * tests/unicase/test-u32-casefold.c: Likewise.
5662         * tests/unicase/test-u32-is-cased.c: Likewise.
5663         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5664         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5665         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5666         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5667         * tests/unicase/test-u32-tolower.c: Likewise.
5668         * tests/unicase/test-u32-totitle.c: Likewise.
5669         * tests/unicase/test-u32-toupper.c: Likewise.
5670         * tests/unicase/test-ulc-casecmp.c: Likewise.
5671         * tests/unicase/test-ulc-casecoll.c: Likewise.
5672         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5673         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5674         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5675         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5676         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5677         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5678         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5679         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5680         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5681         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5682         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5683         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5684         * tests/unictype/test-bidi_byname.c: Likewise.
5685         * tests/unictype/test-bidi_name.c: Likewise.
5686         * tests/unictype/test-bidi_of.c: Likewise.
5687         * tests/unictype/test-bidi_test.c: Likewise.
5688         * tests/unictype/test-block_list.c: Likewise.
5689         * tests/unictype/test-block_of.c: Likewise.
5690         * tests/unictype/test-block_test.c: Likewise.
5691         * tests/unictype/test-categ_and.c: Likewise.
5692         * tests/unictype/test-categ_and_not.c: Likewise.
5693         * tests/unictype/test-categ_byname.c: Likewise.
5694         * tests/unictype/test-categ_name.c: Likewise.
5695         * tests/unictype/test-categ_none.c: Likewise.
5696         * tests/unictype/test-categ_of.c: Likewise.
5697         * tests/unictype/test-categ_or.c: Likewise.
5698         * tests/unictype/test-categ_test_withtable.c: Likewise.
5699         * tests/unictype/test-combining.c: Likewise.
5700         * tests/unictype/test-decdigit.c: Likewise.
5701         * tests/unictype/test-digit.c: Likewise.
5702         * tests/unictype/test-mirror.c: Likewise.
5703         * tests/unictype/test-numeric.c: Likewise.
5704         * tests/unictype/test-pr_byname.c: Likewise.
5705         * tests/unictype/test-pr_test.c: Likewise.
5706         * tests/unictype/test-predicate-part1.h: Likewise.
5707         * tests/unictype/test-scripts.c: Likewise.
5708         * tests/unictype/test-sy_c_ident.c: Likewise.
5709         * tests/unictype/test-sy_java_ident.c: Likewise.
5710         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5711         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5712         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5713         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5714         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5715         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5716         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5717         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5718         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5719         * tests/uninorm/test-compat-decomposition.c: Likewise.
5720         * tests/uninorm/test-composition.c: Likewise.
5721         * tests/uninorm/test-decomposing-form.c: Likewise.
5722         * tests/uninorm/test-decomposition.c: Likewise.
5723         * tests/uninorm/test-u8-nfc.c: Likewise.
5724         * tests/uninorm/test-u8-nfd.c: Likewise.
5725         * tests/uninorm/test-u8-nfkc.c: Likewise.
5726         * tests/uninorm/test-u8-nfkd.c: Likewise.
5727         * tests/uninorm/test-u8-normcmp.c: Likewise.
5728         * tests/uninorm/test-u8-normcoll.c: Likewise.
5729         * tests/uninorm/test-u16-nfc.c: Likewise.
5730         * tests/uninorm/test-u16-nfd.c: Likewise.
5731         * tests/uninorm/test-u16-nfkc.c: Likewise.
5732         * tests/uninorm/test-u16-nfkd.c: Likewise.
5733         * tests/uninorm/test-u16-normcmp.c: Likewise.
5734         * tests/uninorm/test-u16-normcoll.c: Likewise.
5735         * tests/uninorm/test-u32-nfc.c: Likewise.
5736         * tests/uninorm/test-u32-nfd.c: Likewise.
5737         * tests/uninorm/test-u32-nfkc.c: Likewise.
5738         * tests/uninorm/test-u32-nfkd.c: Likewise.
5739         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5740         * tests/uninorm/test-u32-normcmp.c: Likewise.
5741         * tests/uninorm/test-u32-normcoll.c: Likewise.
5742         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5743         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5744         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5745         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5746         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5747         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5748         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5749         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5750         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5751         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5752         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5753         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5754         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5755         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5756         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5757         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5758         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5759         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5760         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5761         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5762         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5763         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5764         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5765         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5766         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5767         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5768         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5769         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5770         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5771         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5772         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5773         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5774         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5775         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5776         * tests/uniwidth/test-u8-width.c: Likewise.
5777         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5778         * tests/uniwidth/test-u16-width.c: Likewise.
5779         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5780         * tests/uniwidth/test-u32-width.c: Likewise.
5781         * tests/uniwidth/test-uc_width.c: Likewise.
5782         * tests/uniwidth/test-uc_width2.c: Likewise.
5783         * modules/acl-tests (Files): Add tests/macros.h.
5784         * modules/areadlink-tests (Files): Likewise.
5785         * modules/areadlink-with-size-tests (Files): Likewise.
5786         * modules/areadlinkat-tests (Files): Likewise.
5787         * modules/areadlinkat-with-size-tests (Files): Likewise.
5788         * modules/argmatch-tests (Files): Likewise.
5789         * modules/argv-iter-tests (Files): Likewise.
5790         * modules/array-list-tests (Files): Likewise.
5791         * modules/array-mergesort-tests (Files): Likewise.
5792         * modules/array-oset-tests (Files): Likewise.
5793         * modules/avltree-list-tests (Files): Likewise.
5794         * modules/avltree-oset-tests (Files): Likewise.
5795         * modules/avltreehash-list-tests (Files): Likewise.
5796         * modules/base64-tests (Files): Likewise.
5797         * modules/binary-io-tests (Files): Likewise.
5798         * modules/bitrotate-tests (Files): Likewise.
5799         * modules/btowc-tests (Files): Likewise.
5800         * modules/byteswap-tests (Files): Likewise.
5801         * modules/c-ctype-tests (Files): Likewise.
5802         * modules/c-stack-tests (Files): Likewise.
5803         * modules/c-strcase-tests (Files): Likewise.
5804         * modules/c-strcasestr-tests (Files): Likewise.
5805         * modules/c-strstr-tests (Files): Likewise.
5806         * modules/canonicalize-lgpl-tests (Files): Likewise.
5807         * modules/canonicalize-tests (Files): Likewise.
5808         * modules/carray-list-tests (Files): Likewise.
5809         * modules/ceilf-tests (Files): Likewise.
5810         * modules/ceill-tests (Files): Likewise.
5811         * modules/chown-tests (Files): Likewise.
5812         * modules/cloexec-tests (Files): Likewise.
5813         * modules/copy-file-tests (Files): Likewise.
5814         * modules/count-one-bits-tests (Files): Likewise.
5815         * modules/dprintf-posix-tests (Files): Likewise.
5816         * modules/dup2-tests (Files): Likewise.
5817         * modules/dup3-tests (Files): Likewise.
5818         * modules/duplocale-tests (Files): Likewise.
5819         * modules/fbufmode-tests (Files): Likewise.
5820         * modules/fchdir-tests (Files): Likewise.
5821         * modules/fcntl-safer-tests (Files): Likewise.
5822         * modules/fcntl-tests (Files): Likewise.
5823         * modules/fdopendir-tests (Files): Likewise.
5824         * modules/fdutimensat-tests (Files): Likewise.
5825         * modules/fflush-tests (Files): Likewise.
5826         * modules/filevercmp-tests (Files): Likewise.
5827         * modules/flock-tests (Files): Likewise.
5828         * modules/floorf-tests (Files): Likewise.
5829         * modules/floorl-tests (Files): Likewise.
5830         * modules/fnmatch-tests (Files): Likewise.
5831         * modules/fopen-safer-tests (Files): Likewise.
5832         * modules/fopen-tests (Files): Likewise.
5833         * modules/fpending-tests (Files): Likewise.
5834         * modules/fprintf-posix-tests (Files): Likewise.
5835         * modules/fpurge-tests (Files): Likewise.
5836         * modules/freadable-tests (Files): Likewise.
5837         * modules/freadahead-tests (Files): Likewise.
5838         * modules/freading-tests (Files): Likewise.
5839         * modules/freadptr-tests (Files): Likewise.
5840         * modules/freadseek-tests (Files): Likewise.
5841         * modules/freopen-tests (Files): Likewise.
5842         * modules/frexp-nolibm-tests (Files): Likewise.
5843         * modules/frexp-tests (Files): Likewise.
5844         * modules/frexpl-nolibm-tests (Files): Likewise.
5845         * modules/frexpl-tests (Files): Likewise.
5846         * modules/fseek-tests (Files): Likewise.
5847         * modules/fseeko-tests (Files): Likewise.
5848         * modules/fstrcmp-tests (Files): Likewise.
5849         * modules/fsync-tests (Files): Likewise.
5850         * modules/ftell-tests (Files): Likewise.
5851         * modules/ftello-tests (Files): Likewise.
5852         * modules/func-tests (Files): Likewise.
5853         * modules/futimens-tests (Files): Likewise.
5854         * modules/fwritable-tests (Files): Likewise.
5855         * modules/fwriting-tests (Files): Likewise.
5856         * modules/getcwd-tests (Files): Likewise.
5857         * modules/getdate-tests (Files): Likewise.
5858         * modules/getdelim-tests (Files): Likewise.
5859         * modules/getdtablesize-tests (Files): Likewise.
5860         * modules/getgroups-tests (Files): Likewise.
5861         * modules/getline-tests (Files): Likewise.
5862         * modules/getndelim2-tests (Files): Likewise.
5863         * modules/glob-tests (Files): Likewise.
5864         * modules/hash-tests (Files): Likewise.
5865         * modules/i-ring-tests (Files): Likewise.
5866         * modules/iconv-tests (Files): Likewise.
5867         * modules/iconv_open-utf-tests (Files): Likewise.
5868         * modules/idpriv-drop-tests (Files): Likewise.
5869         * modules/idpriv-droptemp-tests (Files): Likewise.
5870         * modules/inet_ntop-tests (Files): Likewise.
5871         * modules/inet_pton-tests (Files): Likewise.
5872         * modules/isblank-tests (Files): Likewise.
5873         * modules/isfinite-tests (Files): Likewise.
5874         * modules/isinf-tests (Files): Likewise.
5875         * modules/isnan-tests (Files): Likewise.
5876         * modules/isnand-nolibm-tests (Files): Likewise.
5877         * modules/isnand-tests (Files): Likewise.
5878         * modules/isnanf-nolibm-tests (Files): Likewise.
5879         * modules/isnanf-tests (Files): Likewise.
5880         * modules/isnanl-nolibm-tests (Files): Likewise.
5881         * modules/isnanl-tests (Files): Likewise.
5882         * modules/lchown-tests (Files): Likewise.
5883         * modules/ldexpl-tests (Files): Likewise.
5884         * modules/link-tests (Files): Likewise.
5885         * modules/linkat-tests (Files): Likewise.
5886         * modules/linked-list-tests (Files): Likewise.
5887         * modules/linkedhash-list-tests (Files): Likewise.
5888         * modules/localename-tests (Files): Likewise.
5889         * modules/lseek-tests (Files): Likewise.
5890         * modules/lstat-tests (Files): Likewise.
5891         * modules/mbmemcasecmp-tests (Files): Likewise.
5892         * modules/mbmemcasecoll-tests (Files): Likewise.
5893         * modules/mbrtowc-tests (Files): Likewise.
5894         * modules/mbscasecmp-tests (Files): Likewise.
5895         * modules/mbscasestr-tests (Files): Likewise.
5896         * modules/mbschr-tests (Files): Likewise.
5897         * modules/mbscspn-tests (Files): Likewise.
5898         * modules/mbsinit-tests (Files): Likewise.
5899         * modules/mbsncasecmp-tests (Files): Likewise.
5900         * modules/mbsnrtowcs-tests (Files): Likewise.
5901         * modules/mbspbrk-tests (Files): Likewise.
5902         * modules/mbspcasecmp-tests (Files): Likewise.
5903         * modules/mbsrchr-tests (Files): Likewise.
5904         * modules/mbsrtowcs-tests (Files): Likewise.
5905         * modules/mbsspn-tests (Files): Likewise.
5906         * modules/mbsstr-tests (Files): Likewise.
5907         * modules/memchr-tests (Files): Likewise.
5908         * modules/memchr2-tests (Files): Likewise.
5909         * modules/memcmp-tests (Files): Likewise.
5910         * modules/memmem-tests (Files): Likewise.
5911         * modules/memrchr-tests (Files): Likewise.
5912         * modules/mkdir-tests (Files): Likewise.
5913         * modules/mkfifo-tests (Files): Likewise.
5914         * modules/mkfifoat-tests (Files): Likewise.
5915         * modules/mknod-tests (Files): Likewise.
5916         * modules/nanosleep-tests (Files): Likewise.
5917         * modules/nl_langinfo-tests (Files): Likewise.
5918         * modules/obstack-printf-tests (Files): Likewise.
5919         * modules/open-tests (Files): Likewise.
5920         * modules/openat-tests (Files): Likewise.
5921         * modules/pipe-filter-gi-tests (Files): Likewise.
5922         * modules/pipe-filter-ii-tests (Files): Likewise.
5923         * modules/pipe2-tests (Files): Likewise.
5924         * modules/popen-safer-tests (Files): Likewise.
5925         * modules/popen-tests (Files): Likewise.
5926         * modules/posixtm-tests (Files): Likewise.
5927         * modules/pread-tests (Files): Likewise.
5928         * modules/printf-frexp-tests (Files): Likewise.
5929         * modules/printf-frexpl-tests (Files): Likewise.
5930         * modules/printf-posix-tests (Files): Likewise.
5931         * modules/priv-set-tests (Files): Likewise.
5932         * modules/quotearg-tests (Files): Likewise.
5933         * modules/random_r-tests (Files): Likewise.
5934         * modules/rawmemchr-tests (Files): Likewise.
5935         * modules/rbtree-list-tests (Files): Likewise.
5936         * modules/rbtree-oset-tests (Files): Likewise.
5937         * modules/rbtreehash-list-tests (Files): Likewise.
5938         * modules/readlink-tests (Files): Likewise.
5939         * modules/remove-tests (Files): Likewise.
5940         * modules/rename-tests (Files): Likewise.
5941         * modules/renameat-tests (Files): Likewise.
5942         * modules/rmdir-tests (Files): Likewise.
5943         * modules/round-tests (Files): Likewise.
5944         * modules/roundf-tests (Files): Likewise.
5945         * modules/roundl-tests (Files): Likewise.
5946         * modules/safe-alloc-tests (Files): Likewise.
5947         * modules/setenv-tests (Files): Likewise.
5948         * modules/sigaction-tests (Files): Likewise.
5949         * modules/signbit-tests (Files): Likewise.
5950         * modules/sleep-tests (Files): Likewise.
5951         * modules/snprintf-posix-tests (Files): Likewise.
5952         * modules/snprintf-tests (Files): Likewise.
5953         * modules/sprintf-posix-tests (Files): Likewise.
5954         * modules/stat-tests (Files): Likewise.
5955         * modules/stat-time-tests (Files): Likewise.
5956         * modules/strcasestr-tests (Files): Likewise.
5957         * modules/strchrnul-tests (Files): Likewise.
5958         * modules/strerror-tests (Files): Likewise.
5959         * modules/striconv-tests (Files): Likewise.
5960         * modules/striconveh-tests (Files): Likewise.
5961         * modules/striconveha-tests (Files): Likewise.
5962         * modules/strsignal-tests (Files): Likewise.
5963         * modules/strstr-tests (Files): Likewise.
5964         * modules/strtod-tests (Files): Likewise.
5965         * modules/strverscmp-tests (Files): Likewise.
5966         * modules/symlink-tests (Files): Likewise.
5967         * modules/symlinkat-tests (Files): Likewise.
5968         * modules/trunc-tests (Files): Likewise.
5969         * modules/truncf-tests (Files): Likewise.
5970         * modules/truncl-tests (Files): Likewise.
5971         * modules/uname-tests (Files): Likewise.
5972         * modules/unicase/cased-tests (Files): Likewise.
5973         * modules/unicase/ignorable-tests (Files): Likewise.
5974         * modules/unicase/locale-language-tests (Files): Likewise.
5975         * modules/unicase/tolower-tests (Files): Likewise.
5976         * modules/unicase/totitle-tests (Files): Likewise.
5977         * modules/unicase/toupper-tests (Files): Likewise.
5978         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5979         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5980         * modules/unicase/u8-casefold-tests (Files): Likewise.
5981         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5982         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5983         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5984         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5985         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5986         * modules/unicase/u8-tolower-tests (Files): Likewise.
5987         * modules/unicase/u8-totitle-tests (Files): Likewise.
5988         * modules/unicase/u8-toupper-tests (Files): Likewise.
5989         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5990         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5991         * modules/unicase/u16-casefold-tests (Files): Likewise.
5992         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5993         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5994         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5995         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5996         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5997         * modules/unicase/u16-tolower-tests (Files): Likewise.
5998         * modules/unicase/u16-totitle-tests (Files): Likewise.
5999         * modules/unicase/u16-toupper-tests (Files): Likewise.
6000         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6001         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6002         * modules/unicase/u32-casefold-tests (Files): Likewise.
6003         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6004         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6005         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6006         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6007         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6008         * modules/unicase/u32-tolower-tests (Files): Likewise.
6009         * modules/unicase/u32-totitle-tests (Files): Likewise.
6010         * modules/unicase/u32-toupper-tests (Files): Likewise.
6011         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6012         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6013         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6014         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6015         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6016         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6017         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6018         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6019         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6020         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6021         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6022         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6023         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6024         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6025         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6026         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6027         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6028         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6029         * modules/unictype/block-list-tests (Files): Likewise.
6030         * modules/unictype/block-of-tests (Files): Likewise.
6031         * modules/unictype/block-test-tests (Files): Likewise.
6032         * modules/unictype/category-C-tests (Files): Likewise.
6033         * modules/unictype/category-Cc-tests (Files): Likewise.
6034         * modules/unictype/category-Cf-tests (Files): Likewise.
6035         * modules/unictype/category-Cn-tests (Files): Likewise.
6036         * modules/unictype/category-Co-tests (Files): Likewise.
6037         * modules/unictype/category-Cs-tests (Files): Likewise.
6038         * modules/unictype/category-L-tests (Files): Likewise.
6039         * modules/unictype/category-Ll-tests (Files): Likewise.
6040         * modules/unictype/category-Lm-tests (Files): Likewise.
6041         * modules/unictype/category-Lo-tests (Files): Likewise.
6042         * modules/unictype/category-Lt-tests (Files): Likewise.
6043         * modules/unictype/category-Lu-tests (Files): Likewise.
6044         * modules/unictype/category-M-tests (Files): Likewise.
6045         * modules/unictype/category-Mc-tests (Files): Likewise.
6046         * modules/unictype/category-Me-tests (Files): Likewise.
6047         * modules/unictype/category-Mn-tests (Files): Likewise.
6048         * modules/unictype/category-N-tests (Files): Likewise.
6049         * modules/unictype/category-Nd-tests (Files): Likewise.
6050         * modules/unictype/category-Nl-tests (Files): Likewise.
6051         * modules/unictype/category-No-tests (Files): Likewise.
6052         * modules/unictype/category-P-tests (Files): Likewise.
6053         * modules/unictype/category-Pc-tests (Files): Likewise.
6054         * modules/unictype/category-Pd-tests (Files): Likewise.
6055         * modules/unictype/category-Pe-tests (Files): Likewise.
6056         * modules/unictype/category-Pf-tests (Files): Likewise.
6057         * modules/unictype/category-Pi-tests (Files): Likewise.
6058         * modules/unictype/category-Po-tests (Files): Likewise.
6059         * modules/unictype/category-Ps-tests (Files): Likewise.
6060         * modules/unictype/category-S-tests (Files): Likewise.
6061         * modules/unictype/category-Sc-tests (Files): Likewise.
6062         * modules/unictype/category-Sk-tests (Files): Likewise.
6063         * modules/unictype/category-Sm-tests (Files): Likewise.
6064         * modules/unictype/category-So-tests (Files): Likewise.
6065         * modules/unictype/category-Z-tests (Files): Likewise.
6066         * modules/unictype/category-Zl-tests (Files): Likewise.
6067         * modules/unictype/category-Zp-tests (Files): Likewise.
6068         * modules/unictype/category-Zs-tests (Files): Likewise.
6069         * modules/unictype/category-and-not-tests (Files): Likewise.
6070         * modules/unictype/category-and-tests (Files): Likewise.
6071         * modules/unictype/category-byname-tests (Files): Likewise.
6072         * modules/unictype/category-name-tests (Files): Likewise.
6073         * modules/unictype/category-none-tests (Files): Likewise.
6074         * modules/unictype/category-of-tests (Files): Likewise.
6075         * modules/unictype/category-or-tests (Files): Likewise.
6076         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6077         * modules/unictype/combining-class-tests (Files): Likewise.
6078         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6079         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6080         * modules/unictype/ctype-blank-tests (Files): Likewise.
6081         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6082         * modules/unictype/ctype-digit-tests (Files): Likewise.
6083         * modules/unictype/ctype-graph-tests (Files): Likewise.
6084         * modules/unictype/ctype-lower-tests (Files): Likewise.
6085         * modules/unictype/ctype-print-tests (Files): Likewise.
6086         * modules/unictype/ctype-punct-tests (Files): Likewise.
6087         * modules/unictype/ctype-space-tests (Files): Likewise.
6088         * modules/unictype/ctype-upper-tests (Files): Likewise.
6089         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6090         * modules/unictype/decimal-digit-tests (Files): Likewise.
6091         * modules/unictype/digit-tests (Files): Likewise.
6092         * modules/unictype/mirror-tests (Files): Likewise.
6093         * modules/unictype/numeric-tests (Files): Likewise.
6094         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6095         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6096         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6097         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6098         Likewise.
6099         * modules/unictype/property-bidi-block-separator-tests (Files):
6100         Likewise.
6101         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6102         Likewise.
6103         * modules/unictype/property-bidi-common-separator-tests (Files):
6104         Likewise.
6105         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6106         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6107         Likewise.
6108         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6109         Likewise.
6110         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6111         Likewise.
6112         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6113         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6114         Likewise.
6115         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6116         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6117         Likewise.
6118         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6119         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6120         * modules/unictype/property-bidi-segment-separator-tests (Files):
6121         Likewise.
6122         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6123         * modules/unictype/property-byname-tests (Files): Likewise.
6124         * modules/unictype/property-combining-tests (Files): Likewise.
6125         * modules/unictype/property-composite-tests (Files): Likewise.
6126         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6127         * modules/unictype/property-dash-tests (Files): Likewise.
6128         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6129         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6130         Likewise.
6131         * modules/unictype/property-deprecated-tests (Files): Likewise.
6132         * modules/unictype/property-diacritic-tests (Files): Likewise.
6133         * modules/unictype/property-extender-tests (Files): Likewise.
6134         * modules/unictype/property-format-control-tests (Files): Likewise.
6135         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6136         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6137         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6138         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6139         * modules/unictype/property-hyphen-tests (Files): Likewise.
6140         * modules/unictype/property-id-continue-tests (Files): Likewise.
6141         * modules/unictype/property-id-start-tests (Files): Likewise.
6142         * modules/unictype/property-ideographic-tests (Files): Likewise.
6143         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6144         * modules/unictype/property-ids-trinary-operator-tests (Files):
6145         Likewise.
6146         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6147         * modules/unictype/property-iso-control-tests (Files): Likewise.
6148         * modules/unictype/property-join-control-tests (Files): Likewise.
6149         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6150         * modules/unictype/property-line-separator-tests (Files): Likewise.
6151         * modules/unictype/property-logical-order-exception-tests (Files):
6152         Likewise.
6153         * modules/unictype/property-lowercase-tests (Files): Likewise.
6154         * modules/unictype/property-math-tests (Files): Likewise.
6155         * modules/unictype/property-non-break-tests (Files): Likewise.
6156         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6157         * modules/unictype/property-numeric-tests (Files): Likewise.
6158         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6159         * modules/unictype/property-other-default-ignorable-code-point-tests
6160         (Files): Likewise.
6161         * modules/unictype/property-other-grapheme-extend-tests (Files):
6162         Likewise.
6163         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6164         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6165         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6166         * modules/unictype/property-other-math-tests (Files): Likewise.
6167         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6168         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6169         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6170         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6171         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6172         * modules/unictype/property-private-use-tests (Files): Likewise.
6173         * modules/unictype/property-punctuation-tests (Files): Likewise.
6174         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6175         * modules/unictype/property-radical-tests (Files): Likewise.
6176         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6177         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6178         * modules/unictype/property-space-tests (Files): Likewise.
6179         * modules/unictype/property-terminal-punctuation-tests (Files):
6180         Likewise.
6181         * modules/unictype/property-test-tests (Files): Likewise.
6182         * modules/unictype/property-titlecase-tests (Files): Likewise.
6183         * modules/unictype/property-unassigned-code-value-tests (Files):
6184         Likewise.
6185         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6186         * modules/unictype/property-uppercase-tests (Files): Likewise.
6187         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6188         * modules/unictype/property-white-space-tests (Files): Likewise.
6189         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6190         * modules/unictype/property-xid-start-tests (Files): Likewise.
6191         * modules/unictype/property-zero-width-tests (Files): Likewise.
6192         * modules/unictype/scripts-tests (Files): Likewise.
6193         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6194         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6195         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6196         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6197         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6198         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6199         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6200         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6201         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6202         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6203         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6204         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6205         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6206         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6207         * modules/uninorm/composition-tests (Files): Likewise.
6208         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6209         * modules/uninorm/decomposition-tests (Files): Likewise.
6210         * modules/uninorm/filter-tests (Files): Likewise.
6211         * modules/uninorm/nfc-tests (Files): Likewise.
6212         * modules/uninorm/nfd-tests (Files): Likewise.
6213         * modules/uninorm/nfkc-tests (Files): Likewise.
6214         * modules/uninorm/nfkd-tests (Files): Likewise.
6215         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6216         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6217         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6218         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6219         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6220         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6221         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6222         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6223         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6224         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6225         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6226         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6227         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6228         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6229         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6230         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6231         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6232         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6233         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6234         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6235         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6236         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6237         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6238         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6239         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6240         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6241         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6242         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6243         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6244         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6245         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6246         * modules/uniwidth/u8-width-tests (Files): Likewise.
6247         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6248         * modules/uniwidth/u16-width-tests (Files): Likewise.
6249         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6250         * modules/uniwidth/u32-width-tests (Files): Likewise.
6251         * modules/uniwidth/width-tests (Files): Likewise.
6252         * modules/unlink-tests (Files): Likewise.
6253         * modules/unsetenv-tests (Files): Likewise.
6254         * modules/usleep-tests (Files): Likewise.
6255         * modules/utimens-tests (Files): Likewise.
6256         * modules/utimensat-tests (Files): Likewise.
6257         * modules/vasnprintf-posix-tests (Files): Likewise.
6258         * modules/vasnprintf-tests (Files): Likewise.
6259         * modules/vasprintf-posix-tests (Files): Likewise.
6260         * modules/vasprintf-tests (Files): Likewise.
6261         * modules/vdprintf-posix-tests (Files): Likewise.
6262         * modules/vfprintf-posix-tests (Files): Likewise.
6263         * modules/vprintf-posix-tests (Files): Likewise.
6264         * modules/vsnprintf-posix-tests (Files): Likewise.
6265         * modules/vsnprintf-tests (Files): Likewise.
6266         * modules/vsprintf-posix-tests (Files): Likewise.
6267         * modules/wcrtomb-tests (Files): Likewise.
6268         * modules/wcsnrtombs-tests (Files): Likewise.
6269         * modules/wcsrtombs-tests (Files): Likewise.
6270         * modules/wctype-tests (Files): Likewise.
6271         * modules/wcwidth-tests (Files): Likewise.
6272         * modules/xmemdup0-tests (Files): Likewise.
6273         * modules/xprintf-posix-tests (Files): Likewise.
6274         * modules/xvasprintf-tests (Files): Likewise.
6275
6276 2009-12-24  Eric Blake  <ebb9@byu.net>
6277
6278         test-nanosleep: fix typo
6279         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6280         patch.
6281         Reported by Bruno Haible.
6282
6283 2009-12-24  Bruno Haible  <bruno@clisp.org>
6284
6285         Reduce namespace pollution on glibc systems.
6286         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6287         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6288         systems.
6289         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6290         <getopt.h> on glibc systems.
6291         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6292         systems.
6293         * lib/fcntl.c: Include <unistd.h> here instead.
6294
6295 2009-12-24  Bruno Haible  <bruno@clisp.org>
6296
6297         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6298
6299 2009-12-24  Eric Blake  <ebb9@byu.net>
6300
6301         tests: add signature checks
6302         * tests/signature.h (SIGNATURE_CHECK): New file.
6303         * modules/atexit-tests (Files): Use it.
6304         * modules/btowc-tests (Files): Likewise.
6305         * modules/canonicalize-lgpl-tests (Files): Likewise.
6306         * modules/ceilf-tests (Files): Likewise.
6307         * modules/ceill-tests (Files): Likewise.
6308         * modules/chown-tests (Files): Likewise.
6309         * modules/dprintf-posix-tests (Files): Likewise.
6310         * modules/dup2-tests (Files): Likewise.
6311         * modules/dup3-tests (Files): Likewise.
6312         * modules/duplocale-tests (Files): Likewise.
6313         * modules/fchdir-tests (Files): Likewise.
6314         * modules/fcntl-tests (Files): Likewise.
6315         * modules/fdopendir-tests (Files): Likewise.
6316         * modules/fflush-tests (Files): Likewise.
6317         * modules/flock-tests (Files): Likewise.
6318         * modules/floorf-tests (Files): Likewise.
6319         * modules/floorl-tests (Files): Likewise.
6320         * modules/fnmatch-tests (Files): Likewise.
6321         * modules/fopen-tests (Files): Likewise.
6322         * modules/fprintf-posix-tests (Files): Likewise.
6323         * modules/freopen-tests (Files): Likewise.
6324         * modules/frexp-nolibm-tests (Files): Likewise.
6325         * modules/frexp-tests (Files): Likewise.
6326         * modules/frexpl-nolibm-tests (Files): Likewise.
6327         * modules/frexpl-tests (Files): Likewise.
6328         * modules/fseek-tests (Files): Likewise.
6329         * modules/fseeko-tests (Files): Likewise.
6330         * modules/fsync-tests (Files): Likewise.
6331         * modules/ftell-tests (Files): Likewise.
6332         * modules/ftello-tests (Files): Likewise.
6333         * modules/futimens-tests (Files): Likewise.
6334         * modules/getaddrinfo-tests (Files): Likewise.
6335         * modules/getcwd-tests (Files): Likewise.
6336         * modules/getdelim-tests (Files): Likewise.
6337         * modules/getdtablesize-tests (Files): Likewise.
6338         * modules/getgroups-tests (Files): Likewise.
6339         * modules/gethostname-tests (Files): Likewise.
6340         * modules/getline-tests (Files): Likewise.
6341         * modules/getopt-posix-tests (Files): Likewise.
6342         * modules/gettimeofday-tests (Files): Likewise.
6343         * modules/glob-tests (Files): Likewise.
6344         * modules/iconv-tests (Files): Likewise.
6345         * modules/inet_ntop-tests (Files): Likewise.
6346         * modules/inet_pton-tests (Files): Likewise.
6347         * modules/isblank-tests (Files): Likewise.
6348         * modules/lchown-tests (Files): Likewise.
6349         * modules/ldexpl-tests (Files): Likewise.
6350         * modules/link-tests (Files): Likewise.
6351         * modules/linkat-tests (Files): Likewise.
6352         * modules/lseek-tests (Files): Likewise.
6353         * modules/lstat-tests (Files): Likewise.
6354         * modules/mbrtowc-tests (Files): Likewise.
6355         * modules/mbsinit-tests (Files): Likewise.
6356         * modules/mbsnrtowcs-tests (Files): Likewise.
6357         * modules/mbsrtowcs-tests (Files): Likewise.
6358         * modules/memchr-tests (Files): Likewise.
6359         * modules/memcmp-tests (Files): Likewise.
6360         * modules/memmem-tests (Files): Likewise.
6361         * modules/memrchr-tests (Files): Likewise.
6362         * modules/mkdir-tests (Files): Likewise.
6363         * modules/mkfifo-tests (Files): Likewise.
6364         * modules/mkfifoat-tests (Files): Likewise.
6365         * modules/mknod-tests (Files): Likewise.
6366         * modules/nanosleep-tests (Files): Likewise.
6367         * modules/nl_langinfo-tests (Files): Likewise.
6368         * modules/obstack-printf-tests (Files): Likewise.
6369         * modules/open-tests (Files): Likewise.
6370         * modules/openat-tests (Files): Likewise.
6371         * modules/perror-tests (Files): Likewise.
6372         * modules/pipe2-tests (Files): Likewise.
6373         * modules/poll-tests (Files): Likewise.
6374         * modules/popen-tests (Files): Likewise.
6375         * modules/posix_spawn-tests (Files): Likewise.
6376         * modules/posix_spawnp-tests (Files): Likewise.
6377         * modules/pread-tests (Files): Likewise.
6378         * modules/printf-posix-tests (Files): Likewise.
6379         * modules/pty-tests (Files): Likewise.
6380         * modules/random_r-tests (Files): Likewise.
6381         * modules/rawmemchr-tests (Files): Likewise.
6382         * modules/readlink-tests (Files): Likewise.
6383         * modules/remove-tests (Files): Likewise.
6384         * modules/rename-tests (Files): Likewise.
6385         * modules/renameat-tests (Files): Likewise.
6386         * modules/rmdir-tests (Files): Likewise.
6387         * modules/round-tests (Files): Likewise.
6388         * modules/roundf-tests (Files): Likewise.
6389         * modules/roundl-tests (Files): Likewise.
6390         * modules/select-tests (Files): Likewise.
6391         * modules/setenv-tests (Files): Likewise.
6392         * modules/sigaction-tests (Files): Likewise.
6393         * modules/sleep-tests (Files): Likewise.
6394         * modules/snprintf-posix-tests (Files): Likewise.
6395         * modules/snprintf-tests (Files): Likewise.
6396         * modules/sprintf-posix-tests (Files): Likewise.
6397         * modules/stat-tests (Files): Likewise.
6398         * modules/strcasestr-tests (Files): Likewise.
6399         * modules/strchrnul-tests (Files): Likewise.
6400         * modules/strerror-tests (Files): Likewise.
6401         * modules/strsignal-tests (Files): Likewise.
6402         * modules/strstr-tests (Files): Likewise.
6403         * modules/strtod-tests (Files): Likewise.
6404         * modules/strverscmp-tests (Files): Likewise.
6405         * modules/symlink-tests (Files): Likewise.
6406         * modules/symlinkat-tests (Files): Likewise.
6407         * modules/times-tests (Files): Likewise.
6408         * modules/trunc-tests (Files): Likewise.
6409         * modules/truncf-tests (Files): Likewise.
6410         * modules/truncl-tests (Files): Likewise.
6411         * modules/tsearch-tests (Files): Likewise.
6412         * modules/uname-tests (Files): Likewise.
6413         * modules/unlink-tests (Files): Likewise.
6414         * modules/unsetenv-tests (Files): Likewise.
6415         * modules/usleep-tests (Files): Likewise.
6416         * modules/utimensat-tests (Files): Likewise.
6417         * modules/vasprintf-tests (Files): Likewise.
6418         * modules/vdprintf-posix-tests (Files): Likewise.
6419         * modules/vfprintf-posix-tests (Files): Likewise.
6420         * modules/vprintf-posix-tests (Files): Likewise.
6421         * modules/vsnprintf-posix-tests (Files): Likewise.
6422         * modules/vsnprintf-tests (Files): Likewise.
6423         * modules/vsprintf-posix-tests (Files): Likewise.
6424         * modules/wcrtomb-tests (Files): Likewise.
6425         * modules/wcsnrtombs-tests (Files): Likewise.
6426         * modules/wcsrtombs-tests (Files): Likewise.
6427         * modules/wcwidth-tests (Files): Likewise.
6428         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6429         * tests/test-isinf.c (isinf): Likewise.
6430         * tests/test-isnan.c (isnan): Likewise.
6431         * tests/test-signbit.c (signbit): Likewise.
6432         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6433         declaration, either as macro or with correct signature.
6434         (select): Ensure function under test is declared with correct
6435         signature in correct header.
6436         * tests/test-atexit.c (atexit): Likewise.
6437         * tests/test-btowc.c (btowc): Likewise.
6438         * tests/test-canonicalize-lgpl.c (realpath)
6439         (canonicalize_file_name): Likewise.
6440         * tests/test-ceilf1.c (ceilf): Likewise.
6441         * tests/test-ceill.c (ceill): Likewise.
6442         * tests/test-chown.c (chown): Likewise.
6443         * tests/test-dprintf-posix.c (dprintf): Likewise.
6444         * tests/test-dup2.c (dup2): Likewise.
6445         * tests/test-dup3.c (dup3): Likewise.
6446         * tests/test-duplocale.c (duplocale): Likewise.
6447         * tests/test-fchdir.c (fchdir): Likewise.
6448         * tests/test-fchownat.c (fchownat): Likewise.
6449         * tests/test-fcntl.c (fcntl): Likewise.
6450         * tests/test-fdopendir.c (fdopendir): Likewise.
6451         * tests/test-fflush.c (fflush): Likewise.
6452         * tests/test-flock.c (flock): Likewise.
6453         * tests/test-floorf1.c (floorf): Likewise.
6454         * tests/test-floorl.c (floorl): Likewise.
6455         * tests/test-fnmatch.c (fnmatch): Likewise.
6456         * tests/test-fopen.c (fopen): Likewise.
6457         * tests/test-fprintf-posix.c (fprintf): Likewise.
6458         * tests/test-freopen.c (freopen): Likewise.
6459         * tests/test-frexp.c (frexp): Likewise.
6460         * tests/test-frexpl.c (frexpl): Likewise.
6461         * tests/test-fseek.c (fseek): Likewise.
6462         * tests/test-fseeko.c (fseeko): Likewise.
6463         * tests/test-fstatat.c (fstatat): Likewise.
6464         * tests/test-fsync.c (fsync): Likewise.
6465         * tests/test-ftell.c (ftell): Likewise.
6466         * tests/test-ftello.c (ftello): Likewise.
6467         * tests/test-futimens.c (futimens): Likewise.
6468         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6469         (gai_strerror): Likewise.
6470         * tests/test-getcwd.c (getcwd): Likewise.
6471         * tests/test-getdelim.c (getdelim): Likewise.
6472         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6473         * tests/test-getgroups.c (getgroups): Likewise.
6474         * tests/test-gethostname.c (gethostname): Likewise.
6475         * tests/test-getline.c (getline): Likewise.
6476         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6477         Likewise.
6478         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6479         * tests/test-glob.c (glob, globfree): Likewise.
6480         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6481         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6482         * tests/test-inet_pton.c (inet_pton): Likewise.
6483         * tests/test-isblank.c (isblank): Likewise.
6484         * tests/test-lchown.c (lchown): Likewise.
6485         * tests/test-ldexpl.c (ldexpl): Likewise.
6486         * tests/test-link.c (link): Likewise.
6487         * tests/test-linkat.c (linkat): Likewise.
6488         * tests/test-lseek.c (lseek): Likewise.
6489         * tests/test-lstat.c (lstat): Likewise.
6490         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6491         * tests/test-mbsinit.c (mbsinit): Likewise.
6492         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6493         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6494         * tests/test-memchr.c (memchr): Likewise.
6495         * tests/test-memcmp.c (memcmp): Likewise.
6496         * tests/test-memmem.c (memmem): Likewise.
6497         * tests/test-memrchr.c (memrchr): Likewise.
6498         * tests/test-mkdir.c (mkdir): Likewise.
6499         * tests/test-mkdirat.c (mkdirat): Likewise.
6500         * tests/test-mkfifo.c (mkfifo): Likewise.
6501         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6502         * tests/test-mknod.c (mknod): Likewise.
6503         * tests/test-nanosleep.c (nanosleep): Likewise.
6504         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6505         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6506         Likewise.
6507         * tests/test-open.c (open): Likewise.
6508         * tests/test-openat.c (openat): Likewise.
6509         * tests/test-perror.c (perror): Likewise.
6510         * tests/test-pipe2.c (pipe2): Likewise.
6511         * tests/test-poll.c (poll): Likewise.
6512         * tests/test-popen.c (popen, pclose): Likewise.
6513         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6514         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6515         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6516         (posix_spawn_file_actions_destroy)
6517         (posix_spawn_file_actions_addclose)
6518         (posix_spawn_file_actions_addopen)
6519         (posix_spawn_file_actions_adddup2): Likewise.
6520         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6521         * tests/test-pread.c (pread): Likewise.
6522         * tests/test-printf-posix.c (printf): Likewise.
6523         * tests/test-pty.c (openpty, forkpty): Likewise.
6524         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6525         (random_r): Likewise.
6526         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6527         * tests/test-readlink.c (readlink): Likewise.
6528         * tests/test-remove.c (remove): Likewise.
6529         * tests/test-rename.c (rename): Likewise.
6530         * tests/test-renameat.c (renameat): Likewise.
6531         * tests/test-rmdir.c (rmdir): Likewise.
6532         * tests/test-round1.c (round): Likewise.
6533         * tests/test-roundf1.c (roundf): Likewise.
6534         * tests/test-roundl.c (roundl): Likewise.
6535         * tests/test-setenv.c (setenv): Likewise.
6536         * tests/test-sigaction.c (sigaction): Likewise.
6537         * tests/test-sleep.c (sleep): Likewise.
6538         * tests/test-snprintf.c (snprintf): Likewise.
6539         * tests/test-sprintf-posix.c (sprintf): Likewise.
6540         * tests/test-stat.c (stat): Likewise.
6541         * tests/test-stpncpy.c (stpncpy): Likewise.
6542         * tests/test-strcasestr.c (strcasestr): Likewise.
6543         * tests/test-strchrnul.c (strchrnul): Likewise.
6544         * tests/test-strerror.c (strerror): Likewise.
6545         * tests/test-strsignal.c (strsignal): Likewise.
6546         * tests/test-strstr.c (strstr): Likewise.
6547         * tests/test-strtod.c (strtod): Likewise.
6548         * tests/test-strverscmp.c (strverscmp): Likewise.
6549         * tests/test-symlink.c (symlink): Likewise.
6550         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6551         * tests/test-times.c (times): Likewise.
6552         * tests/test-trunc1.c (trunc): Likewise.
6553         * tests/test-truncf1.c (truncf): Likewise.
6554         * tests/test-truncl.c (truncl): Likewise.
6555         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6556         Likewise.
6557         * tests/test-uname.c (uname): Likewise.
6558         * tests/test-unlink.c (unlink): Likewise.
6559         * tests/test-unlinkat.c (unlinkat): Likewise.
6560         * tests/test-unsetenv.c (unsetenv): Likewise.
6561         * tests/test-usleep.c (usleep): Likewise.
6562         * tests/test-utimensat.c (utimensat): Likewise.
6563         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6564         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6565         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6566         * tests/test-vprintf-posix.c (vprintf): Likewise.
6567         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6568         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6569         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6570         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6571         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6572         * tests/test-wcwidth.c (wcwidth): Likewise.
6573
6574         build: pull in conditional headers during GNULIB_POSIXCHECK
6575         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6576         definitions from any conditionally-included headers.
6577         * lib/stdlib.in.h (includes): Likewise.
6578         * lib/unistd.in.h (includes): Likewise.
6579
6580 2009-12-24  Bruno Haible  <bruno@clisp.org>
6581
6582         * tests/test-argv-iter.c: Include header file being tested immediately
6583         after config.h.
6584         * tests/test-base64.c: Likewise.
6585         * tests/test-flock.c: Likewise.
6586         * tests/test-fsync.c: Likewise.
6587         * tests/test-getdate.c: Likewise.
6588         * tests/test-getndelim2.c: Likewise.
6589         * tests/test-isfinite.c: Likewise.
6590         * tests/test-isinf.c: Likewise.
6591         * tests/test-strerror.c: Likewise.
6592         * tests/test-strsignal.c: Likewise.
6593
6594 2009-12-23  Eric Blake  <ebb9@byu.net>
6595
6596         unistd: work around cygwin bug
6597         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6598         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6599         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6600
6601 2009-12-23  Bruno Haible  <bruno@clisp.org>
6602
6603         localename: More tests.
6604         * tests/test-localename.c (SIZEOF): New macro.
6605         (categories): New variable.
6606         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6607         test_locale_name_default): Add test w.r.t. thread locale.
6608         (test_locale_name_thread): New function.
6609         (main): Invoke it.
6610
6611         localename: Make aware of thread locale.
6612         * lib/localename.h (gl_locale_name_thread): New declaration.
6613         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6614         behaviour with respect to thread locale.
6615         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6616         <langinfo.h>, glthread/lock.h.
6617         (SIZE_BITS): New macro.
6618         (string_hash): New function.
6619         (struct hash_node): New type.
6620         (HASH_TABLE_SIZE): New macro.
6621         (struniq_hash_table, struniq_lock): New variables.
6622         (struniq): New function.
6623         (gl_locale_name_thread): New function.
6624         (gl_locale_name): Invoke it.
6625         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6626         * modules/localename (Depends-on): Add lock.
6627         Reported by Mike Gran <spk121@yahoo.com>.
6628
6629 2009-12-23  Eric Blake  <ebb9@byu.net>
6630
6631         va-args: new module
6632         * modules/va-args: New file.
6633         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6634         * MODULES.html.sh (Core language properties): Mention it.
6635
6636         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6637         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6638         named alias for __attribute__((__unused__)).
6639         * lib/chown.c: Update client.
6640         * lib/fchmodat.c: Likewise.
6641         * lib/fts.c: Likewise.
6642         * lib/getdate.y: Likewise.
6643         * lib/getgroups.c: Likewise.
6644         * lib/getopt.c: Likewise.
6645         * lib/getugroups.c: Likewise.
6646         * lib/mkdir.c: Likewise.
6647         * lib/mkfifo.c: Likewise.
6648         * lib/mkfifoat.c: Likewise.
6649         * lib/mknod.c: Likewise.
6650         * lib/mknodat.c: Likewise.
6651         * lib/readlink.c: Likewise.
6652         * lib/se-context.in.h: Likewise.
6653         * lib/se-selinux.in.h: Likewise.
6654         * lib/sockets.c: Likewise.
6655         * lib/symlink.c: Likewise.
6656         * lib/symlinkat.c: Likewise.
6657         * lib/unicodeio.c: Likewise.
6658         * lib/unistr.h: Likewise.
6659         * tests/test-areadlink.c: Likewise.
6660         * tests/test-areadlinkat.c: Likewise.
6661         * tests/test-filenamecat.c: Likewise.
6662         * tests/test-fseeko.c: Likewise.
6663         * tests/test-ftello.c: Likewise.
6664         * tests/test-getdate.c: Likewise.
6665         * tests/test-getgroups.c: Likewise.
6666         * tests/test-gethostname.c: Likewise.
6667         * tests/test-quotearg.c: Likewise.
6668         * tests/test-version-etc.c: Likewise.
6669         * tests/test-xalloc-die.c: Likewise.
6670         * tests/test-xfprintf-posix.c: Likewise.
6671         * tests/test-xprintf-posix.c: Likewise.
6672         * tests/test-xvasprintf.c: Likewise.
6673
6674         tests: avoid compiler warnings
6675         * tests/test-fcntl.c (main): Delete unused parameters.
6676         * tests/test-freopen-safer.c (main): Likewise.
6677         * tests/test-xalloc-die.c (main): Mark unused parameters.
6678         * tests/test-fseeko.c (main): Likewise.
6679         * tests/test-ftello.c (main): Likewise.
6680         * tests/test-nanosleep.c (main): Avoid declaration warning.
6681         * tests/test-sleep.c (main): Likewise.
6682         * tests/test-unsetenv.c (main): Silence warning about string
6683         literal.
6684         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6685
6686 2009-12-23  Bruno Haible  <bruno@clisp.org>
6687
6688         * tests/test-localename.c (test_locale_name): New function, extracted
6689         from main. Also test mixed situations.
6690         (test_locale_name_posix, test_locale_name_environ,
6691         test_locale_name_default): New functions.
6692         (main): Invoke them all.
6693         * modules/localename-tests (configure.ac): Test for newlocale.
6694
6695 2009-12-23  Bruno Haible  <bruno@clisp.org>
6696
6697         unistd: Ensure getcwd gets declared before being overridden.
6698         * lib/unistd.in.h: Conditionally include <io.h>.
6699
6700 2009-12-22  Bruno Haible  <bruno@clisp.org>
6701
6702         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6703         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6704         (gl_WCHAR_H): Invoke it.
6705         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6706         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6707         Reported by Karl Berry <karl@freefriends.org>.
6708
6709 2009-12-22  Eric Blake  <ebb9@byu.net>
6710
6711         math, unistd: avoid redundant includes
6712         * lib/math.in.h (isnan): No need to re-include <math.h>.
6713         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6714
6715         getsubopt: work around cygwin bug
6716         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6717         avoid conflicting with system getsubopt.
6718         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6719         bug.
6720
6721         getopt: synchronize from glibc
6722         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6723         parameter order.  Adjust all callers.
6724         (_getopt_internal_r, main): Adjust quoting in error messages.
6725         Drop considerations for outdated POSIX 1003.2 error message.
6726         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6727         callers.
6728         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6729
6730         test-getopt: test stderr behavior
6731         * modules/getopt-posix-tests (Depends-on): Add dup2.
6732         * tests/test-getopt.c (ASSERT): Avoid stderr.
6733         (main): Move stderr to a temporary file.
6734         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6735         Instead, add parameter to inform caller if output occurred.
6736         (test_getopt): Adjust all existing tests to expect silence, and
6737         add new tests of leading ":".
6738         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6739         glibc shortcomings with leading "-:" or "+:" in optstring.
6740         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6741         Likewise.
6742         * doc/posix-functions/getopt.texi (getopt): Likewise.
6743
6744         test-getopt: enhance test
6745         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6746         supports optind=0.
6747         * tests/test-getopt.c (OPTIND_MIN): Move...
6748         * tests/test-getopt.h (OPTIND_MIN): ...here.
6749         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6750         Require that optind=0 works, since modern BSD supports it in
6751         addition to optreset, and since coreutils expects it.
6752         (test_getopt_long_only): New test.
6753         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6754         glibc shortcomings with 'W;', and enforcement of optind=0.
6755         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6756         Likewise.
6757
6758 2009-12-21  Bruno Haible  <bruno@clisp.org>
6759
6760         localename: Improvements for MacOS X and Cygwin.
6761         * lib/localename.h (gl_locale_name_environ): New declaration.
6762         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6763         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6764         (gl_locale_name_posix): Invoke it.
6765         (gl_locale_name_default): Add comments. Use Windows native API also on
6766         Cygwin.
6767
6768 2009-12-21  Bruno Haible  <bruno@clisp.org>
6769
6770         Update list of Win32 locale ids.
6771         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6772         (LANG_SAMI): Renamed from LANG_SAAMI.
6773         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6774         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6775         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6776         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6777         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6778         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6779         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6780         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6781         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6782         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6783         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6784         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6785         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6786         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6787         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6788         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6789         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6790         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6791         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6792         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6793         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6794         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6795         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6796         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6797         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6798         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6799         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6800         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6801         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6802         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6803         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6804         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6805         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6806         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6807         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6808         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6809         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6810         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6811         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6812         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6813         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6814         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6815         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6816         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6817         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6818         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6819         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6820         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6821         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6822         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6823         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6824         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6825         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6826         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6827         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6828         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6829         Add more languages and countries for Sami, Sorbian. Add more countries
6830         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6831         for Pashto. Change country for Syriac, Tswana.
6832
6833 2009-12-21  Eric Blake  <ebb9@byu.net>
6834
6835         test-utimens: avoid spurious failure
6836         * tests/test-chown.h (nap): Factor...
6837         * tests/nap.h: ...into new file.
6838         * tests/test-lchown.h (nap): Avoid duplication.
6839         * tests/test-utimens-common.h (nap): Use shared implementation,
6840         necessary on file systems with 1-second resolution.
6841         * modules/chown-tests (Files): Include new file.
6842         * modules/fdutimensat-tests (Files): Likewise.
6843         * modules/futimens-tests (Files): Likewise.
6844         * modules/lchown-tests (Files): Likewise.
6845         * modules/openat-tests (Files): Likewise.
6846         * modules/utimens-tests (Files): Likewise.
6847         * modules/utimensat-tests (Files): Likewise.
6848
6849 2009-12-19  Eric Blake  <ebb9@byu.net>
6850
6851         futimens, utimensat: work around Linux bug
6852         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6853         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6854         * lib/utimensat.c (rpl_utimensat): Work around it.
6855         * lib/futimens.c (rpl_futimens): Adjust comment.
6856
6857         utimens: work around Linux ctime bug
6858         * lib/utimens.c (detect_ctime_bug): New helper function.
6859         (update_timespec): Differentiate between workaround needed for
6860         this bug vs. what is needed for systems that lack utimensat.
6861         (fdutimens, lutimens): Work around bug.
6862
6863         utimens: check for ctime update
6864         * tests/test-utimens-common.h (check_ctime): Define.
6865         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6866         * tests/test-futimens.h (test_futimens): Likewise.
6867         * tests/test-lutimens.h (test_lutimens): Likewise.
6868         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6869         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6870
6871 2009-12-19  Bruno Haible  <bruno@clisp.org>
6872
6873         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6874         * tests/test-dprintf-posix2.sh: New file.
6875         * tests/test-dprintf-posix2.c: New file.
6876         * modules/dprintf-posix-tests (Files): Add them.
6877         (configure.ac): Check for getrlimit and setrlimit.
6878         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6879
6880 2009-12-19  Bruno Haible  <bruno@clisp.org>
6881
6882         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6883         * tests/test-fprintf-posix3.sh: New file.
6884         * tests/test-fprintf-posix3.c: New file.
6885         * modules/fprintf-posix-tests (Files): Add them.
6886         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6887
6888 2009-12-19  Eric Blake  <ebb9@byu.net>
6889
6890         dirfd: fix prototype
6891         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6892         * lib/dirfd.c (dirfd): Likewise.
6893
6894         canonicalize: reduce memory usage
6895         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6896         allocation to size.
6897         Reported by Solar Designer <solar@openwall.com>.
6898
6899 2009-12-19  Bruno Haible  <bruno@clisp.org>
6900
6901         New module attribute 'Applicability'.
6902         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6903         * gnulib-tool: New option --extract-applicability.
6904         (func_usage): Document it.
6905         (sed_extract_prog): Recognize it.
6906         (func_get_applicability): New function.
6907         (func_import): Generalize handling of 'link-warning' module.
6908         * modules/link-warning (Applicability): New section.
6909         * modules/arg-nonnull (Applicability): New section.
6910         Repoted by Simon Josefsson <simon@josefsson.org>.
6911
6912 2009-12-19  Bruno Haible  <bruno@clisp.org>
6913
6914         fflush: tweak
6915         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6916         * lib/fseeko.c (rpl_fseeko): Likewise.
6917
6918 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6919
6920         * lib/gl_list.h: Fix typo in comment.
6921
6922 2009-12-16  Eric Blake  <ebb9@byu.net>
6923
6924         fcntl: use to simplify other modules
6925         * modules/cloexec (Depends-on): Add fcntl.
6926         * modules/fchdir (Depends-on): Likewise.
6927         * modules/fd-safer-flag (Depends-on): Likewise.
6928         * modules/unistd-safer (Depends-on): Likewise.
6929         * modules/dup3 (configure.ac): Set module indicator.
6930         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6931         missing.
6932         * lib/fchdir.c (_gl_register_dup): Fix comment.
6933         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6934         * lib/dup-safer.c (dup_safer): Likewise.
6935         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6936         * lib/dup3.c (dup3): Likewise.
6937         * tests/test-fchdir.c (main): Enhance test.
6938         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
6939
6940         fcntl: port portions of fcntl to mingw
6941         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6942         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6943         replacement for mingw.
6944         * modules/fcntl (Description): Update.
6945         (Depends-on): Add dup2.
6946         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6947         * modules/fcntl-h (Makefile.am): Substitute it.
6948         * lib/fcntl.in.h (fcntl): Update declaration.
6949         (F_DUPFD, F_GETFD): New macros, when needed.
6950         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6951         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6952         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6953         we now guarantee.
6954
6955         fcntl: work around cygwin bug in F_DUPFD
6956         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6957         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6958         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6959         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6960         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6961
6962         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6963         * modules/fcntl (Files): List new files.
6964         (configure.ac): Run a test.
6965         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6966         * lib/fcntl.c (rpl_fcntl): Likewise.
6967         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6968         (gl_FCNTL_H): Always replace fcntl.h.
6969         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6970         * lib/fcntl.in.h (fcntl): Declare replacement.
6971         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6972         needed, plus a witness.
6973         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6974         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6975         * tests/test-fcntl.c: New file.
6976         * modules/fcntl-tests: Likewise.
6977
6978         binary-io: avoid potential compilation warning
6979         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6980         directives.
6981
6982         fflush: avoid compilation error on NetBSD
6983         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6984         between off_t and fpos_t, since the latter is sometimes a struct.
6985         * lib/fseeko.c (rpl_fseeko): Likewise.
6986         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6987
6988 2009-12-15  Eric Blake  <ebb9@byu.net>
6989
6990         fcntl-h, stdio, sys_ioctl: fix declarations
6991         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6992         function must not take arguments.
6993         * lib/sys_ioctl.in.h (ioctl): Likewise.
6994         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6995         (open): Add a link warning.
6996
6997 2009-12-15  Jim Meyering  <meyering@redhat.com>
6998
6999         areadlink, areadlink-with-size: relax license to LGPLv2+
7000         * modules/areadlink (License): Relax to LGPLv2+.
7001         * modules/areadlink-with-size (License): Likewise.
7002
7003 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7004             Bruno Haible  <bruno@clisp.org>
7005
7006         *printf: Fix memory leak.
7007         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7008         * lib/vfprintf.c (vfprintf): Likewise.
7009         * lib/dprintf.c (dprintf): Likewise.
7010         * lib/vdprintf.c (vdprintf): Likewise.
7011
7012 2009-12-14  Eric Blake  <ebb9@byu.net>
7013
7014         accept4: adjust module dependencies
7015         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7016
7017         utimens: one more try at avoiding compiler warning
7018         * lib/utimens.c (lutimens): Lower scope of result.
7019
7020 2009-12-13  Bruno Haible  <bruno@clisp.org>
7021
7022         Move the malloc checking from module 'list' to new module 'xlist'.
7023         * modules/xlist: New file.
7024         * lib/gl_xlist.h: New file.
7025         * lib/gl_xlist.c: New file.
7026         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7027         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7028         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7029         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7030         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7031         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7032         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7033         gl_sortedlist_nx_add): New declarations.
7034         (struct gl_list_implementation): Rename and change methods accordingly.
7035         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7036         (gl_list_nx_create): Renamed from gl_list_create.
7037         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7038         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7039         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7040         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7041         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7042         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7043         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7044         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7045         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7046         gl_list_create_empty.
7047         (gl_list_nx_create): Renamed from gl_list_create.
7048         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7049         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7050         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7051         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7052         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7053         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7054         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7055         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7056         * lib/gl_array_list.c: Don't include xalloc.h.
7057         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7058         NULL upon out-of-memory.
7059         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7060         out-of-memory.
7061         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7062         Change return type to 'int'.
7063         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7064         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7065         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7066         upon out-of-memory.
7067         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7068         upon out-of-memory.
7069         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7070         upon out-of-memory.
7071         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7072         upon out-of-memory.
7073         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7074         out-of-memory.
7075         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7076         Update.
7077         (gl_array_list_implementation): Update.
7078         * lib/gl_carray_list.c: Don't include xalloc.h.
7079         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7080         Return NULL upon out-of-memory.
7081         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7082         out-of-memory.
7083         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7084         Change return type to 'int'.
7085         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7086         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7087         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7088         upon out-of-memory.
7089         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7090         upon out-of-memory.
7091         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7092         out-of-memory.
7093         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7094         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7095         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7096         Update.
7097         (gl_carray_list_implementation): Update.
7098         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7099         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7100         gl_linked_create_empty. Return NULL upon out-of-memory.
7101         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7102         out-of-memory.
7103         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7104         Change return type to 'int'. Return -1 upon out-of-memory.
7105         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7106         out-of-memory.
7107         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7108         upon out-of-memory.
7109         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7110         upon out-of-memory.
7111         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7112         NULL upon out-of-memory.
7113         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7114         upon out-of-memory.
7115         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7116         out-of-memory.
7117         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7118         Update.
7119         * lib/gl_linked_list.c: Don't include xalloc.h.
7120         (gl_linked_list_implementation): Update.
7121         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7122         (add_to_bucket): Change return type to 'int'.
7123         (gl_linkedhash_list_implementation): Update.
7124         * lib/gl_anytree_list1.h (free_subtree): New function.
7125         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7126         gl_tree_create_empty. Return NULL upon out-of-memory.
7127         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7128         Change return type to 'int'. Return -1 upon out-of-memory.
7129         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7130         out-of-memory.
7131         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7132         (gl_tree_remove_node): New function, moved here from
7133         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7134         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7135         Update.
7136         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7137         malloc, not xmalloc. Return NULL upon out-of-memory.
7138         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7139         out-of-memory.
7140         (gl_tree_remove_node_from_tree): New function, extracted from
7141         gl_tree_remove_node.
7142         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7143         upon out-of-memory.
7144         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7145         out-of-memory.
7146         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7147         upon out-of-memory.
7148         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7149         upon out-of-memory.
7150         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7151         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7152         not xmalloc. Return NULL upon out-of-memory.
7153         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7154         out-of-memory.
7155         (gl_tree_remove_node_from_tree): New function, extracted from
7156         gl_tree_remove_node.
7157         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7158         upon out-of-memory.
7159         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7160         out-of-memory.
7161         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7162         upon out-of-memory.
7163         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7164         upon out-of-memory.
7165         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7166         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7167         gl_anytree_list1.h before gl_anyavltree_list2.h.
7168         (gl_avltree_list_implementation): Update.
7169         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7170         gl_anytree_list1.h before gl_anyavltree_list2.h.
7171         (gl_rbtree_list_implementation): Update.
7172         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7173         Change return type to 'int'. Return -1 upon out-of-memory. Use
7174         __builtin_expect.
7175         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7176         (gl_avltreehash_list_implementation): Update.
7177         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7178         (gl_rbtreehash_list_implementation): Update.
7179         * modules/array-list (Depends-on): Remove xalloc.
7180         * modules/carray-list (Depends-on): Likewise.
7181         * modules/linked-list (Depends-on): Likewise.
7182         * modules/linkedhash-list (Depends-on): Likewise.
7183         * modules/avltree-list (Depends-on): Likewise.
7184         * modules/rbtree-list (Depends-on): Likewise.
7185         * modules/avltreehash-list (Depends-on): Likewise.
7186         * modules/rbtreehash-list (Depends-on): Likewise.
7187
7188         * modules/xsublist: New file.
7189         * lib/gl_xsublist.h: New file.
7190         * lib/gl_xsublist.c: New file.
7191         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7192         (gl_sublist_nx_create): New declaration.
7193         * lib/gl_sublist.c: Don't include xalloc.h.
7194         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7195         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7196         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7197         Change return type to 'int'. Return -1 upon out-of-memory.
7198         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7199         upon out-of-memory.
7200         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7201         NULL upon out-of-memory.
7202         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7203         upon out-of-memory.
7204         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7205         NULL upon out-of-memory.
7206         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7207         NULL upon out-of-memory.
7208         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7209         upon out-of-memory.
7210         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7211         (gl_sublist_list_implementation): Update.
7212         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7213         upon out-of-memory.
7214         * modules/sublist (Depends-on): Remove xalloc.
7215
7216         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7217         * tests/test-carray_list.c: Likewise.
7218         * tests/test-linked_list.c: Likewise.
7219         * tests/test-linkedhash_list.c: Likewise.
7220         * tests/test-avltree_list.c: Likewise.
7221         * tests/test-rbtree_list.c: Likewise.
7222         * tests/test-avltreehash_list.c: Likewise.
7223         * tests/test-rbtreehash_list.c: Likewise.
7224         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7225         * modules/carray-list-tests (Makefile.am): Likewise.
7226         * modules/linked-list-tests (Makefile.am): Likewise.
7227         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7228         * modules/avltree-list-tests (Makefile.am): Likewise.
7229         * modules/rbtree-list-tests (Makefile.am): Likewise.
7230         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7231         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7232
7233         * NEWS: Mention the changes.
7234
7235         * lib/clean-temp.c: Include gl_xlist.h.
7236         * modules/clean-temp (Depends-on): Add xlist.
7237
7238         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7239         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7240
7241         * tests/test-array_oset.c: Include gl_xlist.h.
7242         * modules/array-oset-tests (Depends-on): Add xlist.
7243
7244         Reported by José E. Marchesi <jemarch@gnu.org>.
7245
7246 2009-12-13  Bruno Haible  <bruno@clisp.org>
7247
7248         Move the malloc checking from module 'oset' to new module 'xoset'.
7249         * modules/xoset: New file.
7250         * lib/gl_xoset.h: New file.
7251         * lib/gl_xoset.c: New file.
7252         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7253         declarations.
7254         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7255         (struct gl_oset_implementation): Rename and change methods accordingly.
7256         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7257         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7258         'int'. Mark as __warn_unused_result__.
7259         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7260         gl_oset_create_empty.
7261         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7262         'int'.
7263         * lib/gl_array_oset.c: Don't include xalloc.h.
7264         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7265         malloc, not xmalloc.
7266         (grow): Change return type to 'int'. Don't call xalloc_die.
7267         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7268         to 'int'.
7269         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7270         'int'.
7271         (gl_array_oset_implementation): Update.
7272         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7273         gl_tree_create_empty.
7274         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7275         'int'.
7276         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7277         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7278         xmalloc.
7279         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7280         not xmalloc.
7281         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7282         xmalloc.
7283         (gl_avltree_oset_implementation): Update.
7284         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7285         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7286         xmalloc.
7287         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7288         not xmalloc.
7289         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7290         xmalloc.
7291         (gl_rbtree_oset_implementation): Update.
7292         * modules/array-oset (Depends-on): Remove xalloc.
7293         * modules/avltree-oset (Depends-on): Likewise.
7294         * modules/rbtree-oset (Depends-on): Likewise.
7295         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7296         * tests/test-avltree_oset.c: Likewise.
7297         * tests/test-rbtree_oset.c: Likewise.
7298         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7299         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7300         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7301         * NEWS: Mention the change.
7302
7303 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7304
7305         maint.mk: allow a project to override release-prep commands
7306         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7307         commands into a new rule.
7308         (release-prep): New rule.
7309         (release-prep-hook): New overridable variable.
7310
7311 2009-12-13  Bruno Haible  <bruno@clisp.org>
7312
7313         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7314
7315 2009-12-13  Jim Meyering  <meyering@redhat.com>
7316
7317         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7318         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7319
7320 2009-12-12  Bruno Haible  <bruno@clisp.org>
7321
7322         duplocale: Tweak.
7323         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7324
7325 2009-12-12  Karl Berry  <karl@gnu.org>
7326
7327         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7328
7329 2009-12-12  Bruno Haible  <bruno@clisp.org>
7330
7331         * m4/po.m4: Undo incorrect untabification.
7332
7333 2009-12-12  Bruno Haible  <bruno@clisp.org>
7334
7335         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7336         * modules/c-strtod (Depends-on): Add locale.
7337         * modules/c-strtold (Depends-on): Likewise.
7338
7339 2009-12-12  Bruno Haible  <bruno@clisp.org>
7340
7341         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7342
7343 2009-12-11  Eric Blake  <ebb9@byu.net>
7344
7345         setenv: relax requirement in light of POSIX ruling
7346         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7347         not NULL.
7348         * tests/test-setenv.c (main): Relax test.
7349         * tests/test-unsetenv.c (main): Likewise.
7350         * doc/posix-functions/setenv.texi (setenv): Document this.
7351         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7352
7353 2009-12-11  Bruno Haible  <bruno@clisp.org>
7354
7355         New module 'fd-safer-flag'.
7356         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7357         * lib/dup-safer.c (dup_safer_flag): Remove function.
7358         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7359         * lib/fd-safer.c (fd_safer_flag): Remove function.
7360         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7361         * modules/cloexec (configure.ac): Drop indicator macro.
7362         * modules/fd-safer-flag: New file.
7363         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7364         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7365         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7366
7367 2009-12-11  Bruno Haible  <bruno@clisp.org>
7368
7369         Tests for module 'nl_langinfo'.
7370         * modules/nl_langinfo-tests: New file.
7371         * tests/test-nl_langinfo.sh: New file.
7372         * tests/test-nl_langinfo.c: New file.
7373
7374         New module 'nl_langinfo'.
7375         * lib/nl_langinfo.c: New file.
7376         * m4/nl_langinfo.m4: New file.
7377         * modules/nl_langinfo: New file.
7378         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7379
7380 2009-12-11  Bruno Haible  <bruno@clisp.org>
7381
7382         Tests for module 'langinfo'.
7383         * modules/langinfo-tests: New file.
7384         * tests/test-langinfo.c: New file.
7385
7386         New module 'langinfo'.
7387         * lib/langinfo.in.h: New file.
7388         * m4/langinfo_h.m4: New file.
7389         * modules/langinfo: New file.
7390         * doc/posix-headers/langinfo.texi: Mention the new module.
7391
7392 2009-12-11  Bruno Haible  <bruno@clisp.org>
7393
7394         * lib/config.charset: Untabify.
7395
7396 2009-12-11  Bruno Haible  <bruno@clisp.org>
7397
7398         * modules/unistd-safer (configure.ac): Drop indicator macro.
7399
7400 2009-12-11  Bruno Haible  <bruno@clisp.org>
7401
7402         Move pipe2-safer code to its own file.
7403         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7404         * lib/pipe-safer.c (pipe2_safer): Remove function.
7405         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7406         (Makefile.am): Add it to lib_SOURCES.
7407
7408 2009-12-10  Bruno Haible  <bruno@clisp.org>
7409
7410         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7411
7412 2009-12-10  Bruno Haible  <bruno@clisp.org>
7413
7414         Declare which arguments expect non-NULL values, for GCC and clang.
7415         * build-aux/arg-nonnull.h: New file.
7416         * modules/arg-nonnull: New file.
7417         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7418         (inet_ntop, inet_pton): Use it.
7419         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7420         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7421         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7422         (open, openat): Use it.
7423         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7424         (fnmatch): Use it.
7425         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7426         (getopt, getopt_long, getopt_long_only): Use it.
7427         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7428         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7429         Use it.
7430         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7431         (iconv_open): Use it.
7432         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7433         (strtoimax, strtoumax): Use it.
7434         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7435         (duplocale): Use it.
7436         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7437         (frexp, frexpl): Use it.
7438         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7439         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7440         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7441         (tsearch, tfind, tdelete, twalk): Use it.
7442         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7443         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7444         sigpending): Use it.
7445         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7446         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7447         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7448         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7449         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7450         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7451         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7452         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7453         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7454         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7455         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7456         Use it.
7457         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7458         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7459         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7460         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7461         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7462         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7463         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7464         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7465         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7466         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7467         strtoull, unsetenv): Use it.
7468         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7469         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7470         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7471         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7472         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7473         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7474         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7475         (strcasecmp, strncasecmp): Use it.
7476         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7477         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7478         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7479         rpl_setsockopt): Use it.
7480         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7481         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7482         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7483         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7484         (gettimeofday): Use it.
7485         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7486         (times): Use it.
7487         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7488         (uname): Use it.
7489         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7490         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7491         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7492         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7493         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7494         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7495         unlinkat, write): Use it.
7496         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7497         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7498         * lib/argv-iter.h: Include arg-nonnull.h.
7499         (_ATTRIBUTE_NONNULL_): Remove macro.
7500         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7501         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7502         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7503         optimization.
7504         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7505         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7506         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7507         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7508         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7509         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7510         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7511         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7512         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7513         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7514         * modules/dirent (Depends-on): Add arg-nonnull.
7515         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7516         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7517         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7518         * modules/fnmatch (Depends-on): Add arg-nonnull.
7519         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7520         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7521         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7522         * modules/glob (Depends-on): Add arg-nonnull.
7523         (Makefile.am): Insert arg-nonnull.h into glob.h.
7524         * modules/iconv_open (Depends-on): Add arg-nonnull.
7525         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7526         * modules/inttypes (Depends-on): Add arg-nonnull.
7527         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7528         * modules/locale (Depends-on): Add arg-nonnull.
7529         (Makefile.am): Insert arg-nonnull.h into locale.h.
7530         * modules/math (Depends-on): Add arg-nonnull.
7531         (Makefile.am): Insert arg-nonnull.h into math.h.
7532         * modules/netdb (Depends-on): Add arg-nonnull.
7533         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7534         * modules/search (Depends-on): Add arg-nonnull.
7535         (Makefile.am): Insert arg-nonnull.h into search.h.
7536         * modules/signal (Depends-on): Add arg-nonnull.
7537         (Makefile.am): Insert arg-nonnull.h into signal.h.
7538         * modules/spawn (Depends-on): Add arg-nonnull.
7539         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7540         * modules/stdio (Depends-on): Add arg-nonnull.
7541         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7542         * modules/stdlib (Depends-on): Add arg-nonnull.
7543         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7544         * modules/string (Depends-on): Add arg-nonnull.
7545         (Makefile.am): Insert arg-nonnull.h into string.h.
7546         * modules/strings (Depends-on): Add arg-nonnull.
7547         (Makefile.am): Insert arg-nonnull.h into strings.h.
7548         * modules/sys_socket (Depends-on): Add arg-nonnull.
7549         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7550         * modules/sys_stat (Depends-on): Add arg-nonnull.
7551         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7552         * modules/sys_time (Depends-on): Add arg-nonnull.
7553         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7554         * modules/sys_times (Depends-on): Add arg-nonnull.
7555         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7556         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7557         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7558         * modules/time (Depends-on): Add arg-nonnull.
7559         (Makefile.am): Insert arg-nonnull.h into time.h.
7560         * modules/unistd (Depends-on): Add arg-nonnull.
7561         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7562         * modules/wchar (Depends-on): Add arg-nonnull.
7563         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7564         * modules/argv-iter (Depends-on): Add arg-nonnull.
7565         * tests/test-canonicalize.c (null_ptr): New function.
7566         (main): Use it.
7567         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7568         (main): Use it.
7569         * tests/test-memmem.c (null_ptr): New function.
7570         (main): Use it.
7571         Reported by Jim Meyering.
7572
7573 2009-12-10  Bruno Haible  <bruno@clisp.org>
7574
7575         Use spaces for indentation, not tabs.
7576         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7577         * m4/*.m4: Untabify.
7578         * build-aux/*.h: Untabify.
7579         * tests/**/*.[hc]: Untabify.
7580         * README: New section "Indent with spaces, not TABs", based on
7581         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7582         * NEWS: Mention the change.
7583
7584 2009-12-10  Bruno Haible  <bruno@clisp.org>
7585
7586         pty test: Fix link error.
7587         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7588         test_pty_LDADD.
7589
7590 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7591
7592         * modules/pty: New file.
7593         * modules/pty-tests: New file.
7594         * m4/pty.m4: New file.
7595         * tests/test-pty.c: New file.
7596         * doc/glibc-headers/pty.texi: Modified.
7597         * doc/glibc-functions/forkpty.texi: Modified.
7598         * doc/glibc-functions/openpty.texi: Modified.
7599
7600 2009-12-10  Bruno Haible  <bruno@clisp.org>
7601
7602         Avoid syntax error in C++ mode.
7603         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7604
7605 2009-12-10  Bruno Haible  <bruno@clisp.org>
7606
7607         Use sed with option -e.
7608         * gnulib-tool (func_version, func_emit_copyright_notice,
7609         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7610         option -e to sed.
7611         * modules/link-warning (Makefile.am): Likewise.
7612
7613 2009-12-10  Jim Meyering  <meyering@redhat.com>
7614
7615         mgetgroups: do not write bytes beyond end of malloc'd buffer
7616         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7617         username, we call getgroups with a one-element-shorter buffer,
7618         but still told it the length was original, max_n_groups.
7619
7620 2009-12-09  Eric Blake  <ebb9@byu.net>
7621
7622         cloexec: relax license
7623         * modules/cloexec (Maintainer): Add myself.
7624         (License): Use LGPL, not GPL.
7625
7626         link-warning: optimize generation
7627         * modules/link-warning (Makefile.am): Reduce process usage.
7628
7629 2009-12-09  Bruno Haible  <bruno@clisp.org>
7630
7631         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7632         workaround was added on 2009-11-17.
7633
7634 2009-12-09  Jim Meyering  <meyering@redhat.com>
7635             Bruno Haible  <bruno@clisp.org>
7636
7637         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7638         * modules/link-warning (Makefile.am): Make the comment-removing sed
7639         command more robust in the face of bootstrap-prepended comment lines.
7640
7641 2009-12-09  Bruno Haible  <bruno@clisp.org>
7642
7643         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7644         most one group.
7645
7646 2009-12-09  Simon Josefsson <simon@josefsson.org>
7647             Bruno Haible  <bruno@clisp.org>
7648
7649         * build-aux/link-warning.h: Add copyright notice.
7650         * modules/link-warning (Makefile.am): Generate link-warning.h from
7651         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7652         * NEWS: Mention change in link-warning module.
7653         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7654         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7655         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7656         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7657         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7658         * modules/math (Makefile.am): Add dependency to math.h.
7659         * modules/search (Makefile.am): Add dependency to search.h.
7660         * modules/signal (Makefile.am): Add dependency to signal.h.
7661         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7662         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7663         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7664         * modules/string (Makefile.am): Add dependency to string.h.
7665         * modules/strings (Makefile.am): Add dependency to strings.h.
7666         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7667         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7668         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7669         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7670         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7671         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7672         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7673         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7674         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7675
7676 2009-12-09  Bruno Haible  <bruno@clisp.org>
7677
7678         fchdir: Optimize away rpl_fstat when possible.
7679         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7680         REPLACE_OPEN_DIRECTORY.
7681         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7682
7683 2009-12-09  Bruno Haible  <bruno@clisp.org>
7684
7685         * lib/fchdir.c: Update comment.
7686
7687 2009-12-09  Bruno Haible  <bruno@clisp.org>
7688
7689         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7690
7691 2009-12-08  Eric Blake  <ebb9@byu.net>
7692
7693         fchdir: avoid memory leak on re-registration.
7694         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7695
7696 2009-12-08  Jim Meyering  <meyering@redhat.com>
7697
7698         init.sh: avoid Solaris 10 /bin/sh portability problem
7699         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7700         sourced script:
7701           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7702           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7703           bar
7704         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7705         and two tests used that idiom.
7706         * tests/init.sh: Update suggested usage comments.
7707         (path_prepend_): New function, to be used in place
7708         of the --src-path=DIR option.
7709         (setup_): Move PATH-prepending code into path_prepend_.
7710         * tests/test-pread.sh: Adapt to new usage.
7711         * tests/test-xalloc-die.sh: Likewise.
7712
7713 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7714
7715         * doc/gnulib.texi (Glibc pty.h): Add.
7716         * doc/glibc-functions/forkpty.texi: Add.
7717         * doc/glibc-functions/openpty.texi: Add.
7718         Suggested by Bruno Haible.
7719
7720 2009-12-08  Eric Blake  <ebb9@byu.net>
7721
7722         fchdir: fix logic bugs
7723         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7724         * tests/test-fchdir.c (main): Enhance test.
7725         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7726         is in use.
7727
7728         dup2: fix logic bugs
7729         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7730         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7731         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7732         exists.
7733         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7734
7735 2009-12-07  Eric Blake  <ebb9@byu.net>
7736
7737         unlink: fix m4 detection
7738         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7739
7740         unistd-safer: add unit test
7741         * modules/unistd-safer-tests: New file.
7742         * tests/test-dup-safer.c: Likewise.
7743         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7744         * tests/test-dup2.c (setmode): Likewise.
7745         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7746
7747         cloexec: preserve text vs. binary across dup_cloexec
7748         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7749         mode.
7750         * modules/dup2-tests (Depends-on): Add binary-io.
7751         * modules/cloexec-tests (Depends-on): Likewise.
7752         * tests/test-dup2.c (setmode, is_mode): New helpers.
7753         (main): Add tests that translation mode is preserved.
7754         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7755         Reported by Bruno Haible.
7756
7757         mgetgroups: reduce duplicate listings
7758         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7759         resulting array.
7760         * tests/test-chown.h (test_chown): Simplify client.
7761         * tests/test-lchown.h (test_lchown): Likewise.
7762
7763 2009-12-06  Bruno Haible  <bruno@clisp.org>
7764
7765         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7766         value.
7767
7768 2009-12-06  Bruno Haible  <bruno@clisp.org>
7769
7770         * lib/progname.c: Include stdio.h, stdlib.h.
7771         (set_program_name): Reject a NULL argument.
7772
7773 2009-12-05  Eric Blake  <ebb9@byu.net>
7774
7775         pipe2-safer: new module
7776         * modules/pipe2-safer: New file.
7777         * lib/unistd-safer.h (pipe2_safer): New prototype.
7778         * lib/unistd--.h (pipe2): New wrapper.
7779         * lib/pipe-safer.c (pipe2_safer): New function.
7780         * modules/pipe (Depends-on): Add pipe2-safer.
7781         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7782
7783         stdlib-safer: preserve cloexec flag for mkostemp[s]
7784         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7785         fd_safer_flag.
7786
7787         unistd-safer: allow preservation of cloexec status via flag
7788         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7789         prototypes.
7790         * lib/dup-safer.c (dup_safer_flag): New function.
7791         * lib/fd-safer.c (fd_safer_flag): Likewise.
7792         * modules/cloexec (configure.ac): Set witness.
7793
7794         test-dup2: enhance test
7795         * modules/dup2-tests (Depends-on): Add cloexec.
7796         * tests/test-dup2.c (main): Enhance test.
7797
7798         cloexec: add dup_cloexec
7799         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7800         header and comments.
7801         * lib/cloexec.c (set_cloexec_flag): Add comments.
7802         (dup_cloexec): New function, with mingw implementation borrowed
7803         from...
7804         * lib/w32spawn.h (dup_noinherit): ...here.
7805         * modules/execute (Depends-on): Add cloexec.
7806         * modules/pipe (Depends-on): Likewise.
7807         * modules/cloexec (Depends-on): Add dup2.
7808         * modules/cloexec-tests (Files): New file.
7809         * tests/test-cloexec.c: Likewise.
7810
7811         test-xalloc-die: fix test for mingw
7812         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7813         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7814         directory and .exe suffix off argv[0] output.
7815
7816         test-fseeko: fix test for mingw
7817         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7818         than undefining fseek, so test will pass on mingw.
7819
7820 2009-12-05  Bruno Haible  <bruno@clisp.org>
7821
7822         * lib/progname.h (set_program_name): Clarify specification.
7823         * lib/progname.c (set_program_name): Likewise.
7824         Reported by Jim Meyering.
7825
7826 2009-12-05  Jim Meyering  <meyering@redhat.com>
7827
7828         maint.mk: backslash-escape parens in default regexp
7829         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7830         backslash-escape the literal parentheses.
7831
7832         maint.mk: news-date-check: use grep -E
7833         * top/maint.mk (today): Define a Make variable, not a...
7834         (news-date-check): ...shell variable.
7835         (news-date-regexp): Use the Make variable.
7836         Use grep's -E option.  Change the failing diagnostic to mention
7837         the variable, $(news-date-regexp).
7838
7839 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7840
7841         maintainer-makefile: allow customization of NEWS entry format
7842         * top/maint.mk (news-date-regexp): New overridable variable.
7843         (news-date-check): Use it.
7844
7845 2009-12-04  Eric Blake  <ebb9@byu.net>
7846
7847         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7848         * lib/mgetgroups.h (xgetgroups): New prototype.
7849         * lib/mgetgroups.c (xgetgroups): New wrapper.
7850         (mgetgroups): Handle ENOSYS.
7851         * modules/mgetgroups (Depends-on): Add realloc.
7852         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7853
7854         mgetgroups: avoid argument promotion issues with -1
7855         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7856         for invalid gid_t.
7857         * tests/test-chown.h (getegid, test_chown): Likewise.
7858         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7859
7860 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7861
7862         exclude: Fix header file problems.
7863         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7864
7865 2009-12-01  Jim Meyering  <meyering@redhat.com>
7866
7867         fts: fts_open: do not let an empty string cause immediate failure
7868         This is required in support of GNU rm, for which the command
7869         "rm A '' B" must process and remove both A and B, in spite of
7870         the empty string argument.
7871         * lib/fts.c (fts_open): Do not let the presence of an empty string
7872         cause fts_open to fail immediately.  Most fts-using tools must be
7873         able to process all arguments, in order, and can be expected to
7874         diagnose such arguments themselves.
7875
7876 2009-11-30  Eric Blake  <ebb9@byu.net>
7877
7878         utimens: fix compilation error
7879         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7880         Declare variable at right scope.
7881
7882 2009-11-29  Jim Meyering  <meyering@redhat.com>
7883
7884         bootstrap: handle perl-5.11's changed --version output
7885         * build-aux/bootstrap (get_version): Handle perl separately,
7886         since perl-5.11's --version output is different.
7887
7888 2009-11-28  Jim Meyering  <meyering@redhat.com>
7889
7890         userspec: depend on the inttostr module, too
7891         * modules/userspec (Depends-on): Add inttostr.
7892
7893         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7894         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7895         number of MAXUID when it evaluates to (uid_t) -1.
7896         Likewise for group ID.  Reported by Matt McCutchen in
7897         <http://savannah.gnu.org/bugs/?28113>
7898
7899         userspec: reformat to use spaces, not TABs
7900         * lib/userspec.c: Expand TABs to spaces.
7901         Add Emacs' "indent-tabs-mode: nil" hint.
7902
7903 2009-11-27  Eric Blake  <ebb9@byu.net>
7904
7905         getopt-gnu: flush out another BSD bug
7906         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7907         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7908         flush out BSD bug.
7909         * tests/test-getopt.h (test_getopt): End lists with NULL.
7910         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7911         (test_getopt_long_posix): Enhance test.
7912         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7913         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7914         getopt-gnu.
7915         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7916         Likewise.
7917
7918 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7919
7920         * modules/idpriv-droptemp-tests (Notice): Fix text.
7921
7922 2009-11-27  Jim Meyering  <meyering@redhat.com>
7923
7924         test-xalloc-die: avoid spurious failure due to libtool argv difference
7925         In a libtool-enabled project, this test would fail due to a difference
7926         in the emitted program name, e.g.,
7927         -test-xalloc-die: memory exhausted
7928         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7929         Use program to avoid that.
7930         * modules/xalloc-die-tests (Depends-on): Add progname.
7931         * tests/test-xalloc-die.c: Include progname.h".
7932         (program_name): Remove decl.
7933         (main): Call set_program_name.
7934         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7935
7936 2009-11-26  Richard Jones  <rjones@redhat.com>
7937
7938         w32sock: leave win32 error in place.
7939         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7940
7941 2009-11-26  Eric Blake  <ebb9@byu.net>
7942
7943         init.sh: suggest to use skip_ and fail_ functions in comments
7944         * tests/init.sh: Add a sentence.
7945
7946 2009-11-25  Bruno Haible  <bruno@clisp.org>
7947
7948         init.sh: add documentation in comments
7949         * tests/init.sh: Add some developer and user documentation.
7950
7951 2009-11-26  Jim Meyering  <meyering@redhat.com>
7952
7953         init.sh: accommodate even those who specify bogus srcdir manually
7954         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7955         configure-time tests to be sanitized, so that there is no need to
7956         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7957         (with no double quotes) suffices.  However, since tests may be
7958         invoked manually, and since you may explicitly set srcdir to the
7959         name of a directory containing spaces, do quote its uses here.
7960         * tests/test-pread.sh: Likewise.
7961         Suggested by Bruno Haible.
7962
7963         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7964         * tests/test-pread.sh: Write no data into the pipe, because
7965         test-pread actually reads none.  This avoids a diagnostic,
7966         "bash: echo: write error: Broken pipe", that arises in the unusual
7967         event something is ignoring SIGPIPE, and might be interpreted
7968         as some sort of failure.  Reported by Bruno Haible.
7969
7970 2009-11-25  Jim Meyering  <meyering@redhat.com>
7971
7972         test-pread: cover failure with ESPIPE and EINVAL
7973         * tests/test-pread.c (main): Test for failure, too.
7974         * tests/test-pread.sh: Invoke with stdin on a pipe.
7975         Suggested by Eric Blake.
7976
7977         pread: improvement and fix
7978         * modules/pread (Depends-on): Depend on lseek, for portability to
7979         e.g., mingw.  Suggested by Eric Blake.
7980         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7981
7982         unistd.in.h: correct declaration of pread
7983         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7984         Reported by Richard W.M. Jones.
7985
7986         test-pread.sh: distribute the test script
7987         * modules/pread-tests (Files): Include test-pread.sh.
7988
7989         test-pread.sh: clean up
7990         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7991         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7992         That is unnecessary, since it's always ".".
7993         Suggestion from Eric Blake.
7994
7995         test-pread.sh: make executable
7996         * tests/test-pread.sh: Set executable bit.
7997         Reported by Eric Blake.
7998
7999         correct typo in test-pread.sh
8000         * tests/test-pread.sh: Add #! line.
8001
8002         test pread
8003         * tests/test-pread.c: New file.
8004         * tests/test-pread.sh: Likewise.
8005         * modules/pread-tests: Likewise.
8006
8007         pread: new module
8008         * modules/pread: New file.
8009         * lib/unistd.in.h (pread): Define/declare.
8010         * lib/pread.c (pread): New file.
8011         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8012         * modules/unistd (Makefile.am): Substitute witnesses.
8013         * doc/posix-functions/pread.texi (pread): Update.
8014         * MODULES.html.sh: Add pread.
8015
8016 2009-11-25  Jim Meyering  <meyering@redhat.com>
8017
8018         tests/init.sh: new file to be used via most *.sh tests
8019         * tests/init.sh: New file.
8020
8021 2009-11-25  Eric Blake  <ebb9@byu.net>
8022
8023         utimens: work around older Linux failure with symlinks
8024         * lib/utimens.c (lutimensat_works_really): New variable.
8025         (fdutimens, lutimens): Use it to manage kernels that support
8026         nanosecond times on files, but not on symlinks.
8027         Reported by OndÅ™ej Vašík.
8028
8029         utimes: fix configure grammar
8030         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8031
8032 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8033
8034         regex: Fix fastmap for multibyte character ranges.
8035         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8036         characters when a multibyte character range is included.
8037
8038 2009-11-22  Andy Wingo  <wingo@pobox.com>
8039
8040         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8041         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8042
8043 2009-11-24  Bruno Haible  <bruno@clisp.org>
8044
8045         doc: Most *_l functions exist in MacOS X 10.5.
8046         * doc/posix-functions/duplocale.texi: Update platforms list.
8047         * doc/posix-functions/freelocale.texi: Likewise.
8048         * doc/posix-functions/newlocale.texi: Likewise.
8049         * doc/posix-functions/uselocale.texi: Likewise.
8050         * doc/posix-functions/isalnum_l.texi: Likewise.
8051         * doc/posix-functions/isalpha_l.texi: Likewise.
8052         * doc/posix-functions/isblank_l.texi: Likewise.
8053         * doc/posix-functions/iscntrl_l.texi: Likewise.
8054         * doc/posix-functions/isdigit_l.texi: Likewise.
8055         * doc/posix-functions/isgraph_l.texi: Likewise.
8056         * doc/posix-functions/islower_l.texi: Likewise.
8057         * doc/posix-functions/isprint_l.texi: Likewise.
8058         * doc/posix-functions/ispunct_l.texi: Likewise.
8059         * doc/posix-functions/isspace_l.texi: Likewise.
8060         * doc/posix-functions/isupper_l.texi: Likewise.
8061         * doc/posix-functions/iswalnum_l.texi: Likewise.
8062         * doc/posix-functions/iswalpha_l.texi: Likewise.
8063         * doc/posix-functions/iswblank_l.texi: Likewise.
8064         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8065         * doc/posix-functions/iswctype_l.texi: Likewise.
8066         * doc/posix-functions/iswdigit_l.texi: Likewise.
8067         * doc/posix-functions/iswgraph_l.texi: Likewise.
8068         * doc/posix-functions/iswlower_l.texi: Likewise.
8069         * doc/posix-functions/iswprint_l.texi: Likewise.
8070         * doc/posix-functions/iswpunct_l.texi: Likewise.
8071         * doc/posix-functions/iswspace_l.texi: Likewise.
8072         * doc/posix-functions/iswupper_l.texi: Likewise.
8073         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8074         * doc/posix-functions/isxdigit_l.texi: Likewise.
8075         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8076         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8077         * doc/posix-functions/strcoll_l.texi: Likewise.
8078         * doc/posix-functions/strfmon_l.texi: Likewise.
8079         * doc/posix-functions/strftime_l.texi: Likewise.
8080         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8081         * doc/posix-functions/strxfrm_l.texi: Likewise.
8082         * doc/posix-functions/tolower_l.texi: Likewise.
8083         * doc/posix-functions/toupper_l.texi: Likewise.
8084         * doc/posix-functions/towctrans_l.texi: Likewise.
8085         * doc/posix-functions/towlower_l.texi: Likewise.
8086         * doc/posix-functions/towupper_l.texi: Likewise.
8087         * doc/posix-functions/wcscoll_l.texi: Likewise.
8088         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8089         * doc/posix-functions/wctrans_l.texi: Likewise.
8090         * doc/posix-functions/wctype_l.texi: Likewise.
8091         * doc/glibc-functions/strptime_l.texi: Likewise.
8092         * doc/glibc-functions/strtod_l.texi: Likewise.
8093         * doc/glibc-functions/strtof_l.texi: Likewise.
8094         * doc/glibc-functions/strtol_l.texi: Likewise.
8095         * doc/glibc-functions/strtold_l.texi: Likewise.
8096         * doc/glibc-functions/strtoll_l.texi: Likewise.
8097         * doc/glibc-functions/strtoul_l.texi: Likewise.
8098         * doc/glibc-functions/strtoull_l.texi: Likewise.
8099         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8100         * doc/glibc-functions/wcstod_l.texi: Likewise.
8101         * doc/glibc-functions/wcstof_l.texi: Likewise.
8102         * doc/glibc-functions/wcstol_l.texi: Likewise.
8103         * doc/glibc-functions/wcstold_l.texi: Likewise.
8104         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8105         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8106         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8107
8108 2009-11-24  Bruno Haible  <bruno@clisp.org>
8109
8110         duplocale: Fix logic bug.
8111         * lib/duplocale.c: Don't include <langinfo.h>.
8112         (_NL_LOCALE_NAME): Remove macro.
8113         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8114         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8115
8116 2009-11-23  Jim Meyering  <meyering@redhat.com>
8117
8118         test-update-copyright: don't hard-code /usr/bin/perl
8119         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8120         perl to print the current year.  Gilles Espinasse reported that
8121         the replaced use of perl was hard-coded as /usr/bin/perl.
8122
8123 2009-11-23  Bruno Haible  <bruno@clisp.org>
8124
8125         duplocale: Add support for glibc 2.3.x.
8126         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8127
8128 2009-11-22  Bruno Haible  <bruno@clisp.org>
8129
8130         vasnprintf: Tiny optimization.
8131         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8132         MacOS X.
8133
8134 2009-11-22  Bruno Haible  <bruno@clisp.org>
8135
8136         Tests for module 'duplocale'.
8137         * modules/duplocale-tests: New file.
8138         * tests/test-duplocale.c: New file.
8139
8140         New module 'duplocale'.
8141         * m4/duplocale.m4: New file.
8142         * lib/locale.in.h (duplocale): New declaration.
8143         * lib/duplocale.c: New file.
8144         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8145         gl_LOCALE_H_DEFAULTS): New macros.
8146         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8147         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8148         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8149         REPLACE_DUPLOCALE.
8150         * modules/duplocale: New file.
8151         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8152
8153 2009-11-22  Bruno Haible  <bruno@clisp.org>
8154
8155         * modules/locale-tests (configure.ac): Test for newlocale function.
8156         * tests/test-locale.c: When the system has extended locale functions,
8157         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8158
8159         locale: Make locale_t available when possible.
8160         * lib/locale.in.h: Include <xlocale.h> when it exists.
8161         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8162         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8163         * modules/locale (Depends-on): Add extensions.
8164         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8165         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8166
8167 2009-11-22  Bruno Haible  <bruno@clisp.org>
8168
8169         Add comments.
8170         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8171         invocation.
8172         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8173         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8174         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8175
8176 2009-11-22  Bruno Haible  <bruno@clisp.org>
8177
8178         error: account for the possibility of freopen (stdout).
8179         * lib/error.c: Include <unistd.h>.
8180         (flush_stdout): New function, extracted from error and error_at_line.
8181         Determine stdout's fd dynamically.
8182         (error, error_at_line): Invoke flush_stdout.
8183         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8184         * modules/error (Depends-on): Add unistd.
8185
8186 2009-11-22  Bruno Haible  <bruno@clisp.org>
8187
8188         diffseq: Add comment.
8189         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8190
8191 2009-11-22  Jim Meyering  <meyering@redhat.com>
8192
8193         c-stack: avoid defining an unused static function
8194         * lib/c-stack.c (find_stack_direction): Do not define this function
8195         when it will not be used.
8196
8197         diffseq: avoid spurious gcc warnings
8198         * lib/diffseq.h (IF_LINT2): Define.
8199         (compareseq): Use it to initialize two members of "part".
8200         This avoids two used-uninitialized warnings.
8201
8202 2009-11-21  Jim Meyering  <meyering@redhat.com>
8203
8204         c-stack: avoid "ignoring return value of `write'" warning
8205         * lib/c-stack.c: Include "ignore-value.h".
8206         (die): Explicitly ignore each write return value.
8207         * modules/c-stack (Depends-on): Add ignore-value.
8208
8209 2009-11-21  Bruno Haible  <bruno@clisp.org>
8210
8211         diffseq: reduce scope of variable 'best'.
8212         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8213         variable, earlier used for two different purposes.
8214
8215 2009-11-21  Jim Meyering  <meyering@redhat.com>
8216
8217         diffseq: remove useless assignment to "best"
8218         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8219         assignment.  At that point "best" is already guaranteed to be zero.
8220
8221 2009-11-20  Eric Blake  <ebb9@byu.net>
8222
8223         build: mention ftp redirector in release announcements
8224         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8225         values that used to come from cfg.mk; mention FTP redirect URL.
8226         * build-aux/announce-gen: Mention the mirror list.
8227         Suggested by Karl Berry.
8228
8229         nanosleep: improve port to mingw
8230         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8232         LIB_NANOSLEEP, but only when needed.
8233         * modules/select (Link): Document LIBSOCKET.
8234         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8235         enough.
8236
8237         nanosleep: work around cygwin bug
8238         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8239         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8240         bug.
8241         (getnow): Delete, not needed.
8242         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8243         LIB_CLOCK_GETTIME.
8244         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8245         clock-time, gettime.
8246         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8247         bug.
8248         * modules/nanosleep-tests: New test.
8249         * tests/test-nanosleep.c: New file.
8250
8251         sleep: work around cygwin bug
8252         * lib/sleep.c (rpl_sleep): Work around the bug.
8253         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8254         (gl_PREREQ_SLEEP): Delete unused macro.
8255         * modules/sleep (Depends-on): Add verify.
8256         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8257         * modules/unistd (Makefile.am): Substitute witness.
8258         * lib/unistd.in.h (sleep): Update prototype.
8259         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8260         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8261         * modules/sleep-tests (Depends-on): Check for alarm.
8262
8263 2009-11-20  Jim Meyering  <meyering@redhat.com>
8264
8265         maint.mk: improve sc_prohibit_magic_number_exit
8266         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8267         so it does not match uses like System.exit(1).
8268         Add comments showing how to correct all offenders.
8269
8270 2009-11-19  Eric Blake  <ebb9@byu.net>
8271
8272         xalloc-die-tests: add missing library
8273         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8274
8275         test-xvasprintf: silence compiler warnings
8276         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8277         empty string from gcc.
8278
8279 2009-11-19  Jim Meyering  <meyering@redhat.com>
8280
8281         xfreopen: new module, from coreutils
8282         * modules/xfreopen: New module.
8283         * lib/xfreopen.c: New file.
8284         * lib/xfreopen.h: New file.
8285         * MODULES.html.sh (File stream based Input/Output"): Add it.
8286
8287 2009-11-19  Eric Blake  <ebb9@byu.net>
8288
8289         manywarnings: depend on warnings
8290         * modules/manywarnings (Depends-on): Add warnings.
8291
8292         build: avoid compiler warnings
8293         * lib/select.c (rpl_select): Delete unused variable.
8294         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8295
8296 2009-11-18  Eric Blake  <ebb9@byu.net>
8297
8298         tests: avoid false negative with --with-packager
8299         * tests/test-version-etc.sh: Discard packager information.
8300         * tests/test-argp-version-etc-1.sh: Likewise.
8301         Reported by Mike Frysinger.
8302
8303         utimens: fix regression on Solaris
8304         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8305         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8306         can only change fd timestamps via futimesat.  Instead, use an
8307         additional witness macro to avoid BSD bug.
8308         Reported by Jim Meyering.
8309
8310 2009-11-17  Eric Blake  <ebb9@byu.net>
8311
8312         usleep: use it to simplify tests
8313         * modules/stat-time-tests (Depends-on): Add usleep.
8314         (configure.ac): Drop usleep check.
8315         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8316         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8317         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8318         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8319         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8320         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8321         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8322         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8323         Likewise.
8324         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8325         * tests/test-lchown.h (nap): Likewise.
8326         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8327         * tests/test-stat-time.c (nap): Likewise.
8328         * tests/test-utimens-common.h (nap): Update comments.
8329
8330         usleep: new module
8331         * modules/usleep: New file.
8332         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8333         * lib/usleep.c (usleep): Likewise.
8334         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8335         * modules/unistd (Makefile.am): Substitute witnesses.
8336         * lib/unistd.in.h (usleep): Add declaration.
8337         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8338         * MODULES.html.sh (Date and time): Likewise.
8339         * modules/usleep-tests (Depends-on): New test.
8340         * tests/test-usleep.c: New file.
8341
8342         chown: work around OpenBSD bug
8343         * lib/chown.c (rpl_chown): Work around the bug.
8344         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8345         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8346         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8347         * modules/chown (Depends-on): Add stdbool.
8348         * modules/lchown (Depends-on): Likewise.
8349         * doc/posix-functions/chown.texi (chown): Document the bug.
8350         * doc/posix-functions/lchown.texi (lchown): Likewise.
8351         * tests/test-lchown.h (test_chown): Relax test.
8352
8353         mkstemp: avoid conflict with C++ keyword template
8354         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8355         * lib/mkostemp.c (mkostemp): Likewise.
8356         * lib/mkostemps.c (mkostemps): Likewise.
8357         * lib/mkstemp.c (mkstemp): Likewise.
8358         * lib/mkstemps.c (mkstemps): Likewise.
8359
8360         xalloc-die-tests: optimize
8361         * tests/test-xalloc-die.sh: Reduce number of processes.
8362
8363 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8364
8365         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8366         patch from ludo@gnu.org (Ludovic Courtès).
8367
8368 2009-11-17  Jim Meyering  <meyering@redhat.com>
8369
8370         version-etc: use proper license string
8371         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8372         * modules/version-etc-fsf: Likewise.
8373
8374 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8375
8376         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8377         printed to stdout.  Deal with EOL differences.
8378
8379 2009-11-17  Eric Blake  <ebb9@byu.net>
8380
8381         unsetenv: work around Solaris bug
8382         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8383         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8384         Reported by Jim Meyering.
8385
8386         vasnprintf: avoid compiler warnings
8387         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8388         variables.
8389         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8390
8391 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8392
8393         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8394         settings since xalloc-die is no longer the self test,
8395         xalloc-die.sh is.
8396
8397 2009-11-17  Jim Meyering  <meyering@redhat.com>
8398
8399         test-xalloc-die.sh: make the code agree with the commit log
8400         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8401         at the end, just in case you happen to have a test-xalloc-die
8402         program in some other PATH directory.
8403
8404         test-xalloc-die.sh: fix a portability bug
8405         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8406         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8407         Otherwise, argv[0] (as often seen in diagnostics) would be too
8408         system-dependent, sometimes with, and sometimes without the leading "./".
8409
8410         version-etc-fsf: relax license to LGPLv3+
8411         * modules/version-etc-fsf (License): Relax license.
8412
8413 2009-11-16  Eric Blake  <ebb9@byu.net>
8414
8415         xalloc-die-tests: avoid printing null pointer
8416         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8417         shell script.
8418         * tests/test-xalloc-die.c (program_name): Declare.
8419         * tests/test-xalloc-die.sh (tmpfiles): New file.
8420
8421         setenv, unsetenv: work around various bugs
8422         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8423         (setenv) [HAVE_SETENV]: Work around bugs.
8424         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8425         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8426         for bugs.
8427         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8428         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8429         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8430         * modules/stdlib (Makefile.am): Update substitutions.
8431         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8432         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8433         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8434         * modules/setenv-tests: New test.
8435         * modules/unsetenv-tests: Likewise.
8436         * tests/test-setenv.c: New file.
8437         * tests/test-unsetenv.c: Likewise.
8438
8439 2009-11-16  Jim Meyering  <meyering@redhat.com>
8440
8441         version-etc: relax license to LGPLv3+
8442         * modules/version-etc (License): Relax license.
8443
8444         better AC_REQUIRE expanded-before-required-warning avoidance
8445         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8446         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8447         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8448         which is no longer needed.
8449
8450 2009-11-16  Eric Blake  <ebb9@byu.net>
8451
8452         test-freading: clean up temporary file
8453         * tests/test-freading.c (main): Remove file on success, and use
8454         ASSERT more liberally.
8455         Reported by Jim Meyering.
8456
8457 2009-11-16  Jim Meyering  <meyering@redhat.com>
8458
8459         avoid new AC_REQUIRE expanded-before-required warnings
8460         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8461         merely using it.
8462         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8463         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8464
8465 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8466
8467         * tests/test-xalloc-die.c: New file.
8468         * modules/xalloc-die-tests: New file.
8469         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8470         XFAIL_TESTS so it can be appended by modules.
8471
8472 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8473
8474         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8475         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8476
8477 2009-11-14  Eric Blake  <ebb9@byu.net>
8478
8479         fnmatch: avoid compiler warning
8480         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8481         to silence compiler warning about mismatch signedness in ?:.
8482         Reported by Robert Millan.
8483
8484         intprops: add double-inclusion guard
8485         * lib/intprops.h: Allow idempotent includes.
8486         Suggested by Bruce Korb.
8487
8488         openat: detect Solaris fchownat bug
8489         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8490         penalizing glibc chownat when only lchownat is broken.
8491         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8492         trailing slash bugs.
8493         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8494         * modules/openat-tests (Files): Include more files.
8495         (Depends-on): Add mgetgroups, sleep, stat-time.
8496         (configure.ac): Add additional checks.
8497         (Makefile.am): Build new test.
8498         * tests/test-fchownat.c: New file.
8499
8500         lchown: detect Solaris and FreeBSD bug
8501         * lib/lchown.c (rpl_lchown): Work around bug.
8502         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8503         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8504         * modules/unistd (Makefile.am): Populate it.
8505         * lib/unistd.in.h (lchown): Update declaration.
8506         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8507         * modules/lchown-tests: New file.
8508         * tests/test-lchown.h (test_lchown): Likewise.
8509         * tests/test-lchown.c (main): Likewise.
8510
8511         chown: detect Solaris and FreeBSD bug
8512         * lib/chown.c (rpl_chown): Work around bug.
8513         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8514         (gl_PREREQ_CHOWN): Delete.
8515         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8516         * modules/unistd (Makefile.am): Populate it.
8517         * lib/unistd.in.h (chown): Update declaration.
8518         * lib/lchown.c (chown): Update client.
8519         * modules/lchown (Depends-on): Add lstat.
8520         * doc/posix-functions/chown.texi (chown): Document the bug.
8521         * doc/posix-functions/getgroups.texi (getgroups): Document
8522         getgroups pitfall.
8523         * modules/chown-tests: New file.
8524         * tests/test-chown.h (test_chown): Likewise.
8525         * tests/test-chown.c (main): Likewise.
8526
8527 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8528
8529         gnulib-tool: correctly detect absence of m4 directories
8530         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8531
8532 2009-11-14  Jim Meyering  <meyering@redhat.com>
8533
8534         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8535         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8536
8537 2009-11-14  John W. Eaton  <jwe@gnu.org>
8538
8539         strftime.h: wrap funtion declaration in extern "C" block
8540         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8541
8542 2009-11-13  Eric Blake  <ebb9@byu.net>
8543
8544         getgroups: avoid compiler warning
8545         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8546
8547         getgroups: work around FreeBSD bug
8548         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8549         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8550         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8551         * tests/test-getgroups.c (main): Fix buffer overrun.
8552
8553         getgroups: avoid compilation failure
8554         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8555         * modules/getgroups (Depends-on): Add stdint.
8556
8557 2009-11-13  Jim Meyering  <meyering@redhat.com>
8558
8559         test-getgroups: avoid compilation failure
8560         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8561
8562 2009-11-13  Eric Blake  <ebb9@byu.net>
8563
8564         mgetgroups: new module, taken from coreutils
8565         * modules/mgetgroups: New file.
8566         * lib/mgetgroups.h: Likewise.
8567         * lib/mgetgroups.c (mgetgroups): Likewise.
8568         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8569         * MODULES.html.sh (Users and groups): Mention it.
8570
8571         getgroups: don't expose GETGROUPS_T to user
8572         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8573         an element at a time if GETGROUPS_T is wrong size.
8574         * lib/getugroups.h (getugroups): Change signature.
8575         * lib/unistd.in.h (getgroups): Likewise.
8576         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8577         signature needs fixing.
8578         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8579         AC_TYPE_GETGROUPS.
8580         * modules/group-member (Depends-on): Add getgroups.
8581         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8582         (group_member): Rely on getgroups replacement.
8583         * lib/getugroups.c (getugroups): Use gid_t.
8584         * tests/test-getgroups.c (main): Likewise.
8585         * NEWS: Mention the signature change.
8586         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8587         problem with signature.
8588         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8589         GETGROUPS_T is still useful for setgroups.
8590
8591         getgroups, getugroups: provide stubs for mingw
8592         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8593         * lib/getugroups.c (getugroups): Likewise.
8594         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8595         function.  Modernize replacement scheme.
8596         (gl_PREREQ_GETGROUPS): Delete.
8597         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8598         * modules/getgroups (configure.ac): Declare witness.
8599         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8600         * modules/unistd (Depends-on): Substitute witness.
8601         * lib/unistd.in.h (getgroups): Declare replacement.
8602
8603         getgroups: avoid calling exit
8604         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8605         drop xalloc.
8606         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8607         dependencies.
8608         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8609         exiting, in the rare case of malloc failure.
8610
8611         getgroups: fix logic error
8612         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8613         has more than 20 groups.
8614         * modules/getgroups-tests: New test.
8615         * tests/test-getgroups.c: New file.
8616
8617 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8618
8619         * tests/test-base64.c: Improve.
8620
8621 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8622
8623         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8624         Blake <ebb9@byu.net>.
8625
8626 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8627
8628         * tests/test-xvasprintf.c: Add %s%s related checks.
8629
8630 2009-11-12  Eric Blake  <ebb9@byu.net>
8631
8632         version-etc: match standards.texi style
8633         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8634         and use <> only for URLs.
8635
8636 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8637
8638         fts: do not fail on a submount during traversal
8639         * lib/fts.c (fts_build): Read the stat info again after opening
8640         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8641         Original report at http://bugzilla.redhat.com/501848.
8642
8643 2009-11-12  Jim Meyering  <meyering@redhat.com>
8644
8645         bootstrap: sync from coreutils
8646         * build-aux/bootstrap (bootstrap_epilogue): New function.
8647         Use git_modules_config in one more place.  This make bootstrap's
8648         --gnulib-srcdir option more useful for testing.
8649
8650         bootstrap: generalize autoheader check
8651         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8652         AC_CONFIG_HEADERS.
8653
8654 2009-11-11  Eric Blake  <ebb9@byu.net>
8655
8656         mkfifoat: use new modules for Solaris and BSD bugs
8657         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8658         * lib/mkfifoat.c (mknodat): Split...
8659         * lib/mknodat.c (mknodat): ...into new file.
8660         * modules/mkfifoat (Files): Ship new file.
8661         (Depends-on): Add mkfifo, mknod.
8662         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8663         (Depends-on): Add symlink.
8664         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8665         redundant with test_mkfifo.h.
8666         (do_mkfifoat, do_mknodat): New helpers.
8667
8668         mknod: new module
8669         * modules/mknod: New file.
8670         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8671         * lib/mknod.c (mknod): Likewise.
8672         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8673         defaults.
8674         * modules/sys_stat (Makefile.am): Substitute them.
8675         * lib/sys_stat.in.h (mknod): Declare replacement.
8676         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8677         Document it.
8678         * doc/posix-functions/mknod.texi (mknod): Likewise.
8679         * modules/mknod-tests: New test.
8680         * tests/test-mknod.c: Likewise.
8681
8682         mkfifo: new module
8683         * modules/mkfifo: New file.
8684         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8685         * lib/mkfifo.c (mkfifo): Likewise.
8686         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8687         defaults.
8688         * modules/sys_stat (Makefile.am): Substitute them.
8689         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8690         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8691         Document it.
8692         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8693         * modules/mkfifo-tests: New test.
8694         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8695         from test-mkfifoat.c.
8696         * tests/test-mkfifo.c: New file.
8697
8698         readlink: detect FreeBSD bug
8699         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8700         slash on symlink.
8701         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8702         * tests/test-readlink.h (test_readlink): Enhance test.
8703
8704         symlink: detect FreeBSD bug
8705         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8706         slash on symlink.
8707         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8708         * tests/test-symlink.h (test_symlink): Enhance test.
8709
8710 2009-11-10  Eric Blake  <ebb9@byu.net>
8711
8712         link: detect FreeBSD bug
8713         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8714         symlink.
8715         * doc/posix-functions/link.texi (link): Document the bug.
8716         * tests/test-link.h (test_link): Enhance test.
8717         * tests/test-linkat.c (main): Update caller.
8718
8719         unlink, remove: detect FreeBSD bug
8720         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8721         slash on symlink.
8722         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8723         * doc/posix-functions/remove.texi (remove): Likewise.
8724         * tests/test-unlink.h (test_unlink): Enhance test.
8725         * tests/test-remove.c (main): Likewise.
8726
8727 2009-11-09  Eric Blake  <ebb9@byu.net>
8728
8729         rename: detect FreeBSD bug
8730         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8731         slash on symlink.
8732         * modules/renameat-tests (Depends-on): Add filenamecat.
8733         * tests/test-rename.h (test_rename): Allow one more errno.
8734         * tests/test-renameat.c (main): Likewise.
8735         * doc/posix-functions/rename.texi (rename): Document the bug.
8736
8737         open: detect FreeBSD bug
8738         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8739         symlink.
8740         * doc/posix-functions/open.texi (open): Document the bug.
8741         * doc/posix-functions/utimes.texi (utimes): Likewise.
8742         * tests/test-open.h (test_open): Add parameters, and test symlink
8743         handling.
8744         * tests/test-open.c (main): Adjust caller.
8745         * tests/test-fcntl-safer.c (main): Likewise.
8746         * modules/open-tests (Depends-on): Add stdbool, symlink.
8747         * modules/fcntl-safer-tests (Depends-on): Likewise.
8748         * tests/test-openat.c (main): Add test-open tests.
8749
8750         stat: detect FreeBSD bug
8751         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8752         symlink.
8753         * doc/posix-functions/stat.texi (stat): Document the bug.
8754         * tests/test-stat.h (test_stat_func): Add argument.
8755         * tests/test-stat.c (main): Adjust caller.
8756         * tests/test-fstatat.c (main): Likewise.
8757         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8758         Reported by Jim Meyering.
8759
8760 2009-11-09  James Youngman  <jay@gnu.org>
8761
8762         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8763         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8764
8765 2009-11-08  Jim Meyering  <meyering@redhat.com>
8766
8767         utimens: remove invalid futimesat call
8768         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8769         It used the file descriptor of the target file as the DIR_FD
8770         parameter and NULL as the file name.  That caused failure with
8771         errno == EFAULT on FreeBSD-8.0-rc2
8772
8773 2009-11-07  Eric Blake  <ebb9@byu.net>
8774
8775         fflush, freadseek: use fseeko, not fseek
8776         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8777         (clear_ungetc_buffer): Avoid potential problems on large files.
8778         * lib/freadseek.c (freadseek): Likewise.
8779         * modules/freadseek (Depends-on): Add fseeko.
8780         * modules/fseek (configure.ac): Set a witness.
8781         * tests/test-fflush.c (main): Use fseeko.
8782         * tests/test-fpurge.c (fseek): Disable link warning.
8783         * tests/test-freadable.c (fseek): Likewise.
8784         * tests/test-freading.c (fseek): Likewise.
8785         * tests/test-fseeko.c (fseek): Likewise.
8786         * tests/test-ftell.c (fseek): Likewise.
8787         * tests/test-ftello.c (fseek): Likewise.
8788         * tests/test-fwritable.c (fseek): Likewise.
8789         * tests/test-fwriting.c (fseek): Likewise.
8790
8791 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8792
8793         * modules/memchr (Depends-on): Drop getpagesize dependency.
8794
8795 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8796
8797         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8798         Reported by Ludovic Courtès.
8799         * build-aux/pmccabe2html: Improve example usage.
8800         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8801
8802 2009-11-06  Jim Meyering  <meyering@redhat.com>
8803
8804         do-release-commit-and-tag: New module.
8805         Automate the release-commit and tag process.
8806         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8807         * modules/do-release-commit-and-tag: New file.
8808         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8809
8810 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8811
8812         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8813         because test-select.c uses inet_pton.
8814
8815 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8816
8817         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8818         GETADDRINFO_LIB.  Bump serial number.
8819         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8820         Suggested by Eric Blake <ebb9@byu.net>.
8821
8822 2009-11-05  Eric Blake  <ebb9@byu.net>
8823
8824         strtod: detect darwin bug
8825         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8826         Reported by Leo Davis.
8827
8828         freopen-safer: new module
8829         * modules/freopen-safer: New module.
8830         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8831         * lib/freopen-safer.c (freopen_safer): New file.
8832         * lib/stdio-safer.h (freopen_safer): New declaration.
8833         * lib/stdio--.h (freopen): New override.
8834         * MODULES.html.sh (File stream based Input/Output): Mention it.
8835         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8836         freopen-safer module.
8837         * doc/posix-functions/stderr.texi (stderr): Likewise.
8838         * doc/posix-functions/stdin.texi (stdin): Likewise.
8839         * doc/posix-functions/stdout.texi (stdout): Likewise.
8840         * modules/freopen-safer-tests: New test.
8841         * tests/test-reopen-safer.c: New file.
8842
8843 2009-11-05  Jim Meyering  <meyering@redhat.com>
8844
8845         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8846         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8847
8848 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8849
8850         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8851
8852 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8853
8854         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8855
8856 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8857
8858         Fix link error.
8859         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8860         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8861
8862 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8863
8864         * tests/test-func.c: Also test value of __func__.
8865
8866 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8867
8868         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8869         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8870
8871 2009-11-05  Bruno Haible  <bruno@clisp.org>
8872
8873         Fix link error.
8874         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8875         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8876         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8877
8878 2009-11-05  Bruno Haible  <bruno@clisp.org>
8879
8880         Tests for module 'inet_pton'.
8881         * modules/inet_pton-tests: New file.
8882         * tests/test-inet_pton.c: New file.
8883
8884 2009-11-05  Bruno Haible  <bruno@clisp.org>
8885
8886         Tests for module 'inet_ntop'.
8887         * modules/inet_ntop-tests: New file.
8888         * tests/test-inet_ntop.c: New file.
8889
8890 2009-11-04  Eric Blake  <ebb9@byu.net>
8891
8892         stdlib-safer: wrap all mkstemp variants
8893         * modules/mkostemp (configure.ac): Set witness.
8894         * modules/mkostemps (configure.ac): Likewise.
8895         * modules/mkstemps (configure.ac): Likewise.
8896         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8897         (mkstemps_safer): Wrap more functions.
8898         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8899         wrapping.
8900         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8901         (mkstemps_safer): Implement the wrappers.
8902
8903         mkstemps, mkostemps: new modules
8904         * modules/mkostemps: New module.
8905         * modules/mkstemps: Likewise.
8906         * lib/mkostemps.c (mkostemps): New file.
8907         * lib/mkstemps.c (mkstemps): Likewise.
8908         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8909         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8910         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8911         * modules/stdlib (Makefile.am): Substitute them.
8912         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8913         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8914         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8915         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8916         * MODULES.html.sh (File system functions): Mention them.
8917
8918         tempname: resync from glibc
8919         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8920         same values for __GT_FILE as glibc.  Abort even when assertions
8921         are disabled.
8922         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8923         match its value otherwise.  Allow idempotent inclusion.
8924         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8925         * lib/mkostemp.c (mkostemp): Likewise.
8926         * lib/mkstemp.c (mkstemp): Likewise.
8927         * lib/tmpfile.c (tmpfile): Likewise.
8928         * NEWS: Document this.
8929
8930         utimens: fix use of futimens on older Linux
8931         * lib/utimens.c (fdutimens): Use updated, rather than original,
8932         timespec to avoid bug in older Linux kernel.
8933         Reported by Simon Josefsson.
8934
8935 2009-11-04  Bruno Haible  <bruno@clisp.org>
8936
8937         Make num_processors more flexible and consistent.
8938         * lib/nproc.h (enum nproc_query): New type.
8939         (num_processors): Add a 'query' argument.
8940         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8941         (num_processors): Add a 'query' argument. Test the value of the
8942         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8943         mingw, count the number of CPUs available for the current process.
8944         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8945         Check for sched_getaffinity and sched_getaffinity_np.
8946         * modules/nproc (Depends-on): Add c-ctype, extensions.
8947         * NEWS: Mention the change.
8948
8949 2009-11-03  Bruno Haible  <bruno@clisp.org>
8950
8951         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8952
8953 2009-11-03  Jim Meyering  <meyering@redhat.com>
8954
8955         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8956         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8957         if it is defined.
8958
8959 2009-11-02  Eric Blake  <ebb9@byu.net>
8960
8961         mktime, timegm: share common declaration
8962         * lib/mktime-internal.h: New file.
8963         * lib/mktime.c: Use it rather than open-coding a declaration.
8964         * lib/timegm.c: Likewise.
8965         * modules/mktime (Files): Ship it.
8966         * modules/timegm (Files): Likewise.
8967         Suggested by Bruno Haible.
8968
8969         test-update-copyright: update test to match script changes
8970         * tests/test-update-copyright.sh: Avoid hard-coding perl
8971         location.  Don't update *.bak created by earlier runs.
8972
8973 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8974             Simon Josefsson  <simon@josefsson.org>
8975             Bruno Haible  <bruno@clisp.org>
8976
8977         Fix link error on Solaris 8.
8978         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8979         also in libnsl. Define also INET_PTON_LIB.
8980         * modules/inet_pton (Link): New section.
8981
8982 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8983             Bruno Haible  <bruno@clisp.org>
8984
8985         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8986         * modules/inet_ntop (Link): New section.
8987         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8988
8989 2009-11-02  Eric Blake  <ebb9@byu.net>
8990
8991         maint: avoid compiler warnings in m4 macros
8992         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8993         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8994
8995 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8996
8997         * m4/pmccabe2html.m4: Remove file.
8998         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8999         function.  Change maintainer.
9000         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9001         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9002         Courtès).
9003
9004 2009-10-31  Eric Blake  <ebb9@byu.net>
9005
9006         fseeko: fix m4 regression
9007         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9008         regression from 2009-10-27.
9009         Reported by Ralf Wildenhues.
9010
9011 2009-10-31  Jim Meyering  <meyering@redhat.com>
9012
9013         inttostr: aesthetics and improved (compile-time) safety
9014         Define inttype_is_signed rather than inttype_is_unsigned,
9015         since the sole use is via "#if inttype_is_signed".
9016         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9017         inttype_is_unsigned.
9018         * lib/offtostr.c (inttype_is_signed): Likewise.
9019         * lib/uinttostr.c (inttype_is_signed): Likewise.
9020         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9021         * lib/inttostr.c (inttostr): Use verify to cross-check the
9022         inttype_is_signed value and the signedness of the actual type.
9023         * modules/inttostr (Depends-on): Add verify.
9024
9025 2009-10-30  Eric Blake  <ebb9@byu.net>
9026
9027         build: avoid compiler warnings
9028         * lib/fchmodat.c (lchmod): Mark unused variables.
9029         * lib/getopt.c (_getopt_initialize): Likewise.
9030         * lib/mktime.c (__mktime_internal): Provide prototype.
9031         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9032         older gcc that do not understand #pragma GCC diagnostic.
9033         * lib/uinttostr.c (inttype_is_unsigned): Define.
9034         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9035
9036 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9037
9038         stat: fix compilation on AIX
9039         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9040         only see struct stat64.
9041
9042 2009-10-30  Eric Blake  <ebb9@byu.net>
9043
9044         exclude: make more robust
9045         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9046         rather than masking a coding bug.
9047         Suggested by Bruno Haible.
9048
9049 2009-10-30  Jim Meyering  <meyering@redhat.com>
9050
9051         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9052         Rather than putting #!/usr/bin/perl on the first line,
9053         start with a variant of what's recommended by "man perlrun" that
9054         invokes the first "perl" program from your shell's search path.
9055         * build-aux/gitlog-to-changelog: Replace #!... as above.
9056         Add a "Local Variables" perl mode setting.
9057         Prompted by a patch from Ludovic Courtès.
9058         Improved by Eric Blake.
9059         * build-aux/useless-if-before-free: Likewise.
9060         * build-aux/announce-gen: Likewise.
9061         * build-aux/update-copyright: Likewise.
9062
9063 2009-10-29  Eric Blake  <ebb9@byu.net>
9064
9065         filenamecat-lgpl: adjust clients
9066         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9067         filenamecat.
9068         * modules/renameat (Depends-on): Likewise.
9069
9070         filenamecat: split into filenamecat-lgpl
9071         * modules/filenamecat-lgpl: New module.
9072         * modules/filenamecat (Files): Move library-safe files into
9073         filenamecat-lgpl.
9074         (Depends-on): Add filenamecat-lgpl.
9075         (configure.ac): Declare witness.
9076         * lib/filenamecat.h (file_name_concat): Only declare when using
9077         GPL module.
9078         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9079         Move...
9080         * lib/filenamecat-lgpl.c: ...into new file.
9081         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9082         (gl_FILE_NAME_CONCAT): Use it.
9083         * MODULES.html.sh (File system functions): Mention new module.
9084
9085         argp: avoid memory leak
9086         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9087         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9088         base_name, since the latter malloc()s and can call exit().
9089         Leak introduced 2006-07-03.
9090
9091         dirname-lgpl: adjust clients that don't need full dirname
9092         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9093         * modules/filenamecat (Depends-on): Likewise.
9094         * modules/linkat (Depends-on): Likewise.
9095         * modules/mkancesdirs (Depends-on): Likewise.
9096         * modules/mkdir (Depends-on): Likewise.
9097         * modules/openat (Depends-on): Likewise.
9098         * modules/savewd (Depends-on): Likewise.
9099         * modules/rename (Depends-on): Likewise.
9100         (License): Relax license.
9101         * modules/mkdir-tests (Depends-on): Drop progname.
9102         (Makefile.am): Delete unneeded LDADD.
9103         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9104
9105         dirname: split into dirname-lgpl
9106         * modules/dirname-lgpl: New module.
9107         * modules/dirname (Files): Move library-safe files into
9108         dirname-lgpl.
9109         (Depends-on): Add dirname-lgpl.
9110         (configure.ac): Declare witness.
9111         * modules/double-slash-root (License): Relax license.
9112         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9113         module.
9114         * lib/dirname.c (dir_len, mdir_name): Move...
9115         * lib/dirname-lgpl.c: ...into new file.
9116         * lib/basename.c (last_component, base_len): Move...
9117         * lib/basename-lgpl.c: ...into new file.
9118         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9119         (gl_DIRNAME): Use it.
9120         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9121         Mention new module.
9122         * modules/dirname-tests (Depends-on): Add progname.
9123         * tests/test-dirname.c (program_name): Delete.
9124
9125         mkdir: make safe for libraries
9126         * modules/mkdir (Depends-on): Drop xalloc.
9127         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9128         exit.
9129
9130         tests: avoid some compiler warnings
9131         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9132         literals.
9133         * tests/test-memchr.c (main): Avoid type mismatch.
9134         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9135         * tests/test-base64.c (main): Likewise.
9136         * tests/test-getdelim.c (main): Likewise.
9137         * tests/test-gethostname.c (main): Likewise.
9138         * tests/test-getline.c (main): Likewise.
9139         * tests/test-netinet_in.c (main): Likewise.
9140         * tests/test-select.c (open_server_socket, main): Likewise.
9141         * tests/test-select-stdin.c (main): Likewise.
9142         * tests/test-sockets.c (main): Likewise.
9143         * tests/test-strsignal.c (main): Likewise.
9144         * tests/test-sys_select.c (main): Likewise.
9145         * tests/test-sys_socket.c (main): Likewise.
9146         * tests/test-u64.c (main): Likewise.
9147         * tests/test-xfprintf-posix.c (main): Likewise.
9148         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9149
9150         sockets: avoid compiler warning
9151         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9152
9153         maint: detect usage(1) and other suspicious exits
9154         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9155
9156 2009-10-29  Jim Meyering  <meyering@redhat.com>
9157
9158         timespec: long-to-int truncation could make timespec_cmp malfunction
9159         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9160         a multiple of 2^32 nanoseconds as no difference.
9161
9162 2009-10-28  Jim Meyering  <meyering@redhat.com>
9163
9164         fprintftime: wrap macro code argument in "do {...} while(0)"
9165         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9166         cpy macro must be a statement that can be followed by a semicolon.
9167         Now that the else clause contains a comment and is hence longer
9168         than one line, I require curly braces.  That in turn requires
9169         that we wrap this code block in the standard do...while(0).
9170
9171         fprintftime: remove stray semicolon from previous change
9172         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9173
9174         fprintftime: avoid a warning about ignored fwrite return value
9175         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9176         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9177         that is unsafe.
9178         * modules/fprintftime (Depends-on): Add ignore-value.
9179
9180         exclude: avoid an unwarranted warning
9181         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9182
9183 2009-10-27  Eric Blake  <ebb9@byu.net>
9184
9185         fseek: avoid compilation failure when fflush is replaced
9186         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9187         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9188         module is in use.
9189         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9190         module is not in use; since REPLACE_FSEEK worked otherwise.
9191         (GNULIB_FTELLO): Likewise for ftell.
9192         Reported by Ian Beckwith and others.
9193
9194 2009-10-27  Bruno Haible  <bruno@clisp.org>
9195
9196         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9197         Reported by Jim Meyering.
9198
9199 2009-10-27  Jim Meyering  <jim@meyering.net>
9200             Bruno Haible  <bruno@clisp.org>
9201
9202         Avoid warning despite dropping the return value of fwrite.
9203         * lib/unicodeio.c: Include ignore-value.h.
9204         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9205         * modules/unicodeio (Depends-on): Add ignore-value.
9206
9207 2009-10-26  Eric Blake  <ebb9@byu.net>
9208
9209         areadlinkat: fix fallback path
9210         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9211         pointer and zero.
9212
9213 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9214
9215         Use a better IO block size for modern systems
9216         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9217         * lib/md2.c: Likewise.
9218         * lib/md4.c: Likewise.
9219         * lib/md5.c: Likewise.
9220         * lib/sha1.c: Likewise.
9221         * lib/sha256.c: Likewise.
9222         * lib/sha512.c: Likewise.
9223
9224 2009-10-22  Eric Blake  <ebb9@byu.net>
9225
9226         tests: avoid several compiler warnings
9227         * tests/test-getcwd.c (main): Avoid buffer underflow.
9228         * tests/test-getdate.c (main): String literals are not safe with
9229         putenv, so use setenv.  Declare unused argument.
9230         * modules/getdate-tests (Depends-on): Add setenv.
9231         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9232         problems with string literals in char *.
9233         * tests/test-hash.c (main): Avoid shadowing declaration.
9234         (insert_new): Treat string literals as char const *.
9235         * tests/test-getopt.h (test_getopt): Likewise.
9236         (getopt_loop): Alter types to minimize casting elsewhere.
9237         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9238         (test_getopt_long_posix): Likewise.
9239         (do_getopt_long): Add wrapper to minimize casting.
9240         * tests/test-atexit.c (clear_temp_file): Use void.
9241         * tests/test-areadlink-with-size.c (main): Declare unused
9242         arguments.
9243         * tests/test-areadlink.c (main): Likewise.
9244         * tests/test-areadlinkat-with-size.c (main): Likewise.
9245         * tests/test-areadlinkat.c (main): Likewise.
9246         * tests/test-canonicalize-lgpl.c (main): Likewise.
9247         * tests/test-canonicalize.c (main): Likewise.
9248         * tests/test-dirent-safer.c (main): Likewise.
9249         * tests/test-dirname.c (main): Likewise.
9250         * tests/test-dup2.c (main): Likewise.
9251         * tests/test-fchdir.c (main): Likewise.
9252         * tests/test-fcntl-h.c (main): Likewise.
9253         * tests/test-fcntl-safer.c (main): Likewise.
9254         * tests/test-fdopendir.c (main): Likewise.
9255         * tests/test-fdutimensat.c (main): Likewise.
9256         * tests/test-fflush.c (main): Likewise.
9257         * tests/test-filenamecat.c (main): Likewise.
9258         * tests/test-filevercmp.c (main): Likewise.
9259         * tests/test-fopen-safer.c (main): Likewise.
9260         * tests/test-fopen.c (main): Likewise.
9261         * tests/test-fpending.c (main): Likewise.
9262         * tests/test-fpurge.c (main): Likewise.
9263         * tests/test-freading.c (main): Likewise.
9264         * tests/test-fstatat.c (main): Likewise.
9265         * tests/test-fsync.c (main): Likewise.
9266         * tests/test-futimens.c (main): Likewise.
9267         * tests/test-getndelim2.c (main): Likewise.
9268         * tests/test-gettimeofday.c (main): Likewise.
9269         * tests/test-getopt.c (main): Likewise.
9270         * tests/test-i-ring.c (main): Likewise.
9271         * tests/test-inttypes.c (main): Likewise.
9272         * tests/test-link.c (main): Likewise.
9273         * tests/test-lstat.c (main): Likewise.
9274         * tests/test-math.c (main): Likewise.
9275         * tests/test-md5.c (main): Likewise.
9276         * tests/test-memchr2.c (main): Likewise.
9277         * tests/test-memrchr.c (main): Likewise.
9278         * tests/test-mkdir.c (main): Likewise.
9279         * tests/test-mkdirat.c (main): Likewise.
9280         * tests/test-mkfifoat.c (main): Likewise.
9281         * tests/test-open.c (main): Likewise.
9282         * tests/test-openat-safer.c (main): Likewise.
9283         * tests/test-openat.c (main): Likewise.
9284         * tests/test-quotearg.c (main): Likewise.
9285         * tests/test-rawmemchr.c (main): Likewise.
9286         * tests/test-readlink.c (main): Likewise.
9287         * tests/test-remove.c (main): Likewise.
9288         * tests/test-rename.c (main): Likewise.
9289         * tests/test-renameat.c (main): Likewise.
9290         * tests/test-rmdir.c (main): Likewise.
9291         * tests/test-sha1.c (main): Likewise.
9292         * tests/test-signal.c (main): Likewise.
9293         * tests/test-sigaction.c (main): Likewise.
9294         * tests/test-stat.c (main): Likewise.
9295         * tests/test-stat-time.c (main): Likewise.
9296         * tests/test-stddef.c (main): Likewise.
9297         * tests/test-stdint.c (main): Likewise.
9298         * tests/test-stdio.c (main): Likewise.
9299         * tests/test-stdlib.c (main): Likewise.
9300         * tests/test-strchrnul.c (main): Likewise.
9301         * tests/test-strerror.c (main): Likewise.
9302         * tests/test-string.c (main): Likewise.
9303         * tests/test-strtod.c (main): Likewise.
9304         * tests/test-strverscmp.c (main): Likewise.
9305         * tests/test-symlink.c (main): Likewise.
9306         * tests/test-symlinkat.c (main): Likewise.
9307         * tests/test-sys_stat.c (main): Likewise.
9308         * tests/test-sys_time.c (main): Likewise.
9309         * tests/test-time.c (main): Likewise.
9310         * tests/test-unistd.c (main): Likewise.
9311         * tests/test-unlink.c (main): Likewise.
9312         * tests/test-unlinkat.c (main): Likewise.
9313         * tests/test-utimens.c (main): Likewise.
9314         * tests/test-utimensat.c (main): Likewise.
9315         * tests/test-version-etc.c (main): Likewise.
9316         * tests/test-wchar.c (main): Likewise.
9317         * tests/test-wctype.c (main): Likewise.
9318         * tests/test-xprintf-posix.c (main): Likewise.
9319         * tests/test-posixtm.c (main): Likewise.
9320         (STREQ): Delete unused macro.
9321         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9322         shadowed variables.
9323         * tests/test-memchr.c (main): Likewise.
9324
9325 2009-10-21  Eric Blake  <ebb9@byu.net>
9326
9327         areadlinkat: avoid failure on older glibc
9328         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9329         rather than mis-comparing 0 against FUNC_RESULT of char*.
9330
9331 2009-10-21  Bruno Haible  <bruno@clisp.org>
9332
9333         * modules/stpncpy (License): Relicense under LGPLv2+.
9334         Reported by David Lutterkort <lutter@redhat.com>.
9335
9336 2009-10-20  Eric Blake  <ebb9@byu.net>
9337
9338         utimensat: work around Solaris 9 bug
9339         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9340         has trailing slash bugs.
9341         * tests/test-lutimens.h (test_lutimens): Enhance test.
9342         * tests/test-utimens.h (test_utimens): Likewise.
9343         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9344         * doc/posix-functions/utimes.texi (utimes): Likewise.
9345         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9346         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9347         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9348         * doc/posix-functions/futimens.texi (futimens): Likewise.
9349
9350         fdutimensat: new module
9351         * modules/fdutimensat: New file.
9352         * lib/fdutimensat.c (fdutimensat): Likewise.
9353         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9354         * MODULES.html.sh (File system functions): Mention module.
9355         * modules/fdutimensat-tests: New test.
9356         * tests/test-fdutimensat.c: Likewise.
9357
9358         doc: regenerate INSTALL
9359         * doc/INSTALL: Reflect recent autoconf update.
9360         * doc/INSTALL.ISO: Likewise.
9361         * doc/INSTALL.UTF-8: Likewise.
9362
9363 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9364
9365         acl: warn if ACL support is not detected
9366         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9367
9368 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9369
9370         * lib/nproc.h: Add extern "C" block for C++.
9371
9372 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9373             Bruno Haible  <bruno@clisp.org>
9374
9375         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9376         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9377         * doc/posix-functions/isalpha.texi: Likewise.
9378         * doc/posix-functions/isblank.texi: Likewise.
9379         * doc/posix-functions/iscntrl.texi: Likewise.
9380         * doc/posix-functions/isdigit.texi: Likewise.
9381         * doc/posix-functions/isgraph.texi: Likewise.
9382         * doc/posix-functions/islower.texi: Likewise.
9383         * doc/posix-functions/isprint.texi: Likewise.
9384         * doc/posix-functions/ispunct.texi: Likewise.
9385         * doc/posix-functions/isspace.texi: Likewise.
9386         * doc/posix-functions/isupper.texi: Likewise.
9387         * doc/posix-functions/isxdigit.texi: Likewise.
9388
9389 2009-10-18  Bruno Haible  <bruno@clisp.org>
9390
9391         Tests for module 'isblank'.
9392         * modules/isblank-tests: New file.
9393         * tests/test-isblank.c: New file.
9394
9395         New module 'isblank'.
9396         * lib/isblank.c: New file.
9397         * m4/isblank.m4: New file.
9398         * modules/isblank: New file.
9399         * doc/posix-functions/isblank.texi: Mention the new module.
9400
9401 2009-10-18  Bruno Haible  <bruno@clisp.org>
9402
9403         New module 'ctype'.
9404         * lib/ctype.in.h: New file.
9405         * m4/ctype.m4: New file.
9406         * modules/ctype: New file.
9407         * doc/posix-headers/ctype.texi: Mention the new module.
9408
9409 2009-10-18  Jim Meyering  <meyering@redhat.com>
9410
9411         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9412         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9413         right after its initialization, rather than farther down.
9414         Keeping these in close proximity makes it easier to ensure
9415         that each such variable is initialized.  E.g.,
9416
9417             LIB_CLOCK_GETTIME=
9418             AC_SUBST([LIB_CLOCK_GETTIME])
9419
9420         This change also increments these serial numbers.
9421         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9422         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9423         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9424
9425 2009-10-18  Bruno Haible  <bruno@clisp.org>
9426
9427         Don't let environment variables perturb build.
9428         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9429         (gl_PREREQ_GETHRXTIME): ... not here.
9430
9431 2009-10-18  Bruno Haible  <bruno@clisp.org>
9432
9433         Avoid symlink attack in localcharset module.
9434         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9435         (O_NOFOLLOW): Define fallback.
9436         (get_charset_aliases): Don't open the file if it is a symbolic link.
9437         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9438         gl_FCNTL_H.
9439         (gl_FCNTL_H): Require it.
9440         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9441         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9442         Reported by Fergal Glynn <fglynn@veracode.com>.
9443
9444 2009-10-18  Bruno Haible  <bruno@clisp.org>
9445
9446         Implement nproc for mingw.
9447         * lib/nproc.c: Include <windows.h>
9448         (num_processors): On native Windows platforms, try GetSystemInfo.
9449
9450 2009-10-18  Bruno Haible  <bruno@clisp.org>
9451
9452         Implement nproc for IRIX.
9453         * lib/nproc.c: Include <sys/sysmp.h>.
9454         (num_processors): On IRIX systems, try sysmp.
9455         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9456
9457 2009-10-18  Bruno Haible  <bruno@clisp.org>
9458
9459         Implement nproc for HP-UX.
9460         * lib/nproc.c: Include <sys/pstat.h>
9461         (num_processors): On HP-UX systems, try pstat_getdynamic.
9462         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9463         pstat_getdynamic.
9464
9465 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9466             Bruno Haible  <bruno@clisp.org>
9467
9468         Implement nproc for NetBSD, OpenBSD.
9469         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9470         (ARRAY_SIZE): New macro.
9471         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9472         * m4/nproc.m4: New file.
9473         * modules/nproc (Files): Add m4/nproc.m4.
9474         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9475         (Makefile.am): Instead, augment lib_SOURCES.
9476
9477 2009-10-18  Bruno Haible  <bruno@clisp.org>
9478
9479         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9480         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9481         sys/param.h.
9482
9483 2009-10-16  Eric Blake  <ebb9@byu.net>
9484
9485         utimensat: new module
9486         * modules/utimensat: New file.
9487         * lib/utimensat.c (utimensat): Likewise.
9488         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9489         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9490         so we can work around Linux bugs.
9491         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9492         * modules/sys_stat (Makefile.am): Substitute them.
9493         * lib/sys_stat.in.h (utimensat): Declare it.
9494         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9495         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9496         * modules/utimensat-tests: New test.
9497         * tests/test-utimensat.c: Likewise.
9498
9499         utimens: let lutimens work on non-symlinks
9500         * lib/utimens.c (lutimens): Fall back to utimens rather than
9501         failing with ENOSYS, when file is not a symlink.
9502         (utimens): Reduce redirection.
9503         * tests/test-lutimens.h (test_lutimens): Update test to cover
9504         non-symlinks.
9505         * tests/test-utimens.h (test_utimens): Update test to cover
9506         symlinks.
9507         * tests/test-utimens.c (main): Update caller.
9508
9509         utimens: cache whether utimensat syscall works
9510         * lib/utimens.c (utimensat_works_really): New cache variable.
9511         (fdutimens, lutimens): Use it to avoid failing syscall.
9512
9513         test-stat-time, test-utimens: improve portability
9514         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9515         ext4 on alpha, and for cygwin.
9516         * tests/test-utimens-common.h: New file.
9517         (nap): Factor delays into single function.
9518         * tests/test-lutimens.h (test_lutimens): Use new header.
9519         * tests/test-futimens.h (test_futimens): Likewise.
9520         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9521         timestamps to occur from same machine, as was done previously for
9522         test_utimens.
9523         * modules/utimens-tests (Files): Ship new file.
9524         * modules/futimens-tests (Files): Likewise.
9525         Reported in part by Jim Meyering.
9526
9527         sys_stat: sort replacement declarations
9528         * lib/sys_stat.in.h: Sort declarations.
9529         * lib/futimens.c (futimens): Fix typo.
9530
9531 2009-10-15  Jim Meyering  <meyering@redhat.com>
9532
9533         don't let environment settings perturb build
9534         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9535         could cause a configure-time and/or build-time malfunction.
9536         Typically, a configure-time function-in-library test is performed
9537         via code like this:
9538
9539           LIB_VAR=
9540           AC_SUBST([LIB_VAR])
9541           prefix_saved_LIBS=$LIBS
9542             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9543                        [test "$ac_cv_search_FUNC" = "none required" ||
9544                         LIB_VAR=$ac_cv_search_FUNC])
9545           LIBS=$prefix_saved_LIBS
9546
9547         However, in each of the files affected by this change, the LIB_VAR=
9548         initialization was omitted.  Thus, when set in the environment, its
9549         value would propagate into generated Makefiles when FUNC is not found
9550         in LIB_NAME.
9551         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9552         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9553         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9554
9555 2009-10-14  Eric Blake  <ebb9@byu.net>
9556
9557         fchdir: avoid infinite recursion in mingw
9558         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9559         recursing.
9560
9561         test-stat-time: port to mingw
9562         * tests/test-stat-time.c (force_unlink): Return a value.
9563         (test_ctime) [W32]: Fix compilation error.
9564         (nap): Don't call usleep with too large an argument.  Use
9565         force_unlink.
9566         * doc/pastposix-functions/usleep.texi (usleep): Document the
9567         portability issue.
9568
9569 2009-10-13  Jim Meyering  <meyering@redhat.com>
9570
9571         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9572         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9573         * modules/pipe-filter-ii: Likewise.
9574         * modules/sys_socket-tests: Likewise.
9575         * modules/tsearch-tests: Likewise.
9576         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9577         (check): Depend on it.
9578
9579 2009-10-12  Eric Blake  <ebb9@byu.net>
9580
9581         utimens-tests: port to NFS file systems
9582         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9583         comparisons to avoid spurious failures from timestamp drift
9584         between NFS machines.
9585
9586 2009-10-12  Eric Blake  <ebb9@byu.net>
9587
9588         stat-time-tests: minor cleanups
9589         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9590         * tests/test-stat-time.c (nap): Separate assignment from call.
9591         Suggested by Paolo Bonzini and Bruno Haible.
9592
9593         sys_stat: guarantee struct timespec
9594         * lib/sys_stat.in.h (includes): Always include <time.h>
9595         * modules/sys_stat (Depends-on): Add time.
9596         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9597         mode_t permission values.
9598         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9599         get at subsecond timestamps.
9600
9601 2009-10-10  Eric Blake  <ebb9@byu.net>
9602
9603         futimens: new module
9604         * modules/futimens: New file.
9605         * lib/futimens.c (futimens): Likewise.
9606         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9607         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9608         we can work around Linux bugs.
9609         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9610         * modules/sys_stat (Makefile.am): Substitute them.
9611         * lib/sys_stat.in.h (futimens): Declare it.
9612         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9613         * doc/posix-functions/futimens.texi (futimens): Likewise.
9614         * modules/futimens-tests: New test.
9615         * tests/test-futimens.c: Likewise.
9616
9617         utimens: introduce fdutimens
9618         * lib/utimens.h (fdutimens): New prototype.
9619         * lib/utimens.c (gl_futimens): Move guts...
9620         (fdutimens): ...to new interface.
9621         * tests/test-utimens.c (do_fdutimens): Use it.
9622
9623         utimens: add UTIME_NOW and UTIME_OMIT support
9624         * lib/utimens.c (validate_timespec, update_timespec): New helper
9625         functions.
9626         (gl_futimens, lutimens): Use them.
9627         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9628         stdbool, sys_stat.
9629         (Link): Mention resulting library dependency.
9630         * modules/utimecmp (Link): Likewise.
9631         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9632         (Makefile.am): Pick up library dependency.
9633         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9634         definition.
9635         * tests/test-sys_stat.c: Test the definitions.
9636         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9637         * NEWS: Document library dependency.
9638
9639         utimecmp: support symlink timestamps
9640         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9641         hashing when possible.  Use pathconf when available.
9642         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9643         * modules/utimecmp (Depends-on): Add lstat.
9644
9645         utimens: add lutimens interface
9646         * lib/utimens.c (lutimens): New function.
9647         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9648         * lib/utimens.h (lutimens): Declare new interface.
9649         * tests/test-utimens.c (main): Enhance test.
9650         * tests/test-lutimens.h (test_lutimens): New file.
9651         * modules/utimens-tests (Files): Distribute it.
9652         (Depends-on): Add symlink.
9653         (configure.ac): Check for usleep.
9654
9655         utimens: validate futimens usage
9656         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9657         fewer syscalls on failure later on.  Avoid compiler warning on
9658         mingw.
9659         * modules/utimens (Depends-on): Add dup2.
9660
9661         utimens: add test
9662         * modules/utimens-tests: New test.
9663         * tests/test-utimens.h: New file.
9664         * tests/test-futimens.h: Likewise.
9665         * tests/test-utimens.c: Likewise.
9666
9667         doc: mention timestamp portability issues
9668         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9669         instead.
9670         * doc/posix-functions/utime.texi (utime): Likewise.
9671         * doc/posix-functions/utimes.texi (utimes): Likewise.
9672         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9673         instead.
9674         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9675         module.
9676         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9677         Mention weakness with symlink timestamps.
9678         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9679         to utimensat/futimens instead.
9680         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9681
9682         test-dup2: enhance test
9683         * tests/test-dup2.c (main): Also check AT_FDCWD.
9684
9685         test-stat-time: avoid more spurious failures
9686         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9687         xfs; and avoid race if the two timestamps cross quantization edge.
9688
9689         relocatable: prefer 'file system' over 'filesystem'
9690         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9691         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9692         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9693         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9694         * lib/relocatable.c (compute_curr_prefix): Likewise.
9695
9696 2009-10-10  Jim Meyering  <meyering@redhat.com>
9697
9698         stat-time-tests: check for the usleep function
9699         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9700
9701 2009-10-10  Bruno Haible  <bruno@clisp.org>
9702
9703         * modules/xnanosleep: Put the Link section after the Include section.
9704
9705 2009-10-09  Eric Blake  <ebb9@byu.net>
9706
9707         dup2: work around FreeBSD 6.1 bug
9708         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9709         * doc/posix-functions/dup2.texi (dup2): Document it.
9710         Reported by Nelson H. F. Beebe and Jim Meyering.
9711
9712         test-stat-time: port to buggy NFS clients
9713         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9714         (test_ctime): Also skip test if mtime and ctime are skewed.
9715
9716         maint: prefer 'file system' over 'filesystem'
9717         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9718         * doc/posix-functions/lstat.texi (lstat): Likewise.
9719         * lib/file-has-acl.c (file_has_acl): Likewise.
9720         * lib/fwriteerror.c [TEST]: Likewise.
9721         * tests/test-areadlink.h (test_areadlink): Likewise.
9722         * tests/test-areadlinkat-with-size.c (main): Likewise.
9723         * tests/test-areadlinkat.c (main): Likewise.
9724         * tests/test-canonicalize-lgpl.c (main): Likewise.
9725         * tests/test-canonicalize.c (main): Likewise.
9726         * tests/test-fstatat.c (main): Likewise.
9727         * tests/test-linkat.c (main): Likewise.
9728         * tests/test-lstat.h (test_lstat_func): Likewise.
9729         * tests/test-mkdir.h (test_mkdir): Likewise.
9730         * tests/test-readlink.h (test_readlink): Likewise.
9731         * tests/test-remove.c (main): Likewise.
9732         * tests/test-rename.h (test_rename): Likewise.
9733         * tests/test-renameat.c (main): Likewise.
9734         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9735         * tests/test-symlink.h (test_symlink): Likewise.
9736         * tests/test-symlinkat.c (main): Likewise.
9737         * tests/test-unlink.h (test_unlink_func): Likewise.
9738         * tests/test-unlinkat.c (main): Likewise.
9739
9740         maint: make realtime library usage explicit
9741         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9742         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9743         * modules/settime (Link): Likewise.
9744         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9745
9746         test-stat-time: speed up execution
9747         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9748         warning on mingw.
9749         (nap): New helper function.
9750         (prepare_test): Use it to reduce sleep time.
9751         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9752         execution.
9753         * modules/stat-time-tests (configure.ac): Check for usleep.
9754
9755 2009-10-09  Jim Meyering  <meyering@redhat.com>
9756
9757         selinux-h: always use getfilecon wrappers
9758         * lib/getfilecon.c: New file.
9759         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9760         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9761         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9762         (fgetfilecon): Provide a stub.
9763         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9764         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9765         file unconditionally.
9766         When <selinux/selinux.h> is found, arrange to use wrappers.
9767         * modules/selinux-h (Files): Add getfilecon.c.
9768         (Makefile.am): Substitute include-next-related bits
9769         into the now-always-generated selinux/selinux.h file.
9770         * doc/glibc-functions/lgetfilecon.texi: New file.
9771         * doc/glibc-functions/fgetfilecon.texi: New file.
9772         * doc/glibc-functions/getfilecon.texi: New file.
9773         * doc/glibc-functions/getfilecon-desc.texi: New file.
9774         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9775         which to pull in the new files.
9776         * MODULES.html.sh (Misc): Add selinux-h.
9777
9778 2009-10-08  Jim Meyering  <meyering@redhat.com>
9779
9780         unistd: fix comment typo
9781         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9782
9783 2009-10-08  Eric Blake  <ebb9@byu.net>
9784
9785         areadlink: use SIZE_MAX consistently
9786         * modules/areadlink (Depends-on): Add stdint.
9787         * modules/areadlink-with-size (Depends-on): Likewise.
9788         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9789         gives NULL; drop sys/types, since unistd gives size_t; and add
9790         stdint for SIZE_MAX.
9791         (SIZE_MAX): Rely on headers.
9792         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9793         and add stdint.
9794         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9795         (SIZE_MAX): Likewise.
9796         (INITIAL_BUF_SIZE): Turn into enum.
9797         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9798
9799 2009-10-08  Jim Meyering  <meyering@redhat.com>
9800
9801         areadlinkat: avoid compilation failure
9802         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9803         Fix typo in comment.
9804
9805 2009-10-07  Eric Blake  <ebb9@byu.net>
9806
9807         areadlinkat-with-size: new module
9808         * modules/areadlinkat-with-size: New module.
9809         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9810         * lib/areadlink.h (areadlinkat): Declare it.
9811         * MODULES.html.sh (File system functions): Mention it.
9812         * modules/areadlinkat-with-size-tests: New test.
9813         * tests/test-areadlinkat-with-size.c: New file.
9814
9815         xreadlinkat: new module
9816         * modules/xreadlinkat: New module.
9817         * lib/xreadlinkat.c (xreadlinkat): New file.
9818         * lib/xreadlink.h (xreadlinkat): Declare it.
9819         * MODULES.html.sh (File system functions): Mention it.
9820
9821         areadlinkat: new module
9822         * lib/at-func.c (FUNC_FAIL): New define.
9823         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9824         * modules/areadlinkat: New module.
9825         * lib/linkat.c (areadlinkat): Move...
9826         * lib/areadlinkat.c (areadlinkat): ...to new file.
9827         * lib/areadlink.h (areadlinkat): Declare it.
9828         * modules/linkat (Depends-on): Add areadlinkat.
9829         * MODULES.html.sh (File system functions): Mention it.
9830         * modules/areadlinkat-tests: New test.
9831         * tests/test-areadlinkat.c: New file.
9832
9833         areadlink, areadlink-with-size: add tests
9834         * modules/areadlink-tests: New test.
9835         * modules/areadlink-with-size-tests: Likewise.
9836         * tests/test-areadlink.h: New file.
9837         * tests/test-areadlink.c: Likewise.
9838         * tests/test-areadlink-with-size.c: Likewise.
9839
9840         maint: minor cleanups
9841         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9842         _UNUSED_PARAMETER_ instead.
9843         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9844         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9845         * modules/linkat-tests (Files): Distribute test-link.h.
9846
9847         openat, utimens: whitespace cleanup
9848         * lib/openat.c: Prefer space throughout, rather than mix of 8
9849         spaces vs. tabs.
9850         * lib/at-func.c: Likewise.
9851         * lib/utimens.c: Likewise.
9852
9853         openat: avoid using wrong fd
9854         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9855         working directory chooses same fd.
9856         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9857
9858         mkdir, mkdirat: fix cygwin 1.5.x bug
9859         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9860         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9861         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9862         bug.
9863         (gl_PREREQ_MKDIR): Delete unused macro.
9864         * modules/mkdir (Files): Track file rename.
9865         (configure.ac): Update macro name.
9866         * modules/openat (Depends-on): Add mkdir.
9867         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9868
9869         mkdir, mkdirat: add tests
9870         * modules/mkdir-tests: New test.
9871         * tests/test-mkdir.h: New file.
9872         * tests/test-mkdir.c: Likewise.
9873         * tests/test-mkdirat.c: Likewise.
9874         * modules/openat-tests (Files): Add new files.
9875         (Makefile.am): Run new test.
9876
9877 2009-10-06  Eric Blake  <ebb9@byu.net>
9878
9879         doc: tweak *at function documentation
9880         * doc/posix-functions/faccessat.texi (faccessat): Mention
9881         known issue with replacement.
9882         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9883         * doc/posix-functions/linkat.texi (linkat): Likewise.
9884         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9885         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9886         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9887         * doc/posix-functions/renameat.texi (renameat): Likewise.
9888         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9889
9890         openat: fix GNU/Hurd bug in unlinkat
9891         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9892         broken.
9893         * doc/posix-functions/unlink.texi (unlink): Document this.
9894         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9895
9896         fdopendir: fix GNU/Hurd bug
9897         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9898         allowing non-directory fds.
9899         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9900         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9901         * modules/dirent (Makefile.am): Substitute it.
9902         * lib/dirent.in.h (fdopendir): Declare replacement.
9903         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9904         * tests/test-fdopendir.c (main): Test something other than
9905         /dev/null, since on Hurd that behaves like a directory.
9906
9907         test-symlink: port to GNU/Hurd
9908         * tests/test-symlink.h (test_symlink): Relax expected errno.
9909
9910         doc: tweak more cygwin information
9911         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9912         now compatible with glibc.
9913         * doc/posix-functions/getopt.texi (getopt): Likewise.
9914
9915         getopt-gnu: add another test
9916         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9917         guarantee behavior relied on by m4.
9918         * tests/test-getopt.c (main): Use it.
9919         * modules/getopt-posix-tests (Depends-on): Add setenv.
9920         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9921
9922         getopt: fix compilation on darwin
9923         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9924         include.
9925         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9926         Reported by Ludovic Courtès.
9927
9928 2009-10-06  Bruno Haible  <bruno@clisp.org>
9929
9930         * modules/size_max (Description): Discourage its use.
9931         Reported by Simon Josefsson.
9932
9933 2009-10-06  Jim Meyering  <meyering@redhat.com>
9934
9935         linkat: avoid compilation failure
9936         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9937
9938 2009-10-05  Eric Blake  <ebb9@byu.net>
9939
9940         linkat: support Linux 2.6.17
9941         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9942         linkat on Linux, but allow cache variable override.
9943         * lib/linkat.c (rpl_linkat): Define override.
9944         * modules/linkat (Depends-on): Add symlinkat.
9945         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9946         * modules/unistd (Makefile.am): Substitute it.
9947         * lib/unistd.in.h (linkat): Declare replacement.
9948         Reported by Pádraig Brady.
9949
9950         quotearg: port test to systems with C.UTF-8 locale
9951         * tests/test-quotearg.c (struct result_strings): Add another
9952         member, differentiating between C.ASCII and C.UTF-8 handling.
9953         (compare_strings): Add parameter.
9954         (main): Adjust all callers.
9955
9956         getopt: avoid clash with FreeBSD _getopt_internal
9957         * lib/getopt.in.h (_getopt_internal): Override the name.
9958         * lib/getopt_int.h (includes): Pick up any overrides.
9959         Reported by Reuben Thomas.
9960
9961         hash: allow C89 compilation
9962         * lib/hash.c (check_tuning): Move declaration before statement.
9963         Reported by Reuben Thomas.
9964
9965 2009-10-05  Karl Berry  <karl@gnu.org>
9966
9967         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9968
9969 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9970             Bruno Haible  <bruno@clisp.org>
9971
9972         * lib/uname.c (uname): Use a table-driven algorithm to compute
9973         Windows NT versions.
9974
9975 2009-10-04  Bruno Haible  <bruno@clisp.org>
9976
9977         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9978         program_invocation_short_name.
9979         * modules/progname (configure.ac): Test for presence of
9980         program_invocation_short_name.
9981         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9982
9983 2009-10-04  Bruno Haible  <bruno@clisp.org>
9984
9985         * lib/progname.c (set_program_name): Fix comment.
9986         Reported by Jim Meyering.
9987
9988 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9989             Bruno Haible  <bruno@clisp.org>
9990
9991         * lib/uname.c: Include <string.h>.
9992         (uname): Do only one call to GetVersionEx in the common case.
9993
9994 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9995             Bruno Haible  <bruno@clisp.org>
9996
9997         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9998         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9999         (uname): Add support for Windows CE and various non-x86 CPU types.
10000
10001 2009-10-03  Bruno Haible  <bruno@clisp.org>
10002
10003         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10004         invocation to tests/configure.ac.
10005         Reported by Ian Beckwith <ianb@erislabs.net>.
10006
10007 2009-10-02  Eric Blake  <ebb9@byu.net>
10008
10009         fchdir: avoid compiler warning
10010         * lib/fchdir.c (canonicalize_file_name)
10011         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10012
10013         test-open: support mingw errno values
10014         * tests/test-open.h (test_open): Relax test.
10015         * tests/test-fopen.h (test_fopen): Likewise.
10016         * tests/test-openat-safer.c (main): Likewise.
10017
10018         open: fix opening directory on mingw
10019         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10020
10021         test-open: on GNU/Hurd, /dev/null is a directory
10022         * tests/test-fopen.h (main): Rename...
10023         (test_fopen): ...to this.  Use a guaranteed non-directory when
10024         confirming open behavior on trailing slash.
10025         * tests/test-openat-safer.c (main): Likewise.
10026         * tests/test-open.h (main): Likewise....
10027         (test_open): ...to this.
10028         * tests/test-fopen.c (main): Adjust caller.
10029         * tests/test-fopen-safer.c (main): Likewise.
10030         * tests/test-open.c (main): Likewise.
10031         * tests/test-fcntl-safer.c (main): Likewise.
10032         Reported by Samuel Thibault.
10033
10034         rename, fchdir: don't ignore chdir failure
10035         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10036         * lib/rename.c (rpl_rename) [W32]: Likewise.
10037         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10038         an empty destination directory if source cannot be renamed,
10039         although there is still possibility for failure.
10040         * doc/posix-functions/rename.texi (rename): Document the race.
10041         Reported by Jim Meyering.
10042
10043         maint: cleanup whitespace in recent commits
10044         * lib/rename.c (rpl_rename): Remove tabs.
10045         * tests/test-link.h (test_link): Likewise.
10046         * lib/fchdir.c (get_name): Likewise.
10047         Reported by Jim Meyering.
10048
10049 2009-10-02  Ben Pfaff  <blp@gnu.org>
10050
10051         relocatable-prog-wrapper: Add missing dependency on
10052         double-slash-root.
10053         * modules/relocatable-prog-wrapper: Add dependency.
10054         Reported by Ian Beckwith <ianb@erislabs.net>.
10055
10056 2009-10-02  Eric Blake  <ebb9@byu.net>
10057
10058         renameat: fix Solaris bugs
10059         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10060         needed fixing.
10061         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10062         * modules/stdio (Makefile.am): Substitute it.
10063         * lib/stdio.in.h (renameat): Declare replacement.
10064         * lib/renameat.c (rpl_renameat): Implement fix.
10065
10066         renameat: new module
10067         * modules/renameat: New file.
10068         * lib/renameat.c (renameat): Likewise.
10069         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10070         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10071         * modules/stdio (Makefile.am): Substitute them.
10072         * lib/stdio.in.h (renameat): Declare it.
10073         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10074         * doc/posix-functions/renameat.texi (renameat): Likewise.
10075         * modules/renameat-tests: New test.
10076         * tests/test-renameat.c: Likewise.
10077
10078         rename: fix mingw bugs
10079         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10080         directory overwrite bugs.
10081
10082         rename: fix another cygwin 1.5 bug
10083         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10084         checks.
10085         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10086         unnecessary cygwin workarounds.  Also work around bug with moving
10087         full directory onto an empty one.
10088         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10089
10090         rename-dest-slash: merge into rename module
10091         * modules/rename-dest-slash (Status): Mark obsolete.
10092         (Depends-on): Add rename.
10093         (Files): Let rename do it all.
10094         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10095         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10096         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10097         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10098         * lib/rename.c (rpl_rename): Update comments.
10099
10100         rename: fix cygwin 1.5.x bugs
10101         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10102         * lib/rename.c (rpl_rename): Work around them.
10103         * modules/rename (Depends-on): Add same-inode.
10104
10105         rename: fix Solaris 10 bug
10106         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10107         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10108         was the only bug.
10109
10110         rename: fix Solaris 9 bug
10111         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10112         on non-directory.  Avoid calling exit.
10113         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10114         strdup.
10115         * modules/rename-tests (Depends-on): Drop lstat.
10116         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10117         (gl_PREREQ_RENAME): Delete unused macro.
10118
10119         rename-dest-slash: fix NetBSD bug
10120         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10121         links.
10122         * modules/rename-dest-slash (Depends-on): Add same-inode.
10123
10124         rename-tests: new test, exposes several platform bugs
10125         * modules/rename-tests: New file.
10126         * tests/test-rename.h: Likewise.
10127         * tests/test-rename.c: Likewise.
10128         * doc/posix-functions/rename.texi (rename): Improve documentation,
10129         including bugs that will eventually be fixed in gnulib.
10130
10131 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10132
10133         * lib/uname.c: Include <stdlib.h>
10134         (uname): Assume version info is available.
10135
10136 2009-10-02  Jim Meyering  <meyering@redhat.com>
10137
10138         gnu-web-doc-update: correct --help output
10139         * build-aux/gnu-web-doc-update: Make --help output relevant.
10140
10141         gnu-web-doc-update: add standard options
10142         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10143
10144         gnu-web-doc-update: New module.
10145         Use this script to automatically update the on-line web documentation
10146         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10147         * modules/gnu-web-doc-update: New file, from coreutils.
10148         * build-aux/gnu-web-doc-update: New script.
10149
10150 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10151
10152         link: LoadLibrary is not needed.
10153         * lib/link.c: Use GetModuleHandle.
10154
10155 2009-10-01  Eric Blake  <ebb9@byu.net>
10156
10157         getopt: bump serial number
10158         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10159         change.
10160
10161         tests: tighten link, rmdir, and remove tests
10162         * tests/test-link.h (includes): No need to use <config.h> here.
10163         Clean up if directory hard link was created, otherwise test for
10164         trailing '.'.
10165         * tests/test-linkat.c (main): Simplify.
10166         * tests/test-remove.c (main): Enhance test for trailing '.'.
10167         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10168
10169 2009-10-01  Jim Meyering  <meyering@redhat.com>
10170
10171         maint.mk: requiring "make major" was annoying, for a "minor" release.
10172         What is intended is "stable", to contrast with alpha and beta,
10173         so require "make stable", not "make major".
10174         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10175         (get_tool_versions): Likewise.
10176         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10177
10178 2009-09-30  Ben Pfaff  <blp@gnu.org>
10179
10180         Fix broken build of replacement for Windows tmpfile().
10181         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10182         flags argument added along with the 'mkostemp' module.
10183
10184 2009-09-28  Bruno Haible  <bruno@clisp.org>
10185
10186         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10187         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10188         to 'remove_elt'.
10189         (gl_list_remove): Update.
10190         * lib/gl_list.c (gl_list_remove): Update.
10191         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10192         to 'remove_elt'.
10193         (gl_oset_remove): Update.
10194         * lib/gl_list.c (gl_oset_remove): Update.
10195         Reported by Eric Blake.
10196
10197 2009-09-28  Eric Blake  <ebb9@byu.net>
10198
10199         doc: mention yet more cygwin 1.7 status
10200         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10201         cygwin.
10202         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10203         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10204
10205         argp: fix test failure
10206         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10207         that are not upper-case.  Pass correct range to tolower.
10208
10209 2009-09-27  Jim Meyering  <meyering@redhat.com>
10210
10211         test-yesno: work around sparc-dash here-document infelicity
10212         Without this change, the literal \177 byte in a here document
10213         would make dash 0.5.5.1-3 access uninitialized memory.
10214         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10215         Instead, use a marker, "@", and filter through tr to create the desired
10216         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10217
10218 2009-09-27  Bruno Haible  <bruno@clisp.org>
10219
10220         Disable untested support for new flavours of ACLs on AIX.
10221         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10222         progress.
10223         * lib/set-mode-acl.c (qset_acl): Likewise.
10224
10225 2008-12-07  Bruno Haible  <bruno@clisp.org>
10226
10227         Add support for new flavours of ACLs on AIX. (Untested.)
10228         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10229         (file_has_acl): Add support for newer AIX.
10230         * lib/set-mode-acl.c (qset_acl): Likewise.
10231         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10232         Rainer Tammer <tammer@tammer.net>.
10233
10234 2009-09-26  Eric Blake  <ebb9@byu.net>
10235
10236         argp: fix compilation of getopt
10237         * lib/getopt.in.h (includes): Use different guard than glibc.
10238         Reported by Sergey Poznyakoff.
10239
10240         doc: mention more cygwin 1.7 status
10241         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10242         bug.
10243         * doc/posix-functions/execl.texi (execl): Likewise.
10244         * doc/posix-functions/execle.texi (execle): Likewise.
10245         * doc/posix-functions/execlp.texi (execlp): Likewise.
10246         * doc/posix-functions/execv.texi (execv): Likewise.
10247         * doc/posix-functions/execve.texi (execve): Likewise.
10248         * doc/posix-functions/execvp.texi (execvp): Likewise.
10249         * doc/glibc-functions/canonicalize_file_name.texi
10250         (canonicalize_file_name): Cygwin 1.7 now provides this.
10251         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10252         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10253         on AT_SYMLINK_NOFOLLOW.
10254
10255 2009-09-24  Eric Blake  <ebb9@byu.net>
10256
10257         test-linkat: make test more robust
10258         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10259
10260         getopt: fix inclusion guards for cygwin
10261         * modules/getopt-posix (Depends-on): Add include-next.
10262         (Makefile.am): Substitute more items in replacement header.
10263         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10264         <getopt.h>.
10265         * lib/getopt.in.h (includes): Use split inclusion guard, and
10266         prefer <getopt.h> over include <unistd.h> when one is present.
10267         (option): Also override name of 'struct option'.
10268
10269         same-inode: revert prior change; it is not yet ready
10270         * NEWS: Undo mention of this change.
10271         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10272         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10273         * lib/cycle-check.c (cycle_check): Likewise.
10274         * lib/same.c (same_name): Likewise.
10275         * lib/at-func2.c (at_func2): Likewise.
10276
10277 2009-09-23  Eric Blake  <ebb9@byu.net>
10278
10279         linkat: new module
10280         * modules/linkat: New file.
10281         * lib/at-func2.c (at_func2): Likewise.
10282         * lib/linkat.c (linkat): Likewise.
10283         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10284         * lib/openat-priv.h (at_func2): Add declaration.
10285         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10286         * modules/unistd (Makefile.am): Substitute them.
10287         * lib/unistd.in.h (linkat): Declare it.
10288         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10289         * doc/posix-functions/linkat.texi (linkat): Likewise.
10290         * doc/posix-functions/link.texi (link): Tweak wording.
10291         * tests/test-link.c (main): Move guts...
10292         * tests/test-link.h (test_link): ...into new file.
10293         * modules/linkat-tests: New test.
10294         * tests/test-linkat.c: Likewise.
10295         * modules/link-tests (Files): Ship new file.
10296         (Depends-on): Add stdbool.
10297
10298         dirname: add library-safe mdir_name
10299         * lib/dirname.h (mdir_name): New prototype.
10300         * lib/dirname.c (dir_name): Move guts...
10301         (mdir_name): ...to new function that avoids xalloc_die.
10302
10303         fchdir: another mingw fix
10304         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10305         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10306         on mingw (where it has not yet been ported), and make it optional
10307         elsewhere.
10308         (_gl_register_fd): Use it.
10309
10310         same-inode: make SAME_INODE tri-state, to port to mingw
10311         * NEWS: Mention this change.
10312         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10313         st_ino always being 0.
10314         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10315         * lib/cycle-check.c (cycle_check): Likewise.
10316         * lib/same.c (same_name): Likewise.
10317
10318         lstat: avoid mingw compilation error
10319         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10320         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10321         lstat ourselves.
10322         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10323         was adequate.
10324         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10325         the checks for lstat.
10326         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10327
10328         link: fix test failure on Solaris 9
10329         * lib/link.c (rpl_link): Don't assume link will catch bogus
10330         trailing slash on source.
10331
10332         test-symlinkat: enhance test
10333         * tests/test-readlink.c (main): Move guts...
10334         * tests/test-readlink.h (test_readlink): ...into new file.
10335         * tests/test-symlink.c (main): Move guts...
10336         * tests/test-symlink.h (test_symlink): ...into new file.
10337         * tests/test-symlinkat.c (main): Use new files for further
10338         coverage.
10339         (do_symlink, do_readlink): New helper functions.
10340         * modules/symlink-tests (Files): Ship new file.
10341         (Depends-on): Add stdbool.
10342         * modules/readlink-tests (Files): Ship new file.
10343         (Depends-on): Add stdbool.
10344         * modules/symlinkat-tests (Files): Use new files.
10345
10346 2009-09-23  Eric Blake  <ebb9@byu.net>
10347
10348         readlink: document portability issue with symlink length
10349         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10350         systems have bogus st_size on symlinks, and mention the
10351         areadlink-with-size module.
10352         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10353         * doc/posix-functions/readlink.texi (readlink): Mention the
10354         areadlink module, and ERANGE failure.
10355         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10356         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10357
10358         readlink: fix Solaris 9 bug with trailing slash
10359         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10360         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10361         * doc/posix-functions/readlink.texi (readlink): Document this.
10362         * modules/readlink-tests: New test.
10363         * tests/test-readlink.c: Likewise.
10364
10365         readlink: fix cygwin 1.5.x bug with return type
10366         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10367         * lib/unistd.in.h (readlink): Use ssize_t.
10368         * lib/readlink.c (readlink): Likewise.
10369         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10370         * modules/unistd (Makefile.am): Substitute it.
10371         * lib/unistd.in.h (readlink): Declare replacement.
10372         * doc/posix-functions/readlink.texi (readlink): Document this.
10373
10374         symlink: use throughout gnulib
10375         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10376         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10377         symlink is not used.
10378         * modules/symlinkat (Depends-on): Add symlink.
10379         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10380         * modules/canonicalize-tests (Depends-on): Likewise.
10381         * modules/lstat-tests (Depends-on): Likewise.
10382         * modules/openat-tests (Depends-on): Likewise.
10383         * modules/remove-tests (Depends-on): Likewise.
10384         * modules/rmdir-tests (Depends-on): Likewise.
10385         * modules/unlink-tests (Depends-on): Likewise.
10386         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10387         * tests/test-canonicalize.c (symlink): Likewise.
10388         * tests/test-fstatat.c (symlink): Likewise.
10389         * tests/test-lstat.c (symlink): Likewise.
10390         * tests/test-remove.c (symlink): Likewise.
10391         * tests/test-rmdir.c (symlink): Likewise.
10392         * tests/test-unlink.c (symlink): Likewise.
10393         * tests/test-unlinkat.c (symlink): Likewise.
10394
10395         symlink: new module, for Solaris 9 bug
10396         * modules/symlink: New file.
10397         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10398         * lib/symlink.c: Likewise.
10399         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10400         * modules/unistd (Makefile.am): Substitute them.
10401         * lib/unistd.in.h (symlink): Declare replacement.
10402         * MODULES.html.sh (File system functions): Mention it.
10403         * doc/posix-functions/symlink.texi (symlink): Likewise.
10404         * modules/symlink-tests: New test.
10405         * tests/test-symlink.c: Likewise.
10406
10407 2009-09-23  Bruno Haible  <bruno@clisp.org>
10408
10409         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10410         when needed.
10411         Test case: gnulib-tool --import --with-tests atexit inttypes.
10412         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10413
10414 2009-09-23  Bruno Haible  <bruno@clisp.org>
10415
10416         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10417         subcommand, not in a subshell.
10418
10419 2009-09-22  Eric Blake  <ebb9@byu.net>
10420
10421         unistd: sort replacement declarations
10422         * lib/unistd.in.h: Sort declarations.
10423
10424         open, openat: minor optimization
10425         * lib/open.c (open): If open succeeded, len is non-zero.
10426         * lib/openat.c (rpl_openat): Likewise.
10427
10428         link-follow: ensure correct result
10429         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10430         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10431         distinguish between possible failures.
10432
10433 2009-09-21  Eric Blake  <ebb9@byu.net>
10434
10435         fts: avoid compiler warning
10436         * lib/fts.c (dirent_inode_sort_may_be_useful)
10437         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10438
10439 2009-09-19  Bruno Haible  <bruno@clisp.org>
10440
10441         * lib/progreloc.c (canonicalize_file_name): New declaration.
10442
10443 2009-09-19  Eric Blake  <ebb9@byu.net>
10444
10445         link: fix quoting
10446         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10447
10448         openat: fix openat bugs on Solaris 9
10449         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10450         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10451         * modules/openat (Depends-on): Add open.
10452         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10453         * modules/fcntl-h (Makefile.am): Substitute it.
10454         * lib/fcntl.in.h (openat): Declare replacement.
10455         * doc/posix-functions/openat.texi (openat): Document this.
10456
10457         openat: move fstatat and unlinkat into correct files
10458         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10459         compiled.
10460         * lib/openat.c (fstatat, unlinkat): Move...
10461         * lib/fstatat.c (fstatat): ...into correct files.
10462         * lib/unlinkat.c (unlinkat): Likewise.
10463
10464         openat: fix unlinkat bugs on Solaris 9
10465         * lib/unlinkat.c (unlinkat): New file.
10466         * modules/openat (Depends-on): Add unlink.
10467         (Files): Distribute it.
10468         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10469         trailing slash behavior is broken.
10470         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10471         * modules/unistd (Makefile.am): Substitute it.
10472         * lib/unistd.in.h (unlinkat): Declare replacement.
10473         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10474
10475         openat: fix fstatat bugs on Solaris 9
10476         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10477         stat.
10478         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10479
10480         test-unlinkat: enhance test, to expose Solaris 9 bug
10481         * tests/test-unlink.c (main): Factor guts...
10482         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10483         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10484         * tests/test-rmdir.c (main): Adjust caller.
10485         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10486         (unlinker): New helper function.
10487         (rmdirat): Enhance check.
10488         * modules/rmdir-tests (Depends-on): Add stdbool.
10489         * modules/unlink-tests (Depends-on): Likewise.
10490         (Files): Add test-unlink.h.
10491         * modules/openat-tests (Files): Likewise.
10492         (Depends-on): Add unlinkdir.
10493
10494         test-fstatat: new test, to expose Solaris 9 bugs
10495         * tests/test-stat.c (main): Factor guts...
10496         * tests/test-stat.h (test_stat_func): ...into new file.
10497         * tests/test-lstat.c (main): Factor guts...
10498         * tests/test-lstat.h (test_lstat_func): ...into new file.
10499         * tests/test-fstatat.c: New file.
10500         * modules/stat-tests (Files): Add test-stat.h.
10501         * modules/lstat-tests (Files): Add test-lstat.h.
10502         (Depends-on): Add stdbool.
10503         * modules/openat-tests (Depends-on): Add pathmax.
10504         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10505         (Makefile.am): Run new test.
10506
10507         remove: new module, for mingw and Solaris 9 bugs
10508         * modules/remove: New file.
10509         * lib/remove.c: Likewise.
10510         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10511         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10512         * modules/stdio (Makefile.am): Use them.
10513         * lib/stdio.in.h (remove): Declare replacement.
10514         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10515         * doc/posix-functions/remove.texi (remove): Likewise.
10516         * modules/remove-tests: New test.
10517         * tests/test-remove.c: Likewise.
10518
10519         unlink: new module, for Solaris 9 bug
10520         * modules/unlink: New file.
10521         * lib/unlink.c: Likewise.
10522         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10523         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10524         * modules/unistd (Makefile.am): Use them.
10525         * lib/unistd.in.h (stat): Declare replacement.
10526         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10527         * doc/posix-functions/unlink.texi (unlink): Likewise.
10528         * modules/unlink-tests: New test.
10529         * tests/test-unlink.c: Likewise.
10530
10531         lstat: fix Solaris 9 bug
10532         * lib/lstat.c (lstat): Also check for trailing slash on
10533         non-symlink, non-directories.  Use stat module to simplify logic.
10534         * doc/posix-functions/lstat.texi (lstat): Document it.
10535         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10536         (configure.ac): Check for symlink.
10537         * tests/test-lstat.c (main): Add more tests.
10538
10539         stat: add as dependency to other modules
10540         * modules/chown (Depends-on): Add stat.
10541         * modules/euidaccess (Depends-on): Likewise.
10542         * modules/fchdir (Depends-on): Likewise.
10543         * modules/isdir (Depends-on): Likewise.
10544         * modules/link (Depends-on): Likewise.
10545         * modules/lstat (Depends-on): Likewise.
10546         * modules/mkdir-p (Depends-on): Likewise.
10547         * modules/modechange (Depends-on): Likewise.
10548         * modules/open (Depends-on): Likewise.
10549         * modules/readlink (Depends-on): Likewise.
10550         * modules/same (Depends-on): Likewise.
10551
10552         stat: fix Solaris 9 bug
10553         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10554         slash.
10555         * lib/stat.c (rpl_stat): Work around it.
10556         * doc/posix-functions/stat.texi (stat): Update documentation.
10557
10558         stat: new module, for mingw bug
10559         * modules/stat: New file.
10560         * lib/stat.c: Likewise.
10561         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10562         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10563         * modules/sys_stat (Makefile.am): Use them.
10564         * lib/sys_stat.in.h (stat): Declare replacement.
10565         * lib/openat.c (fstatat): Deal with lstat and stat being function
10566         macros.
10567         * modules/openat (Depends-on): Add inline.
10568         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10569         * doc/posix-functions/stat.texi (stat): Likewise.
10570         * modules/stat-tests: New test.
10571         * tests/test-stat.c: Likewise.
10572
10573 2009-09-19  Jim Meyering  <meyering@redhat.com>
10574
10575         syntax-check: detect unnecessary inclusion of canonicalize.h
10576         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10577
10578 2009-09-19  Eric Blake  <ebb9@byu.net>
10579
10580         canonicalize-lgpl: adjust clients to use correct header
10581         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10582         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10583         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10584         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10585         * lib/progreloc.c (includes): Likewise.
10586
10587 2009-09-19  Jim Meyering  <meyering@redhat.com>
10588
10589         test-posixtm.c: correct a comment
10590         * tests/test-posixtm.c: Correct first-line comment.
10591         Spotted by Eric Blake.
10592
10593 2009-09-16  Jim Meyering  <meyering@redhat.com>
10594
10595         posixtm-tests: make T const-correct; add a test case
10596         * tests/test-posixtm.c (T): Declare const.
10597         Add a test for -(2^31+1).
10598         Remove useless can-succeed-only-in-2002 test.
10599
10600         posixtm-tests: adjust the sole failing test
10601         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10602         expected output matches what mktime now produces.  Cross-checked via
10603         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10604
10605         posixtm: move #ifdef'd tests into a new module
10606         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10607         * tests/test-posixtm.c: ... this new file.
10608         * modules/posixtm-tests: New module.
10609
10610 2009-09-19  Eric Blake  <ebb9@byu.net>
10611
10612         openat: simplify use of at-func.c
10613         * lib/at-func.c (includes): Include prerequisites here, to
10614         simplify requirements on client files.
10615         * lib/openat-priv.h: Add double-inclusion guard.
10616         * lib/faccessat.c (includes): Simplify.
10617         * lib/fchmodat.c (includes): Likewise.
10618         * lib/fchownat.c (includes): Likewise.
10619         * lib/mkdirat.c (includes): Likewise.
10620         * lib/mkfifoat.c (includes): Likewise.
10621         * lib/symlinkat.c (includes): Likewise.
10622
10623         openat: allow return of fd 0
10624         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10625         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10626         unistd-safer.
10627         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10628         <fcntl.h>; this module does not leak fds.
10629         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10630         must be allowed to return 0, leaving openat_safer to add the
10631         safety.
10632         (openat_permissive): Avoid writing to just-opened fd 2 if
10633         restoring the current directory fails.
10634         * lib/openat-die.c (openat_restore_fail): Add comment.
10635         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10636         (save_cwd): Guarantee safe fd, but without use of open_safer.
10637         * tests/test-openat.c: New test.
10638         * modules/openat-tests (Files, Makefile.am): Distribute and build
10639         new file.
10640
10641         relocatable-prog-wrapper: fix build
10642         * modules/relocatable-prog-wrapper (Files): Update name of
10643         canonicalize m4 file, broken on 2009-09-17.
10644         Reported by emad hajjar <aleppos@hotmail.com>.
10645
10646 2009-09-19  Bruno Haible  <bruno@clisp.org>
10647
10648         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10649         * lib/safe-alloc.c: Likewise.
10650         Reported by Ian Beckwith <ianb@erislabs.net>.
10651
10652 2009-09-18  Bruno Haible  <bruno@clisp.org>
10653
10654         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10655         Reported by <erobles@sensacd.com.mx>.
10656
10657 2009-09-17  Eric Blake  <ebb9@byu.net>
10658
10659         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10660         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10661         slashes when checking if last component is missing.
10662         * tests/test-canonicalize.c (main): Test this.
10663
10664         canonicalize, canonicalize-lgpl: honor // if distinct from /
10665         * modules/canonicalize (Files): Add double-slash-root.m4.
10666         * modules/canonicalize-lgpl (Files): Likewise.
10667         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10668         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10669         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10670         fallback definition.
10671         (canonicalize_filename_mode): Use it to protect //.
10672         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10673         (__realpath): Likewise.
10674         * tests/test-canonicalize.c (main): Test this.
10675         * tests/test-canonicalize-lgpl.c (main): Likewise.
10676         * modules/canonicalize-tests (Depends-on): Add same-inode.
10677         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10678
10679         canonicalize-lgpl: fix glibc bug with trailing slash
10680         * m4/canonicalize-lgpl.m4: Move contents...
10681         * m4/canonicalize.m4: ...here.
10682         (gl_CANONICALIZE_LGPL): Factor realpath check...
10683         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10684         glibc 2.3.5 bug, fixed 2005-04-27.
10685         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10686         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10687         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10688         * modules/canonicalize-lgpl (Files): Manage file rename.
10689         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10690         * modules/stdlib (Makefile.am): Substitute witness.
10691         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10692         is needed.
10693         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10694         replacement is required.
10695         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10696         * doc/glibc-functions/canonicalize_file_name.texi
10697         (canonicalize_file_name): Document this.
10698         * doc/posix-functions/realpath.texi (realpath): Likewise.
10699
10700         canonicalize-lgpl: reject non-directory with trailing slash
10701         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10702         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10703         catches failures in glibc 2.3.5.
10704         * tests/test-canonicalize.c (main): Likewise.
10705
10706         canonicalize-lgpl: use native realpath if it works
10707         * lib/canonicalize-lgpl.c (realpath): Guard with
10708         FUNC_REALPATH_WORKS.
10709         * lib/stdlib.in.h (realpath): Make declaration optional based on
10710         HAVE_REALPATH.
10711         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10712         native realpath works.
10713         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10714         * modules/stdlib (Makefile.am): Substitute witness.
10715
10716         canonicalize, canonicalize-lgpl: use <stdlib.h>
10717         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10718         (Include): Mention <stdlib.h>.
10719         (configure.ac): Mention functions we provide.
10720         * modules/canonicalize (configure.ac): Likewise.
10721         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10722         realpath if canonicalize_file_name is missing.
10723         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10724         * modules/stdlib (Makefile.am): Substitute witnesses.
10725         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10726         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10727         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10728         * NEWS: Document this.
10729         * doc/glibc-functions/canonicalize_file_name.texi
10730         (canonicalize_file_name): Likewise.
10731         * doc/posix-functions/realpath.texi (realpath): Likewise.
10732         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10733
10734         test-canonicalize: consolidate into single C program
10735         * tests/test-canonicalize.sh: Delete; move setup into...
10736         * tests/test-canonicalize.c (main): ...the program, making it
10737         easier to run in debugger.  Add some tests.
10738         * modules/canonicalize-tests (Files): Remove unused file.
10739         (Depends-on): Add progname.
10740         (configure.ac, Makefile.am): Simplify.
10741
10742         test-canonicalize-lgpl: consolidate into single C program
10743         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10744         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10745         easier to run in debugger.  Add some tests.
10746         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10747         (configure.ac, Makefile.am): Simplify.
10748
10749         canonicalize: avoid resolvepath
10750         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10751         unnecessary checks.
10752         * lib/canonicalize.c (includes): Simplify.
10753         (canonicalize_file_name): Drop resolvepath implementation.
10754         * modules/canonicalize (Depends-on): Drop filenamecat.
10755
10756         canonicalize: don't lose errno
10757         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10758         over calls to free.
10759
10760         canonicalize: simplify errno handling
10761         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10762         assignment.
10763
10764         canonicalize, canonicalize-lgpl: update module dependencies
10765         * modules/canonicalize (Depends-on): Add extensions, lstat,
10766         pathmax, stdlib.
10767         (Files): Drop pathmax.h.
10768         (configure.ac): Adjust macro name.
10769         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10770         lstat, stdlib, sys_stat.
10771         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10772         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10773         extensions.
10774         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10775         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10776         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10777         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10778         declaration, if available.
10779         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10780         we can rely on the readlink module.
10781         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10782         (includes): Use <unistd.h> unconditionally.
10783
10784 2009-09-17  Eric Blake  <ebb9@byu.net>
10785
10786         maint: make Include sections of modules consistent
10787         * modules/alloca: Use only header name; no need to list #include.
10788         * modules/alloca-opt: Likewise.
10789         * modules/arpa_inet: Likewise.
10790         * modules/canon-host: Likewise.
10791         * modules/configmake: Likewise.
10792         * modules/dirent: Likewise.
10793         * modules/eealloc: Likewise.
10794         * modules/environ: Likewise.
10795         * modules/fchdir: Likewise.
10796         * modules/fcntl: Likewise.
10797         * modules/fcntl-h: Likewise.
10798         * modules/gethrxtime: Likewise.
10799         * modules/gettime: Likewise.
10800         * modules/ignore-value: Likewise.
10801         * modules/inet_ntop: Likewise.
10802         * modules/inet_pton: Likewise.
10803         * modules/inttypes: Likewise.
10804         * modules/isnand-nolibm: Likewise.
10805         * modules/isnanf-nolibm: Likewise.
10806         * modules/mbchar: Likewise.
10807         * modules/mbfile: Likewise.
10808         * modules/mbiter: Likewise.
10809         * modules/mbuiter: Likewise.
10810         * modules/netdb: Likewise.
10811         * modules/netinet_in: Likewise.
10812         * modules/nproc: Likewise.
10813         * modules/pagealign_alloc: Likewise.
10814         * modules/poll: Likewise.
10815         * modules/printf-frexp: Likewise.
10816         * modules/pthread: Likewise.
10817         * modules/putenv: Likewise.
10818         * modules/random_r: Likewise.
10819         * modules/relocatable-prog: Likewise.
10820         * modules/search: Likewise.
10821         * modules/select: Likewise.
10822         * modules/selinux-h: Likewise.
10823         * modules/settime: Likewise.
10824         * modules/signal: Likewise.
10825         * modules/size_max: Likewise.
10826         * modules/socklen: Likewise.
10827         * modules/ssize_t: Likewise.
10828         * modules/stdarg: Likewise.
10829         * modules/stdbool: Likewise.
10830         * modules/stddef: Likewise.
10831         * modules/stdint: Likewise.
10832         * modules/stdio: Likewise.
10833         * modules/stdlib: Likewise.
10834         * modules/string: Likewise.
10835         * modules/strings: Likewise.
10836         * modules/sys_file: Likewise.
10837         * modules/sys_ioctl: Likewise.
10838         * modules/sys_select: Likewise.
10839         * modules/sys_socket: Likewise.
10840         * modules/sys_stat: Likewise.
10841         * modules/sys_time: Likewise.
10842         * modules/sys_times: Likewise.
10843         * modules/sys_utsname: Likewise.
10844         * modules/sys_wait: Likewise.
10845         * modules/sysexits: Likewise.
10846         * modules/time: Likewise.
10847         * modules/times: Likewise.
10848         * modules/tmpfile: Likewise.
10849         * modules/trim: Likewise.
10850         * modules/unistd: Likewise.
10851         * modules/wchar: Likewise.
10852         * modules/wctype: Likewise.
10853
10854 2009-09-17  Bruno Haible  <bruno@clisp.org>
10855
10856         Make getdate.y compile on QNX and NetBSD 5 / i386.
10857         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10858         TIME_T_FITS_IN_LONG_INT.
10859         * lib/getdate.y (long_time_t): New type.
10860         (relative_time): Change type of 'seconds' field to long_time_t.
10861         (get_date): Update types of local variables. Check against overflow
10862         during conversion from long_time_t to time_t.
10863         Reported by Matt Kraai <kraai@ftbfs.org>
10864         and Hasso Tepper <hasso@netbsd.org>.
10865
10866 2009-09-17  Bruno Haible  <bruno@clisp.org>
10867
10868         * modules/COPYING: Update copyright years.
10869         * modules/README: Likeiwse.
10870         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10871         Reported by Ian Beckwith <ianb@erislabs.net>.
10872
10873 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10874
10875         * users.txt: Update references for gnuit package.
10876
10877 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10878
10879         * m4/getdelim.m4: Fix typo in copyright line.
10880
10881 2009-09-17  Bruno Haible  <bruno@clisp.org>
10882
10883         * lib/atoll.c: Use the standard header with GPL copyright.
10884         * lib/argz.in.h: Likewise.
10885         * lib/glob.c: Likewise.
10886         * lib/glob-libc.h: Likewise.
10887         * lib/random_r.c: Likewise.
10888         * lib/siglist.h: Likewise.
10889         * lib/strsignal.c: Likewise.
10890         Reported by Ian Beckwith <ianb@erislabs.net>.
10891
10892 2009-09-17  Eric Blake  <ebb9@byu.net>
10893
10894         rmdir: ensure correct dependency order
10895         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10896
10897 2009-09-17  Bruno Haible  <bruno@clisp.org>
10898
10899         Disable assertion that fails on NetBSD 5 / i386.
10900         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10901         Reported by Sam Steingold <sds@gnu.org>
10902         and Hasso Tepper <hasso@netbsd.org>.
10903
10904 2009-09-16  Eric Blake  <ebb9@byu.net>
10905
10906         unlinkdir: port to mingw
10907         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10908         on which no one can unlink a directory.
10909
10910         stdlib: sort witness names
10911         * modules/stdlib (Makefile.am): Sort replacements.
10912         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10913         * lib/stdlib.in.h: Likewise.
10914
10915         parse-duration-tests: avoid link failure
10916         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10917         LIBINTL.
10918         Reported by Tom G. Christensen.
10919
10920         openat-tests: ensure unlinkat behaves like rmdir
10921         * tests/test-rmdir.c (main): Factor guts...
10922         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10923         * modules/rmdir-tests (Files): Ship new file.
10924         * modules/openat-tests: New test.
10925         * tests/test-unlinkat.c: Likewise.
10926
10927         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10928         * modules/rmdir-errno (Status, Notice): Now obsolete.
10929
10930         rmdir: work around cygwin 1.5.x and mingw bugs
10931         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10932         * lib/rmdir.c (rmdir): Work around it.
10933         * modules/rmdir (Status, Notice): No longer obsolete.
10934         (Files): Add dos.m4.
10935         (Depends-on): Add unistd.
10936         (configure.ac): Set witnesses.
10937         (License): Relax to LGPLv2+.
10938         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10939         * modules/unistd (Makefile.am): Substitute witnesses.
10940         * lib/unistd.in.h (rmdir): Declare replacement.
10941         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10942         * modules/rmdir-tests: New tests.
10943         * tests/test-rmdir.c: Likewise.
10944
10945 2009-09-15  Eric Blake  <ebb9@byu.net>
10946
10947         fchdir: improve use of replacement functions
10948         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10949         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10950         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10951         REPLACE_CLOSEDIR.
10952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10953         * modules/sys_stat (Makefile.am): Substitute correct witness.
10954         * modules/dirent (Makefile.am): Likewise.
10955         * modules/unistd (Makefile.am): Likewise.
10956         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10957         * lib/unistd.in.h (dup): Likewise.
10958         * lib/sys_stat.in.h (fstat): Likewise.
10959
10960         maint: ignore gnulib-tool temp files
10961         * .gitignore: Ignore files created during gnulib-tool --test.
10962
10963 2009-09-13  Jim Meyering  <meyering@redhat.com>
10964
10965         posixtm: don't reject a time that specify "60" as the number of seconds
10966         * lib/posixtm.c (posixtime): The code to reject invalid dates
10967         would also reject a time specified with the .60 suffix.
10968         But POSIX allows that, in order to accommodate leap seconds.
10969         So don't reject it.
10970         (main): Adjust tests accordingly.
10971         * modules/posixtm (Depends-on): Add stpcpy.
10972
10973 2009-09-11  Jim Meyering  <meyering@redhat.com>
10974
10975         announce-gen: include [$release_type] in emitted Subject:
10976         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10977         e.g., [stable] in the emitted Subject: line.
10978
10979 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10980
10981         Remove obsolete macros from several modules.
10982         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10983         obsolete Autoconf macros with their modern counterparts.
10984         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10985         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10986         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10987         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10988         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10989         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10990         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10991         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10992         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10993         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10994         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10995         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10996         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10997         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10998         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10999         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11000         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11001         * m4/time_r.m4 (gl_TIME_R): Likewise.
11002         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11003         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11004         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11005
11006         Fix copyright header in build-aux scripts.
11007         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11008         recommendation.
11009         * build-aux/ncftpput-ftp: Likewise.
11010         * build-aux/update-copyright: Likewise.
11011
11012 2009-09-09  Eric Blake  <ebb9@byu.net>
11013
11014         test-link: allow Linux choice of errno
11015         * tests/test-link.c (main): Relax test for alternate error.
11016
11017         strndup: fix improper m4 caching
11018         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11019         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11020         (gl_PREREQ_STRNDUP): Delete.
11021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11022         * modules/string (Makefile.am): Substitute it.
11023         * lib/string.in.h (strndup): Modernize prototype.
11024
11025         getcwd: port to mingw
11026         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11027         different from the POSIX assumptions made throughout the getcwd
11028         module; fortunately, the mingw getcwd does not need replacement.
11029         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11030         * modules/getcwd-tests: New test.
11031         * tests/test-getcwd.c: Likewise.
11032
11033         link: fix platform bugs
11034         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11035         * lib/link.c (link): Work around them.  Fix related mingw bug.
11036         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11037         * modules/unistd (Makefile.am): Substitute it.
11038         * lib/unistd.in.h (link): Declare replacement.
11039         * doc/posix-functions/link.texi (link): Document this.
11040         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11041
11042         test-link: consolidate into single C program, test more cases
11043         * tests/test-link.sh: Delete.
11044         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11045         at least Cygwin and Solaris.
11046         * modules/link-tests (Files): Remove unused file.
11047         (Depends-on): Add errno, sys_stat.
11048         (Makefile.am): Simplify.
11049
11050 2009-09-08  Bruno Haible  <bruno@clisp.org>
11051
11052         Work around towlower, towupper bug on mingw.
11053         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11054         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11055         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11056         * doc/posix-functions/towupper.texi: Likewise.
11057         Reported by Eric Blake.
11058
11059 2009-09-08  Jim Meyering  <meyering@redhat.com>
11060
11061         build: don't try to run autoheader if we don't use it
11062         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11063         is not used in configure.ac.
11064
11065 2009-09-08  Eric Blake  <ebb9@byu.net>
11066
11067         euidaccess: fix compilation error
11068         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11069
11070         rawmemchr: relax license
11071         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11072         okay.
11073         Reported by Jim Meyering.
11074
11075         mkfifoat: new module
11076         * modules/mkfifoat: New file.
11077         * lib/mkfifoat.c: Likewise.
11078         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11079         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11080         * modules/sys_stat (Makefile.am): Use them.
11081         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11082         * MODULES.html.sh (File system functions): Mention module.
11083         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11084         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11085         * modules/mkfifoat-tests: New test.
11086         * tests/test-mkfifoat.c: Likewise.
11087
11088         strchrnul: relax license
11089         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11090         okay.
11091         Reported by Jim Meyering.
11092
11093 2009-09-08  Eric Blake  <ebb9@byu.net>
11094
11095         fstatat: fix compilation on Solaris
11096         * lib/fstatat.c (includes): Add fcntl.h.
11097         Reported by Pádraig Brady.
11098
11099 2009-09-07  Eric Blake  <ebb9@byu.net>
11100
11101         rename: modernize replacement
11102         * modules/rename (Depends-on): Add stdio.
11103         (configure.ac): Declare witness.
11104         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11105         stdio take care of replacement.
11106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11107         * modules/stdio (Makefile.am): Substitute them.
11108         * lib/stdio.in.h (rename): Declare replacement.
11109         * lib/rename.c (includes): Allow cross-compilation to non-windows
11110         machines.
11111         * doc/posix-functions/rename.texi (rename): Improve
11112         documentation.
11113
11114         stdio: sort witness names
11115         * modules/stdio (Makefile.am): Sort replacements.
11116         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11117         * lib/stdio.in.h: Likewise.
11118
11119         getcwd: minor cleanups
11120         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11121         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11122
11123         openat: provide more convenience names
11124         * modules/faccessat (configure.ac): Add C witness.
11125         * lib/unistd.in.h (readlinkat): Fix typo.
11126         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11127         convenience wrappers.
11128         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11129         wrappers in syntax checks.
11130
11131 2009-09-06  Eric Blake  <ebb9@byu.net>
11132
11133         doc: fix comments in recent patches
11134         * lib/faccessat.c: Mention correct function.
11135         * lib/fchmodat.c: Likewise.
11136         * lib/fchownat.c: Likewise.
11137         * lib/symlinkat.c: Likewise.
11138         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11139         constants.
11140
11141         faccessat, symlinkat: continue cleanup of previous patch
11142         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11143         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11144         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11146         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11147         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11148         set.
11149
11150 2009-09-06  Bruno Haible  <bruno@clisp.org>
11151
11152         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11153         (fstatat): Declare if GNULIB_FSTATAT is set.
11154         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11155         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11156         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11157         * modules/fcntl-h (Files): Remove m4/openat.m4.
11158         * modules/sys_stat (Files): Remove m4/openat.m4.
11159         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11160         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11161         * modules/unistd (Files): Remove m4/openat.m4.
11162         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11163         GNULIB_OPENAT.
11164         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11165         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11166         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11167         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11168         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11169         gl_OPENAT_DEFAULTS.
11170         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11171         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11172         Don't require gl_OPENAT_DEFAULTS.
11173         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11174         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11175         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11176         (gl_OPENAT_DEFAULTS): Remove macro.
11177
11178 2009-09-06  Bruno Haible  <bruno@clisp.org>
11179
11180         * modules/openat (configure.ac): Remove unneeded witness.
11181
11182 2009-09-06  Bruno Haible  <bruno@clisp.org>
11183
11184         Set errno to ENOSYS when a function is entirely unsupported.
11185         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11186         EOPNOTSUPP.
11187         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11188         * modules/chown (Depends-on): Remove errno.
11189
11190 2009-09-06  Bruno Haible  <bruno@clisp.org>
11191
11192         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11193
11194 2009-09-06  Bruno Haible  <bruno@clisp.org>
11195
11196         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11197
11198 2009-09-06  Ben Pfaff  <blp@gnu.org>
11199             Bruno Haible  <bruno@clisp.org>
11200
11201         Work around a glibc bug in strtok_r.
11202         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11203         Undefine if UNDEFINE_STRTOK_R is set.
11204         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11205         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11206         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11207         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11208         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11209         UNDEFINE_STRTOK_R.
11210         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11211
11212 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11213
11214         exclude: minor fix
11215         * lib/exclude.c: Include wctype.h
11216
11217 2009-09-06  Akim Demaille  <demaille@gostai.com>
11218
11219         bootstrap: improve error message
11220         * build-aux/bootstrap (find_tool): Upon failure, report the list
11221         of candidates.
11222         Honor the initial value of the envvar.
11223
11224 2009-09-05  Eric Blake  <ebb9@byu.net>
11225
11226         symlinkat: new module
11227         * modules/symlinkat: New file.
11228         * lib/symlinkat.c: Likewise.
11229         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11230         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11231         * modules/unistd (Makefile.am): Use them.
11232         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11233         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11234         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11235         * MODULES.html.sh (File system functions): Mention module.
11236         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11237         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11238         * modules/symlinkat-tests: New test.
11239         * tests/test-symlinkat.c: Likewise.
11240
11241         test-openat-safer: add more checks
11242         * tests/test-openat-safer.c (main): Check more code paths.
11243
11244 2009-09-05  Jim Meyering  <meyering@redhat.com>
11245
11246         syntax-check: detect unnecessary inclusion of openat.h
11247         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11248
11249 2009-09-05  Bruno Haible  <bruno@clisp.org>
11250
11251         Support towlower, towupper.
11252         * doc/posix-functions/towlower.texi: Mention module wctype.
11253         * doc/posix-functions/towupper.texi: Likewise.
11254         * lib/wctype.in.h (towlower, towupper): New functions.
11255         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11256         (ASSERT): New macro.
11257         (e): New variable.
11258         (main): Test also towlower, towupper. Test WEOF argument.
11259         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11260
11261 2009-09-05  Bruno Haible  <bruno@clisp.org>
11262
11263         Fix conversion behaviour when the input is invalid.
11264         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11265         mark occurring in first pass of indirect conversion.
11266         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11267         input.
11268         Found by clang's static analyzer.
11269
11270 2009-09-05  Bruno Haible  <bruno@clisp.org>
11271
11272         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11273         where direct conversion is possible.
11274
11275 2009-09-04  Eric Blake  <ebb9@byu.net>
11276
11277         openat: fail with ENOENT on empty name
11278         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11279         buffer.
11280
11281         link-follow: fix logic bug in prior patch
11282         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11283         reversed sense of yes and no in prior patch.  Avoid confusing
11284         compilation failure with desired semantics.
11285
11286         link-follow: accomodate mingw and cross-compilation
11287         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11288         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11289         cross-compilation results to -1, to make linkat easier to
11290         implement when cross-compiling.  Trivially support mingw.
11291         * modules/link-follow (configure.ac): Call new name.
11292         * NEWS: Mention this.
11293
11294 2009-09-03  Eric Blake  <ebb9@byu.net>
11295
11296         faccessat: compile replacement
11297         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11298         needed.
11299
11300         fts: fix compilation error
11301         * lib/fts.c (includes): Re-add "openat.h", for
11302         openat_needs_fchdir.
11303
11304         faccessat: new module
11305         * modules/faccessat: New file.
11306         * lib/faccessat.c: Likewise.
11307         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11308         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11309         * modules/unistd (Makefile.am): Use it.
11310         * lib/unistd.in.h (faccessat): Declare it.
11311         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11312         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11313         * MODULES.html.sh (File system functions): Mention it.
11314         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11315         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11316
11317         euidaccess: prefer POSIX over non-standard implementation
11318         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11319         * lib/euidaccess.c (euidaccess): Use it if available.
11320
11321         openat: make template easier to use
11322         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11323         AT_FUNC_F2 to be undefined.
11324         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11325         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11326         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11327         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11328         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11329         Likewise.
11330         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11331         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11332         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11333         Likewise.
11334
11335         openat: declare in POSIX headers
11336         * NEWS: Mention this.
11337         * modules/openat (configure.ac): Declare witnesses.
11338         (Depends-on): Add fcntl-h, sys_stat, unistd.
11339         (Include): Mention correct headers.
11340         * modules/fcntl-h (Depends-on): Add link-warning.
11341         (Files): Add openat.m4.
11342         (Makefile.am): Substitute witnesses.
11343         * modules/sys_stat (Files, Makefile.am): Likewise.
11344         * modules/unistd (Files, Makefile.am): Likewise.
11345         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11346         (gl_OPENAT_DEFAULTS): New macro.
11347         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11349         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11350         (SYS_STAT_H): Remove unused variable.
11351         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11352         * lib/fcntl--.h (includes): Remove unneeded header.
11353         * lib/openat-safer.c (includes): Likewise.
11354         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11355         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11356         appropriate headers.
11357         (__OPENAT_PREFIX): Delete.
11358         * lib/fcntl.in.h (openat): Provide declaration.
11359         (AT_FDCWD): Fix Solaris bug.
11360         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11361         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11362         * lib/fchmodat.c (includes):  Adjust to find declaration.
11363         * lib/fchownat.c (includes): Likewise.
11364         * lib/mkdirat.c (includes): Likewise.
11365         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11366         still visible.
11367
11368 2009-09-02  Eric Blake  <ebb9@byu.net>
11369
11370         errno: use consistently
11371         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11372         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11373         * lib/canonicalize.c (ELOOP): Likewise.
11374         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11375         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11376         * lib/lchown.c (EOPNOTSUPP): Likewise.
11377         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11378         * lib/savewd.c (ESTALE): Likewise.
11379         * lib/settime.c (ENOSYS): Likewise.
11380         * lib/utimens.c (ENOSYS): Likewise.
11381         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11382         * lib/chdir-safer.c (ELOOP): Likewise.
11383         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11384         * modules/c-stack (Depends-on): Add errno.
11385         * modules/canonicalize (Depends-on): Likewise.
11386         * modules/chdir-safer (Depends-on): Likewise.
11387         * modules/fdopendir (Depends-on): Likewise.
11388         * modules/inet_ntop (Depends-on): Likewise.
11389         * modules/inet_pton (Depends-on): Likewise.
11390         * modules/lchown (Depends-on): Likewise.
11391         * modules/openat (Depends-on): Likewise.
11392         * modules/savewd (Depends-on): Likewise.
11393         * modules/settime (Depends-on): Likewise.
11394         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11395
11396         fts: avoid leaking fds
11397         * modules/fts (Depends-on): Add cloexec.
11398         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11399         flag.
11400
11401         fts: make directory fds more robust
11402         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11403         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11404
11405         backupfile, chdir-long, fts, savedir: make safer
11406         * lib/backupfile.c (includes): Use "dirent--.h", since
11407         numbered_backup can write to stderr during readdir.
11408         * lib/savedir.c (includes): Likewise.
11409         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11410         emulation can write to stderr on failure.
11411         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11412         * lib/getcwd.c: Document why opendir_safer is unused.
11413         * lib/glob.c: Likewise.
11414         * lib/scandir.c: Likewise.
11415         * lib/openat-proc.c: Likewise, for open_safer.
11416         * modules/backupfile (Depends-on): Add dirent-safer.
11417         * modules/savedir (Depends-on): Likewise.
11418         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11419         * modules/chdir-long (Depends-on): Add openat-safer.
11420
11421         openat-safer: new module
11422         * modules/openat-safer: New file.
11423         * lib/openat-safer.c: Likewise.
11424         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11425         * lib/fcntl-safer.h (openat_safer): Declare.
11426         * lib/fcntl--.h (openat): Override.
11427         * MODULES.html.sh (File descriptor based I/O): Mention it.
11428         * lib/openat.h: Add double-inclusion guards.
11429         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11430         "fcntl--.h", so we can implement openat.
11431         * modules/openat-safer-tests: New test.
11432         * tests/test-openat-safer.c: New file.
11433
11434         dirent-safer: new module
11435         * modules/dirent-safer: New file.
11436         * lib/dirent--.h: Likewise.
11437         * lib/dirent-safer.h: Likewise.
11438         * lib/opendir-safer.c: Likewise.
11439         * m4/dirent-safer.m4: Likewise.
11440         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11441         * modules/dirent-safer-tests: New test.
11442         * tests/test-dirent-safer.c: New file.
11443         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11444
11445         fdopendir: optimize on mingw
11446         * lib/unistd.in.h (_gl_directory_name): New prototype.
11447         * lib/fchdir.c (_gl_directory_name): Implement it.
11448         (fchdir): Use it to simplify implementation.
11449         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11450         fchdir, when available, to avoid calling [f]chdir().
11451
11452         fdopendir: split into its own module
11453         * lib/openat.c (fdopendir): Move...
11454         * lib/fdopendir.c: ...into new file.
11455         * modules/fdopendir: New module.
11456         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11457         * modules/openat (Depends-on): Add fdopendir.
11458         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11459         fdopendir here.
11460         * modules/savedir (Depends-on): Only need fdopendir, not full
11461         openat.
11462         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11463         * lib/openat.h (fdopendir): Drop prototype.
11464         * lib/dirent.in.h (fdopendir): Provide prototype.
11465         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11466         * modules/dirent (Makefile.am): Substitute them.
11467         * MODULES.html.sh (File system functions): Mention it.
11468         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11469         * modules/fdopendir-tests: New file.
11470         * tests/test-fdopendir.c: Likewise.
11471
11472         fchdir: use more consistent macro convention
11473         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11474         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11475         REPLACE_FCHDIR, rather than relying on config.h macros.
11476         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11477         inside a single make-time REPLACE_FCHDIR block, rather than using
11478         the config.h FCHDIR_REPLACEMENT.
11479         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11480         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11481         Manage fstat replacement.
11482         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11483         REPLACE_FCHDIR.
11484         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11485         (Makefile.am): Substitute REPLACE_FCHDIR.
11486         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11487         FCHDIR_REPLACEMENT.
11488         * lib/dup-safer.c (dup_safer): Likewise.
11489         * lib/dup2.c (rpl_dup2): Likewise.
11490         * lib/dup3.c (rpl_dup3): Likewise.
11491         * lib/open.c (rpl_open): Likewise.
11492
11493         fchdir: simplify error handling, and support dup3
11494         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11495         stdbool, malloc-posix, realloc-posix.
11496         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11497         (ensure_dirs_slot): Return false on allocation failure.
11498         (rpl_dup2): Delete.
11499         (_gl_register_dup): New function.
11500         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11501         (_gl_register_fd): Close fd on allocation failure.
11502         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11503         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11504         prototype.
11505         (rpl_dup2_fchdir): Delete prototype.
11506         * lib/open.c (open): Update caller.
11507         * lib/dup2.c (dup2): Track fchdir metadata.
11508         * lib/dup3.c (dup3): Likewise.
11509         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11510         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11511
11512 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11513
11514         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11515         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11516         don't pass arguments to AC_OUTPUT.
11517
11518 2009-09-02  Bruno Haible  <bruno@clisp.org>
11519
11520         * modules/mkdtemp (License): Relicense under LGPLv2+.
11521         Reported by Paolo Bonzini.
11522
11523 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11524
11525         Replace uses of obsolete autoconf macros in Jim's modules.
11526         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11527         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11528         can evoke a warning from autoconf when run with -Wobsolete
11529         enabled.  They were declared obsolete for good reasons (see
11530         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11531         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11532         should not continue using the deprecated macros.
11533         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11534         obsolete Autoconf macros with modern counterparts.
11535         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11536         * m4/dos.m4 (gl_AC_DOS): Likewise.
11537         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11538         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11539         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11540         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11541         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11542         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11543         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11544         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11545         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11546         Likewise.
11547         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11548         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11549         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11550         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11551         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11552         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11553
11554 2009-09-01  Eric Blake  <ebb9@byu.net>
11555
11556         fchdir: fix off-by-one bug in previous patch
11557         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11558         (_gl_unregister_fd): Delete useless if.
11559
11560 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11561
11562         maint.mk: sort the list of syntax-check rules
11563         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11564         easier to get a sense of progress when the rules are run sequentially
11565         and take a long time.
11566
11567 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11568
11569         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11570         * modules/netinet_in: Likewise.
11571         * modules/sys_file: Likewise.
11572         * modules/sys_ioctl: Likewise.
11573         * modules/sys_select: Likewise.
11574         * modules/sys_socket: Likewise.
11575         * modules/sys_stat: Likewise.
11576         * modules/sys_time: Likewise.
11577         * modules/sys_times: Likewise.
11578         * modules/sys_utsname: Likewise.
11579         * modules/sys_wait: Likewise.
11580
11581 2009-09-01  Jim Meyering  <meyering@redhat.com>
11582
11583         fts: help ensure that return values are not ignored
11584         * lib/fts_.h (__GNUC_PREREQ): Define.
11585         (__attribute_warn_unused_result__): Define.
11586         (fts_children, fts_close, fts_open, fts_read): Declare with
11587         __attribute_warn_unused_result__.
11588
11589         fts: fts_close now fails also when closing a dir file descriptor fails
11590         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11591         and propagate to caller, along with errno.
11592
11593         announce-gen: correct formatting in --help output
11594         * build-aux/announce-gen (usage): Move the one-line description in
11595         --help output "up", to where it belongs, just after Usage:.
11596
11597 2009-08-31  Eric Blake  <ebb9@byu.net>
11598
11599         fchdir: port to mingw
11600         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11601         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11602         opened, then use a substitute.
11603         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11604         replacement.
11605         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11606         (_gl_register_fd): No need to check stat if open already filters
11607         all directories.
11608         (fchdir): Fix error condition to match POSIX.
11609         * modules/fchdir (Depends-on): Add sys_stat.
11610         * doc/posix-functions/open.texi (open): Document the limitation.
11611         * modules/fchdir-tests: New file.
11612         * tests/test-fchdir.c: Likewise.
11613
11614         canonicalize: allow cross-testing from cygwin to mingw
11615         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11616         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11617         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11618         Likewise.
11619         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11620         target does not support symlinks.
11621         * tests/test-canonicalize-lgpl.sh: Likewise.
11622
11623         chown: avoid compilation warning on mingw
11624         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11625         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11626         mingw.
11627         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11628         * modules/chown (Depends-on): Add errno.
11629
11630 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11631
11632         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11633         command.
11634
11635 2009-08-31  Jim Meyering  <meyering@redhat.com>
11636
11637         canonicalize: remove useless initialization
11638         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11639         initialization of local, "end".
11640
11641 2009-08-30  Bruno Haible  <bruno@clisp.org>
11642
11643         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11644         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11645         ENOSYS.
11646
11647 2009-08-30  Bruno Haible  <bruno@clisp.org>
11648
11649         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11650         /usr/xpg4/bin/tr when it exists.
11651         * tests/test-pipe-filter-gi1.sh: Likewise.
11652
11653 2009-08-30  Bruno Haible  <bruno@clisp.org>
11654
11655         Work around deficient /usr/bin/id program on Solaris.
11656         * tests/test-file-has-acl.sh (ID): New variable.
11657         * tests/test-set-mode-acl.sh (ID): Likewise.
11658         * tests/test-copy-acl.sh (ID): Likewise.
11659         * tests/test-copy-file.sh (ID): Likewise.
11660
11661 2009-08-30  Bruno Haible  <bruno@clisp.org>
11662
11663         New module 'xstriconveh'.
11664         * lib/xstriconveh.h: New file.
11665         * lib/xstriconveh.c: New file.
11666         * modules/xstriconveh: New file.
11667
11668 2009-08-30  Bruno Haible  <bruno@clisp.org>
11669
11670         Make it easier to use mem_cd_iconveh.
11671         * lib/striconveh.h (iconveh_t): New type.
11672         (iconveh_open, iconveh_close): New declarations.
11673         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11674         with a single 'const iconveh_t *' argument.
11675         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11676         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11677         with a single 'const iconveh_t *' argument.
11678         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11679         * tests/test-striconveh.c (main): Update.
11680         * NEWS: Mention the change.
11681
11682 2009-08-30  Bruno Haible  <bruno@clisp.org>
11683
11684         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11685         problem.
11686
11687 2009-08-30  Bruno Haible  <bruno@clisp.org>
11688
11689         Work around iconv_open problem on Solaris.
11690         * lib/iconv_open-solaris.gperf: New file.
11691         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11692         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11693         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11694         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11695         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11696         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11697
11698 2009-08-29  Jim Meyering  <meyering@redhat.com>
11699
11700         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11701         * top/maint.mk (cvs-check): Remove target; it was just an alias
11702         to the better-named vc-diff-check.
11703         (maintainer-distcheck): Remove rule.  It was used only from
11704         the (alpha/beta/major) target, and all of its commands but one
11705         were coreutils-specific.
11706         (vc-dist): Remove rule.
11707         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11708         Run vc-diff-check, not vc-dist.
11709         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11710
11711 2009-08-27  Bruno Haible  <bruno@clisp.org>
11712
11713         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11714         of 0.
11715
11716 2009-08-27  Bruno Haible  <bruno@clisp.org>
11717
11718         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11719         compilers.
11720         * doc/func.texi: Document the SunPRO C bug.
11721
11722 2009-08-27  Bruno Haible  <bruno@clisp.org>
11723
11724         Fix link error on Solaris.
11725         * tests/test-parse-duration.c (xstrdup): Remove function.
11726
11727 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11728
11729         ignore-value: handle pointer types, too
11730         * lib/ignore-value.h (__attribute__): Remove definition.
11731         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11732         of a more concise and more-often effective "(void) i" statement.
11733         (ignore_ptr): New function to suppress warnings from functions that
11734         return pointers, and to make it explicit that one function doesn't
11735         handle all cases.
11736
11737 2009-08-25  Bruno Haible  <bruno@clisp.org>
11738
11739         dup2: work around a Linux bug.
11740         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11741         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11742         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11743         Reported by Simon Josefsson.
11744
11745 2009-08-25  Jim Meyering  <meyering@redhat.com>
11746
11747         libguestfs uses gnulib
11748         * users.txt: Add libguestfs.
11749
11750 2009-08-24  Eric Blake  <ebb9@byu.net>
11751
11752         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11753         * lib/pipe2.c (includes): Add binary-io.h.
11754         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11755
11756 2009-08-24  Bruno Haible  <bruno@clisp.org>
11757
11758         Tolerate declared but missing accept4 syscall.
11759         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11760         available.
11761         * lib/sys_socket.in.h (accept4): If the function is already present,
11762         override it.
11763         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11764         * modules/accept4 (Makefile.am): Compile accept4.c always.
11765         Reported by Paolo Bonzini and Eric Blake.
11766
11767 2009-08-23  Bruno Haible  <bruno@clisp.org>
11768
11769         New module 'accept4'.
11770         * lib/sys_socket.in.h (accept4): New declaration.
11771         * lib/accept4.c: New file.
11772         * m4/accept4.m4: New file.
11773         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11774         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11775         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11776         HAVE_ACCEPT4.
11777         * modules/accept4: New file.
11778         * doc/glibc-functions/accept4.texi: Mention the new module.
11779
11780 2009-08-24  Jim Meyering  <meyering@redhat.com>
11781
11782         progname: also set global program_invocation_name, when possible
11783         Before this change, a libtool-enabled program that calls glibc's
11784         error function would report the program name as
11785         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11786         * modules/progname (configure.ac): Check for a declaration of
11787         program_invocation_name.
11788         * lib/progname.c:  Include <errno.h>.
11789         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11790         Set program_invocation_name.
11791
11792 2009-08-23  Bruno Haible  <bruno@clisp.org>
11793
11794         * lib/dup3.c: Include <string.h>.
11795
11796 2009-08-23  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11799         * lib/pipe2.c (pipe2): Likewise.
11800         Suggested by Eric Blake.
11801
11802 2009-08-23  Bruno Haible  <bruno@clisp.org>
11803
11804         Tolerate declared but missing dup3 syscall.
11805         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11806         * lib/unistd.in.h (dup3): If the function is already present,
11807         override it.
11808         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11809         * modules/dup3 (Makefile.am): Compile dup3.c always.
11810         Reported by Paolo Bonzini.
11811
11812 2009-08-23  Bruno Haible  <bruno@clisp.org>
11813
11814         Tolerate declared but missing pipe2 syscall.
11815         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11816         available.
11817         * lib/unistd.in.h (pipe2): If the function is already present,
11818         override it.
11819         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11820         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11821         Reported by Paolo Bonzini.
11822
11823 2009-08-23  Bruno Haible  <bruno@clisp.org>
11824
11825         * lib/pipe2.c (pipe2): Move #ifs inside function.
11826
11827 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11828
11829         quotearg: document limitations of quote_these_too
11830         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11831         those limitations are created.
11832         * lib/quotearg.h (set_char_quoting): Document that digits and
11833         letters that are special after backslash are not permitted.
11834         (quotearg_char): Cross-reference set_char_quoting documentation.
11835
11836 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11837
11838         quotearg: implement custom_quoting_style
11839         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11840         right_quote fields.
11841         (set_custom_quoting): New public function.
11842         (quotearg_buffer_restyled): Add left_quote and right_quote
11843         arguments, handle them very much like locale quoting, and update
11844         all uses.
11845         (quotearg_n_custom): New public function.
11846         (quotearg_n_custom_mem): New public function.
11847         (quotearg_custom): New public function.
11848         (quotearg_custom_mem): New public function.
11849         * lib/quotearg.h: Prototype and document new public functions.
11850         (enum quoting_style): For escape_quoting_style and
11851         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11852         ignored even though they're otherwise like c_quoting_style.
11853         Add custom_quoting_style member and document with comparison to
11854         clocale_quoting_style.
11855         * tests/test-quotearg.c (custom_quotes): New array.
11856         (custom_results): New array.
11857         (main): Extend to test custom quoting.
11858
11859 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11860
11861         quotearg: fix right quote escaping when it's in quote_these_too
11862         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11863         quote, be sure to prepend only one backslash.
11864         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11865         (main): Test it.
11866
11867 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11868
11869         quotearg-tests: test escaping of embedded locale quotes
11870         * tests/test-quotearg.c (struct result_strings): Add member for
11871         new input.
11872         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11873         (inputs): Add new input.
11874         (results_g): Add expected results.
11875         (flag_results): Likewise.
11876         (locale_results): Likewise.
11877         (compare_strings): Check those.
11878
11879 2009-08-23  Bruno Haible  <bruno@clisp.org>
11880
11881         Tests for module 'dup3'.
11882         * modules/dup3-tests: New file.
11883         * tests/test-dup3.c: New file.
11884
11885         New module 'dup3'.
11886         * lib/unistd.in.h (dup3): New declaration.
11887         * lib/dup3.c: New file.
11888         * m4/dup3.m4: New file.
11889         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11890         HAVE_DUP3.
11891         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11892         * modules/dup3: New file.
11893         * doc/glibc-functions/dup3.texi: Mention the new module.
11894
11895 2009-08-23  Bruno Haible  <bruno@clisp.org>
11896
11897         Tweak the dup2 test.
11898         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11899         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11900         the test file is still empty. Fix argument order of lseek.
11901
11902 2009-08-23  Bruno Haible  <bruno@clisp.org>
11903
11904         Avoid test link errors when the modules getopt-gnu, gettext are used.
11905         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11906         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11907
11908 2009-08-23  Bruno Haible  <bruno@clisp.org>
11909
11910         Fix getdtablesize() on mingw.
11911         * lib/getdtablesize.c (getdtablesize): Implement differently.
11912         * lib/unistd.in.h (getdtablesize): Improve comment.
11913
11914 2009-08-23  Bruno Haible  <bruno@clisp.org>
11915
11916         New module 'mkostemp'.
11917         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11918         * lib/stdlib.in.h (mksotemp): New declaration.
11919         * lib/mkostemp.c: New file, from glibc with modifications.
11920         * lib/tempname.h (GT_FILE): Remove outdated comment.
11921         (gen_tempname): Add flags argument.
11922         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11923         (__GT_FILE): Map to 1.
11924         (small_open, large_open): Remove macros.
11925         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11926         * lib/mkstemp.c (mkstemp): Update.
11927         * lib/mkdtemp.c (mkdtemp): Likewise.
11928         * m4/mkostemp.m4: New file.
11929         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11930         HAVE_MKOSTEMP.
11931         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11932         HAVE_MKOSTEMP.
11933         * modules/mkostemp: New file, based on modules/mkstemp.
11934         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11935         * NEWS: Mention the change.
11936
11937 2009-08-23  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11940         Reported by Eric Blake.
11941
11942 2009-08-23  Bruno Haible  <bruno@clisp.org>
11943
11944         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11945         Reported by Eric Blake.
11946
11947 2009-08-23  Bruno Haible  <bruno@clisp.org>
11948
11949         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11950         * modules/pipe2 (Depends-on): Likewise.
11951
11952 2009-08-23  Eric Blake  <ebb9@byu.net>
11953
11954         fcntl-h: add O_TTY_INIT support
11955         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11956         * tests/test-fcntl-h.c (o): Test it.
11957         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11958
11959         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11960         * modules/fcntl: Move <fcntl.h> header replacement...
11961         * modules/fcntl-h: ...to new name, so as not to collide with
11962         like-named function.
11963         * tests/test-fcntl.c: Rename...
11964         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11965         * modules/fcntl-tests: Rename...
11966         * modules/fcntl-h-tests: ...to this.  Update test file name.
11967         * modules/chdir-long (Depends-on): Update clients.
11968         * modules/chdir-safer (Depends-on): Likewise.
11969         * modules/fcntl-safer (Depends-on): Likewise.
11970         * modules/fts (Depends-on): Likewise.
11971         * modules/mkancesdirs (Depends-on): Likewise.
11972         * modules/mkdir-p (Depends-on): Likewise.
11973         * modules/open (Depends-on): Likewise.
11974         * modules/savewd (Depends-on): Likewise.
11975         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11976         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11977
11978 2009-08-22  Bruno Haible  <bruno@clisp.org>
11979
11980         * modules/binary-io (License): Relicense under LGPL.
11981         * modules/pipe2 (License): Likewise.
11982
11983 2009-08-22  Bruno Haible  <bruno@clisp.org>
11984
11985         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11986         return value.
11987         * lib/pipe-filter-gi.c (filter_init): Likewise.
11988         Reported by Eric Blake.
11989
11990 2009-08-22  Bruno Haible  <bruno@clisp.org>
11991
11992         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11993         * modules/pipe (Depends-on): Add pipe2.
11994
11995 2009-08-22  Bruno Haible  <bruno@clisp.org>
11996
11997         Tests for module 'pipe2'.
11998         * modules/pipe2-tests: New file.
11999         * tests/test-pipe2.c: New file.
12000
12001         New module 'pipe2'.
12002         * lib/unistd.in.h (pipe2): New declaration.
12003         * lib/pipe2.c: New file.
12004         * m4/pipe2.m4: New file.
12005         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12006         HAVE_PIPE2.
12007         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12008         * modules/pipe2: New file.
12009         * doc/glibc-functions/pipe2.texi: Mention the new module.
12010
12011 2009-08-22  Bruno Haible  <bruno@clisp.org>
12012
12013         Reference some new glibc functions.
12014         * doc/glibc-functions/accept4.texi: New file.
12015         * doc/glibc-functions/dup3.texi: New file.
12016         * doc/glibc-functions/mkostemp.texi: New file.
12017         * doc/glibc-functions/pipe2.texi: New file.
12018         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12019         (Glibc sys/socket.h): Refer to accept4.
12020         (Glibc unistd.h): Refer to dup3, pipe2.
12021         Reported by Eric Blake.
12022
12023 2009-08-22  Jim Meyering  <meyering@redhat.com>
12024             Bruno Haible  <bruno@clisp.org>
12025
12026         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12027         This makes it so packages using automake-1.11's silent-rules option
12028         can print e.g., a single "GEN    configmake.h" line, rather than
12029         the 30+ statements that perform the job.  If you want to see the
12030         actual commands, you can still run "make V=1".
12031         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12032         so that make output is abbreviated when those variables are defined
12033         appropriately.
12034         * modules/argz: Likewise.
12035         * modules/arpa_inet: Likewise.
12036         * modules/byteswap: Likewise.
12037         * modules/configmake: Likewise.
12038         * modules/dirent: Likewise.
12039         * modules/errno: Likewise.
12040         * modules/fcntl: Likewise.
12041         * modules/float: Likewise.
12042         * modules/fnmatch: Likewise.
12043         * modules/getopt-posix: Likewise.
12044         * modules/glob: Likewise.
12045         * modules/iconv_open: Likewise.
12046         * modules/inttypes: Likewise.
12047         * modules/localcharset: Likewise.
12048         * modules/locale: Likewise.
12049         * modules/math: Likewise.
12050         * modules/netdb: Likewise.
12051         * modules/netinet_in: Likewise.
12052         * modules/poll: Likewise.
12053         * modules/posix_spawnp-tests: Likewise.
12054         * modules/sched: Likewise.
12055         * modules/search: Likewise.
12056         * modules/selinux-h: Likewise.
12057         * modules/signal: Likewise.
12058         * modules/spawn: Likewise.
12059         * modules/stdarg: Likewise.
12060         * modules/stdbool: Likewise.
12061         * modules/stddef: Likewise.
12062         * modules/stdint: Likewise.
12063         * modules/stdio: Likewise.
12064         * modules/stdlib: Likewise.
12065         * modules/string: Likewise.
12066         * modules/strings: Likewise.
12067         * modules/sys_file: Likewise.
12068         * modules/sys_ioctl: Likewise.
12069         * modules/sys_select: Likewise.
12070         * modules/sys_socket: Likewise.
12071         * modules/sys_stat: Likewise.
12072         * modules/sys_time: Likewise.
12073         * modules/sys_times: Likewise.
12074         * modules/sys_utsname: Likewise.
12075         * modules/sys_wait: Likewise.
12076         * modules/sysexits: Likewise.
12077         * modules/time: Likewise.
12078         * modules/unistd: Likewise.
12079         * modules/wchar: Likewise.
12080         * modules/wctype: Likewise.
12081
12082 2009-08-22  Jim Meyering  <meyering@redhat.com>
12083
12084         announce-gen: detect write failure
12085         * build-aux/announce-gen: Add Coda at end.
12086         Remove equivalent-but-more-verbose block at top.
12087
12088 2009-08-19  Akim Demaille  <demaille@gostai.com>
12089
12090         bootstrap: --help to stdout.
12091         * bootstrap (usage): Don't send --help to stderr.
12092         Use a here doc instead of a long string.
12093
12094 2009-08-21  Eric Blake  <ebb9@byu.net>
12095
12096         test-popen-safer: split from test-popen
12097         * tests/test-popen.c (main): Move...
12098         * tests/test-popen.h: ...into new file.
12099         * tests/test-popen-safer2.c: New file.
12100         * modules/popen-tests (Files): Add test-popen.h.
12101         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12102         Suggested by Bruno Haible.
12103
12104         test-fcntl-safer: split from test-open
12105         * tests/test-open.c (main): Move...
12106         * tests/test-open.h: ...into new file.
12107         * tests/test-fcntl-safer.c: New file.
12108         * modules/open-tests (Files): Add test-open.h.
12109         * modules/fcntl-safer-tests: New file.
12110         Suggested by Bruno Haible.
12111
12112         test-fopen-safer: split from test-fopen
12113         * tests/test-fopen.c (main): Move...
12114         * tests/test-fopen.h: ...into new file.
12115         * tests/test-fopen-safer.c: New file.
12116         * modules/fopen-tests (Files): Add test-fopen.h.
12117         * modules/fopen-safer-tests: New file.
12118         Suggested by Bruno Haible.
12119
12120 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12121
12122         popen-safer: test O_CLOEXEC at run-time.
12123         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12124
12125 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12126
12127         fcntl: move more flags to the header
12128         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12129         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12130         * lib/fcntl.in.h: Do both things here.
12131
12132 2009-08-21  Jim Meyering  <meyering@redhat.com>
12133
12134         consistently remove $@-t before redirecting to it
12135         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12136         * modules/alloca-opt: Likewise.
12137         * modules/byteswap: Likewise.
12138         * modules/fnmatch: Likewise.
12139         * modules/getopt-posix: Likewise.
12140         * modules/glob: Likewise.
12141         * modules/poll: Likewise.
12142         * modules/posix_spawnp-tests: Likewise.
12143         * modules/sys_socket: Likewise.
12144         * modules/sysexits: Likewise.
12145
12146 2009-08-21  Eric Blake  <ebb9@byu.net>
12147
12148         popen: simplify access to original popen
12149         * lib/popen.c (rpl_popen): No need to worry about popen being a
12150         macro.
12151         Reported by Bruno Haible.
12152
12153 2009-08-20  Eric Blake  <ebb9@byu.net>
12154
12155         build: avoid some compiler warnings
12156         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12157         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12158         type.
12159         (new_exclude_segment, excluded_file_pattern_p)
12160         (excluded_file_name_p): Reduce scope.
12161         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12162         old-style declaration.
12163
12164 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12165
12166         * tests/test-exclude1.sh: Handle Windows EOL.
12167         * tests/test-exclude2.sh: Likewise.
12168         * tests/test-exclude3.sh: Likewise.
12169         * tests/test-exclude4.sh: Likewise.
12170         * tests/test-exclude5.sh: Likewise.
12171         * tests/test-exclude6.sh: Likewise.
12172         * tests/test-exclude7.sh: Likewise.
12173
12174 2009-08-19  Akim Demaille  <demaille@gostai.com>
12175
12176         bootstrap: find sha1sum when named gsha1sum.
12177         * bootstrap (find_tool): New.
12178         ($SHA1SUM): New.
12179         Use it.
12180
12181 2009-08-20  Jim Meyering  <meyering@redhat.com>
12182
12183         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12184         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12185         expression that converts "." in a file name to "\." in the resulting
12186         regexp.  Start with a dummy statement, so that prior shell variable
12187         definitions are expanded portably.  Reported by Simon Josefsson.
12188
12189 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12190
12191         Fix polling for writeability of a screen buffer.
12192         * lib/poll.c: Distinguish input and screen buffers for the
12193         Win32 implementation.
12194         * lib/select.c: Likewise.
12195
12196 2009-08-19  Eric Blake  <ebb9@byu.net>
12197
12198         popen-safer: prevent popen from clobbering std descriptors
12199         * modules/popen-safer: New file.
12200         * lib/popen-safer.c: Likewise.
12201         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12202         * lib/stdio--.h (popen): Provide override.
12203         * lib/stdio-safer.h (popen_safer): Provide declaration.
12204         * tests/test-popen.c (includes): Partially test this.
12205         * modules/popen-safer-tests: New file, for more tests.
12206         * tests/test-popen-safer.c: Likewise.
12207         * MODULES.html.sh (file stream based Input/Output): Mention it.
12208
12209         tests: test some of the *-safer modules
12210         * modules/fopen-safer (Depends-on): Add fopen.
12211         * modules/fcntl-safer (Depends-on): Add fcntl.
12212         * modules/stdlib-safer (Depends-on): Add stdlib.
12213         (configure.ac): Set indicator.
12214         * modules/unistd-safer (configure.ac): Likewise.
12215         * modules/tmpfile-safer (configure.ac): Likewise.
12216         (Depends-on): Add tmpfile.
12217         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12218         active.
12219         * tests/test-fopen.c (includes): Test safer versions when they are
12220         in use.
12221         * tests/test-open.c (includes): Likewise.
12222
12223         popen: fix cygwin 1.5 bug when stdin closed
12224         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12225         * modules/popen: New file.
12226         * modules/popen-tests: Likewise.
12227         * tests/test-popen.c: Likewise.
12228         * m4/popen.m4: Likewise.
12229         * lib/popen.c: Likewise.
12230         * lib/stdio.in.h (popen): New declaration.
12231         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12232         * modules/stdio (Makefile.am): Likewise.
12233         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12234
12235 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12236
12237         maint.mk: give full control over update-copyright exclusions
12238         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12239         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12240         (update-copyright): Don't force inclusion of top-level
12241         ChangeLog.  Don't force exclusion of all COPYING files, but make
12242         them the default exclusion instead.
12243
12244 2009-08-16  Bruno Haible  <bruno@clisp.org>
12245
12246         Fix test failures on Solaris 10.
12247         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12248         tests when Solaris iconv() is used.
12249         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12250         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12251         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12252         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12253         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12254
12255 2009-08-16  Bruno Haible  <bruno@clisp.org>
12256
12257         Fix test failures on Solaris 10.
12258         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12259         'tr' program and pass it as first argument.
12260         * tests/test-pipe-filter-gi1.sh: Likewise.
12261         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12262         program as first argument.
12263         * tests/test-pipe-filter-gi1.c (main): Likewise.
12264
12265 2009-08-16  Eric Blake  <ebb9@byu.net>
12266
12267         fpurge: fix previous commits
12268         * modules/fpurge (Makefile.am): Make replacement conditional,
12269         partially reverting 2007-04-29 change; missed in previous
12270         attempt.
12271         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12272         is missing.
12273
12274 2009-08-16  Bruno Haible  <bruno@clisp.org>
12275
12276         Clarify fpurge's effect on the file position.
12277         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12278         * tests/test-fpurge.c (main): Make a second pass for checking the file
12279         position.
12280
12281 2009-08-16  Bruno Haible  <bruno@clisp.org>
12282
12283         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12284         declaration of fpurge is missing.
12285         * tests/test-fpurge.c (main): Check that the file has not more contents
12286         than expected. Close the file before removing it.
12287
12288 2009-08-15  Eric Blake  <ebb9@byu.net>
12289
12290         fpurge: don't wrap working cygwin implementation
12291         * lib/fpurge.c (fpurge): Fix comment typo.
12292         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12293         1.7 to avoid replacement.
12294         * tests/test-fpurge.c (main): Enhance test.
12295
12296 2009-08-15  Eric Blake  <ebb9@byu.net>
12297         and Jim Meyering  <meyering@redhat.com>
12298
12299         test-update-copyright: skip if perl is insufficient
12300         * tests/test-update-copyright.sh: Failure to run maintainer tool
12301         should not cause testsuite failure on cygwin 1.5.
12302
12303 2009-08-14  Eric Blake  <ebb9@byu.net>
12304
12305         doc: mention more functions added in cygwin 1.7.0
12306         * doc/posix-headers/limits.texi (limits.h): Update for recent
12307         cygwin additions.
12308         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12309         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12310         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12311         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12312         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12313
12314 2009-08-14  Eric Blake  <ebb9@byu.net>
12315
12316         maint.mk: simplify update-copyright rule
12317         * top/maint.mk (update-copyright-local): Delete, and document how
12318         to do it in cfg.mk instead.
12319         (update-copyright-exclude-regexp): Delete, and document how to do
12320         it in .x-update-copyright instead.
12321         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12322         exclude ChangeLog.
12323
12324 2009-08-14  Bruno Haible  <bruno@clisp.org>
12325
12326         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12327
12328 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12329
12330         maint.mk: support update-copyright-env
12331         * top/maint.mk (update-copyright-env): Define place-holder.
12332         (update-copyright): Expand $(update-copyright-env) before
12333         invoking update-copyright.
12334
12335 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12336
12337         update-copyright: implement forced reformatting
12338         * build-aux/update-copyright: Implement and document
12339         UPDATE_COPYRIGHT_FORCE.
12340         * tests/test-update-copyright.sh: Test it.
12341
12342 2009-08-14  Eric Blake  <ebb9@byu.net>
12343         and Bruno Haible  <bruno@clisp.org>
12344
12345         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12346         * tests/test-locale.c: Revert previous patch related to NULL.
12347         * tests/test-stdio.c: Likewise.
12348         * tests/test-stdlib.c: Likewise.
12349         * tests/test-string.c: Likewise.
12350         * tests/test-unistd.c: Likewise.
12351         * modules/time-tests (Depends-on): Add verify.
12352         * modules/wchar-tests (Depends-on): Likewise.
12353         * tests/test-time.c: Test for NULL compliance.
12354         * tests/test-wchar.c: Likewise.
12355         * modules/locale (Depends-on): Add stddef.
12356         * modules/stdio (Depends-on): Likewise.
12357         * modules/stdlib (Depends-on): Likewise.
12358         * modules/string (Depends-on): Likewise.
12359         * modules/time (Depends-on): Likewise.
12360         * modules/unistd (Depends-on): Likewise.
12361         * modules/wchar (Depends-on): Likewise.
12362         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12363         * lib/stdlib.in.h (includes): Likewise.
12364         * lib/string.in.h (includes): Likewise.
12365         * lib/time.in.h (includes): Likewise.
12366         * lib/unistd.in.h (includes): Likewise.
12367         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12368         replaced.
12369         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12370         * m4/stddef_h.m4: New file.
12371         * modules/stddef: Likewise.
12372         * lib/stddef.in.h: Likewise.
12373         * modules/stddef-tests: Likewise.
12374         * tests/test-stddef.c: Likewise.
12375         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12376         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12377         * doc/posix-headers/locale.texi (locale.h): Likewise.
12378         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12379         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12380         * doc/posix-headers/string.texi (string.h): Likewise.
12381         * doc/posix-headers/time.texi (time.h): Likewise.
12382         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12383         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12384
12385 2009-08-14  Eric Blake  <ebb9@byu.net>
12386
12387         doc: improve git diff of texinfo files
12388         * .gitattributes: Add rule for *.texi files, with hint on how to
12389         use it.
12390         Copied from m4, and based on a report by Bruno Haible.
12391
12392 2009-08-14  Bruno Haible  <bruno@clisp.org>
12393
12394         Disable multithread support by default on Cygwin 1.5.x for real.
12395         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12396
12397 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12398
12399         update-copyright: much ado about intervals
12400         * build-aux/update-copyright: Implement and document
12401         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12402         of copyright year intervals.
12403         Also, document UPDATE_COPYRIGHT_YEAR.
12404         * tests/test-update-copyright.sh: Test it.
12405
12406         update-copyright: convert 2-digit to 4-digit years
12407         * build-aux/update-copyright: Implement and document.
12408         * tests/test-update-copyright.sh: Update.
12409
12410 2009-08-14  Jim Meyering  <meyering@redhat.com>
12411
12412         test-exclude: avoid coreutils "make check" failure
12413         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12414         just as in test-argmatch.c.
12415
12416 2009-08-13  Eric Blake  <ebb9@byu.net>
12417
12418         test-dup2: fix bad assumption
12419         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12420         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12421
12422         test-version-etc: fix CRLF portability issue
12423         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12424         recognize \r.
12425         * tests/test-argp-version-etc-1.sh: Likewise.
12426
12427         getopt: update client modules
12428         * modules/argp (Depends-on): Use getopt-gnu.
12429         * modules/git-merge-changelog (Depends-on): Likewise.
12430         * modules/long-options (Depends-on): Likewise.
12431         * modules/xstrtol (Depends-on): Likewise.
12432
12433 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12434
12435         * tests/test-version-etc.sh: Don't fail on different
12436         project/version.  Don't fail on CRLF differences.  Rewrite to use
12437         multiple -e instead of multiple sed forks, suggested by Eric Blake
12438         <ebb9@byu.net>.
12439         * tests/test-argp-version-etc-1.sh: Likewise.
12440
12441 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12442
12443         * tests/test-version-etc.sh: Don't fail on different
12444         project/version.
12445
12446 2009-08-12  Bruno Haible  <bruno@clisp.org>
12447
12448         Tests for modules 'getopt-posix', 'getopt-gnu'.
12449         * modules/getopt-posix-tests: New file.
12450         * tests/test-getopt.c: New file.
12451         * tests/test-getopt.h: New file.
12452         * tests/test-getopt_long.h: New file.
12453
12454         New modules 'getopt-posix', 'getopt-gnu'.
12455         * modules/getopt-gnu: New file, renamed from modules/getopt.
12456         * modules/getopt-posix: New file.
12457         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12458         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12459         (gl_GETOPT): Remove macro.
12460         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12461         Disable the test against BSD systems that declare optreset. Test
12462         against mingw bug. Test against lack of support of optional arguments
12463         on many platforms.
12464         * doc/glibc-headers/getopt.texi: Update module name and list of
12465         relevant platforms.
12466         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12467         'getopt-gnu' and more portability problems.
12468         * NEWS: Mention the changes.
12469
12470 2009-08-12  Bruno Haible  <bruno@clisp.org>
12471
12472         Ensure that optarg etc. get declared by <unistd.h>.
12473         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12474         AC_USE_SYSTEM_EXTENSIONS.
12475         * modules/getopt (Depends-on): Add 'extensions'.
12476
12477 2009-08-12  Bruno Haible  <bruno@clisp.org>
12478
12479         Avoid test link errors.
12480         * modules/pipe-filter-ii-tests (Makefile.am): Define
12481         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12482         * modules/pipe-filter-gi-tests (Makefile.am): Define
12483         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12484         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12485
12486 2009-08-12  Bruno Haible  <bruno@clisp.org>
12487
12488         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12489         gl_GETOPT_SUBSTITUTE before.
12490         (gl_GETOPT): Use it.
12491         * m4/argp.m4 (gl_ARGP): Update.
12492         Reported by Sergey Poznyakoff.
12493
12494         * m4/getopt.m4: Reorder macros.
12495         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12496         (gl_GETOPT_SUBSTITUTE): Remove macro.
12497
12498 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12499
12500         Minor improvement in gitlog-to-changelog
12501
12502         * build-aux/gitlog-to-changelog: New option `--format' makes
12503         output format string configurable.
12504
12505 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12506
12507         Optimize exclude: use hash tables for non-wildcard patterns.
12508
12509         * lib/exclude.c: Include hash.h and mbuiter.h
12510         (struct exclude_pattern, exclude_segment): New data types.
12511         (struct exclude): Rewrite.
12512         (fnmatch_pattern_has_wildcards): New function.
12513         (new_exclude_segment, free_exclude_segment): New functions.
12514         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12515         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12516         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12517         * modules/exclude: Depend on hash and mbuiter.
12518
12519         * modules/exclude-tests: New file.
12520         * tests/test-exclude.c: New file.
12521         * tests/test-exclude1.sh: New file.
12522         * tests/test-exclude2.sh: New file.
12523         * tests/test-exclude3.sh: New file.
12524         * tests/test-exclude4.sh: New file.
12525         * tests/test-exclude5.sh: New file.
12526         * tests/test-exclude6.sh: New file.
12527         * tests/test-exclude7.sh: New file.
12528
12529 2009-08-12  Bruno Haible  <bruno@clisp.org>
12530
12531         Ensure that getopt() gets declared by <unistd.h>.
12532         * lib/unistd.in.h: Conditionally include getopt.h.
12533         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12534         Set GNULIB_UNISTD_H_GETOPT.
12535         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12536         GNULIB_UNISTD_H_GETOPT.
12537         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12538
12539 2009-08-12  Bruno Haible  <bruno@clisp.org>
12540
12541         Clarify logic.
12542         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12543         gl_replace_getopt instead of GETOPT_H.
12544
12545 2009-08-12  Bruno Haible  <bruno@clisp.org>
12546
12547         * m4/getopt.m4: Add comments.
12548
12549 2009-08-12  Bruno Haible  <bruno@clisp.org>
12550
12551         Disable multithread support by default on Cygwin 1.5.x.
12552         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12553         set gl_use_threads=no if not specified otherwise.
12554
12555 2009-08-11  Bruno Haible  <bruno@clisp.org>
12556
12557         Avoid compilation error on NetBSD 5.0.
12558         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12559         * tests/test-stdio.c: Likewise.
12560         * tests/test-stdlib.c: Likewise.
12561         * tests/test-string.c: Likewise.
12562         * tests/test-unistd.c: Likewise.
12563         Reported by Greg Troxel <gdt@ir.bbn.com>
12564         at <https://savannah.gnu.org/support/?106973>.
12565
12566 2009-08-11  Bruno Haible  <bruno@clisp.org>
12567
12568         * modules/dup2-tests (Depends-on): Remove close.
12569
12570         Undo 2009-07-19 commit.
12571         * modules/acl-tests (Depends-on): Remove close.
12572         * modules/binary-io-tests (Depends-on): Likewise.
12573         * modules/closein-tests (Depends-on): Likewise.
12574         * modules/flock-tests (Depends-on): Likewise.
12575         * modules/fsync-tests (Depends-on): Likewise.
12576         * modules/lseek-tests (Depends-on): Likewise.
12577         * modules/pipe-tests (Depends-on): Likewise.
12578         * modules/posix_spawn-tests (Depends-on): Likewise.
12579         * modules/posix_spawnp-tests (Depends-on): Likewise.
12580         * modules/stat-time-tests (Depends-on): Likewise.
12581         * modules/yesno-tests (Depends-on): Likewise.
12582
12583 2009-08-10  Bruno Haible  <bruno@clisp.org>
12584
12585         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12586
12587 2009-08-10  Bruno Haible  <bruno@clisp.org>
12588
12589         Fix a gcc warning.
12590         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12591
12592 2009-08-10  Bruno Haible  <bruno@clisp.org>
12593
12594         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12595         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12596         not only the first time.
12597         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12598         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12599         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12600         is 1, not only the the first time.
12601
12602 2009-08-10  Bruno Haible  <bruno@clisp.org>
12603
12604         Make it possible to use module 'gethostname' without module 'close'.
12605         * lib/unistd.in.h (close): Evoke a link error only if
12606         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12607         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12608         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12609         * modules/unistd (Makefile.am): Substitute
12610         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12611         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12612         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12613         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12614         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12615         * modules/sys_ioctl (Makefile.am): Substitute
12616         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12617         * modules/socket (configure.ac): On native Windows, set
12618         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12619         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12620         Reported by Sam Steingold <sds@gnu.org>.
12621
12622 2009-08-10  Bruno Haible  <bruno@clisp.org>
12623
12624         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12625         * modules/ioctl (configure.ac): Likewise.
12626
12627 2009-08-10  Bruno Haible  <bruno@clisp.org>
12628
12629         Avoid collision between gnulib wrapper and libintl wrapper.
12630         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12631         already defined in intl/printf.c.
12632         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12633         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12634
12635 2009-08-09  Bruno Haible  <bruno@clisp.org>
12636
12637         Make <sys/select.h> really self-contained, also on Solaris 10.
12638         * lib/sys_select.in.h: Include <string.h>.
12639         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12640         Solaris 10 problem.
12641         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12642         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12643         Reported by Jim Meyering.
12644
12645 2009-08-09  Bruno Haible  <bruno@clisp.org>
12646
12647         Avoid warnings from 'aclocal' that are due to a use of macro name
12648         AM_XGETTEXT_OPTION that is not defined in automake.
12649         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12650         automake.
12651         * modules/error (configure.ac): Likewise.
12652         * modules/propername (configure.ac): Likewise.
12653         * modules/vasprintf (configure.ac): Likewise.
12654         * modules/verror (configure.ac): Likewise.
12655         * modules/xprintf (configure.ac): Likewise.
12656         * modules/xvasprintf (configure.ac): Likewise.
12657
12658 2009-08-08  Bruno Haible  <bruno@clisp.org>
12659
12660         Avoid compilation error in C++ mode.
12661         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12662         Reported by Sam Steingold <sds@gnu.org>.
12663
12664 2009-08-08  Bruno Haible  <bruno@clisp.org>
12665
12666         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12667         for the various Unix platforms.
12668         * doc/posix-headers/limits.texi: Update platforms list regarding
12669         HOST_NAME_MAX.
12670         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12671
12672 2009-08-07  Jim Meyering  <meyering@redhat.com>
12673
12674         selinux-at: fix typo in a comment
12675         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12676         Spotted by Paolo Bonzini.
12677
12678         selinux-at: remove redundant m4 code, add documentation
12679         * modules/selinux-at (configure.ac): Remove redundant code.
12680         LIB_SELINUX is already set via the dependent module, selinux-h.
12681         (Include): Add quotes around selinux-at.h.
12682         * lib/selinux-at.h: Add documentation.
12683         Reported by Bruno Haible in
12684         http://marc.info/?l=gnulib-bug&m=124958988300749
12685
12686 2009-08-07  Bruno Haible  <bruno@clisp.org>
12687
12688         Avoid link error on MacOS X 10.3 and 10.4.
12689         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12690         on non-ELF systems.
12691         * lib/argp-pv.c (argp_program_version): Likewise.
12692         Reported by Simon Josefsson.
12693
12694 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12695
12696         * tests/test-version-etc.sh: Use $EXEEXT.
12697
12698 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12699
12700         update-copyright: update documentation to point to maint.mk
12701         * build-aux/update-copyright: Here.
12702
12703 2009-08-06  Jim Meyering  <meyering@redhat.com>
12704
12705         maint.mk: support update-copyright-local
12706         * top/maint.mk (update-copyright-local): Define place-holder.
12707         (update-copyright): Depend on $(update-copyright-local).
12708
12709 2009-08-06  Jim Meyering  <meyering@redhat.com>
12710
12711         selinux-at: new module
12712         Initially written for coreutils, this module will soon be
12713         used by findutils, too.
12714         * MODULES.html.sh [Misc]: Add selinux-at.
12715         * lib/selinux-at.h: New file, from coreutils.
12716         * lib/selinux-at.c: Likewise.
12717         * modules/selinux-at: Likewise.
12718         (License): Change from LGPL to GPL, since it depends
12719         on the GPL'd openat module.
12720
12721         doc: update README
12722         * README: Remove references to cogito.
12723         Remove cvs-repo-updating instructions from 2007.
12724         Don't imply that CVS is better if you have limited disk space.
12725
12726 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12727
12728         update-copyright: support C-style comments
12729         * build-aux/update-copyright: Implement and document.
12730         * tests/test-update-copyright.sh: Test.
12731
12732 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12733
12734         update-copyright: support omitted "(C)"
12735         * build-aux/update-copyright: Implement and document.  Also,
12736         allow variable whitespace before "(C)".
12737         * tests/test-update-copyright.sh: Test.
12738
12739 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12740
12741         update-copyright: don't trip on non-FSF copyright statements
12742         * build-aux/update-copyright: Fix so that the first correctly
12743         formatted FSF copyright statement is recognized no matter what
12744         appears before it.  Update documentation.
12745         * tests/test-update-copyright.sh: Test that.
12746
12747 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12748
12749         update-copyright: clean up code a little
12750         * build-aux/update-copyright: Append "_re" to the name of any
12751         variable holding a regular expression.
12752         Replace "old" and "new" with "stmt" in variable names.
12753         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12754         handled correctly.
12755         Format code more consistently.
12756
12757 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12758
12759         update-copyright-tests: improve portability
12760         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12761         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12762
12763 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12764
12765         update-copyright: support @copyright{} and &copy;
12766         * build-aux/update-copyright: Implement and document.
12767         * tests/test-update-copyright.sh: Test.
12768
12769 2009-08-04  Jim Meyering  <meyering@redhat.com>
12770
12771         update-copyright-tests: correctly test EOL=\r\n handling
12772         * tests/test-update-copyright.sh: Put \r at the end of some lines
12773         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12774
12775         maint.mk: make update-copyright exclusion list more configurable
12776         * top/maint.mk (update-copyright): Default to excluding COPYING,
12777         but allow an override, in case someone does want to update that file.
12778
12779         maint.mk: don't update copyright date in COPYING
12780         * top/maint.mk (update-copyright): Exclude COPYING.
12781
12782         maint.mk: add a copyright-updating rule
12783         * top/maint.mk (update-copyright): New rule.
12784         Derived from coreutils/Makefile.am.
12785
12786         update-copyright: rename some variables
12787         * build-aux/update-copyright: Rename a few variables for clarity.
12788         Tweak syntax.  List Joel E. Denny as coauthor.
12789
12790 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12791
12792         update-copyright: fix bug for 2-digit last year and add tests
12793         * build-aux/update-copyright: Fix bug.
12794         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12795         specified.
12796         * modules/update-copyright-tests: New
12797         * tests/test-update-copyright.sh: New.
12798
12799 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12800
12801         update-copyright: handle leading tabs in line prefix
12802         * build-aux/update-copyright: Count leading tabs as 8 spaces
12803         when computing margin.  This helps with the formatting of
12804         ChangeLogs, for example.
12805         Fix documentation a little.
12806
12807 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12808
12809         update-copyright: support EOL=\r\n
12810         * build-aux/update-copyright: Implement that.
12811
12812 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12813
12814         update-copyright: automatically format copyright statements
12815         * build-aux/update-copyright: Implement that.
12816         Also, be a little more predictable and safer by always failing
12817         when the full copyright format is not perfectly recognized as an
12818         unbroken whole.  Discussed at
12819         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12820         Rewrite documentation.
12821
12822 2009-08-03  Bruno Haible  <bruno@clisp.org>
12823
12824         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12825
12826 2009-08-02  Bruno Haible  <bruno@clisp.org>
12827
12828         Tests for module 'uname'.
12829         * modules/uname-tests: New file.
12830         * tests/test-uname.c: New file.
12831
12832         New module 'uname'.
12833         * lib/uname.c: New file.
12834         * m4/uname.m4: New file.
12835         * modules/uname: New file.
12836         * doc/posix-functions/uname.texi: Mention the new module.
12837
12838 2009-08-02  Bruno Haible  <bruno@clisp.org>
12839
12840         Tests for module 'sys_utsname'.
12841         * modules/sys_utsname-tests: New file.
12842         * tests/test-sys_utsname.c: New file.
12843
12844         New module 'sys_utsname'.
12845         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12846         * m4/sys_utsname_h.m4: New file.
12847         * modules/sys_utsname: New file.
12848         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12849
12850 2009-08-02  Bruno Haible  <bruno@clisp.org>
12851
12852         Implicitly initialize the sockets library.
12853         * lib/gethostname.c: Include sockets.h.
12854         (rpl_gethostname): Invoke gl_sockets_startup.
12855         * lib/socket.c: Include sockets.h.
12856         (rpl_socket): Invoke gl_sockets_startup.
12857         * modules/gethostname (Depends-on): Add sockets.
12858         * modules/socket (Depends-on): Likewise.
12859         * tests/test-poll.c: Don't include sockets.h.
12860         (main): Don't invoke gl_sockets_startup.
12861         * tests/test-select.c: Don't include sockets.h.
12862         (main): Don't invoke gl_sockets_startup.
12863
12864 2009-08-02  Bruno Haible  <bruno@clisp.org>
12865
12866         Allow multiple calls to gl_sockets_startup.
12867         * lib/sockets.c (initialized_sockets_version): New variable.
12868         (gl_sockets_startup): Do nothing if already called for this or a higher
12869         version.
12870         (gl_sockets_cleanup): Reset initialized_sockets_version.
12871
12872 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12873
12874         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12875         different project/version.
12876
12877 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12878             Bruno Haible  <bruno@clisp.org>
12879
12880         Tests for module 'pipe-filter-gi'.
12881         * modules/pipe-filter-gi-tests: New file.
12882         * tests/test-pipe-filter-gi1.sh: New file.
12883         * tests/test-pipe-filter-gi1.c: New file.
12884         * tests/test-pipe-filter-gi2.sh: New file.
12885         * tests/test-pipe-filter-gi2-main.c: New file.
12886         * tests/test-pipe-filter-gi2-child.c: New file.
12887
12888         New module 'pipe-filter-gi'.
12889         * lib/pipe-filter-gi.c: New file.
12890         * modules/pipe-filter-gi: New file.
12891
12892 2009-08-02  Bruno Haible  <bruno@clisp.org>
12893             Paolo Bonzini  <bonzini@gnu.org>
12894
12895         Tests for module 'pipe-filter-ii'.
12896         * modules/pipe-filter-ii-tests: New file.
12897         * tests/test-pipe-filter-ii1.sh: New file.
12898         * tests/test-pipe-filter-ii1.c: New file.
12899         * tests/test-pipe-filter-ii2.sh: New file.
12900         * tests/test-pipe-filter-ii2-main.c: New file.
12901         * tests/test-pipe-filter-ii2-child.c: New file.
12902
12903         New module 'pipe-filter-ii'.
12904         * lib/pipe-filter.h: New file.
12905         * lib/pipe-filter-ii.c: New file.
12906         * lib/pipe-filter-aux.h: New file.
12907         * modules/pipe-filter-ii: New file.
12908
12909 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12910
12911         * lib/gc-libgcrypt.c: Change copyright to FSF.
12912         * lib/gc-gnulib.c: Likewise.
12913
12914 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12915
12916         * lib/gethostname.c: Include limits.h.
12917
12918 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12919             Bruno Haible  <bruno@clisp.org>
12920
12921         Ensure HOST_NAME_MAX as part of the gethostname module.
12922         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12923         define also HOST_NAME_MAX.
12924         * tests/test-gethostname.c: Include <limits.h>.
12925         (main): Check also HOST_NAME_MAX.
12926         * doc/posix-headers/limits.texi: Document the mingw problem.
12927
12928 2009-08-02  Bruno Haible  <bruno@clisp.org>
12929
12930         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12931         Add comments.
12932
12933 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12934
12935         * lib/gethostname.c: Add Windows wrapper.
12936         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12937         * modules/gethostname: Depend on sys_socket & errno, for also
12938         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12939         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12940
12941 2009-07-31  Jim Meyering  <meyering@redhat.com>
12942
12943         getloadavg: fix symbol name in comment
12944         * lib/getloadavg.c: Correct a typo I introduced when adding
12945         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12946         Matt Kraai spotted the problem.
12947
12948 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12949
12950         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12951         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12952         code also if ! defined N_NAME_POINTER.
12953         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12954         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12955         but the n_name member is a 12-byte array.
12956
12957 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12958
12959         update-copyright: generalize comment handling
12960         * build-aux/update-copyright: Handle copyright statements
12961         within more comment styles.
12962         Document usage.
12963         Report any file with an external copyright holder or parse failure.
12964
12965 2009-07-29  Jim Meyering  <meyering@redhat.com>
12966
12967         mktime: correct setting of REPLACE_MKTIME
12968         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12969
12970         update-copyright: new module
12971         * modules/update-copyright: New file.
12972         * build-aux/update-copyright: New file.
12973         * MODULES.html.sh (maint+release support): Add update-copyright.
12974
12975 2009-07-27  Bruno Haible  <bruno@clisp.org>
12976
12977         Fix compilation error when <ctime> is used and mktime is replaced.
12978         * lib/time.in.h (mktime): New declaration.
12979         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12980         REPLACE_MKTIME instead of defining mktime in config.h.
12981         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12982         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12983         Reported by Ross McFarland <rwmcfa1@neces.com>.
12984
12985 2009-07-27  Bruno Haible  <bruno@clisp.org>
12986
12987         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12988         Reported by Matt Kraai <mkraai@beckman.com>.
12989
12990 2009-07-25  Jim Meyering  <meyering@redhat.com>
12991
12992         maint.mk: avoid warnings about missing files
12993         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12994         diagnostic when .prev-version does not exist.
12995         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12996         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12997         nonexistent cfg.mk.
12998         Suggestions from Simon Josefsson.
12999
13000 2009-07-25  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13003         defined as macros. Needed on QNX 6.4.1.
13004         Reported by Matt Kraai <mkraai@beckman.com>.
13005
13006 2009-07-23  Jim Meyering  <meyering@redhat.com>
13007
13008         maint.mk: invoke "make dist" with a working value of XZ_OPT
13009         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13010
13011 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13012
13013         Make fseeko.c compile on QNX.
13014         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13015
13016 2009-07-22  Peter Simons  <simons@cryp.to>
13017
13018         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13019         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13020         * lib/md4.h: Likewise.
13021         * lib/md5.h: Likewise.
13022         * lib/sha1.h: Likewise.
13023         * lib/sha256.h: Likewise.
13024         * lib/sha512.h: Likewise.
13025
13026         tests-sha1: don't assign literal string to 'char *' variable
13027         * tests/test-sha1.c (main): Declare locals with "const" to match
13028         attributes of the right hand side.
13029
13030 2009-07-21  Eric Blake  <ebb9@byu.net>
13031
13032         dup2: fix more mingw problems
13033         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13034         fd to itself.
13035         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13036         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13037         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13038         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13039         care of mingw bugs.
13040
13041 2009-07-21  Jim Meyering  <meyering@redhat.com>
13042
13043         vc-list-files: avoid failure when /bin/sh is dash
13044         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13045         On some Debian based systems, /bin/sh is a symlink to dash, and running
13046         this command would omit the "/" following each 'tests' prefix:
13047           dash -x build-aux/vc-list-files -C . tests
13048         That is because bash and dash work differently:
13049           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13050           bash ok
13051           dash odd
13052
13053 2009-07-21  Eric Blake  <ebb9@byu.net>
13054
13055         dup2-tests: test previous patch
13056         * modules/dup2-tests: New file.
13057         * tests/test-dup2.c: Likewise.
13058         * tests/test-open.c (main): Avoid unspecified behavior.
13059         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13060         test.
13061
13062         dup2: work around mingw and cygwin 1.5 bug
13063         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13065         * modules/unistd (Makefile.am): Substitute it.
13066         * lib/unistd.in.h (dup2): Declare the replacement.
13067         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13068         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13069         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13070         * modules/execute (Depends-on): Add dup2.
13071         * modules/fseterr (Depends-on): Likewise.
13072         * modules/pipe (Depends-on): Likewise.
13073         * modules/posix_spawn-internal (Depends-on): Likewise.
13074
13075 2009-07-21  Bruno Haible  <bruno@clisp.org>
13076
13077         * modules/.gitattributes: New file.
13078
13079 2009-07-20  Bruno Haible  <bruno@clisp.org>
13080
13081         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13082         (main): Use it.
13083
13084 2009-07-20  Eric Blake  <ebb9@byu.net>
13085
13086         test-pipe: make a bit more robust.
13087         * tests/test-pipe.c (myerr): Allow error messages regardless of
13088         what we do to stderr.
13089         (test_pipe): Rearrange to avoid deadlock.
13090         (child_main): Try a larger read, to ensure we avoided deadlock.
13091         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13092         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13093         if misused.
13094
13095 2009-07-19  Jim Meyering  <meyering@redhat.com>
13096
13097         fts: avoid false-positive cycle-detection
13098         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13099         for each new command line argument.
13100
13101 2009-07-19  Bruno Haible  <bruno@clisp.org>
13102
13103         Fix build error on mingw with the modules sys_select and unistd.
13104         * modules/acl-tests (Depends-on): Add close.
13105         * modules/binary-io-tests (Depends-on): Likewise.
13106         * modules/closein-tests (Depends-on): Likewise.
13107         * modules/flock-tests (Depends-on): Likewise.
13108         * modules/fsync-tests (Depends-on): Likewise.
13109         * modules/lseek-tests (Depends-on): Likewise.
13110         * modules/pipe-tests (Depends-on): Likewise.
13111         * modules/posix_spawn-tests (Depends-on): Likewise.
13112         * modules/posix_spawnp-tests (Depends-on): Likewise.
13113         * modules/stat-time-tests (Depends-on): Likewise.
13114         * modules/yesno-tests (Depends-on): Likewise.
13115
13116 2009-07-19  Bruno Haible  <bruno@clisp.org>
13117
13118         Unify conditionals.
13119         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13120         macros, not at the compiler macros.
13121         * lib/pipe.c: Likewise.
13122         * lib/execute.c: Likewise.
13123         * lib/spawni.c: Likewise.
13124
13125 2009-07-19  Bruno Haible  <bruno@clisp.org>
13126
13127         Fix handling of closed stdin/stdout/stderr on mingw.
13128         * lib/w32spawn.h: Include unistd.h.
13129         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13130         file descriptor with O_NOINHERIT flag.
13131         (fd_safer_noinherit): New function, based on fd-safer.c.
13132         (dup_safer_noinherit): New function, based on dup-safer.c.
13133         (undup_safer_noinherit): New function.
13134         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13135         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13136         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13137         instead of fd_safer.
13138         * tests/test-pipe.c: Include <windows.h>.
13139         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13140
13141         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13142         from main.
13143         (test_pipe): Pass an extra argument for disambiguation.
13144         (main): Invoke parent_main or child_main.
13145
13146         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13147         consistently.
13148
13149 2009-07-18  Eric Blake  <ebb9@byu.net>
13150
13151         test-pipe: fix mingw build
13152         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13153
13154 2009-07-18  Bruno Haible  <bruno@clisp.org>
13155
13156         * modules/pipe-tests (Makefile.am): Fix typo.
13157
13158 2009-07-18  Eric Blake  <ebb9@byu.net>
13159
13160         error: fix mingw build
13161         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13162         Reported by Bruno Haible.
13163
13164         error: avoid undefined use of stdout
13165         * lib/error.c (error, error_at_line): Check that fd 1 is open
13166         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13167         is handling faults and the close_stdout module wants to report the
13168         detection of closed stdout as an error.
13169
13170 2009-07-17  Eric Blake  <ebb9@byu.net>
13171
13172         pipe: be robust in face of closed fds
13173         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13174         should cause child to misbehave.
13175         * modules/pipe-tests: New module.
13176         * tests/test-pipe.c: New file.
13177         * tests/test-pipe.sh: New file.
13178         Reported by Akim Demaille.
13179
13180 2009-07-14  Bruno Haible  <bruno@clisp.org>
13181
13182         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13183         Reported by anonymous kc.
13184
13185 2009-07-07  Jim Meyering  <meyering@redhat.com>
13186
13187         maint.mk: don't look for translatable strings in *.m4 or *.mk
13188         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13189         when searching for translatable strings.
13190
13191 2009-07-05  Jim Meyering  <meyering@redhat.com>
13192
13193         remove superfluous parentheses in STREQ definition
13194         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13195         * lib/getugroups.c (STREQ): Likewise.
13196         * lib/fnmatch.c (STREQ): Likewise.
13197         Spotted by Bruno Haible.
13198
13199 2009-07-04  Jim Meyering  <meyering@redhat.com>
13200
13201         argv-iter: new module
13202         * MODULES.html.sh: Add argv-iter.
13203         * lib/argv-iter.c, lib/argv-iter.h: New files.
13204         * modules/argv-iter: New file.
13205         * modules/argv-iter-tests: New file.
13206         * tests/test-argv-iter.c: Test it.
13207
13208 2009-07-04  Bruno Haible  <bruno@clisp.org>
13209
13210         Fix assertion.
13211         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13212         contains more exact copies of a given entry than file2, leave the extra
13213         copies unpaired rather than aborting.
13214         Reported by Eric Blake.
13215
13216 2009-07-02  Bruno Haible  <bruno@clisp.org>
13217
13218         Speedup git-merge-changelog for git cherry-pick.
13219         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13220         (entries_mapping_get): New function, extracted from compute_mapping.
13221         (entries_mapping_reverse_get): New function.
13222         (compute_mapping): Add a 'full' argument. Return the result in a
13223         'struct entries_mapping'.
13224         (main): Update. Access the mappings through entries_mapping_get.
13225         Reported by Eric Blake.
13226
13227 2009-07-02  Bruno Haible  <bruno@clisp.org>
13228
13229         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13230         best_i.
13231
13232 2009-07-02  Bruno Haible  <bruno@clisp.org>
13233
13234         Speed up approximate search for matching ChangeLog entries.
13235         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13236         argument. Call fstrcmp_bounded instead of fstrcmp.
13237         (compute_mapping, try_split_merged_entry, main): Update callers.
13238
13239 2009-07-02  Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13242
13243 2009-06-30  Bruno Haible  <bruno@clisp.org>
13244
13245         Reduce the number of uc_is_cased calls.
13246         * lib/unicase.h (casing_suffix_context_t): Add
13247         'first_char_except_ignorable' field.
13248         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13249         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13250         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13251         Update initializer.
13252         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13253         case-ignorable characters.
13254         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13255         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13256         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13257         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13258         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13259
13260 2009-06-30  Bruno Haible  <bruno@clisp.org>
13261
13262         Tests for module 'unicase/ignorable'.
13263         * modules/unicase/ignorable-tests: New file.
13264         * tests/unicase/test-ignorable.c: New file, generated by
13265         gen-uni-tables.
13266
13267         Tests for module 'unicase/cased'.
13268         * modules/unicase/cased-tests: New file.
13269         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13270         * tests/unicase/test-predicate-part1.h: New file, derived from
13271         tests/unictype/test-predicate-part1.h.
13272         * tests/unicase/test-predicate-part2.h: New file, same as
13273         tests/unictype/test-predicate-part2.h.
13274
13275         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13276         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13277         (output_casing_properties): New function.
13278         (main): Call it.
13279         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13280         * lib/unicase/cased.c: Include unictype/bitmap.h.
13281         (uc_is_cased): Define through a bitmap lookup.
13282         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13283         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13284         (uc_is_case_ignorable): Define through a bitmap lookup.
13285         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13286         lib/unictype/bitmap.h.
13287         (Depends-on): Add inline. Clean up.
13288         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13289         lib/unictype/bitmap.h.
13290         (Depends-on): Add inline. Clean up.
13291         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13292         recognition.
13293         * tests/unicase/test-u16-tolower.c (main): Likewise.
13294         * tests/unicase/test-u32-tolower.c (main): Likewise.
13295
13296 2009-06-30  Bruno Haible  <bruno@clisp.org>
13297
13298         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13299         * lib/unicase/u16-casemap.c: Likewise.
13300         * lib/unicase/u32-casemap.c: Likewise.
13301
13302 2009-06-29  Bruno Haible  <bruno@clisp.org>
13303
13304         Define u32_casefold as a wrapper around u32_ct_casefold.
13305         * lib/unicase/u32-casefold.c: Update.
13306         * modules/unicase/u32-casefold (Depends-on): Add
13307         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13308         unicase/empty-suffix-context. Clean up.
13309
13310         Define u16_casefold as a wrapper around u16_ct_casefold.
13311         * lib/unicase/u16-casefold.c: Update.
13312         * modules/unicase/u16-casefold (Depends-on): Add
13313         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13314         unicase/empty-suffix-context. Clean up.
13315
13316         Define u8_casefold as a wrapper around u8_ct_casefold.
13317         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13318         * lib/unicase/u8-casefold.c: Update.
13319         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13320         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13321
13322         Define u32_totitle as a wrapper around u32_ct_totitle.
13323         * lib/unicase/u32-totitle.c: Update.
13324         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13325         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13326
13327         Define u16_totitle as a wrapper around u16_ct_totitle.
13328         * lib/unicase/u16-totitle.c: Update.
13329         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13330         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13331
13332         Define u8_totitle as a wrapper around u8_ct_totitle.
13333         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13334         functions.
13335         (FUNC): Delegate to U_CT_TOTITLE.
13336         * lib/unicase/u8-totitle.c: Update.
13337         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13338         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13339
13340         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13341         invocation.
13342         * modules/unicase/u32-tolower (Depends-on): Add
13343         unicase/empty-prefix-context, unicase/empty-suffix-context.
13344
13345         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13346         invocation.
13347         * modules/unicase/u16-tolower (Depends-on): Add
13348         unicase/empty-prefix-context, unicase/empty-suffix-context.
13349
13350         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13351         * modules/unicase/u8-tolower (Depends-on): Add
13352         unicase/empty-prefix-context, unicase/empty-suffix-context.
13353
13354         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13355         invocation.
13356         * modules/unicase/u32-toupper (Depends-on): Add
13357         unicase/empty-prefix-context, unicase/empty-suffix-context.
13358
13359         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13360         invocation.
13361         * modules/unicase/u16-toupper (Depends-on): Add
13362         unicase/empty-prefix-context, unicase/empty-suffix-context.
13363
13364         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13365         * modules/unicase/u8-toupper (Depends-on): Add
13366         unicase/empty-prefix-context, unicase/empty-suffix-context.
13367
13368         New module 'unicase/u32-ct-casefold'.
13369         * lib/unicase/u32-ct-casefold.c: New file.
13370         * modules/unicase/u32-ct-casefold: New file.
13371
13372         New module 'unicase/u16-ct-casefold'.
13373         * lib/unicase/u16-ct-casefold.c: New file.
13374         * modules/unicase/u16-ct-casefold: New file.
13375
13376         New module 'unicase/u8-ct-casefold'.
13377         * lib/unicase/u8-ct-casefold.c: New file.
13378         * lib/unicase/u-ct-casefold.h: New file, derived from
13379         lib/unicase/u-casefold.h.
13380         * modules/unicase/u8-ct-casefold: New file.
13381
13382         New module 'unicase/u32-ct-totitle'.
13383         * lib/unicase/u32-ct-totitle.c: New file.
13384         * modules/unicase/u32-ct-totitle: New file.
13385
13386         New module 'unicase/u16-ct-totitle'.
13387         * lib/unicase/u16-ct-totitle.c: New file.
13388         * modules/unicase/u16-ct-totitle: New file.
13389
13390         New module 'unicase/u8-ct-totitle'.
13391         * lib/unicase/u8-ct-totitle.c: New file.
13392         * lib/unicase/u-ct-totitle.h: New file, derived from
13393         lib/unicase/u-totitle.h.
13394         * modules/unicase/u8-ct-totitle: New file.
13395
13396         New module 'unicase/u32-ct-tolower'.
13397         * lib/unicase/u32-ct-tolower.c: New file.
13398         * modules/unicase/u32-ct-tolower: New file.
13399
13400         New module 'unicase/u16-ct-tolower'.
13401         * lib/unicase/u16-ct-tolower.c: New file.
13402         * modules/unicase/u16-ct-tolower: New file.
13403
13404         New module 'unicase/u8-ct-tolower'.
13405         * lib/unicase/u8-ct-tolower.c: New file.
13406         * modules/unicase/u8-ct-tolower: New file.
13407
13408         New module 'unicase/u32-ct-toupper'.
13409         * lib/unicase/u32-ct-toupper.c: New file.
13410         * modules/unicase/u32-ct-toupper: New file.
13411
13412         New module 'unicase/u16-ct-toupper'.
13413         * lib/unicase/u16-ct-toupper.c: New file.
13414         * modules/unicase/u16-ct-toupper: New file.
13415
13416         New module 'unicase/u8-ct-toupper'.
13417         * lib/unicase/u8-ct-toupper.c: New file.
13418         * modules/unicase/u8-ct-toupper: New file.
13419
13420         Add context arguments to u*_casemap functions.
13421         * lib/unicase/unicasemap.h: Include unicase.h.
13422         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13423         suffix_context arguments.
13424         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13425         functions.
13426         (FUNC): Add prefix_context and suffix_context arguments. Use
13427         uc_is_cased and uc_is_case_ignorable.
13428         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13429         * lib/unicase/u16-casemap.c: Likewise.
13430         * lib/unicase/u32-casemap.c: Likewise.
13431         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13432         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13433         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13434         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13435         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13436         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13437
13438         New module 'unicase/u32-suffix-context'.
13439         * lib/unicase/u32-suffix-context.c: New file.
13440         * modules/unicase/u32-suffix-context: New file.
13441
13442         New module 'unicase/u16-suffix-context'.
13443         * lib/unicase/u16-suffix-context.c: New file.
13444         * modules/unicase/u16-suffix-context: New file.
13445
13446         New module 'unicase/u8-suffix-context'.
13447         * lib/unicase/u8-suffix-context.c: New file.
13448         * lib/unicase/u-suffix-context.h: New file.
13449         * modules/unicase/u8-suffix-context: New file.
13450
13451         New module 'unicase/empty-suffix-context'.
13452         * lib/unicase/empty-suffix-context.c: New file.
13453         * modules/unicase/empty-suffix-context: New file.
13454
13455         New module 'unicase/u32-prefix-context'.
13456         * lib/unicase/u32-prefix-context.c: New file.
13457         * modules/unicase/u32-prefix-context: New file.
13458
13459         New module 'unicase/u16-prefix-context'.
13460         * lib/unicase/u16-prefix-context.c: New file.
13461         * modules/unicase/u16-prefix-context: New file.
13462
13463         New module 'unicase/u8-prefix-context'.
13464         * lib/unicase/u8-prefix-context.c: New file.
13465         * lib/unicase/u-prefix-context.h: New file.
13466         * lib/unicase/context.h: New file.
13467         * modules/unicase/u8-prefix-context: New file.
13468
13469         New module 'unicase/empty-prefix-context'.
13470         * lib/unicase/empty-prefix-context.c: New file.
13471         * modules/unicase/empty-prefix-context: New file.
13472
13473         New module 'unicase/ignorable'.
13474         * lib/unicase/ignorable.c: New file.
13475         * modules/unicase/ignorable: New file.
13476
13477         New module 'unicase/cased'.
13478         * lib/unicase/caseprop.h: New file.
13479         * lib/unicase/cased.c: New file.
13480         * modules/unicase/cased: New file.
13481
13482         New functions for case mapping of substrings.
13483         * lib/unicase.h (casing_prefix_context_t): New type.
13484         (unicase_empty_prefix_context): New variable.
13485         (u8_casing_prefix_context, u16_casing_prefix_context,
13486         u32_casing_prefix_context, u8_casing_prefixes_context,
13487         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13488         declarations.
13489         (casing_suffix_context_t): New type.
13490         (unicase_empty_suffix_context): New variable.
13491         (u8_casing_suffix_context, u16_casing_suffix_context,
13492         u32_casing_suffix_context, u8_casing_suffixes_context,
13493         u16_casing_suffixes_context, u32_casing_suffixes_context,
13494         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13495         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13496         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13497         declarations.
13498
13499 2009-06-28  Jim Meyering  <meyering@redhat.com>
13500
13501         boostrap: indent only with spaces
13502         * build-aux/bootstrap: Indent only with spaces, never TABs.
13503
13504         bootstrap: split long lines
13505         * build-aux/bootstrap: Keep line length < 80.
13506
13507         bootstrap: sync from coreutils
13508         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13509         just as autoreconf does.  Verify a list of prerequisite
13510         package-name,version-number pairs if defined in bootstrap.conf.
13511         Refer to README-prereq, if prerequisites are not satisfied.
13512
13513 2009-06-27  Eric Blake  <ebb9@byu.net>
13514
13515         tests: add test for bogus NULL definition
13516         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13517         * tests/test-stdlib.c: Likewise.
13518         * tests/test-string.c: Likewise.
13519         * tests/test-locale.c: Likewise.
13520         * tests/test-unistd.c: Likewise.
13521         * modules/stdio-tests (Depends-on): Add verify.
13522         * modules/stdlib-tests (Depends-on): Likewise.
13523         * modules/string-tests (Depends-on): Likewise.
13524         * modules/locale-tests (Depends-on): Likewise.
13525         * modules/unistd-tests (Depends-on): Likewise.
13526
13527 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13528
13529         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13530         self-explaining comment.
13531         * m4/selinux-selinux-h: Update serial.
13532         (gl_LIBSELINUX): New macro, adding a warning for missing development
13533         packages to code extracted from...
13534         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13535         Add warning for missing development packages here, too.
13536
13537 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13538
13539         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13540
13541 2009-06-25  Eric Blake  <ebb9@byu.net>
13542
13543         version-etc: fix regression
13544         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13545         gcc.
13546         (version_etc): Use it, to catch bugs with trailing NULL.
13547         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13548         (version_etc_va): Fix logic bug.
13549         * modules/version-etc-tests: Add test.
13550         * tests/test-version-etc.c: New file.
13551         * tests/test-version-etc.sh: Likewise.
13552
13553 2009-06-25  Sam Steingold  <sds@gnu.org>
13554
13555         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13556         mbtowc declaration.
13557
13558 2009-06-25  Eric Blake  <ebb9@byu.net>
13559
13560         fpurge: migrate into <stdio.h>
13561         * lib/fpurge.h: Delete...
13562         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13563         * lib/fpurge.c (fpurge): Change declaring header.
13564         * modules/fpurge (Files): Drop deleted file.
13565         (Depends-on): Add stdio.
13566         (configure.ac): Set witness.
13567         * modules/stdio (Makefile.am): Support fpurge macros.
13568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13569         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13570         * lib/fflush.c: Update client.
13571         * tests/test-fpurge.c: Likewise.
13572         * NEWS: Mention the change.
13573
13574 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13575
13576         * lib/argp-version-etc.c (program_authors): Add const
13577         qualifier.
13578         * lib/version-etc.c: Fix typos in the comments.
13579         * modules/argp-version-etc: Depends on version-etc.
13580
13581 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13582
13583         argp-version-etc: new module.
13584
13585         * lib/argp-version-etc.c: New file.
13586         * lib/argp-version-etc.h: New file.
13587         * modules/argp-version-etc: New file.
13588         * modules/argp-version-etc-tests: New file.
13589         * tests/test-argp-version-etc.c: New test.
13590         * tests/test-argp-version-etc-1.sh: New test.
13591
13592 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13593
13594         Provide additional interfaces and documentation for version-etc
13595         module.
13596
13597         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13598         interfaces.
13599         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13600         prototypes.
13601
13602 2009-06-24  Bruno Haible  <bruno@clisp.org>
13603
13604         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13605         HAVE_LIB${NAME} macro.
13606         Reported by Sam Steingold <sds@gnu.org>.
13607
13608 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13609
13610         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13611         needed.
13612
13613 2009-06-21  Bruno Haible  <bruno@clisp.org>
13614
13615         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13616         work.
13617         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13618         together with LIB${NAME}, LTLIB${NAME}.
13619         Reported by Sam Steingold <sds@gnu.org>.
13620
13621 2009-06-20  Jim Meyering  <meyering@redhat.com>
13622
13623         tests: make sc_require_test_exit_idiom more generic
13624         * top/maint.mk (Exit_witness_file): New overridable variable.
13625         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13626         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13627
13628 2009-06-19  Jim Meyering  <meyering@redhat.com>
13629
13630         hash: reverse order of src/dst parameters in an internal interface
13631         * lib/hash.c (transfer_entries): Reverse order of parameters to
13632         put DST before SRC.  Adjust callers.
13633
13634         tests: test-hash: avoid wholesale duplication
13635         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13636         Instead, use a loop and add a single conditional.
13637
13638         tests: test-hash: allow seed selection via a command line argument
13639         * tests/test-hash.c (get_seed): New function.
13640         (main): Use it.
13641
13642 2009-06-19  Eric Blake  <ebb9@byu.net>
13643
13644         hash: avoid memory leak on allocation failure
13645         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13646         failure.  Factor repeated algorithm...
13647         (transfer_entries): ...into new helper routine.
13648         (hash_delete): React to hash_rehash return value.
13649
13650         hash: reduce memory pressure in hash_rehash no-op case
13651         * lib/hash.c (next_prime): Avoid overflow.
13652         (hash_initialize): Factor bucket size computation...
13653         (compute_bucket_size): ...into new helper function.
13654         (hash_rehash): Use new function and open coding to reduce memory
13655         pressure, and avoid a memory leak in USE_OBSTACK code.
13656         Reported by Jim Meyering.
13657
13658 2009-06-18  Eric Blake  <ebb9@byu.net>
13659
13660         hash: make rotation more obvious
13661         * modules/hash (Depends-on): Add bitrotate and stdint.
13662         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13663         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13664         (SIZE_MAX): Rely on headers for definition.
13665         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13666         (raw_hasher): Use rotr_sz.
13667         Suggested by Jim Meyering.
13668
13669         hash: fix memory leak in last patch
13670         * lib/hash.c (hash_rehash): Avoid memory leak.
13671
13672         hash: avoid no-op rehashing
13673         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13674
13675         hash: provide default callback functions
13676         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13677         (hash_initialize): Use them as defaults.
13678         * tests/test-hash.c (main): Test this.
13679
13680         hash: minor optimization
13681         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13682         when possible.
13683         (hash_initialize): Document this promise.
13684         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13685         * tests/test-hash.c (hash_compare_strings): Test this.
13686
13687 2009-06-18  Bruno Haible  <bruno@clisp.org>
13688
13689         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13690         going to be replaced anyway.
13691
13692 2009-06-18  Bruno Haible  <bruno@clisp.org>
13693
13694         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13695         in one place.
13696         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13697         be replaced anyway.
13698
13699 2009-06-18  Eric Blake  <ebb9@byu.net>
13700
13701         hash: check for resize before insertion
13702         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13703         threshold before insertion, so that a pathological hash_rehash
13704         that fills every bucket can still trigger another rehash.
13705
13706 2009-06-18  Jim Meyering  <meyering@redhat.com>
13707
13708         hash-tests: add a loop around the small tests
13709         * tests/test-hash.c (main): Repeat small tests with selected
13710         small initial table sizes.
13711
13712 2009-06-17  Eric Blake  <ebb9@byu.net>
13713
13714         hash: minor cleanups
13715         * lib/hash.h (hash_entry): Make opaque, by moving...
13716         * lib/hash.c (hash_entry): ...here.
13717         (hash_insert): Clarify restrictions on what can be inserted.
13718         (hash_get_next): Clarify when it is safe to remove an element
13719         during traversal.
13720         (check_tuning): Skip verification when tuning is known safe.
13721         (hash_initialize): Clarify restrictions on tuning.
13722
13723 2009-06-17  Jim Meyering  <jim@meyering.net>
13724         and Eric Blake  <ebb9@byu.net>
13725
13726         hash-tests: new module
13727         * modules/hash-tests: New file.
13728         * tests/test-hash.c: New file.
13729
13730 2009-06-17  Eric Blake  <ebb9@byu.net>
13731
13732         strstr-simple: document new module
13733         * MODULES.html.sh: Document new module.
13734
13735         strstr, strcasestr: replace on platforms with broken memchr
13736         * modules/strstr: Split into...
13737         * modules/strstr-simple: ...new module that does not care about
13738         performance, but does care about glibc bug.
13739         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13740         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13741         if platform memchr is broken, per Debian bug 521737.
13742         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13743         memchr.
13744         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13745         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13746         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13747         * modules/mountlist (Depends-on): Add strstr-simple.
13748         * modules/gen-uni-tables (Depends-on): Likewise.
13749         * modules/argz (Depends-on): Add strstr.
13750
13751 2009-06-17  Bruno Haible  <bruno@clisp.org>
13752
13753         * modules/posix_spawn-internal (Depends-on): Add errno.
13754
13755 2009-06-17  Bruno Haible  <bruno@clisp.org>
13756
13757         Define missing ESTALE on Interix 3.5.
13758         * lib/errno.in.h (ESTALE): Assign a value if missing.
13759         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13760         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13761         missing.
13762         * doc/posix-headers/errno.texi: Mention the Interix bug.
13763         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13764
13765 2009-06-15  Eric Blake  <ebb9@byu.net>
13766
13767         memchr, memchr2: add valgrind exception
13768         * lib/memchr.valgrind: New file.
13769         * lib/memchr2.valgrind: New file.
13770         * modules/memchr (Files): Distribute valgrind file.
13771         * modules/memchr2 (Files): Likewise.
13772
13773         docs: memchr is no longer obsolete
13774         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13775         * lib/string.in.h (memchr): Simplify logic.
13776
13777 2009-06-14  Jim Meyering  <meyering@redhat.com>
13778
13779         link-follow: fix the "checking..." message to not mention trailing slash
13780         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13781         never considered trailing slashes.
13782
13783 2009-06-14  Bruno Haible  <bruno@clisp.org>
13784
13785         * m4/memchr.m4: Mention also the bug on IA-64.
13786         * doc/posix-functions/memchr.texi: Likewise.
13787
13788 2009-06-12  Eric Blake  <ebb9@byu.net>
13789
13790         memchr: detect broken x86_64 and alpha implementations
13791         * modules/memchr-tests (Depends-on): Move mmap detection...
13792         * modules/memchr (Depends-on): ...here.
13793         (configure.ac): Set indicator.
13794         * lib/string.in.h (memchr): Declare replacement.
13795         * modules/string (Makefile.am): Trigger replacement.
13796         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13797         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13798         bugs.
13799         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13800         * modules/getpagesize (License): Relax license.
13801
13802 2009-06-11  Bruno Haible  <bruno@clisp.org>
13803
13804         * lib/idpriv.h: Add more references.
13805
13806 2009-06-08  Bruno Haible  <bruno@clisp.org>
13807
13808         Tests for module 'idpriv-droptemp'.
13809         * modules/idpriv-droptemp-tests: New file.
13810         * tests/test-idpriv-droptemp.sh: New file.
13811         * tests/test-idpriv-droptemp.su.sh: New file.
13812         * tests/test-idpriv-droptemp.c: New file.
13813
13814         New module 'idpriv-droptemp'.
13815         * lib/idpriv-droptemp.c: New file.
13816         * modules/idpriv-droptemp: New file.
13817
13818 2009-06-08  Bruno Haible  <bruno@clisp.org>
13819
13820         Tests for module 'idpriv-drop'.
13821         * modules/idpriv-drop-tests: New file.
13822         * tests/test-idpriv-drop.sh: New file.
13823         * tests/test-idpriv-drop.su.sh: New file.
13824         * tests/test-idpriv-drop.c: New file.
13825
13826         New module 'idpriv-drop'.
13827         * lib/idpriv.h: New file.
13828         * lib-idpriv-drop.c: New file.
13829         * m4/idpriv.m4: New file.
13830         * modules/idpriv-drop: New file.
13831
13832 2009-06-08  Bruno Haible  <bruno@clisp.org>
13833
13834         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13835         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13836         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13837         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13838         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13839         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13840         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13841
13842 2009-06-08  Eric Blake  <ebb9@byu.net>
13843
13844         test-strstr: use memory fence, when possible
13845         * tests/test-strstr.c (main): Use memory fence, in order to be
13846         more likely to trigger Debian bug 521737.
13847         * modules/strstr-tests (Files): Pull in additional files.
13848
13849         memchr: no longer obsolete, for wider field testing
13850         * modules/memchr (Status, Notice): Delete, this module is no
13851         longer obsolete.
13852         * modules/vasnprintf (Depends-on): Add memchr.
13853
13854 2009-06-07  Jim Meyering  <meyering@redhat.com>
13855
13856         hash: declare some functions with the warn_unused_result attribute
13857         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13858
13859 2009-06-07  Bruno Haible  <bruno@clisp.org>
13860
13861         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13862         Reported by Eric Blake.
13863
13864 2009-06-06  Eric Blake  <ebb9@byu.net>
13865
13866         test-alignof: fix typo with long double
13867         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13868         compiler error.
13869
13870 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13871
13872         Escape non-texinfo { and }s.
13873         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13874         markup error.
13875
13876 2009-06-04  Jim Meyering  <meyering@redhat.com>
13877
13878         gitlog-to-changelog: don't infloop on an empty commit log
13879         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13880         Reported by Boris Petersen <transacid@centerim.org>.
13881
13882 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13883
13884         version-etc: extend for packagers
13885         Add three new configure options, intended for packagers:
13886           --with-packager="packager name"
13887           --with-packager-version="packager-specific version"
13888           --with-packager-bug-reports="packager bug reporting"
13889         An example with coreutils:
13890           $ ./configure \
13891             --with-packager=Gentoo \
13892             --with-packager-bug-report=http://bugs.gentoo.org/ \
13893             --with-packager-version="patchset 1.6"
13894           $ ./src/ls --version | head -n2
13895           ls (GNU coreutils) 7.1-dirty
13896           Packaged by Gentoo (patchset 1.6)
13897         Note that the bug reporting info via --help doesn't show up because
13898         coreutils uses its own custom emit_bug_reporting_address() implementation
13899         in src/system.h.  If it didn't, it'd look like:
13900           $ ./src/ls --help | tail -n4
13901           Report bugs to <bug-coreutils@gnu.org>.
13902           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13903           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13904           General help using GNU software: <http://www.gnu.org/gethelp/>.
13905         * lib/version-etc.c: Print new information, if provided.
13906         * m4/version-etc.m4: New file.
13907         * modules/version-etc (Files): Add m4/version-etc.m4.
13908         (configure.ac): Add gl_VERSION_ETC.
13909
13910 2009-05-31  Bruno Haible  <bruno@clisp.org>
13911
13912         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13913         and 'int64_t'.
13914         * modules/alignof-tests (Dependencies): Add stdint.
13915         Reported by Eric Blake.
13916
13917 2009-05-31  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13920         restriction due to compiler bugs.
13921         Reported by Eric Blake.
13922
13923 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13924             Bruno Haible  <bruno@clisp.org>
13925
13926         Fix test-alignof failure.
13927         * lib/alignof.h (alignof_slot): New macro.
13928         (alignof_type): New macro, with the same semantics as the previous
13929         'alignof'.
13930         (alignof): Alias to alignof_slot.
13931         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13932         check that the results are usable as constant expressions.
13933
13934 2009-05-31  Bruno Haible  <bruno@clisp.org>
13935
13936         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13937         * tests/test-memchr.c (main): Check that memchr does not read past the
13938         first occurrence of the byte.
13939         * tests/test-strstr.c (main): Update comment.
13940         Suggested by Eric Blake.
13941
13942 2009-05-30  Bruno Haible  <bruno@clisp.org>
13943
13944         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13945         detail how to use dumpbin.
13946         Reported by David Byron <dbyron@dbyron.com>.
13947
13948 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13949
13950         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13951
13952 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13953
13954         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13955
13956 2009-05-28  Bruno Haible  <bruno@clisp.org>
13957
13958         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13959         build-aux/ files.
13960
13961 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13962
13963         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13964
13965 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13966
13967         * gnulib-tool (sed_transform_main_lib_file)
13968         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13969         regexps.
13970
13971 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13972
13973         * tests/test-strstr.c: Add another self-test.
13974         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13975         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13976
13977 2009-05-23  Bruno Haible  <bruno@clisp.org>
13978
13979         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13980         change.
13981
13982 2009-05-21  Bruno Haible  <bruno@clisp.org>
13983
13984         Simplify use of mode_t varargs.
13985         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13986         uses 'mode_t' or 'int'.
13987         * lib/openat.c (openat): Likewise.
13988         * lib/open-safer.c (open_safer): Likewise.
13989         * m4/mode_t.m4: New file.
13990         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13991         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13992         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13993         * modules/open (Files): Add m4/mode_t.m4.
13994         * modules/openat (Files): Likewise.
13995         * modules/fcntl-safer (Files): Likewise.
13996         Suggested by Eric Blake.
13997
13998 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13999
14000         * doc/glibc-functions/fallocate.texi: New file.
14001         * doc/gnulib.texi: Include it.
14002
14003 2009-05-21  Eric Blake  <ebb9@byu.net>
14004             Bruno Haible  <bruno@clisp.org>
14005
14006         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14007         invocations.
14008         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14009
14010 2009-05-21  Eric Blake  <ebb9@byu.net>
14011             Bruno Haible  <bruno@clisp.org>
14012
14013         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14014         include_next. Fix of 2008-11-20 commit.
14015         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14016         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14017         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14018         NEXT_MATH_H.
14019         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14020         instead of NEXT_MATH_H.
14021
14022 2009-05-21  Bruno Haible  <bruno@clisp.org>
14023
14024         Avoid redefinition warnings for SIZE_MAX.
14025         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14026         Reported by Simon Josefsson.
14027
14028 2009-05-21  Bruno Haible  <bruno@clisp.org>
14029
14030         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14031         AC_CACHE_VAL.
14032
14033 2009-05-20  Bruno Haible  <bruno@clisp.org>
14034
14035         Make zeroptr.h work on mingw.
14036         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14037         mprotect.
14038         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14039         * modules/memchr2-tests (configure.ac): Likewise.
14040         * modules/memcmp-tests (configure.ac): Likewise.
14041         * modules/memmem-tests (configure.ac): Likewise.
14042         * modules/memrchr-tests (configure.ac): Likewise.
14043         Reported by Simon Josefsson.
14044
14045 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14046
14047         * tests/test-glob.c: Include string.h for strcmp prototype.
14048
14049 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14050
14051         * modules/getdelim (Depends-on): Add explicit stdint, although it
14052         was implicitly already pulled in via realloc-posix.
14053         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14054
14055 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14056
14057         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14058         G. Christensen" <tgc@jupiterrise.com>.
14059         * m4/sys_socket_h.m4: Check for sa_family_t.
14060         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14061         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14062         * tests/test-sys_socket.c: Check that sa_family_t works.
14063
14064 2009-05-18  Eric Blake  <ebb9@byu.net>
14065
14066         maint.mk: allow gnulib_dir in VPATH build
14067         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14068
14069 2009-05-15  Jim Meyering  <meyering@redhat.com>
14070
14071         maint.mk: Give gnulib_dir a default definition.
14072         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14073         Thus, most packages no longer need to specify this variable in cfg.mk
14074
14075 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14076
14077         rename.m4: fix typos that would make non-mingw cross-configure fail
14078         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14079
14080 2009-05-13  Eric Blake  <ebb9@byu.net>
14081
14082         mmap-anon: avoid out-of-order autoconf expansion
14083         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14084         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14085         * modules/memchr-tests (Depends-on): Add extensions.
14086         * modules/memchr2-tests (Depends-on): Add extensions.
14087         * modules/memcmp-tests (Depends-on): Add extensions.
14088         * modules/memmem-tests (Depends-on): Add extensions.
14089         * modules/memrchr-tests (Depends-on): Add extensions.
14090
14091 2009-05-13  Bruno Haible  <bruno@clisp.org>
14092
14093         Make some tests ISO C 99 compliant.
14094         * tests/zerosize-ptr.h: New file.
14095         * tests/test-memchr.c: Include zerosize-ptr.h.
14096         (main): Use a zero-size object pointer instead of NULL.
14097         * tests/test-memchr2.c: Include zerosize-ptr.h.
14098         (main): Use a zero-size object pointer instead of NULL.
14099         * tests/test-memcmp.c: Include zerosize-ptr.h.
14100         (main): Use a zero-size object pointer instead of NULL.
14101         * tests/test-memmem.c: Include zerosize-ptr.h.
14102         (main): Use a zero-size object pointer instead of NULL.
14103         * tests/test-memrchr.c: Include zerosize-ptr.h.
14104         (main): Use a zero-size object pointer instead of NULL.
14105         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14106         m4/mmap-anon.m4.
14107         (Depends-on): Add getpagesize.
14108         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14109         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14110         m4/mmap-anon.m4.
14111         (Depends-on): Add getpagesize.
14112         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14113         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14114         m4/mmap-anon.m4.
14115         (Depends-on): Add getpagesize.
14116         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14117         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14118         m4/mmap-anon.m4.
14119         (Depends-on): Add getpagesize.
14120         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14121         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14122         m4/mmap-anon.m4.
14123         (Depends-on): Add getpagesize.
14124         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14125
14126 2009-05-12  Bruno Haible  <bruno@clisp.org>
14127
14128         Tests for module 'alignof'.
14129         * modules/alignof-tests: New file.
14130         * tests/test-alignof.c: New file.
14131
14132 2009-05-12  Bruno Haible  <bruno@clisp.org>
14133
14134         Fix alignof macro.
14135         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14136         vendor compilers that are always correct.
14137
14138 2009-05-12  Bruno Haible  <bruno@clisp.org>
14139
14140         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14141         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14142         not whether its fully works.
14143
14144 2009-05-12  Bruno Haible  <bruno@clisp.org>
14145
14146         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14147
14148 2009-05-12  Jim Meyering  <meyering@redhat.com>
14149
14150         * top/maint.mk: Adjust backslash alignment.
14151
14152 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14153
14154         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14155
14156 2009-05-11  Eric Blake  <ebb9@byu.net>
14157
14158         argp: avoid undefined behavior
14159         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14160         macros.
14161
14162 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14163
14164         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14165         user.name to prevent git commit from complaining.
14166
14167 2009-05-10  Bruno Haible  <bruno@clisp.org>
14168
14169         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14170         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14171         it rewrites every file name only once.
14172         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14173
14174 2009-05-08  Bruno Haible  <bruno@clisp.org>
14175
14176         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14177         instead of 'max'.
14178
14179 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14180
14181         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14182         sockaddr_storage test.
14183
14184 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14185
14186         * modules/sys_socket (Makefile.am): Substitute
14187         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14188         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14189         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14190         * tests/test-sys_socket.c: Check sockaddr_storage.
14191
14192 2009-05-08  Bruno Haible  <bruno@clisp.org>
14193
14194         New module 'alignof'.
14195         * lib/alignof.h: New file.
14196         * modules/alignof: New file.
14197
14198 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14199             Bruno Haible  <bruno@clisp.org>
14200
14201         Fix test-file-has-acl on FreeBSD.
14202         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14203         mask is implicitly added.
14204         * tests/test-file-has-acl.c: Include <signal.h>.
14205         (main): Terminate the test after 5 seconds.
14206         * modules/acl-tests (configure.ac): Check for alarm function.
14207
14208 2009-05-04  Bruno Haible  <bruno@clisp.org>
14209
14210         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14211         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14212         * modules/errno (configure.ac): Drop AC_REQUIRE.
14213         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14214         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14215
14216 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14217
14218         * modules/glob-tests: New module.
14219         * tests/test-glob.c: Add.
14220
14221 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14222
14223         * modules/fnmatch-tests: New module.
14224         * tests/test-fnmatch.c: Add.
14225
14226 2009-05-04  Eric Blake  <ebb9@byu.net>
14227
14228         maint: make the new no-submodule-changes rule VPATH-safe
14229         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14230
14231 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14232             Bruno Haible  <bruno@clisp.org>
14233
14234         acl: Fix infinite loop on FreeBSD.
14235         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14236         of return value from acl_get_entry.
14237         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14238         Likewise.
14239
14240 2009-05-03  Bruno Haible  <bruno@clisp.org>
14241
14242         * lib/acl-internal.h (acl_entries): Clarify return value.
14243         * lib/acl_entries.c (acl_entries): Likewise.
14244
14245 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14246
14247         Bug fix in acl module.
14248         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14249
14250 2009-05-03  Bruno Haible  <bruno@clisp.org>
14251
14252         Create gperf-generated file in the source dir, not in the build dir.
14253         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14254         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14255         * modules/unicase/locale-language (unicase/locale-languages.h):
14256         Likewise.
14257         * modules/unicase/special-casing (unicase/special-casing-table.h):
14258         Likewise.
14259         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14260         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14261         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14262         Reported by Ralf Wildenhues.
14263
14264 2009-05-03  Bruno Haible  <bruno@clisp.org>
14265
14266         * modules/fnmatch (Description, configure.ac): Taken from
14267         fnmatch-posix.
14268         * modules/fnmatch-posix: Turn into a symbolic reference to the
14269         'fnmatch' module, and deprecate.
14270         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14271
14272 2009-05-03  Bruno Haible  <bruno@clisp.org>
14273
14274         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14275         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14276         Reported by Ralf Wildenhues.
14277
14278 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14279
14280         * m4/fnmatch.m4: Fix fnmatch re-define.
14281
14282 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14283
14284         priv-set: new module and tests; adapt write-any-file
14285         * lib/priv-set.c: New file.
14286         * lib/priv-set.h: New file.
14287         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14288         * lib/write-any-file.c: Simplify by using priv-set module.
14289         * m4/priv-set.m4: New file.
14290         * modules/priv-set: New file.
14291         * modules/unlinkdir: Add dependency on priv-set module.
14292         * modules/write-any-file: Likewise.
14293
14294         Tests for module 'priv-set'.
14295         * modules/priv-set-tests: New file.
14296         * tests/test-priv-set.c: New file.
14297
14298 2009-05-03  Jim Meyering  <meyering@redhat.com>
14299             Bruno Haible  <bruno@clisp.org>
14300
14301         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14302         use the converted UTF-8 variant of the name instead.
14303
14304 2009-05-03  Jim Meyering  <meyering@redhat.com>
14305
14306         tests: tighten some getdate tests
14307         * tests/test-getdate.c (main): Tighten tests: require equality,
14308         not just greater than.  Set TZ envvar to UTC0.
14309
14310 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14311
14312         getdate: correctly interpret "next monday" when run on a Monday
14313         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14314         that e.g., "next tues" (when run on a tuesday) results in a date
14315         that is one week in the future, and not today's date.
14316         I.e., add a week when the wday is the same as the current one.
14317         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14318         and earlier by Martin Bernreuther and Jan Minář.
14319         * tests/test-getdate.c (main): Check that "next DAY" is always in
14320         the future and that "last DAY" is always in the past.
14321
14322 2009-05-02  Jim Meyering  <meyering@redhat.com>
14323
14324         build: ensure that a release build fails when a submodule is unclean
14325         * top/maint.mk (no-submodule-changes): New rule.
14326         (alpha beta major): Depend on it.
14327
14328 2009-05-02  Bruno Haible  <bruno@clisp.org>
14329
14330         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14331         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14332         shell variable gl_fnmatch_required to detect which variant is
14333         requested.
14334         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14335         gl_FUNC_FNMATCH_POSIX.
14336         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14337         exclude fnmatch-posix.
14338
14339 2009-05-02  Bruno Haible  <bruno@clisp.org>
14340
14341         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14342         * modules/mbsrtowcs (License): Change to LGPLv2+.
14343         * modules/strnlen1 (License): Likewise.
14344         Reported by Simon Josefsson.
14345
14346 2009-05-02  Bruno Haible  <bruno@clisp.org>
14347
14348         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14349         "cross".
14350         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14351         gnulib-tool was called with option --source-base=lib.
14352
14353 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14354
14355         Use automake *-local hooks without commands, for extensibility.
14356         * modules/localcharset (Makefile.am): Rename install-exec-local
14357         rule to install-exec-localcharset, and make it a prerequisite of
14358         install-exec-local.  Likewise, rename the uninstall-local rule to
14359         uninstall-localcharset, and make it a prerequisite of the former.
14360
14361 2009-05-01  Bruno Haible  <bruno@clisp.org>
14362
14363         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14364         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14365         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14366         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14367         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14368         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14369         m4/locale-zh.m4, m4/codeset.m4.
14370
14371         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14372         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14373         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14374         m4/locale-zh.m4.
14375
14376         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14377         REPLACE_WCRTOMB if mbstate_t must be replaced.
14378         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14379         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14380
14381 2009-05-01  Bruno Haible  <bruno@clisp.org>
14382
14383         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14384         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14385         dngettext, dcngettext, textdomain, bindtextdomain,
14386         bind_textdomain_codeset): Undefine before redefining.
14387
14388 2009-04-30  Bruno Haible  <bruno@clisp.org>
14389
14390         Fix bug introduced on 2009-04-25.
14391         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14392         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14393         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14394         is defined.
14395         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14396         is defined.
14397         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14398         is defined.
14399         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14400
14401 2009-04-28  Bruno Haible  <bruno@clisp.org>
14402
14403         Comment tweaks.
14404         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14405         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14406         * lib/unicase.h (u*_casexfrm): Likewise.
14407         Reported by Paolo Bonzini.
14408
14409 2009-04-28  Bruno Haible  <bruno@clisp.org>
14410
14411         Fix a compilation error.
14412         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14413         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14414         Reported by Jim Meyering.
14415
14416 2009-04-27  Bruno Haible  <bruno@clisp.org>
14417
14418         New module 'libunistring'.
14419         * modules/libunistring: New file.
14420         * m4/libunistring.m4: New file.
14421         * MODULES.html.sh (Unicode string functions): Add it.
14422
14423 2009-04-27  Eric Blake  <ebb9@byu.net>
14424
14425         maint.mk: allow package-specific header to provide <config.h>
14426         * top/maint.mk (sc_require_config_h): New variable.
14427         (sc_require_config_h, sc_require_config_h_first): Use it.
14428
14429 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14430
14431         * top/maint.mk (sc_avoid_if_before_free): Except
14432         useless-if-before-free script.
14433
14434 2009-04-27  Eric Blake  <ebb9@byu.net>
14435
14436         maintainer-makefile: depend on all required helper scripts
14437         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14438         useless-if-before-free.
14439         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14440         version, rather than assuming gnulib checkout is available.
14441         Reported by Simen Josefsson.
14442
14443 2009-04-26  Bruno Haible  <bruno@clisp.org>
14444
14445         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14446         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14447         "../" or "..".
14448
14449 2009-04-26  Bruno Haible  <bruno@clisp.org>
14450
14451         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14452         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14453         AC_LIB_HAVE_LINKFLAGS.
14454
14455 2009-04-26  Bruno Haible  <bruno@clisp.org>
14456
14457         Simplify calling convention of u*_conv_from_encoding.
14458         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14459         u32_conv_from_encoding): Expect a resultbuf argument and return the
14460         result directly as a pointer.
14461         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14462         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14463         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14464         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14465         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14466         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14467         Update.
14468         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14469         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14470         * lib/vasnprintf.c (VASNPRINTF): Update.
14471         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14472         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14473         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14474         * NEWS: Mention the change.
14475
14476 2009-04-26  Bruno Haible  <bruno@clisp.org>
14477
14478         Simplify calling convention of u*_conv_to_encoding.
14479         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14480         u32_conv_to_encoding): Expect a resultbuf argument and return the
14481         result directly as a pointer.
14482         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14483         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14484         freeing scaled_offsets if mem_iconveha failed.
14485         * lib/unicase/u-casexfrm.h (FUNC): Update.
14486         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14487         * lib/vasnprintf.c (VASNPRINTF): Update.
14488         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14489         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14490         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14491         * NEWS: Mention the change.
14492
14493 2009-04-26  Bruno Haible  <bruno@clisp.org>
14494
14495         Avoid test failures on AIX and OSF/1.
14496         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14497         malloc(0).
14498         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14499         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14500         Likewise.
14501         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14502         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14503         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14504         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14505         * doc/posix-functions/malloc.texi: Document the portability problem
14506         related to malloc(0).
14507
14508 2009-04-26  Bruno Haible  <bruno@clisp.org>
14509
14510         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14511         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14512         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14513
14514 2009-04-25  Bruno Haible  <bruno@clisp.org>
14515
14516         Avoid link error when creating a namespace clean library.
14517         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14518         as macro with arguments if already defined as an alias.
14519         * lib/signbitf.c (gl_signbitf): Don't undefine.
14520         * lib/signbitd.c (gl_signbitd): Don't undefine.
14521         * lib/signbitl.c (gl_signbitl): Don't undefine.
14522
14523 2009-04-25  Jim Meyering  <meyering@redhat.com>
14524
14525         vc-list-files: fix another quoting bug
14526         * build-aux/vc-list-files: Avoid sed backslash expansion
14527         of pathological directory names.
14528
14529 2009-04-25  Eric Blake  <ebb9@byu.net>
14530
14531         vc-list-files: fix shell quoting error
14532         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14533         timestamp.
14534
14535 2009-04-25  Jim Meyering  <meyering@redhat.com>
14536
14537         vc-list-files: restore lost functionality with subdir argument
14538         * build-aux/vc-list-files: When given a non-"." sub-directory
14539         argument, substitute the $dir/ prefix back onto each resulting name.
14540         Otherwise, coreutils' root_tests check would fail.
14541
14542 2009-04-24  Eric Blake  <ebb9@byu.net>
14543
14544         vc-list-files: ignore git symlinks
14545         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14546         than ls-files, to ignore git symlinks.
14547
14548         maint.mk: import improvements from m4
14549         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14550         (move_if_change): Delete unused macro.
14551         (news-date-check, vc-diff-check): Support VPATH builds.
14552         (announcement): Likewise.  Split --bootstrap-tools list...
14553         (boostrap-tools): ...into separate list, which can be overridden
14554         in cfg.mk.
14555         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14556         requiring dependency on useless-if-before-free module.
14557         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14558         Support VPATH builds.
14559
14560 2009-04-24  Jim Meyering  <meyering@redhat.com>
14561
14562         maint.mk: remove coreutils-specific rules and variables
14563         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14564         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14565         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14566
14567         maint.mk: remove obsolete rule
14568         * top/maint.mk (rel-check): Remove rule.
14569         (WGET, WGETFLAGS): Remove now-unused variables.
14570
14571 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14572
14573         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14574         consistency.
14575
14576         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14577         '$(PATH_SEPARATOR)' instead of ':'.
14578
14579 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14580
14581         * lib/getopt1.c (main): Use 'const' for static array.
14582
14583 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14584
14585         * top/maint.mk: Sync with coreutils.
14586         * NEWS: Explain incompatibilities.
14587
14588 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14589             Bruno Haible  <bruno@clisp.org>
14590
14591         Fix cross-compilation results.
14592         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14593         statement, as third argument of AC_TRY_RUN.
14594         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14595         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14596         Likewise.
14597         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14598         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14599         Likewise.
14600         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14601         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14602         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14603
14604 2009-04-20  Bruno Haible  <bruno@clisp.org>
14605
14606         Avoid test failure on mingw.
14607         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14608
14609 2009-04-20  Bruno Haible  <bruno@clisp.org>
14610
14611         Avoid compilation error on mingw.
14612         * modules/localename-tests (Depends-on): Add locale.
14613
14614 2009-04-19  Bruno Haible  <bruno@clisp.org>
14615
14616         Support for building a shared library on Windows platforms.
14617         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14618         (main): Test the presence of UNINORM_NFC here.
14619         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14620         (main): Test the presence of UNINORM_NFD here.
14621         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14622         (main): Test the presence of UNINORM_NFKC here.
14623         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14624         (main): Test the presence of UNINORM_NFKD here.
14625
14626 2009-04-19  Bruno Haible  <bruno@clisp.org>
14627
14628         Avoid a compiler warning.
14629         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14630         Change type of variable 'sequence'.
14631
14632 2009-04-19  Bruno Haible  <bruno@clisp.org>
14633
14634         * modules/configmake (Makefile.am): When the contents of configmake.h
14635         does not change, arrange to preserve its modification time.
14636
14637 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14638
14639         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14640         gettext domain.
14641
14642 2009-04-16  Jim Meyering  <meyering@redhat.com>
14643
14644         useless-if-before-free: improve conversion code
14645         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14646         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14647
14648 2009-04-14  Bruno Haible  <bruno@clisp.org>
14649
14650         * modules/fcntl (Depends-on): Add extensions.
14651         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14652
14653 2009-04-12  Ben Pfaff  <blp@gnu.org>
14654
14655         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14656         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14657
14658 2009-03-20  Ben Pfaff  <blp@gnu.org>
14659
14660         Make rename replace existing destinations on Windows.
14661         * m4/rename.m4: Add test for Mingw.
14662         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14663         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14664         * doc/posix-functions/rename.texi: Document.
14665
14666 2009-04-10  Bruno Haible  <bruno@clisp.org>
14667
14668         New include file "iconveh.h".
14669         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14670         * lib/striconveh.h: Include it.
14671         (enum iconv_ilseq_handler): Remove definition.
14672         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14673         striconveh.h.
14674         * lib/striconveha.c: Include striconveh.h.
14675         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14676         * modules/striconveh (Files): Add lib/iconveh.h.
14677         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14678         lib/striconveh.h.
14679
14680 2009-04-10  Bruno Haible  <bruno@clisp.org>
14681
14682         * lib/uniconv.h: Update comment.
14683
14684 2009-04-10  Bruno Haible  <bruno@clisp.org>
14685
14686         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14687         always.
14688         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14689         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14690         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14691         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14692         "unistring-notinline.h", so that the function gets defined always.
14693         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14694         * lib/unistr/u8-uctomb.c: Likewise.
14695         * lib/unistr/u16-mbtouc.c: Likewise.
14696         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14697         * lib/unistr/u16-uctomb.c: Likewise.
14698         * lib/unistr/u32-mbtouc.c: Likewise.
14699         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14700         * lib/unistr/u32-uctomb.c: Likewise.
14701
14702 2009-04-10  Bruno Haible  <bruno@clisp.org>
14703
14704         Mark 'utime' obsolete.
14705         * modules/utime (Status, Notice): New sections.
14706         Suggested by Jim Meyering.
14707
14708         Fix cross-compile guess for utime test.
14709         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14710         autoconf.
14711         * doc/posix-functions/utime.texi: Give more precisions.
14712         Reported by Jan <ipif@ymail.com>.
14713
14714 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14715
14716         filevercmp: correct today's change
14717         * lib/filevercmp.c: Also handle coreutils' test inputs.
14718         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14719
14720         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14721         for reporting it.
14722         * lib/filevercmp.c: Special handle for "", "." and "..".
14723         * tests/test-filevercmp.c: Enlarge the set suite.
14724
14725 2009-04-07  Jim Meyering  <meyering@redhat.com>
14726
14727         useless-if-before-free: show how to remove braced useless free, too
14728         * build-aux/useless-if-before-free: still only in a comment, though.
14729
14730 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14731
14732         maint.mk: import changes to syntax-check macros from coreutils
14733         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14734         Use them in the relevant macros.
14735
14736 2009-04-06  Bruno Haible  <bruno@clisp.org>
14737
14738         Fix unportable use of bit-fields.
14739         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14740         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14741         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14742
14743 2009-04-06  Bruno Haible  <bruno@clisp.org>
14744
14745         Avoid test failures on AIX and OSF/1.
14746         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14747         that malloc(0) = NULL.
14748         * tests/unicase/test-u8-tolower.c (check): Likewise.
14749         * tests/unicase/test-u8-totitle.c (check): Likewise.
14750         * tests/unicase/test-u8-toupper.c (check): Likewise.
14751         * tests/unicase/test-u16-casefold.c (check): Likewise.
14752         * tests/unicase/test-u16-tolower.c (check): Likewise.
14753         * tests/unicase/test-u16-totitle.c (check): Likewise.
14754         * tests/unicase/test-u16-toupper.c (check): Likewise.
14755         * tests/unicase/test-u32-casefold.c (check): Likewise.
14756         * tests/unicase/test-u32-tolower.c (check): Likewise.
14757         * tests/unicase/test-u32-totitle.c (check): Likewise.
14758         * tests/unicase/test-u32-toupper.c (check): Likewise.
14759         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14760         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14761         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14762         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14763         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14764         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14765         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14766         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14767         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14768         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14769         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14770         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14771
14772 2009-04-05  Bruno Haible  <bruno@clisp.org>
14773
14774         Work around an autoconf limitation.
14775         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14776         comment line if it would be longer than 3 KB.
14777
14778 2009-04-05  Bruno Haible  <bruno@clisp.org>
14779
14780         Avoid test failure with libiconv-1.13.
14781         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14782         of the expected test results.
14783
14784 2009-04-05  Bruno Haible  <bruno@clisp.org>
14785
14786         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14787         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14788         that it should be installed.
14789
14790 2009-04-05  Bruno Haible  <bruno@clisp.org>
14791
14792         * gnulib-tool: New option --copy-file.
14793         (func_usage): Document it.
14794         (func_dest_tmpfilename): Moved out of func_import.
14795         (func_add_file, func_update_file): New functions, extracted from
14796         func_import.
14797         (func_import): Update.
14798
14799 2009-04-05  Karl Berry  <karl@gnu.org>
14800
14801         * README: prominently mention gnulib-tool.
14802         Rearrange sections so getting the code is near the top.
14803
14804 2009-04-05  Bruno Haible  <bruno@clisp.org>
14805
14806         * lib/unicase.h: Mention u*_cmp2.
14807         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14808         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14809         * lib/unicase/ulc-casecmp.c: Likewise.
14810         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14811         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14812         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14813         unistr/u8-cmp.
14814         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14815         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14816         unistr/u16-cmp.
14817         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14818         unistr/u32-cmp.
14819
14820         * lib/uninorm.h: Mention u*_cmp2.
14821         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14822         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14823         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14824         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14825         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14826         unistr/u8-cmp.
14827         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14828         unistr/u16-cmp.
14829         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14830         unistr/u32-cmp.
14831
14832         New module 'unistr/u32-cmp2'.
14833         * lib/unistr/u32-cmp2.c: New file.
14834         * modules/unistr/u32-cmp2: New file.
14835
14836         New module 'unistr/u16-cmp2'.
14837         * lib/unistr/u16-cmp2.c: New file.
14838         * modules/unistr/u16-cmp2: New file.
14839
14840         New module 'unistr/u8-cmp2'.
14841         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14842         * lib/unistr/u8-cmp2.c: New file.
14843         * lib/unistr/u-cmp2.h: New file.
14844         * modules/unistr/u8-cmp2: New file.
14845
14846 2009-04-05  Bruno Haible  <bruno@clisp.org>
14847
14848         * lib/unictype.h (uc_property_is_valid): New macro.
14849         * tests/unictype/test-pr_byname.c (main): Use it.
14850
14851         * lib/unistr.h: Doc fixes.
14852         * lib/uniconv.h: Doc fixes.
14853         * lib/unictype.h: Doc fixes.
14854
14855 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         Port coreutils 7.2 to Solaris 8.
14858
14859         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14860         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14861         for Solaris 8.  This is a bit of a hack, as it means it's the
14862         caller's responsibility to add -lnsl if needed, but most likely it
14863         won't be needed since only getaddrinfo uses this and getaddrinfo
14864         isn't needed on Solaris 8.
14865
14866         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14867         problem to Solaris 8 encountered with coreutils 7.2, which
14868         resulted in a message "fnmatch.c:292: warning: passing argument 4
14869         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14870         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14871
14872 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14873
14874         * m4/ld-version-script.m4: Add FIXME comment.
14875
14876 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14877
14878         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14879         SOVERSION variable.
14880
14881 2009-04-02  Bruno Haible  <bruno@clisp.org>
14882
14883         * Makefile (info, html, dvi, pdf): Combine the rules.
14884         Suggested by Jim Meyering.
14885
14886 2009-04-01  Bruno Haible  <bruno@clisp.org>
14887
14888         * Makefile (info, html, dvi, pdf): New targets.
14889         Reported by Reuben Thomas <rrt@sc3d.org>.
14890
14891 2009-04-01  Bruno Haible  <bruno@clisp.org>
14892
14893         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14894         can be put into PATH.
14895         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14896
14897 2009-04-01  Bruno Haible  <bruno@clisp.org>
14898
14899         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14900
14901 2009-04-01  Bruno Haible  <bruno@clisp.org>
14902
14903         Rename module 'visibility'.
14904         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14905         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14906         * doc/gnulib.texi: Update.
14907         * MODULES.html.sh (Misc): Update.
14908         * NEWS: Mention the change.
14909
14910 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14911
14912         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14913         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14914         Eric Blake <ebb9@byu.net> for review.
14915         * MODULES.html.sh: Add lib-msvc-compat.
14916         * doc/gnulib.texi: Link to new section.
14917         * m4/ld-output-def.m4: New file.
14918         * doc/ld-output-def.texi: New file.
14919
14920 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14921
14922         Rename ld-version-script to lib-symbol-versions.  Suggested by
14923         Bruno Haible <bruno@clisp.org>.
14924         * modules/ld-version-script: Renamed to lib-symbol-versions.
14925         * doc/ld-version-script.texi: Fix module name.
14926         * MODULES.html.sh: Add lib-symbol-versions.
14927
14928 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14929
14930         * modules/u64-tests: New file.
14931         * tests/test-u64.c: New file.
14932
14933 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14934
14935         * MODULES.html.sh: Mention u64.
14936         * modules/u64: New module.
14937         * modules/crypto/sha512: Depend on u64 module instead of providing
14938         u64.h.
14939
14940 2009-03-27  Eric Blake  <ebb9@byu.net>
14941
14942         test-strerror: make debugging EAI_SYSTEM easier
14943         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14944         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14945         failure was EAI_SYSTEM.
14946
14947 2009-03-25  Bruno Haible  <bruno@clisp.org>
14948
14949         Fix a problem with --enable-relocatable on Solaris 7.
14950         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14951         since 2008-02-24.
14952
14953 2009-03-25  Eric Blake  <ebb9@byu.net>
14954
14955         test-sockets: avoid gcc warning
14956         * tests/test-sockets.c (main): Silence compiler warning.
14957
14958 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         New modules nproc, pthread, contributed by Glen Lenker.
14961
14962         * MODULES.html.sh: Add pthread, nproc.
14963         * lib/nproc.c: New file.
14964         * lib/nproc.h: New file.
14965         * lib/pthread.in.h: New file.
14966         * m4/pthread.m4: New file.
14967         * modules/nproc: New file.
14968         * modules/pthread: New file.
14969
14970 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14971
14972         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14973         New variable.
14974
14975 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14976
14977         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14978         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14979         * tests/test-filevercmp.c: Add tests for backup suffixes.
14980
14981 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14982
14983         * modules/stdlib (Depends-on): Add stdint, needed when defining
14984         struct random_data on, for example, HP-UX 10.20.  Reported by
14985         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14986
14987 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14988
14989         * lib/readline.c (readline): Call fflush on stdout after printing
14990         prompt.
14991
14992 2009-03-20  Bruno Haible  <bruno@clisp.org>
14993
14994         Remove dependency from 'close' module to -lws2_32 on native Windows.
14995         * lib/close-hook.h: New file.
14996         * lib/close-hook.c: New file.
14997         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14998         w32sock.h.
14999         (_gl_close_fd_maybe_socket): Remove function.
15000         (rpl_close): Invoke execute_all_close_hooks instead of
15001         _gl_close_fd_maybe_socket.
15002         * lib/sockets.c: Include close-hook.h, w32sock.h.
15003         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15004         (close_sockets_hook): New variable.
15005         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15006         (gl_sockets_cleanup): Unregister it.
15007         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15008         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15009         * modules/close-hook: New file.
15010         * modules/close (Files): Remove lib/w32sock.h.
15011         (Depends-on): Add close-hook.
15012         (Link): Remove section.
15013         * modules/sockets (Files): Add lib/w32sock.h.
15014         (Depends-on): Add close-hook.
15015         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15016         invocation.
15017         * NEWS: Mention that LIB_CLOSE is gone.
15018
15019 2009-03-23  Eric Blake  <ebb9@byu.net>
15020
15021         signal-tests: test previous patch
15022         * tests/test-signal.c: New file.
15023         * modules/signal-tests: Likewise.
15024
15025         signal.h: always support 'volatile sig_atomic_t'
15026         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15027         (gl_SIGNAL_H_DEFAULTS): Add a default.
15028         * modules/signal (Makefile.am): Substitute if needed.
15029         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15030         users can blindly add volatile.
15031         * doc/posix-headers/signal.texi (signal.h): Document it.
15032         Reported by Matthew Woehlke.
15033
15034 2009-03-23  Jim Meyering  <meyering@redhat.com>
15035
15036         pathmax: PATH_MAX: use pathconf only when available
15037         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15038         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15039         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15040         This avoids a link failure in a PSP cross-compilation environment
15041         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15042
15043         * lib/vasnprintf.c (divide): Fix typo in comment.
15044
15045 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15046
15047         * gnulib-tool (func_filter_filelist): Fix comment.
15048
15049 2009-03-20  Bruno Haible  <bruno@clisp.org>
15050
15051         Make sockets.h self-contained.
15052         * lib/sockets.c: Include sockets.h first.
15053         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15054
15055 2009-03-19  Eric Blake  <ebb9@byu.net>
15056
15057         doc: mention more functions added in cygwin 1.7.0
15058         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15059         addition.
15060         * doc/posix-functions/log2f.texi: Likewise.
15061
15062 2009-03-19  Jim Meyering  <meyering@redhat.com>
15063
15064         fsusage: avoid syntax error due to statement-before-declaration
15065         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15066         after all declarations.  Reported by Matthew Woehlke in
15067         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15068
15069 2009-03-18  Eric Blake  <ebb9@byu.net>
15070
15071         build-aux/compile: sync from automake
15072         * build-aux/compile: New file, from automake.
15073         * config/srclist.txt: Mention build-aux/compile.
15074
15075 2009-03-17  Bruno Haible  <bruno@clisp.org>
15076
15077         * lib/git-merge-changelog.c: Fix typo in comment.
15078         Reported by Reuben Thomas <rrt@sc3d.org>.
15079
15080 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15081
15082         * m4/regex.m4: update and improve help for
15083         --without-included-regex.
15084
15085 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15086
15087         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15088         failure on missing include files.
15089
15090 2009-03-17  Eric Blake  <ebb9@byu.net>
15091
15092         doc: mention more functions added in cygwin 1.7.0
15093         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15094         addition.
15095         * doc/posix-functions/fwscanf.texi: Likewise.
15096         * doc/posix-functions/swprintf.texi: Likewise.
15097         * doc/posix-functions/swscanf.texi: Likewise.
15098         * doc/posix-functions/vfwprintf.texi: Likewise.
15099         * doc/posix-functions/vfwscanf.texi: Likewise.
15100         * doc/posix-functions/vswprintf.texi: Likewise.
15101         * doc/posix-functions/vswscanf.texi: Likewise.
15102         * doc/posix-functions/vwprintf.texi: Likewise.
15103         * doc/posix-functions/vwscanf.texi: Likewise.
15104         * doc/posix-functions/wcscasecmp.texi: Likewise.
15105         * doc/posix-functions/wcsdup.texi: Likewise.
15106         * doc/posix-functions/wcsftime.texi: Likewise.
15107         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15108         * doc/posix-functions/wprintf.texi: Likewise.
15109         * doc/posix-functions/wscanf.texi: Likewise.
15110         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15111
15112 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15113
15114         maint.mk: really add $(AM_MAKEFLAGS)
15115         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15116         was inadvertently omitted in the last commit.
15117         Spotted by Bruno Haible.
15118
15119         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15120         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15121         $(AM_MAKEFLAGS)' rather than plain `make'.
15122
15123         gnulib-tool: execute $MAKE not make
15124         * gnulib-tool: Default $MAKE to 'make'.
15125         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15126         than make.  Initialize $MAKE in the do-autobuild script.
15127
15128         gnulib-tool: use $MAKE not make in generated files
15129         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15130         make, in generated files.  Initialize $MAKE in the do-autobuild
15131         script.
15132
15133         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15134
15135         GNUmakefile: disable parallelism only for multiple, recursive targets
15136         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15137         additions in the Makefile.
15138         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15139         by Automake.
15140         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15141         are listed on the command line and at least one of them is
15142         listed in $(ALL_RECURSIVE_TARGETS).
15143
15144 2009-03-14  Bruno Haible  <bruno@clisp.org>
15145
15146         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15147         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15148         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15149         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15150         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15151         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15152         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15153         unistr/u8-uctomb.
15154         * modules/unistr/u8-strchr (Depends-on): Likewise.
15155         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15156         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15157         unistr/u16-uctomb.
15158         * modules/unistr/u16-strchr (Depends-on): Likewise.
15159         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15160
15161 2009-03-12  Bruno Haible  <bruno@clisp.org>
15162
15163         Work around select() bug on Interix 3.5.
15164         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15165         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15166         * m4/select.m4: New file.
15167         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15168         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15169         * modules/select (Files): Add m4/select.m4.
15170         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15171         * modules/nanosleep (Depends-on): Add select.
15172         * modules/poll (Depends-on): Likewise.
15173         * doc/posix-functions/select.texi: Mention the Interix bug.
15174         Reported by Markus Duft <mduft@gentoo.org>.
15175
15176         * lib/select.c: Renamed from lib/winsock-select.c.
15177         * modules/select (Files): Add lib/select.c, remove
15178         lib/winsock-select.c.
15179         (configure.ac): Update.
15180
15181 2009-03-12  Jim Meyering  <meyering@redhat.com>
15182
15183         avoid gcc warnings about unused macro definitions
15184         * lib/readtokens.c (STREQ): Remove unused definition.
15185         * lib/xmalloc.c (SIZE_MAX): Likewise.
15186         * lib/openat-die.c (N_): Likewise.
15187         * lib/mountlist.c (SIZE_MAX): Remove definition.
15188         Instead, include <stdint.h>.
15189         * lib/readutmp.c: Likewise.
15190         * modules/readutmp (Depends-on): Add stdint.
15191         * modules/mountlist (Depends-on): Add stdint.
15192         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15193
15194 2009-03-10  Bruno Haible  <bruno@clisp.org>
15195
15196         Tests for module 'mbmemcasecoll'.
15197         * modules/mbmemcasecoll-tests: New file.
15198         * tests/test-mbmemcasecoll1.sh: New file.
15199         * tests/test-mbmemcasecoll2.sh: New file.
15200         * tests/test-mbmemcasecoll3.sh: New file.
15201         * tests/test-mbmemcasecoll.c: New file.
15202
15203         New module 'mbmemcasecoll'.
15204         * lib/mbmemcasecoll.h: New file.
15205         * lib/mbmemcasecoll.c: New file.
15206         * modules/mbmemcasecoll: New file.
15207
15208         * tests/test-mbmemcasecmp.h: New file, extracted from
15209         tests/test-mbmemcasecmp.c.
15210         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15211         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15212         (main): Update.
15213         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15214
15215 2009-03-09  Bruno Haible  <bruno@clisp.org>
15216
15217         Tests for module 'mbmemcasecmp'.
15218         * modules/mbmemcasecmp-tests: New file.
15219         * tests/test-mbmemcasecmp1.sh: New file.
15220         * tests/test-mbmemcasecmp2.sh: New file.
15221         * tests/test-mbmemcasecmp3.sh: New file.
15222         * tests/test-mbmemcasecmp.c: New file.
15223
15224         New module 'mbmemcasecmp'.
15225         * lib/mbmemcasecmp.h: New file.
15226         * lib/mbmemcasecmp.c: New file.
15227         * modules/mbmemcasecmp: New file.
15228
15229 2009-03-09  Bruno Haible  <bruno@clisp.org>
15230
15231         Tests for module 'unicase/ulc-casecoll'.
15232         * modules/unicase/ulc-casecoll-tests: New file.
15233         * tests/unicase/test-ulc-casecoll1.sh: New file.
15234         * tests/unicase/test-ulc-casecoll2.sh: New file.
15235         * tests/unicase/test-ulc-casecoll.c: New file.
15236
15237         New module 'unicase/ulc-casecoll'.
15238         * lib/unicase.h (ulc_casecoll): New declaration.
15239         * lib/unicase/ulc-casecoll.c: New file.
15240         * modules/unicase/ulc-casecoll: New file.
15241
15242         New module 'unicase/ulc-casexfrm'.
15243         * lib/unicase.h (ulc_casexfrm): New declaration.
15244         * lib/unicase/ulc-casexfrm.c: New file.
15245         * modules/unicase/ulc-casexfrm: New file.
15246
15247 2009-03-09  Bruno Haible  <bruno@clisp.org>
15248
15249         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15250         invocations.
15251
15252         * m4/mbscasecmp.m4: Remove file.
15253         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15254         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15255
15256         * m4/mbscasestr.m4: Remove file.
15257         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15258         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15259
15260         * m4/mbschr.m4: Remove file.
15261         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15262         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15263
15264         * m4/mbscspn.m4: Remove file.
15265         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15266         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15267
15268         * m4/mbslen.m4: Remove file.
15269         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15270         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15271
15272         * m4/mbsncasecmp.m4: Remove file.
15273         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15274         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15275
15276         * m4/mbsnlen.m4: Remove file.
15277         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15278         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15279
15280         * m4/mbspbrk.m4: Remove file.
15281         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15282         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15283
15284         * m4/mbspcasecmp.m4: Remove file.
15285         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15286         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15287
15288         * m4/mbsrchr.m4: Remove file.
15289         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15290         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15291
15292         * m4/mbssep.m4: Remove file.
15293         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15294         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15295
15296         * m4/mbsspn.m4: Remove file.
15297         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15298         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15299
15300         * m4/mbsstr.m4: Remove file.
15301         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15302         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15303
15304         * m4/mbstok_r.m4: Remove file.
15305         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15306         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15307
15308         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15309
15310         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15311         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15312
15313         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15314
15315 2009-03-08  Bruno Haible  <bruno@clisp.org>
15316
15317         Tests for module 'unicase/ulc-casecmp'.
15318         * modules/unicase/ulc-casecmp-tests: New file.
15319         * tests/unicase/test-ulc-casecmp1.sh: New file.
15320         * tests/unicase/test-ulc-casecmp2.sh: New file.
15321         * tests/unicase/test-ulc-casecmp.c: New file.
15322
15323         New module 'unicase/ulc-casecmp'.
15324         * lib/unicase.h (ulc_casecmp): New declaration.
15325         * lib/unicase/ulc-casecmp.c: New file.
15326         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15327         'const SRC_UNIT *'.
15328         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15329         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15330         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15331         * modules/unicase/ulc-casecmp: New file.
15332
15333         Tests for module 'unicase/u32-is-cased'.
15334         * modules/unicase/u32-is-cased-tests: New file.
15335         * tests/unicase/test-u32-is-cased.c: New file.
15336
15337         Tests for module 'unicase/u16-is-cased'.
15338         * modules/unicase/u16-is-cased-tests: New file.
15339         * tests/unicase/test-u16-is-cased.c: New file.
15340
15341         Tests for module 'unicase/u8-is-cased'.
15342         * modules/unicase/u8-is-cased-tests: New file.
15343         * tests/unicase/test-u8-is-cased.c: New file.
15344         * tests/unicase/test-is-cased.h: New file.
15345
15346         New module 'unicase/u32-is-cased'.
15347         * lib/unicase/u32-is-cased.c: New file.
15348         * modules/unicase/u32-is-cased: New file.
15349
15350         New module 'unicase/u16-is-cased'.
15351         * lib/unicase/u16-is-cased.c: New file.
15352         * modules/unicase/u16-is-cased: New file.
15353
15354         New module 'unicase/u8-is-cased'.
15355         * lib/unicase/u8-is-cased.c: New file.
15356         * lib/unicase/u-is-cased.h: New file.
15357         * modules/unicase/u8-is-cased: New file.
15358
15359         Tests for module 'unicase/u32-is-casefolded'.
15360         * modules/unicase/u32-is-casefolded-tests: New file.
15361         * tests/unicase/test-u32-is-casefolded.c: New file.
15362
15363         Tests for module 'unicase/u16-is-casefolded'.
15364         * modules/unicase/u16-is-casefolded-tests: New file.
15365         * tests/unicase/test-u16-is-casefolded.c: New file.
15366
15367         Tests for module 'unicase/u8-is-casefolded'.
15368         * modules/unicase/u8-is-casefolded-tests: New file.
15369         * tests/unicase/test-u8-is-casefolded.c: New file.
15370         * tests/unicase/test-is-casefolded.h: New file.
15371
15372         New module 'unicase/u32-is-casefolded'.
15373         * lib/unicase/u32-is-casefolded.c: New file.
15374         * modules/unicase/u32-is-casefolded: New file.
15375
15376         New module 'unicase/u16-is-casefolded'.
15377         * lib/unicase/u16-is-casefolded.c: New file.
15378         * modules/unicase/u16-is-casefolded: New file.
15379
15380         New module 'unicase/u8-is-casefolded'.
15381         * lib/unicase/u8-is-casefolded.c: New file.
15382         * modules/unicase/u8-is-casefolded: New file.
15383
15384         Tests for module 'unicase/u32-is-titlecase'.
15385         * modules/unicase/u32-is-titlecase-tests: New file.
15386         * tests/unicase/test-u32-is-titlecase.c: New file.
15387
15388         Tests for module 'unicase/u16-is-titlecase'.
15389         * modules/unicase/u16-is-titlecase-tests: New file.
15390         * tests/unicase/test-u16-is-titlecase.c: New file.
15391
15392         Tests for module 'unicase/u8-is-titlecase'.
15393         * modules/unicase/u8-is-titlecase-tests: New file.
15394         * tests/unicase/test-u8-is-titlecase.c: New file.
15395         * tests/unicase/test-is-titlecase.h: New file.
15396
15397         New module 'unicase/u32-is-titlecase'.
15398         * lib/unicase/u32-is-titlecase.c: New file.
15399         * modules/unicase/u32-is-titlecase: New file.
15400
15401         New module 'unicase/u16-is-titlecase'.
15402         * lib/unicase/u16-is-titlecase.c: New file.
15403         * modules/unicase/u16-is-titlecase: New file.
15404
15405         New module 'unicase/u8-is-titlecase'.
15406         * lib/unicase/u8-is-titlecase.c: New file.
15407         * modules/unicase/u8-is-titlecase: New file.
15408
15409         Tests for module 'unicase/u32-is-lowercase'.
15410         * modules/unicase/u32-is-lowercase-tests: New file.
15411         * tests/unicase/test-u32-is-lowercase.c: New file.
15412
15413         Tests for module 'unicase/u16-is-lowercase'.
15414         * modules/unicase/u16-is-lowercase-tests: New file.
15415         * tests/unicase/test-u16-is-lowercase.c: New file.
15416
15417         Tests for module 'unicase/u8-is-lowercase'.
15418         * modules/unicase/u8-is-lowercase-tests: New file.
15419         * tests/unicase/test-u8-is-lowercase.c: New file.
15420         * tests/unicase/test-is-lowercase.h: New file.
15421
15422         New module 'unicase/u32-is-lowercase'.
15423         * lib/unicase/u32-is-lowercase.c: New file.
15424         * modules/unicase/u32-is-lowercase: New file.
15425
15426         New module 'unicase/u16-is-lowercase'.
15427         * lib/unicase/u16-is-lowercase.c: New file.
15428         * modules/unicase/u16-is-lowercase: New file.
15429
15430         New module 'unicase/u8-is-lowercase'.
15431         * lib/unicase/u8-is-lowercase.c: New file.
15432         * modules/unicase/u8-is-lowercase: New file.
15433
15434         Tests for module 'unicase/u32-is-uppercase'.
15435         * modules/unicase/u32-is-uppercase-tests: New file.
15436         * tests/unicase/test-u32-is-uppercase.c: New file.
15437
15438         Tests for module 'unicase/u16-is-uppercase'.
15439         * modules/unicase/u16-is-uppercase-tests: New file.
15440         * tests/unicase/test-u16-is-uppercase.c: New file.
15441
15442         Tests for module 'unicase/u8-is-uppercase'.
15443         * modules/unicase/u8-is-uppercase-tests: New file.
15444         * tests/unicase/test-u8-is-uppercase.c: New file.
15445         * tests/unicase/test-is-uppercase.h: New file.
15446
15447         New module 'unicase/u32-is-uppercase'.
15448         * lib/unicase/u32-is-uppercase.c: New file.
15449         * modules/unicase/u32-is-uppercase: New file.
15450
15451         New module 'unicase/u16-is-uppercase'.
15452         * lib/unicase/u16-is-uppercase.c: New file.
15453         * modules/unicase/u16-is-uppercase: New file.
15454
15455         New module 'unicase/u8-is-uppercase'.
15456         * lib/unicase/u8-is-uppercase.c: New file.
15457         * modules/unicase/u8-is-uppercase: New file.
15458
15459         New module 'unicase/u32-is-invariant'.
15460         * lib/unicase/u32-is-invariant.c: New file.
15461         * modules/unicase/u32-is-invariant: New file.
15462
15463         New module 'unicase/u16-is-invariant'.
15464         * lib/unicase/u16-is-invariant.c: New file.
15465         * modules/unicase/u16-is-invariant: New file.
15466
15467         New module 'unicase/u8-is-invariant'.
15468         * lib/unicase/u8-is-invariant.c: New file.
15469         * lib/unicase/invariant.h: New file.
15470         * lib/unicase/u-is-invariant.h: New file.
15471         * modules/unicase/u8-is-invariant: New file.
15472
15473         Tests for module 'unicase/u32-casecoll'.
15474         * modules/unicase/u32-casecoll-tests: New file.
15475         * tests/unicase/test-u32-casecoll.c: New file.
15476
15477         Tests for module 'unicase/u16-casecoll'.
15478         * modules/unicase/u16-casecoll-tests: New file.
15479         * tests/unicase/test-u16-casecoll.c: New file.
15480
15481         Tests for module 'unicase/u8-casecoll'.
15482         * modules/unicase/u8-casecoll-tests: New file.
15483         * tests/unicase/test-u8-casecoll.c: New file.
15484
15485         New module 'unicase/u32-casecoll'.
15486         * lib/unicase/u32-casecoll.c: New file.
15487         * modules/unicase/u32-casecoll: New file.
15488
15489         New module 'unicase/u16-casecoll'.
15490         * lib/unicase/u16-casecoll.c: New file.
15491         * modules/unicase/u16-casecoll: New file.
15492
15493         New module 'unicase/u8-casecoll'.
15494         * lib/unicase/u8-casecoll.c: New file.
15495         * lib/unicase/u-casecoll.h: New file.
15496         * modules/unicase/u8-casecoll: New file.
15497
15498         New module 'unicase/u32-casexfrm'.
15499         * lib/unicase/u32-casexfrm.c: New file.
15500         * modules/unicase/u32-casexfrm: New file.
15501
15502         New module 'unicase/u16-casexfrm'.
15503         * lib/unicase/u16-casexfrm.c: New file.
15504         * modules/unicase/u16-casexfrm: New file.
15505
15506         New module 'unicase/u8-casexfrm'.
15507         * lib/unicase/u8-casexfrm.c: New file.
15508         * lib/unicase/u-casexfrm.h: New file.
15509         * modules/unicase/u8-casexfrm: New file.
15510
15511         Tests for module 'unicase/u32-casecmp'.
15512         * modules/unicase/u32-casecmp-tests: New file.
15513         * tests/unicase/test-u32-casecmp.c: New file.
15514
15515         Tests for module 'unicase/u16-casecmp'.
15516         * modules/unicase/u16-casecmp-tests: New file.
15517         * tests/unicase/test-u16-casecmp.c: New file.
15518
15519         Tests for module 'unicase/u8-casecmp'.
15520         * modules/unicase/u8-casecmp-tests: New file.
15521         * tests/unicase/test-u8-casecmp.c: New file.
15522         * tests/unicase/test-casecmp.h: New file.
15523
15524         New module 'unicase/u32-casecmp'.
15525         * lib/unicase/u32-casecmp.c: New file.
15526         * modules/unicase/u32-casecmp: New file.
15527
15528         New module 'unicase/u16-casecmp'.
15529         * lib/unicase/u16-casecmp.c: New file.
15530         * modules/unicase/u16-casecmp: New file.
15531
15532         New module 'unicase/u8-casecmp'.
15533         * lib/unicase/u8-casecmp.c: New file.
15534         * lib/unicase/u-casecmp.h: New file.
15535         * modules/unicase/u8-casecmp: New file.
15536
15537         Tests for module 'unicase/u32-casefold'.
15538         * modules/unicase/u32-casefold-tests: New file.
15539         * tests/unicase/test-u32-casefold.c: New file.
15540
15541         Tests for module 'unicase/u16-casefold'.
15542         * modules/unicase/u16-casefold-tests: New file.
15543         * tests/unicase/test-u16-casefold.c: New file.
15544
15545         Tests for module 'unicase/u8-casefold'.
15546         * modules/unicase/u8-casefold-tests: New file.
15547         * tests/unicase/test-u8-casefold.c: New file.
15548
15549         New module 'unicase/u32-casefold'.
15550         * lib/unicase/u32-casefold.c: New file.
15551         * modules/unicase/u32-casefold: New file.
15552
15553         New module 'unicase/u16-casefold'.
15554         * lib/unicase/u16-casefold.c: New file.
15555         * modules/unicase/u16-casefold: New file.
15556
15557         New module 'unicase/u8-casefold'.
15558         * lib/unicase/u8-casefold.c: New file.
15559         * lib/unicase/u-casefold.h: New file.
15560         * modules/unicase/u8-casefold: New file.
15561
15562         New module 'unicase/tocasefold'.
15563         * lib/unicase/casefold.h: New file.
15564         * lib/unicase/tocasefold.c: New file.
15565         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15566         * modules/unicase/tocasefold: New file.
15567
15568         Tests for module 'unicase/u32-totitle'.
15569         * modules/unicase/u32-totitle-tests: New file.
15570         * tests/unicase/test-u32-totitle.c: New file.
15571
15572         Tests for module 'unicase/u16-totitle'.
15573         * modules/unicase/u16-totitle-tests: New file.
15574         * tests/unicase/test-u16-totitle.c: New file.
15575
15576         Tests for module 'unicase/u8-totitle'.
15577         * modules/unicase/u8-totitle-tests: New file.
15578         * tests/unicase/test-u8-totitle.c: New file.
15579
15580         New module 'unicase/u32-totitle'.
15581         * lib/unicase/u32-totitle.c: New file.
15582         * modules/unicase/u32-totitle: New file.
15583
15584         New module 'unicase/u16-totitle'.
15585         * lib/unicase/u16-totitle.c: New file.
15586         * modules/unicase/u16-totitle: New file.
15587
15588         New module 'unicase/u8-totitle'.
15589         * lib/unicase/u8-totitle.c: New file.
15590         * lib/unicase/u-totitle.h: New file.
15591         * modules/unicase/u8-totitle: New file.
15592
15593         Tests for module 'unicase/u32-tolower'.
15594         * modules/unicase/u32-tolower-tests: New file.
15595         * tests/unicase/test-u32-tolower.c: New file.
15596
15597         Tests for module 'unicase/u16-tolower'.
15598         * modules/unicase/u16-tolower-tests: New file.
15599         * tests/unicase/test-u16-tolower.c: New file.
15600
15601         Tests for module 'unicase/u8-tolower'.
15602         * modules/unicase/u8-tolower-tests: New file.
15603         * tests/unicase/test-u8-tolower.c: New file.
15604
15605         New module 'unicase/u32-tolower'.
15606         * lib/unicase/u32-tolower.c: New file.
15607         * modules/unicase/u32-tolower: New file.
15608
15609         New module 'unicase/u16-tolower'.
15610         * lib/unicase/u16-tolower.c: New file.
15611         * modules/unicase/u16-tolower: New file.
15612
15613         New module 'unicase/u8-tolower'.
15614         * lib/unicase/u8-tolower.c: New file.
15615         * modules/unicase/u8-tolower: New file.
15616
15617         Tests for module 'unicase/u32-toupper'.
15618         * modules/unicase/u32-toupper-tests: New file.
15619         * tests/unicase/test-u32-toupper.c: New file.
15620
15621         Tests for module 'unicase/u16-toupper'.
15622         * modules/unicase/u16-toupper-tests: New file.
15623         * tests/unicase/test-u16-toupper.c: New file.
15624
15625         Tests for module 'unicase/u8-toupper'.
15626         * modules/unicase/u8-toupper-tests: New file.
15627         * tests/unicase/test-u8-toupper.c: New file.
15628
15629         New module 'unicase/u32-toupper'.
15630         * lib/unicase/u32-toupper.c: New file.
15631         * modules/unicase/u32-toupper: New file.
15632
15633         New module 'unicase/u16-toupper'.
15634         * lib/unicase/u16-toupper.c: New file.
15635         * modules/unicase/u16-toupper: New file.
15636
15637         New module 'unicase/u8-toupper'.
15638         * lib/unicase/u8-toupper.c: New file.
15639         * modules/unicase/u8-toupper: New file.
15640
15641         New module 'unicase/u32-casemap'.
15642         * lib/unicase/u32-casemap.c: New file.
15643         * modules/unicase/u32-casemap: New file.
15644
15645         New module 'unicase/u16-casemap'.
15646         * lib/unicase/u16-casemap.c: New file.
15647         * modules/unicase/u16-casemap: New file.
15648
15649         New module 'unicase/u8-casemap'.
15650         * lib/unicase/unicasemap.h: New file.
15651         * lib/unicase/u8-casemap.c: New file.
15652         * lib/unicase/u-casemap.h: New file.
15653         * modules/unicase/u8-casemap: New file.
15654
15655         New module 'unicase/special-casing'.
15656         * lib/unicase/special-casing.h: New file.
15657         * lib/unicase/special-casing.c: New file.
15658         * lib/unicase/special-casing-table.gperf: New file, generated by
15659         gen-uni-tables.c.
15660         * modules/unicase/special-casing: New file.
15661
15662         Tests for module 'unicase/locale-language'.
15663         * modules/unicase/locale-language-tests: New file.
15664         * tests/unicase/test-locale-language.sh: New file.
15665         * tests/unicase/test-locale-language.c: New file.
15666
15667         New module 'unicase/locale-language'.
15668         * lib/unicase/locale-language.c: New file.
15669         * lib/unicase/locale-languages.gperf: New file.
15670         * modules/unicase/locale-language: New file.
15671
15672         Generate more tables for case conversion and case folding.
15673         * lib/gen-uni-tables.c (SCC_*): New enum items.
15674         (struct special_casing_rule): New type.
15675         (casing_rules, num_casing_rules, allocated_casing_rules): New
15676         variables.
15677         (add_casing_rule, fill_casing_rules): New functions.
15678         (struct casefold_rule): New type.
15679         (casefolding_rules, num_casefolding_rules,
15680         allocated_casefolding_rules): New variables.
15681         (fill_casefolding_rules): New function.
15682         (unicode_casefold): New variable.
15683         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15684         sort_casing_rules, output_casing_rules): New functions.
15685         (main): Accept to more arguments: SpecialCasing.txt and
15686         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15687         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15688         Output mapping for casefolding.
15689
15690         * lib/unicase.h: Include stdbool.h, uninorm.h.
15691         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15692         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15693         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15694         arguments.
15695         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15696         resultp arguments.
15697         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15698         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15699         resultp arguments.
15700         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15701         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15702         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15703         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15704         declarations.
15705         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15706
15707 2009-03-08  Bruno Haible  <bruno@clisp.org>
15708
15709         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15710         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15711         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15712         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15713
15714 2009-03-07  Bruno Haible  <bruno@clisp.org>
15715
15716         Adjust u*_normcmp, u*_normcoll API.
15717         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15718         u16_normcoll, u32_normcoll): Change failure conventions.
15719         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15720         errno and return -1.
15721         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15722
15723 2009-03-07  Bruno Haible  <bruno@clisp.org>
15724
15725         Tests for module 'uninorm/u32-normcoll'.
15726         * modules/uninorm/u32-normcoll-tests: New file.
15727         * tests/uninorm/test-u32-normcoll.c: New file.
15728
15729         Tests for module 'uninorm/u16-normcoll'.
15730         * modules/uninorm/u16-normcoll-tests: New file.
15731         * tests/uninorm/test-u16-normcoll.c: New file.
15732
15733         Tests for module 'uninorm/u8-normcoll'.
15734         * modules/uninorm/u8-normcoll-tests: New file.
15735         * tests/uninorm/test-u8-normcoll.c: New file.
15736
15737 2009-03-07  Bruno Haible  <bruno@clisp.org>
15738
15739         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15740         tests/uninorm/test-u32-normcmp.c.
15741         * tests/uninorm/test-u32-normcmp.c: Include it.
15742         (test_nonascii): New function, extracted from main. Add some more
15743         tests.
15744         (main): Invoke test_ascii and test_nonascii.
15745         * modules/uninorm/u32-normcmp-tests (Files): Add
15746         tests/uninorm/test-u32-normcmp.h.
15747         (Depends-on): Remove uninorm/u32-normcmp.
15748
15749         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15750         tests/uninorm/test-u16-normcmp.c.
15751         * tests/uninorm/test-u16-normcmp.c: Include it.
15752         (test_nonascii): New function, extracted from main. Add some more
15753         tests.
15754         (main): Invoke test_ascii and test_nonascii.
15755         * modules/uninorm/u16-normcmp-tests (Files): Add
15756         tests/uninorm/test-u16-normcmp.h.
15757         (Depends-on): Remove uninorm/u16-normcmp.
15758
15759         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15760         tests/uninorm/test-u8-normcmp.c.
15761         * tests/uninorm/test-u8-normcmp.c: Include it.
15762         (test_nonascii): New function, extracted from main. Add some more
15763         tests.
15764         (main): Invoke test_ascii and test_nonascii.
15765         * modules/uninorm/u8-normcmp-tests (Files): Add
15766         tests/uninorm/test-u8-normcmp.h.
15767         (Depends-on): Remove uninorm/u8-normcmp.
15768
15769 2009-03-07  Bruno Haible  <bruno@clisp.org>
15770
15771         New module 'uninorm/u32-normcoll'.
15772         * lib/uninorm/u32-normcoll.c: New file.
15773         * modules/uninorm/u32-normcoll: New file.
15774
15775         New module 'uninorm/u16-normcoll'.
15776         * lib/uninorm/u16-normcoll.c: New file.
15777         * modules/uninorm/u16-normcoll: New file.
15778
15779         New module 'uninorm/u8-normcoll'.
15780         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15781         declarations.
15782         * lib/uninorm/u8-normcoll.c: New file.
15783         * lib/uninorm/u-normcoll.h: New file.
15784         * modules/uninorm/u8-normcoll: New file.
15785
15786         New module 'uninorm/u32-normxfrm'.
15787         * lib/uninorm/u32-normxfrm.c: New file.
15788         * modules/uninorm/u32-normxfrm: New file.
15789
15790         New module 'uninorm/u16-normxfrm'.
15791         * lib/uninorm/u16-normxfrm.c: New file.
15792         * modules/uninorm/u16-normxfrm: New file.
15793
15794         New module 'uninorm/u8-normxfrm'.
15795         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15796         declarations.
15797         * lib/uninorm/u8-normxfrm.c: New file.
15798         * lib/uninorm/u-normxfrm.h: New file.
15799         * modules/uninorm/u8-normxfrm: New file.
15800
15801 2009-03-07  Bruno Haible  <bruno@clisp.org>
15802
15803         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15804         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15805         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15806
15807 2009-03-07  Bruno Haible  <bruno@clisp.org>
15808
15809         New module 'memxfrm'.
15810         * lib/memxfrm.h: New file.
15811         * lib/memxfrm.c: New file.
15812         * modules/memxfrm: New file.
15813
15814 2009-03-07  Bruno Haible  <bruno@clisp.org>
15815
15816         New module 'memcmp2'.
15817         * lib/memcmp2.h: New file.
15818         * lib/memcmp2.c: New file.
15819         * modules/memcmp2: New file.
15820
15821 2009-03-07  Bruno Haible  <bruno@clisp.org>
15822
15823         Tests for module 'uninorm/decomposing-form'.
15824         * modules/uninorm/decomposing-form-tests: New file.
15825         * tests/uninorm/test-decomposing-form.c: New file.
15826
15827         New module 'uninorm/decomposing-form'.
15828         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15829         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15830         Add 'decomposing_variant' field.
15831         * lib/uninorm/decomposing-form.c: New file.
15832         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15833         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15834         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15835         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15836         * modules/uninorm/decomposing-form: New file.
15837         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15838         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15839
15840 2009-03-07  Bruno Haible  <bruno@clisp.org>
15841
15842         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15843         strings.
15844
15845 2009-03-06  Bruno Haible  <bruno@clisp.org>
15846
15847         Tests for module 'uninorm/u32-normcmp'.
15848         * tests/uninorm/test-u32-normcmp.c: New file.
15849         * modules/uninorm/u32-normcmp-tests: New file.
15850
15851         Tests for module 'uninorm/u16-normcmp'.
15852         * tests/uninorm/test-u16-normcmp.c: New file.
15853         * modules/uninorm/u16-normcmp-tests: New file.
15854
15855         Tests for module 'uninorm/u8-normcmp'.
15856         * tests/uninorm/test-u8-normcmp.c: New file.
15857         * modules/uninorm/u8-normcmp-tests: New file.
15858
15859         New module 'uninorm/u32-normcmp'.
15860         * lib/uninorm/u32-normcmp.c: New file.
15861         * modules/uninorm/u32-normcmp: New file.
15862
15863         New module 'uninorm/u16-normcmp'.
15864         * lib/uninorm/u16-normcmp.c: New file.
15865         * modules/uninorm/u16-normcmp: New file.
15866
15867         New module 'uninorm/u8-normcmp'.
15868         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15869         declarations.
15870         * lib/uninorm/u8-normcmp.c: New file.
15871         * lib/uninorm/u-normcmp.h: New file.
15872         * modules/uninorm/u8-normcmp: New file.
15873
15874 2009-03-06  Bruno Haible  <bruno@clisp.org>
15875
15876         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15877         Reported by Eric Blake.
15878
15879 2009-03-06  Eric Blake  <ebb9@byu.net>
15880             Bruno Haible  <bruno@clisp.org>
15881
15882         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15883         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15884         condition.
15885         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15886         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15887         condition.
15888         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15889
15890 2009-03-06  Eric Blake  <ebb9@byu.net>
15891
15892         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15893         to avoid compiler warnings.
15894         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15895
15896 2009-03-05  Bruno Haible  <bruno@clisp.org>
15897
15898         * tests/test-ftell.c (main): Disable test beyond end of file on
15899         FreeMiNT.
15900         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15901
15902 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15903
15904         * lib/filevercmp.c: Move hidden files up in ordering.
15905         * tests/test-filevercmp.c: Add tests for hidden files.
15906
15907 2009-03-04  Bruno Haible  <bruno@clisp.org>
15908
15909         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15910         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15911         AM_CFLAGS.
15912         Reported by Simon Josefsson.
15913
15914 2009-03-03  Bruno Haible  <bruno@clisp.org>
15915
15916         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15917         Reported by Simon Josefsson.
15918
15919         * doc/ld-version-script.texi: Update node reference.
15920
15921 2009-03-03  Bruno Haible  <bruno@clisp.org>
15922
15923         * modules/visibility (License): Change to 'unlimited'.
15924         Suggested by Simon Josefsson.
15925
15926 2009-03-03  Jim Meyering  <meyering@redhat.com>
15927
15928         unlinkdir: cannot_unlink_dir may modify process state
15929         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15930         it's neither thread-safe nor appropriate for use in a library.
15931
15932 2009-03-03  Eric Blake  <ebb9@byu.net>
15933
15934         test-closein: silence test under Darwin
15935         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15936         care if it dies from EPIPE or EBADF.
15937
15938 2009-03-03  Bruno Haible  <bruno@clisp.org>
15939
15940         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15941         earlier.
15942         * doc/visibility.texi: Fix @node and @section.
15943
15944 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15945
15946         * doc/gnulib.texi: Link to sections for ld version script and
15947         visibility.
15948         * doc/visibility.texi: Add @node and @section.
15949         * modules/ld-version-script: New module.
15950         * m4/ld-version-script.m4: New file.
15951         * doc/ld-version-script.texi: New file.
15952
15953 2009-03-02  David Lutterkort  <lutter@redhat.com>
15954
15955         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15956         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15957
15958 2009-03-02  Bruno Haible  <bruno@clisp.org>
15959
15960         * doc/visibility.texi: Mention libtool's -export-symbols option.
15961
15962 2009-03-02  Jim Meyering  <meyering@redhat.com>
15963
15964         announce-gen: new option: --no-print-checksums
15965         * build-aux/announce-gen (usage): Describe it.
15966         (print_checksums): Print a newline here, not in the [*] footnote.
15967         (main): Honor it.
15968
15969 2009-03-01  Bruno Haible  <bruno@clisp.org>
15970
15971         Use socklen_t in the native Windows replacements prototypes.
15972         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15973         instead of 'int'.
15974         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15975         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15976         * modules/getsockopt (Depends-on): Add socklen.
15977         * modules/setsockopt (Depends-on): Add socklen.
15978
15979 2009-03-01  Bruno Haible  <bruno@clisp.org>
15980
15981         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15982         least 4.2.
15983
15984 2009-03-01  Eric Blake  <ebb9@byu.net>
15985             Bruno Haible  <bruno@clisp.org>
15986
15987         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15988         error messages.
15989         * lib/wait-process.c (wait_subprocess): Omit error message about
15990         deadly signal sent to the child of termsigp != NULL.
15991
15992 2009-03-01  Eric Blake  <ebb9@byu.net>
15993
15994         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15995
15996 2009-03-01  Bruno Haible  <bruno@clisp.org>
15997
15998         Avoid a gcc warning.
15999         * tests/test-sched.c (b): Make global.
16000         Reported by Eric Blake.
16001
16002 2009-01-19  Martin Lambers  <marlam@marlam.de>
16003
16004         Provide POSIX semantics for socket timeout options on W32.
16005         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16006         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16007         * modules/setsockopt: Depend on sys_time module for struct timeval.
16008         * modules/getsockopt: Depend on sys_time module for struct timeval.
16009
16010 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16011
16012         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16013         __USE_GNU, for consistency with netdb.in.h.
16014         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16015
16016 2009-03-01  Bruno Haible  <bruno@clisp.org>
16017
16018         More support for FreeMiNT.
16019         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16020         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16021
16022 2009-03-01  Bruno Haible  <bruno@clisp.org>
16023
16024         More support for FreeMiNT.
16025         * lib/fpurge.c (fpurge): Correct last commit.
16026         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16027
16028 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16029
16030         Fix unportable awk script in vc-list-files.
16031         * build-aux/vc-list-files: In the replacement awk script, use
16032         substr with a second argument of 1, not zero.
16033         Report by Simon Josefsson.
16034
16035 2009-02-28  Bruno Haible  <bruno@clisp.org>
16036
16037         More support for FreeMiNT.
16038         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16039         to FreeMiNT today.
16040         * lib/fwriting.c (fwriting): Likewise.
16041         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16042
16043 2009-02-28  Bruno Haible  <bruno@clisp.org>
16044
16045         * tests/test-freadseek.c (main): Disable test beyond end of file on
16046         FreeMiNT.
16047         * tests/test-ftello.c (main): Likewise.
16048         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16049
16050 2009-02-28  Bruno Haible  <bruno@clisp.org>
16051
16052         Add tentative support for FreeMiNT.
16053         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16054         * lib/fpurge.c (fpurge): Likewise.
16055         * lib/freadable.c (freadable): Likewise.
16056         * lib/freading.c (freading): Likewise.
16057         * lib/freadptr.c (freadptr): Likewise.
16058         * lib/freadseek.c (freadptrinc): Likewise.
16059         * lib/fseeko.c (rpl_fseeko): Likewise.
16060         * lib/fseterr.c (fseterr): Likewise.
16061         * lib/fwritable.c (fwritable): Likewise.
16062         * lib/fwriting.c (fwriting): Likewise.
16063         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16064         Hourihane.
16065         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16066
16067 2009-02-28  Bruno Haible  <bruno@clisp.org>
16068
16069         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16070         SIGCHLD.
16071         Reported by Jim Meyering.
16072
16073 2009-02-28  Bruno Haible  <bruno@clisp.org>
16074
16075         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16076         Mention the results of these tests on various platforms.
16077         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16078         order.
16079         * doc/posix-functions/printf.texi: Likewise.
16080         * doc/posix-functions/snprintf.texi: Likewise.
16081         * doc/posix-functions/sprintf.texi: Likewise.
16082         * doc/posix-functions/vfprintf.texi: Likewise.
16083         * doc/posix-functions/vprintf.texi: Likewise.
16084         * doc/posix-functions/vsnprintf.texi: Likewise.
16085         * doc/posix-functions/vsprintf.texi: Likewise.
16086         * doc/glibc-functions/obstack_printf.texi: Likewise.
16087         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16088
16089 2009-02-28  Bruno Haible  <bruno@clisp.org>
16090
16091         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16092         Reported by Loïc Minier <lool@dooz.org>.
16093
16094 2009-02-27  Bruno Haible  <bruno@clisp.org>
16095
16096         * gnulib-tool (func_import): Make the sed expression used to create the
16097         sed script for updating the .gitignore file POSIX compliant.
16098         Reported by Eric Blake.
16099
16100 2009-02-27  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (sed): Don't alias as "sed --posix".
16103         Reported by Eric Blake.
16104
16105 2009-02-27  Bruno Haible  <bruno@clisp.org>
16106
16107         Avoid test link errors.
16108         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16109         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16110         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16111         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16112         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16113
16114 2009-02-27  Bruno Haible  <bruno@clisp.org>
16115
16116         Avoid spurious "(cached)" in configure output.
16117         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16118         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16119         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16120         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16121         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16122         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16123         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16124         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16125         Reported by Eric Blake.
16126
16127 2009-02-27  Eric Blake  <ebb9@byu.net>
16128
16129         printf: fix regression in previous patch
16130         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16131
16132 2009-02-27  Bruno Haible  <bruno@clisp.org>
16133
16134         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16135         value.
16136         * lib/stdint.in.h: Likewise.
16137         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16138
16139 2009-02-27  Eric Blake  <ebb9@byu.net>
16140
16141         doc: mention more functions added in cygwin 1.7.0
16142         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16143         addition.
16144         * doc/posix-functions/open_wmemstream.texi: Likewise.
16145         * doc/posix-functions/wcsnlen.texi: Likewise.
16146         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16147         * doc/posix-functions/wcstod.texi: Likewise.
16148         * doc/posix-functions/wcstof.texi: Likewise.
16149         * doc/posix-functions/wcstoimax.texi: Likewise.
16150         * doc/posix-functions/wcstok.texi: Likewise.
16151         * doc/posix-functions/wcstoumax.texi: Likewise.
16152
16153         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16154         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16155         * doc/posix-functions/fprintf.texi: Update.
16156         * doc/posix-functions/printf.texi: Update.
16157         * doc/posix-functions/snprintf.texi: Update.
16158         * doc/posix-functions/sprintf.texi: Update.
16159         * doc/posix-functions/vfprintf.texi: Update.
16160         * doc/posix-functions/vprintf.texi: Update.
16161         * doc/posix-functions/vsnprintf.texi: Update.
16162         * doc/posix-functions/vsprintf.texi: Update.
16163         * doc/glibc-functions/obstack_printf.texi: Update.
16164         * doc/glibc-functions/obstack_vprintf.texi: Update.
16165
16166 2009-02-26  Eric Blake  <ebb9@byu.net>
16167
16168         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16169         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16170         compilation bug by using runtime conversion.
16171         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16172         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16173         * modules/ceill-tests (Files): Use nan.h.
16174         * modules/floorl-tests (Files): Likewise.
16175         * modules/frexpl-tests (Files): Likewise.
16176         * modules/isnanl-tests (Files): Likewise.
16177         * modules/ldexpl-tests (Files): Likewise.
16178         * modules/roundl-tests (Files): Likewise.
16179         * modules/truncl-tests (Files): Likewise.
16180         * tests/test-ceill.c (main): Use a working NaN.
16181         * tests/test-floorl.c (main): Likewise.
16182         * tests/test-frexpl.c (main): Likewise.
16183         * tests/test-isnan.c (test_long_double): Likewise.
16184         * tests/test-isnanl.h (main): Likewise.
16185         * tests/test-ldexpl.h (main): Likewise.
16186         * tests/test-roundl.h (main): Likewise.
16187         * tests/test-truncl.h (main): Likewise.
16188         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16189
16190 2009-02-26  Eric Blake  <ebb9@byu.net>
16191             Bruno Haible  <bruno@clisp.org>
16192
16193         Work around a *printf bug with %ls on Solaris.
16194         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16195         precision is specified, sprintf stops converting the wide string
16196         argument when the number of bytes that have been produced by this
16197         conversion equals or exceeds the precision.
16198         * doc/posix-functions/fprintf.texi: Update.
16199         * doc/posix-functions/printf.texi: Update.
16200         * doc/posix-functions/snprintf.texi: Update.
16201         * doc/posix-functions/sprintf.texi: Update.
16202         * doc/posix-functions/vfprintf.texi: Update.
16203         * doc/posix-functions/vprintf.texi: Update.
16204         * doc/posix-functions/vsnprintf.texi: Update.
16205         * doc/posix-functions/vsprintf.texi: Update.
16206         * doc/glibc-functions/obstack_printf.texi: Update.
16207         * doc/glibc-functions/obstack_vprintf.texi: Update.
16208
16209 2009-02-26  Eric Blake  <ebb9@byu.net>
16210
16211         stdlib: favor compiler check of random.h
16212         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16213         to avoid an ObjC random.h installed by Swarm.
16214
16215 2009-02-26  Bruno Haible  <bruno@clisp.org>
16216
16217         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16218         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16219         Reported by Gary V. Vaughan <gary@gnu.org>.
16220
16221 2009-02-26  Bruno Haible  <bruno@clisp.org>
16222
16223         Fix *printf behaviour regarding the %ls directive.
16224         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16225         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16226         NEED_PRINTF_DIRECTIVE_LS.
16227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16228         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16229         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16230         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16231         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16232         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16233         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16234         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16235         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16236         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16237         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16238         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16239         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16240         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16241         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16242         * doc/posix-functions/fprintf.texi: Update.
16243         * doc/posix-functions/printf.texi: Update.
16244         * doc/posix-functions/snprintf.texi: Update.
16245         * doc/posix-functions/sprintf.texi: Update.
16246         * doc/posix-functions/vfprintf.texi: Update.
16247         * doc/posix-functions/vprintf.texi: Update.
16248         * doc/posix-functions/vsnprintf.texi: Update.
16249         * doc/posix-functions/vsprintf.texi: Update.
16250         * doc/glibc-functions/obstack_printf.texi: Update.
16251         * doc/glibc-functions/obstack_vprintf.texi: Update.
16252         Reported by Eric Blake.
16253
16254 2009-02-25  Bruno Haible  <bruno@clisp.org>
16255
16256         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16257         with known value.
16258         Reported by Gary V. Vaughan <gary@gnu.org>.
16259
16260 2009-02-25  Bruno Haible  <bruno@clisp.org>
16261
16262         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16263         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16264         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16265         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16266         Reported by Gary V. Vaughan <gary@gnu.org>.
16267
16268 2009-02-25  Bruno Haible  <bruno@clisp.org>
16269
16270         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16271         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16272         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16273         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16274         Reported by Gary V. Vaughan <gary@gnu.org>.
16275
16276 2009-02-25  Eric Blake  <ebb9@byu.net>
16277
16278         tests: skip fseek/ftell tests if ungetc is broken
16279         * m4/ungetc.m4: New file.
16280         * modules/fseek-tests: Split test, so ungetc dependency is
16281         separate from rest of test.
16282         * modules/fseeko-tests: Likewise.
16283         * modules/ftell-tests: Likewise.
16284         * modules/ftello-tests: Likewise.
16285         * tests/test-fseek.c (main): Isolate ungetc dependency.
16286         * tests/test-fseeko.c (main): Likewise.
16287         * tests/test-ftell.c (main): Likewise.
16288         * tests/test-ftello.c (main): Likewise.
16289         * tests/test-fseek2.sh: New file.
16290         * tests/test-fseeko2.sh: Likewise.
16291         * tests/test-ftell2.sh: Likewise.
16292         * tests/test-ftello2.sh: Likewise.
16293
16294 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16295
16296         test-getaddrinfo: fix usage of skip return code 77
16297         * tests/test-gettaddrinfo.c: Return skip code 77 only
16298         for first occurance of skip (4x77 is not 77)
16299
16300 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16301
16302         strtod: avoid C99 decl-after-statement
16303         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16304
16305 2009-02-24  Eric Blake  <ebb9@byu.net>
16306
16307         strtod: detect HP-UX 11.31 bug
16308         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16309         Reported by Gary V. Vaughan.
16310
16311 2009-02-23  Bruno Haible  <bruno@clisp.org>
16312
16313         Fix invalid read past end of memory block.
16314         * lib/vasnprintf.c (DCHAR_SET): Define.
16315         (local_wcslen): Define only when needed.
16316         (local_strnlen, local_wcsnlen): New functions.
16317         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16318         directives that involve a conversion ourselves.
16319         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16320         wcsnlen, mbrtowc, wcrtomb.
16321         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16322         * tests/test-vasprintf-posix.c (test_function): Likewise.
16323         * tests/test-snprintf-posix.h (test_function): Likewise.
16324         * tests/test-sprintf-posix.h (test_function): Likewise.
16325         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16326
16327 2009-02-22  Bruno Haible  <bruno@clisp.org>
16328
16329         Implement new clarified decomposition of Hangul syllables.
16330         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16331         of type LTV, return only a pairwise decomposition.
16332         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16333         Likewise.
16334         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16335         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16336         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16337
16338 2009-02-22  Bruno Haible  <bruno@clisp.org>
16339
16340         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16341         zero-length results and shrink excess allocated memory.
16342         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16343         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16344         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16345         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16346         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16347         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16348         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16349         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16350         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16351         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16352         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16353         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16354
16355 2009-02-21  Bruno Haible  <bruno@clisp.org>
16356
16357         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16358         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16359         spaces after a period. Put a space between a macro name and its
16360         argument list. Trivial rewordings.
16361         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16362         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16363         (main): Return 0 explicitly.
16364
16365 2009-02-21  Bruno Haible  <bruno@clisp.org>
16366
16367         Tests for module 'uninorm/filter'.
16368         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16369         * modules/uninorm/filter-tests: New file.
16370
16371         New module 'uninorm/filter'.
16372         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16373         uninorm_filter_flush, uninorm_filter_free): New declarations.
16374         * lib/uninorm/uninorm-filter.c: New file.
16375         * modules/uninorm/filter: New file.
16376
16377 2009-02-21  Bruno Haible  <bruno@clisp.org>
16378
16379         Tests for module 'uninorm/nfkc'.
16380         * tests/uninorm/test-nfkc.c: New file.
16381         * tests/uninorm/test-u8-nfkc.c: New file.
16382         * tests/uninorm/test-u16-nfkc.c: New file.
16383         * tests/uninorm/test-u32-nfkc.c: New file.
16384         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16385         * tests/uninorm/test-u32-nfkc-big.c: New file.
16386         * modules/uninorm/nfkc-tests: New file.
16387
16388         New module 'uninorm/nfkc'.
16389         * lib/uninorm/nfkc.c: New file.
16390         * modules/uninorm/nfkc: New file.
16391
16392         Tests for module 'uninorm/nfkd'.
16393         * tests/uninorm/test-nfkd.c: New file.
16394         * tests/uninorm/test-u8-nfkd.c: New file.
16395         * tests/uninorm/test-u16-nfkd.c: New file.
16396         * tests/uninorm/test-u32-nfkd.c: New file.
16397         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16398         * tests/uninorm/test-u32-nfkd-big.c: New file.
16399         * modules/uninorm/nfkd-tests: New file.
16400
16401         New module 'uninorm/nfkd'.
16402         * lib/uninorm/nfkd.c: New file.
16403         * modules/uninorm/nfkd: New file.
16404
16405         Tests for module 'uninorm/nfc'.
16406         * tests/uninorm/test-nfc.c: New file.
16407         * tests/uninorm/test-u8-nfc.c: New file.
16408         * tests/uninorm/test-u16-nfc.c: New file.
16409         * tests/uninorm/test-u32-nfc.c: New file.
16410         * tests/uninorm/test-u32-nfc-big.sh: New file.
16411         * tests/uninorm/test-u32-nfc-big.c: New file.
16412         * modules/uninorm/nfc-tests: New file.
16413
16414         New module 'uninorm/nfc'.
16415         * lib/uninorm/nfc.c: New file.
16416         * modules/uninorm/nfc: New file.
16417
16418         Tests for module 'uninorm/nfd'.
16419         * tests/uninorm/test-nfd.c: New file.
16420         * tests/uninorm/test-u8-nfd.c: New file.
16421         * tests/uninorm/test-u16-nfd.c: New file.
16422         * tests/uninorm/test-u32-nfd.c: New file.
16423         * tests/uninorm/test-u32-nfd-big.sh: New file.
16424         * tests/uninorm/test-u32-nfd-big.c: New file.
16425         * tests/uninorm/test-u32-normalize-big.h: New file.
16426         * tests/uninorm/test-u32-normalize-big.c: New file.
16427         * tests/uninorm/NormalizationTest.txt: New file, created from
16428         Unicode 5.1.0 NormalizationTest.txt.
16429         * modules/uninorm/nfd-tests: New file.
16430
16431         New module 'uninorm/nfd'.
16432         * lib/uninorm/nfd.c: New file.
16433         * modules/uninorm/nfd: New file.
16434
16435         New module 'uninorm/u32-normalize'.
16436         * lib/uninorm/u32-normalize.c: New file.
16437         * modules/uninorm/u32-normalize: New file.
16438
16439         New module 'uninorm/u16-normalize'.
16440         * lib/uninorm/u16-normalize.c: New file.
16441         * modules/uninorm/u16-normalize: New file.
16442
16443         New module 'uninorm/u8-normalize'.
16444         * lib/uninorm/u8-normalize.c: New file.
16445         * lib/uninorm/normalize-internal.h: New file.
16446         * lib/uninorm/u-normalize-internal.h: New file.
16447         * modules/uninorm/u8-normalize: New file.
16448
16449         New module 'uninorm/decompose-internal'.
16450         * lib/uninorm/decompose-internal.c: New file.
16451         * modules/uninorm/decompose-internal: New file.
16452
16453         Tests for module 'uninorm/composition'.
16454         * tests/uninorm/test-composition.c: New file.
16455         * modules/uninorm/composition-tests: New file.
16456
16457         New module 'uninorm/composition'.
16458         * lib/uninorm/composition.c: New file.
16459         * lib/uninorm/composition-table.gperf: New file, generated by
16460         gen-uni-tables.
16461         * modules/uninorm/composition: New file.
16462
16463         Tests for module 'uninorm/compat-decomposition'.
16464         * tests/uninorm/test-compat-decomposition.c: New file.
16465         * modules/uninorm/compat-decomposition-tests: New file.
16466
16467         New module 'uninorm/compat-decomposition'.
16468         * lib/uninorm/decompose-internal.h: New file.
16469         * lib/uninorm/compat-decomposition.c: New file.
16470         * modules/uninorm/compat-decomposition: New file.
16471
16472         Tests for module 'uninorm/canonical-decomposition'.
16473         * tests/uninorm/test-canonical-decomposition.c: New file.
16474         * modules/uninorm/canonical-decomposition-tests: New file.
16475
16476         New module 'uninorm/canonical-decomposition'.
16477         * lib/uninorm/canonical-decomposition.c: New file.
16478         * modules/uninorm/canonical-decomposition: New file.
16479
16480         Tests for module 'uninorm/decomposition'.
16481         * tests/uninorm/test-decomposition.c: New file.
16482         * modules/uninorm/decomposition-tests: New file.
16483
16484         New module 'uninorm/decomposition'.
16485         * lib/uninorm/decomposition.c: New file.
16486         * modules/uninorm/decomposition: New file.
16487
16488         New module 'uninorm/decomposition-table'.
16489         * lib/uninorm/decomposition-table.h: New file.
16490         * lib/uninorm/decomposition-table.c: New file.
16491         * lib/uninorm/decomposition-table1.h: New file, generated by
16492         gen-uni-tables.
16493         * lib/uninorm/decomposition-table2.h: New file, generated by
16494         gen-uni-tables.
16495         * modules/uninorm/decomposition-table: New file.
16496
16497         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16498         (UC_DECOMP_*): New enumeration items.
16499         (get_decomposition): New function.
16500         (struct decomp_table): New type.
16501         (output_decomposition, output_decomposition_tables): New functions.
16502         (unicode_composition_exclusions): New variable.
16503         (fill_composition_exclusions, debug_output_composition_tables): New
16504         functions.
16505         (main): Accept one more argument. Invoke fill_composition_exclusions.
16506         Output decomposition and composition tables.
16507
16508         New module 'uninorm/base'.
16509         * lib/uninorm.h: New file.
16510         * lib/unictype.h: Update comment.
16511         * modules/uninorm/base: New file.
16512
16513 2009-02-21  David Lutterkort  <lutter@redhat.com>
16514
16515         Tests for module 'safe-alloc'.
16516         * tests/test-safe-alloc.c: New file.
16517         * modules/safe-alloc-tests: New file.
16518
16519         New module 'safe-alloc'.
16520         * lib/safe-alloc.h: New file.
16521         * lib/safe-alloc.c: New file.
16522         * m4/safe-alloc.m4: New file.
16523         * modules/safe-alloc: New file.
16524         * doc/safe-alloc.texi: New file.
16525         * doc/gnulib.texi: Include it.
16526         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16527         safe-alloc.
16528
16529 2009-02-18  Bruno Haible  <bruno@clisp.org>
16530
16531         Fix link error on non-glibc systems.
16532         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16533         variable.
16534         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16535
16536 2009-02-18  Jim Meyering  <meyering@redhat.com>
16537
16538         fts: avoid used-uninitialized error due to recent change
16539         * lib/fts.c (fts_read): Guard uses of the new member,
16540         parent->fts_n_dirs_remaining, since it's not relevant for
16541         the parent of a directory specified on the command-line.
16542
16543 2009-02-17  James Youngman  <jay@gnu.org>
16544             Bruno Haible  <bruno@clisp.org>
16545
16546         * m4/include_next.m4: Reformulate comment.
16547
16548 2009-02-16  Jim Meyering  <meyering@redhat.com>
16549
16550         fts: add #if guards so that the fts_lgpl module still builds
16551         * lib/fts.c: Guard just-added hash-table-using parts with
16552         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16553         Reported by Simon Josefsson.
16554
16555 2009-02-15  Bruno Haible  <bruno@clisp.org>
16556
16557         * modules/array-mergesort-tests: New file.
16558         * tests/test-array-mergesort.c: New file.
16559
16560         New module 'array-mergesort'.
16561         * modules/array-mergesort: New file.
16562         * lib/array-mergesort.h: New file.
16563
16564 2009-02-15  Bruno Haible  <bruno@clisp.org>
16565
16566         Fix 2009-02-07 commit.
16567         * lib/gen-uni-tables.c (output_predicate, output_category,
16568         output_combclass, output_bidi_category, output_decimal_digit,
16569         output_digit, output_numeric, output_mirror, output_scripts,
16570         output_ident_category, output_simple_mapping): Fix format directives.
16571         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16572
16573 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16574
16575         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16576         fixes are available from IBM.
16577
16578 2009-02-13  Jim Meyering  <meyering@redhat.com>
16579
16580         fts: arrange not to stat non-directories in more cases
16581         This makes GNU find (when it doesn't need to stat each file)
16582         *much* more efficient at traversing reiserfs file systems.
16583         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16584         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16585         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16586         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16587         (leaf_optimization_applies): New function.
16588         (LCO_hash, LCO_compare): New helper functions.
16589         (link_count_optimize_ok): New function.
16590         (fts_stat): Initialize new member (if dir).
16591         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16592         we've just stat'ed a directory.  Skip the stat call when possible.
16593         ---
16594         Note this AFS-related exchange:
16595         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16596         and note find's pioctl call in find/fstype.c.
16597         But that is necessary only if you want to enable the
16598         optimization for AFS, and for now, I don't.
16599
16600         fts: move a function definition "up" (no semantic change)
16601         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16602         "up" to precede upcoming use of a related function.
16603
16604 2009-02-11  Jim Meyering  <meyering@redhat.com>
16605
16606         fts: correct internal computation of nlinks (optimization-related)
16607         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16608         whether the current entry is a directory, so don't test it.
16609
16610 2009-02-10  Bruno Haible  <bruno@clisp.org>
16611
16612         Tests for module 'uniwbrk/ulc-wordbreaks'.
16613         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16614         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16615         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16616
16617         Tests for module 'uniwbrk/u32-wordbreaks'.
16618         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16619         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16620
16621         Tests for module 'uniwbrk/u16-wordbreaks'.
16622         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16623         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16624
16625         Tests for module 'uniwbrk/u8-wordbreaks'.
16626         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16627         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16628
16629 2009-02-10  Bruno Haible  <bruno@clisp.org>
16630
16631         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16632         property.
16633         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16634         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16635         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16636
16637 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16638
16639         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16640         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16641
16642 2009-02-10  Bruno Haible  <bruno@clisp.org>
16643
16644         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16645         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16646         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16647         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16648         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16649         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16650
16651 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16652
16653         * lib/sockets.h (gl_fd_to_handle): New function.
16654
16655         * tests/test-sockets.c: Call gl_fd_to_handle.
16656
16657 2009-02-09  Bruno Haible  <bruno@clisp.org>
16658
16659         * doc/havelib.texi: Document the conventions on bi-arch systems.
16660
16661 2009-02-08  Bruno Haible  <bruno@clisp.org>
16662
16663         Document the AC_LIB_LINKFLAGS macro.
16664         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16665         * doc/gnulib.texi: Include it.
16666
16667 2009-02-08  Bruno Haible  <bruno@clisp.org>
16668
16669         Fix wrong order of sections, compared to TOC.
16670         * doc/gnulib.texi: Include relocatable-maint.texi after the
16671         "Regular expressions" node, not before.
16672
16673 2009-02-08  Bruno Haible  <bruno@clisp.org>
16674
16675         Tests for module 'unicase/totitle'.
16676         * modules/unicase/totitle-tests: New file.
16677
16678         Tests for module 'unicase/tolower'.
16679         * modules/unicase/tolower-tests: New file.
16680
16681         Tests for module 'unicase/toupper'.
16682         * modules/unicase/toupper-tests: New file.
16683         * tests/unicase/test-mapping-part1.h: New file.
16684         * tests/unicase/test-mapping-part2.h: New file.
16685
16686         New module 'unicase/totitle'.
16687         * modules/unicase/totitle: New file.
16688         * lib/unicase/totitle.c: New file.
16689
16690         New module 'unicase/tolower'.
16691         * modules/unicase/tolower: New file.
16692         * lib/unicase/tolower.c: New file.
16693
16694         New module 'unicase/toupper'.
16695         * modules/unicase/toupper: New file.
16696         * lib/unicase/toupper.c: New file.
16697         * lib/unicase/simple-mapping.h: New file.
16698
16699         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16700         (mapping_table): New structure.
16701         (output_simple_mapping): New function.
16702         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16703         * modules/gen-uni-tables (Description): Update.
16704         * lib/unicase/toupper.h: New file, automatically generated by
16705         gen-uni-tables.
16706         * lib/unicase/tolower.h: New file, automatically generated by
16707         gen-uni-tables.
16708         * lib/unicase/totitle.h: New file, automatically generated by
16709         gen-uni-tables.
16710         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16711         gen-uni-tables.
16712         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16713         gen-uni-tables.
16714         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16715         gen-uni-tables.
16716
16717         New module 'unicase/base'.
16718         * modules/unicase/base: New file.
16719         * lib/unicase.h: New file.
16720
16721 2009-02-08  Bruno Haible  <bruno@clisp.org>
16722
16723         New module 'uniwbrk/ulc-wordbreaks'.
16724         * modules/uniwbrk/ulc-wordbreaks: New file.
16725         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16726
16727         New module 'uniwbrk/u32-wordbreaks'.
16728         * modules/uniwbrk/u32-wordbreaks: New file.
16729         * lib/uniwbrk/u32-wordbreaks.c: New file.
16730
16731         New module 'uniwbrk/u16-wordbreaks'.
16732         * modules/uniwbrk/u16-wordbreaks: New file.
16733         * lib/uniwbrk/u16-wordbreaks.c: New file.
16734
16735         New module 'uniwbrk/u8-wordbreaks'.
16736         * modules/uniwbrk/u8-wordbreaks: New file.
16737         * lib/uniwbrk/u8-wordbreaks.c: New file.
16738         * lib/uniwbrk/u-wordbreaks.h: New file.
16739
16740         New module 'uniwbrk/table'.
16741         * modules/uniwbrk/table: New file.
16742         * lib/uniwbrk/wbrktable.h: New file.
16743         * lib/uniwbrk/wbrktable.c: New file.
16744
16745         New module 'uniwbrk/wordbreak-property'.
16746         * modules/uniwbrk/wordbreak-property: New file.
16747         * lib/uniwbrk/wordbreak-property.c: New file.
16748
16749         * lib/gen-uni-tables.c (WBP_*): New enum items.
16750         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16751         (unicode_org_wbp): New variable.
16752         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16753         New functions.
16754         (wbp_table): New structure.
16755         (output_wbp, output_wbrk_tables): New functions.
16756         (main): Accept additional argument. Invoke fill_org_wbp,
16757         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16758         output_wbrk_tables.
16759         * modules/gen-uni-tables (Description): Update.
16760         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16761         gen-uni-tables.
16762
16763         New module 'uniwbrk/base'.
16764         * modules/uniwbrk/base: New file.
16765         * lib/uniwbrk.h: New file.
16766
16767 2009-02-08  Bruno Haible  <bruno@clisp.org>
16768
16769         Update to Unicode 5.1.0.
16770         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16771         U+2185..U+2188.
16772         (is_property_default_ignorable_code_point): Don't include characters
16773         of category Cc or Cs and not-a-characters.
16774         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16775         U+0D79, U+109E, U+109F, U+A60C.
16776         * lib/unictype/bidi_of.h: Regenerated.
16777         * lib/unictype/blocks.h: Regenerated.
16778         * lib/unictype/categ_C.h: Regenerated.
16779         * lib/unictype/categ_Cf.h: Regenerated.
16780         * lib/unictype/categ_Cn.h: Regenerated.
16781         * lib/unictype/categ_L.h: Regenerated.
16782         * lib/unictype/categ_Ll.h: Regenerated.
16783         * lib/unictype/categ_Lm.h: Regenerated.
16784         * lib/unictype/categ_Lo.h: Regenerated.
16785         * lib/unictype/categ_Lu.h: Regenerated.
16786         * lib/unictype/categ_M.h: Regenerated.
16787         * lib/unictype/categ_Mc.h: Regenerated.
16788         * lib/unictype/categ_Me.h: Regenerated.
16789         * lib/unictype/categ_Mn.h: Regenerated.
16790         * lib/unictype/categ_N.h: Regenerated.
16791         * lib/unictype/categ_Nd.h: Regenerated.
16792         * lib/unictype/categ_Nl.h: Regenerated.
16793         * lib/unictype/categ_No.h: Regenerated.
16794         * lib/unictype/categ_P.h: Regenerated.
16795         * lib/unictype/categ_Pd.h: Regenerated.
16796         * lib/unictype/categ_Pe.h: Regenerated.
16797         * lib/unictype/categ_Pf.h: Regenerated.
16798         * lib/unictype/categ_Pi.h: Regenerated.
16799         * lib/unictype/categ_Po.h: Regenerated.
16800         * lib/unictype/categ_Ps.h: Regenerated.
16801         * lib/unictype/categ_S.h: Regenerated.
16802         * lib/unictype/categ_Sk.h: Regenerated.
16803         * lib/unictype/categ_Sm.h: Regenerated.
16804         * lib/unictype/categ_So.h: Regenerated.
16805         * lib/unictype/categ_of.h: Regenerated.
16806         * lib/unictype/combining.h: Regenerated.
16807         * lib/unictype/ctype_alnum.h: Regenerated.
16808         * lib/unictype/ctype_alpha.h: Regenerated.
16809         * lib/unictype/ctype_graph.h: Regenerated.
16810         * lib/unictype/ctype_lower.h: Regenerated.
16811         * lib/unictype/ctype_print.h: Regenerated.
16812         * lib/unictype/ctype_punct.h: Regenerated.
16813         * lib/unictype/ctype_upper.h: Regenerated.
16814         * lib/unictype/decdigit.h: Regenerated.
16815         * lib/unictype/digit.h: Regenerated.
16816         * lib/unictype/mirror.h: Regenerated.
16817         * lib/unictype/numeric.h: Regenerated.
16818         * lib/unictype/pr_alphabetic.h: Regenerated.
16819         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16820         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16821         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16822         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16823         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16824         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16825         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16826         * lib/unictype/pr_combining.h: Regenerated.
16827         * lib/unictype/pr_dash.h: Regenerated.
16828         * lib/unictype/pr_decimal_digit.h: Regenerated.
16829         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16830         * lib/unictype/pr_deprecated.h: Regenerated.
16831         * lib/unictype/pr_diacritic.h: Regenerated.
16832         * lib/unictype/pr_extender.h: Regenerated.
16833         * lib/unictype/pr_format_control.h: Regenerated.
16834         * lib/unictype/pr_grapheme_base.h: Regenerated.
16835         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16836         * lib/unictype/pr_grapheme_link.h: Regenerated.
16837         * lib/unictype/pr_id_continue.h: Regenerated.
16838         * lib/unictype/pr_id_start.h: Regenerated.
16839         * lib/unictype/pr_ideographic.h: Regenerated.
16840         * lib/unictype/pr_ignorable_control.h: Regenerated.
16841         * lib/unictype/pr_lowercase.h: Regenerated.
16842         * lib/unictype/pr_math.h: Regenerated.
16843         * lib/unictype/pr_numeric.h: Regenerated.
16844         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16845         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16846         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16847         * lib/unictype/pr_other_id_continue.h: Regenerated.
16848         * lib/unictype/pr_other_lowercase.h: Regenerated.
16849         * lib/unictype/pr_other_math.h: Regenerated.
16850         * lib/unictype/pr_punctuation.h: Regenerated.
16851         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16852         * lib/unictype/pr_soft_dotted.h: Regenerated.
16853         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16854         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16855         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16856         * lib/unictype/pr_uppercase.h: Regenerated.
16857         * lib/unictype/pr_xid_continue.h: Regenerated.
16858         * lib/unictype/pr_xid_start.h: Regenerated.
16859         * lib/unictype/pr_zero_width.h: Regenerated.
16860         * lib/unictype/scripts.h: Regenerated.
16861         * lib/unictype/scripts_byname.gperf: Regenerated.
16862         * lib/unictype/sy_java_ident.h: Regenerated.
16863         * lib/unilbrk/lbrkprop1.h: Regenerated.
16864         * lib/unilbrk/lbrkprop2.h: Regenerated.
16865         * tests/unictype/test-categ_C.c: Regenerated.
16866         * tests/unictype/test-categ_Cf.c: Regenerated.
16867         * tests/unictype/test-categ_Cn.c: Regenerated.
16868         * tests/unictype/test-categ_L.c: Regenerated.
16869         * tests/unictype/test-categ_Ll.c: Regenerated.
16870         * tests/unictype/test-categ_Lm.c: Regenerated.
16871         * tests/unictype/test-categ_Lo.c: Regenerated.
16872         * tests/unictype/test-categ_Lu.c: Regenerated.
16873         * tests/unictype/test-categ_M.c: Regenerated.
16874         * tests/unictype/test-categ_Mc.c: Regenerated.
16875         * tests/unictype/test-categ_Me.c: Regenerated.
16876         * tests/unictype/test-categ_Mn.c: Regenerated.
16877         * tests/unictype/test-categ_N.c: Regenerated.
16878         * tests/unictype/test-categ_Nd.c: Regenerated.
16879         * tests/unictype/test-categ_Nl.c: Regenerated.
16880         * tests/unictype/test-categ_No.c: Regenerated.
16881         * tests/unictype/test-categ_P.c: Regenerated.
16882         * tests/unictype/test-categ_Pd.c: Regenerated.
16883         * tests/unictype/test-categ_Pe.c: Regenerated.
16884         * tests/unictype/test-categ_Pf.c: Regenerated.
16885         * tests/unictype/test-categ_Pi.c: Regenerated.
16886         * tests/unictype/test-categ_Po.c: Regenerated.
16887         * tests/unictype/test-categ_Ps.c: Regenerated.
16888         * tests/unictype/test-categ_S.c: Regenerated.
16889         * tests/unictype/test-categ_Sk.c: Regenerated.
16890         * tests/unictype/test-categ_Sm.c: Regenerated.
16891         * tests/unictype/test-categ_So.c: Regenerated.
16892         * tests/unictype/test-ctype_alnum.c: Regenerated.
16893         * tests/unictype/test-ctype_alpha.c: Regenerated.
16894         * tests/unictype/test-ctype_graph.c: Regenerated.
16895         * tests/unictype/test-ctype_lower.c: Regenerated.
16896         * tests/unictype/test-ctype_print.c: Regenerated.
16897         * tests/unictype/test-ctype_punct.c: Regenerated.
16898         * tests/unictype/test-ctype_upper.c: Regenerated.
16899         * tests/unictype/test-decdigit.h: Regenerated.
16900         * tests/unictype/test-digit.h: Regenerated.
16901         * tests/unictype/test-numeric.h: Regenerated.
16902         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16903         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16904         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16905         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16906         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16907         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16908         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16909         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16910         * tests/unictype/test-pr_combining.c: Regenerated.
16911         * tests/unictype/test-pr_dash.c: Regenerated.
16912         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16913         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16914         * tests/unictype/test-pr_deprecated.c: Regenerated.
16915         * tests/unictype/test-pr_diacritic.c: Regenerated.
16916         * tests/unictype/test-pr_extender.c: Regenerated.
16917         * tests/unictype/test-pr_format_control.c: Regenerated.
16918         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16919         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16920         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16921         * tests/unictype/test-pr_id_continue.c: Regenerated.
16922         * tests/unictype/test-pr_id_start.c: Regenerated.
16923         * tests/unictype/test-pr_ideographic.c: Regenerated.
16924         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16925         * tests/unictype/test-pr_lowercase.c: Regenerated.
16926         * tests/unictype/test-pr_math.c: Regenerated.
16927         * tests/unictype/test-pr_numeric.c: Regenerated.
16928         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16929         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16930         Regenerated.
16931         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16932         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16933         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16934         * tests/unictype/test-pr_other_math.c: Regenerated.
16935         * tests/unictype/test-pr_punctuation.c: Regenerated.
16936         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16937         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16938         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16939         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16940         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16941         * tests/unictype/test-pr_uppercase.c: Regenerated.
16942         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16943         * tests/unictype/test-pr_xid_start.c: Regenerated.
16944         * tests/unictype/test-pr_zero_width.c: Regenerated.
16945
16946         Update to Unicode 5.1.0.
16947         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16948         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16949         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16950         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16951         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16952         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16953         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16954         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16955         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16956         (nonspacing_table_ind): Update.
16957         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16958
16959         Update to Unicode 5.1.0.
16960         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16961         code transform.
16962         * lib/uniname/uniname.c (unicode_character_name,
16963         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16964         * lib/uniname/uninames.h: Regenerated.
16965         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16966
16967 2009-02-07  Bruno Haible  <bruno@clisp.org>
16968
16969         Merge gen-ctype and gen-lbrk into a single program.
16970         * lib/gen-uni-tables.c: New file, incorporating
16971         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16972         Add directory prefixes to the names of the generated files.
16973         * lib/unictype/gen-ctype.c: Remove file.
16974         * lib/unilbrk/gen-lbrk.c: Remove file.
16975         * modules/gen-uni-tables: New file.
16976         * modules/unictype/gen-ctype: Remove file.
16977         * modules/unilbrk/gen-lbrk: Remove file.
16978
16979 2009-02-07  Bruno Haible  <bruno@clisp.org>
16980
16981         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16982
16983         New module 'unistr/u32-strcoll'.
16984         * modules/unistr/u32-strcoll: New file.
16985         * lib/unistr/u32-strcoll.c: New file.
16986
16987         New module 'unistr/u16-strcoll'.
16988         * modules/unistr/u16-strcoll: New file.
16989         * lib/unistr/u16-strcoll.c: New file.
16990
16991         New module 'unistr/u8-strcoll'.
16992         * modules/unistr/u8-strcoll: New file.
16993         * lib/unistr/u8-strcoll.c: New file.
16994         * lib/unistr/u-strcoll.h: New file.
16995
16996 2009-02-07  Bruno Haible  <bruno@clisp.org>
16997
16998         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16999         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17000         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17001         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17002         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17003         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17004
17005 2009-02-07  Bruno Haible  <bruno@clisp.org>
17006
17007         Make 64-bit clean.
17008         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17009         output_combclass, output_bidi_category, output_decimal_digit,
17010         output_digit, output_numeric, output_mirror, output_scripts,
17011         output_ident_category): Use proper width specifier in format strings.
17012
17013 2009-02-07  Bruno Haible  <bruno@clisp.org>
17014
17015         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17016         failure behaviour.
17017
17018 2009-02-07  Jim Meyering  <meyering@redhat.com>
17019
17020         regex: avoid compilation failure with upcoming gcc-4.4
17021         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17022         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17023         "... error: integer overflow in preprocessor expression".
17024
17025 2009-02-05  Ben Pfaff  <blp@gnu.org>
17026
17027         Fix link errors on Windows when close module is used.
17028         * modules/close: Add $(LIB_CLOSE) to Link section.
17029         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17030         $(LIB_CLOSE) on Windows.
17031
17032 2009-02-05  Jim Meyering  <meyering@redhat.com>
17033
17034         still avoid unused-parameter warnings, but do it cleanly
17035         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17036         (get_fs_usage): Cast to void instead.
17037         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17038         (dev_from_mount_options, read_file_system_list): Cast to void.
17039         Prompted by Bruno Haible.
17040
17041 2009-02-04  Jim Meyering  <meyering@redhat.com>
17042
17043         fsusage.c: correct copyright year
17044         * lib/fsusage.c: Reflect year in which the change is pushed into
17045
17046         avoid misc. warnings
17047         * lib/fsusage.c (UNUSED_PARAM): Define.
17048         (get_fs_usage): Mark parameter "disk" as unused.
17049         * lib/getugroups.c (getgrent): Use "void" in prototype.
17050         * lib/mountlist.c: Mark unused parameters.
17051         (read_file_system_list): Declare a local with "const".
17052         * lib/nanosleep.c (getnow): Declare static.
17053         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17054
17055         dirfd: set errno upon failure
17056         * lib/dirfd.c: Include <errno.h>.
17057         Set errno to ENOTSUP when returning -1.
17058         * modules/dirfd (Depends-on): Add errno.
17059         Suggested by John Kodis <kodis@comcast.net>.
17060
17061 2009-02-01  Bruno Haible  <bruno@clisp.org>
17062
17063         Don't assume sizeof (long) >= sizeof (void *).
17064         * lib/memcmp.c: Include stdint.h.
17065         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17066         srcp2 to 'const byte *'.
17067         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17068         types to uintptr_t.
17069         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17070         * modules/memcmp (Depends-on): Add stdint.
17071         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17072
17073 2009-01-30  Eric Blake  <ebb9@byu.net>
17074
17075         fix more require-before-expand issues
17076         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17077         expand, AC_PROG_AWK.
17078         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17079
17080 2009-01-28  Eric Blake  <ebb9@byu.net>
17081
17082         version-etc: use consistent URL formatting
17083         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17084         Improve formatting.  Use fputs for string without %.
17085
17086 2009-01-28  Jim Meyering  <meyering@redhat.com>
17087
17088         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17089         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17090         "underquoted definition of NAME" from autoconf-2.59.
17091
17092 2009-01-28  Bruno Haible  <bruno@clisp.org>
17093
17094         * doc/gnulib.texi: Add "Obsolete modules" to index.
17095
17096 2009-01-28  Jim Meyering  <meyering@redhat.com>
17097
17098         useless-if-before-free: recognize more variants
17099         * build-aux/useless-if-before-free: Also recognize e.g.,
17100         if (NULL != p) free (p);
17101
17102 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17103
17104         test-getaddrinfo: skip (don't fail) this test when there's no network
17105         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17106         on the presumption that it means you lack network access.
17107
17108 2009-01-26  Jim Meyering  <meyering@redhat.com>
17109
17110         fflush: avoid warnings on modern systems
17111         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17112         pos and result, into scopes where they're used.
17113
17114 2009-01-26  Eric Blake  <ebb9@byu.net>
17115
17116         Silence warning reintroduced by recent extensions patch.
17117         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17118         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17119         autoconf.
17120
17121         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17122         * m4/00gnulib.m4: New file.
17123         * gnulib-tool (func_get_filelist): Always use it.
17124         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17125         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17126
17127 2009-01-25  Bruno Haible  <bruno@clisp.org>
17128
17129         Make test-quotearg work on MacOS X and AIX.
17130         * tests/test-quotearg.sh: New file.
17131         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17132         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17133         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17134         include <libintl.h>.
17135         (fake_locale): Remove variable.
17136         (gettext, dgettext, dcgettext): Remove functions.
17137         (main): Instead of setting a fake locale, set a real locale. Call
17138         textdomain and bindtextdomain.
17139         * modules/quotearg-tests (Files): Add the new files.
17140         (Depends-on): Add gettext, setenv, unsetenv.
17141         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17142         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17143         Augment TESTS_ENVIRONMENT.
17144
17145 2009-01-25  Bruno Haible  <bruno@clisp.org>
17146
17147         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17148         fr_FR.ISO8859-1 locale on MacOS X.
17149         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17150         ja_JP.eucJP locale on MacOS X.
17151         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17152         zh_CN.GB18030 locale on MacOS X.
17153
17154 2009-01-25  Bruno Haible  <bruno@clisp.org>
17155
17156         Avoid link errors on MacOS X 10.3.
17157         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17158         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17159
17160 2009-01-25  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17163         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17164         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17165         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17166         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17167         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17168         posix_spawnattr_init, posix_spawnattr_setsigmask,
17169         posix_spawnattr_setflags, posix_spawnattr_destroy.
17170
17171         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17172         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17173         * modules/execute (Files): Remove m4/posix_spawn.m4.
17174         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17175         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17176         posix_spawnattr_init, posix_spawnattr_setsigmask,
17177         posix_spawnattr_setflags, posix_spawnattr_destroy.
17178
17179 2009-01-25  Bruno Haible  <bruno@clisp.org>
17180
17181         * lib/glthread/threadlib.c: Include <stdlib.h>.
17182
17183 2009-01-25  Bruno Haible  <bruno@clisp.org>
17184
17185         * lib/glthread/threadlib.c (dummy): New declaration.
17186
17187 2009-01-25  Bruno Haible  <bruno@clisp.org>
17188
17189         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17190         multibyte characters also for the GB18030 encoding. Don't crash when
17191         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17192
17193 2009-01-25  Bruno Haible  <bruno@clisp.org>
17194
17195         Avoid redefining 'struct random_data' on OSF/1 5.1.
17196         * lib/stdlib.in.h: Include <random.h> if it exists.
17197         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17198         HAVE_RANDOM_H. Include <random.h> when testing whether
17199         'struct random_data' exists.
17200         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17201
17202 2009-01-25  Bruno Haible  <bruno@clisp.org>
17203
17204         Don't install charset.alias on MacOS X >= 10.3.
17205         * lib/localcharset.c (DARWIN7): New macro.
17206         (get_charset_aliases): Hardcode the result for Darwin7.
17207         * modules/localcharset (install-exec-local): Don't install
17208         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17209
17210 2009-01-25  Bruno Haible  <bruno@clisp.org>
17211
17212         Don't install charset.alias on mingw and Cygwin.
17213         * modules/localcharset (install-exec-local): Don't install
17214         charset.alias on mingw and Cygwin, if the file does not yet exist.
17215         The result for these platforms is hardcoded in localcharset.c.
17216
17217 2009-01-25  Bruno Haible  <bruno@clisp.org>
17218
17219         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17220         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17221         before requiring AC_USE_SYSTEM_EXTENSIONS.
17222
17223 2009-01-25  Jim Meyering  <meyering@redhat.com>
17224
17225         c-strtod: avoid warnings
17226         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17227         "assignment discards qualifiers from pointer target type" warnings.
17228
17229 2009-01-24  Bruno Haible  <bruno@clisp.org>
17230
17231         Add support for non-UTF-8 locales on MacOS X.
17232         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17233         canonical encodings. For Darwin 7 and newer, don't map traditional
17234         encodings to UTF-8.
17235         Reported by Vincent Lefevre <vincent@vinc17.org>
17236         at <http://savannah.gnu.org/bugs/?25235>.
17237
17238 2009-01-24  Bruno Haible  <bruno@clisp.org>
17239
17240         * doc/gnulib.texi (Obsolete modules): New section.
17241         Reported by Mike Frysinger <vapier@gentoo.org>.
17242
17243 2009-01-24  Bruno Haible  <bruno@clisp.org>
17244
17245         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17246         (%.dvi): New rule.
17247
17248 2009-01-24  Bruno Haible  <bruno@clisp.org>
17249
17250         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17251         Reported by Eric Blake.
17252
17253 2009-01-24  Bruno Haible  <bruno@clisp.org>
17254
17255         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17256         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17257         Reported by Gary V. Vaughan <gary@gnu.org>.
17258
17259 2009-01-24  Bruno Haible  <bruno@clisp.org>
17260
17261         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17262
17263 2009-01-23  Bruno Haible  <bruno@clisp.org>
17264
17265         Make c-strtod, c-strtold usable in libraries.
17266         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17267         (C_STRTOD): Call strdup instead of xstrdup.
17268         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17269         * modules/c-strtold (Depends-on): Likewise.
17270         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17271         * NEWS: Mention the change.
17272         Reported by Michael Gold <mgold@ncf.ca>.
17273
17274 2009-01-23  Jim Meyering  <meyering@redhat.com>
17275
17276         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17277         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17278         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17279
17280 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17281
17282         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17283         GNU CoreUtils.
17284         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17285         * modules/version-etc (Description): Update.
17286
17287 2009-01-22  Bruno Haible  <bruno@clisp.org>
17288
17289         Cache the C locale object.
17290         * lib/c-strtod.c (c_locale_cache): New variable.
17291         (c_locale): New function.
17292         (C_STRTOD): Use it, and don't call freelocale.
17293         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17294         Suggested by Paolo Bonzini.
17295
17296 2009-01-21  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17299         conditions other than overflow.
17300
17301 2009-01-21  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/c-strtod.c: Include errno.h.
17304         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17305         value from STRTOD_L and STRTOD.
17306
17307 2009-01-21  Bruno Haible  <bruno@clisp.org>
17308         and Jim Meyering  <meyering@redhat.com>
17309
17310         nanosleep: skip configure test (fail it) for apple universal builds
17311         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17312         universal builds, assume that nanosleep does not work.
17313         * modules/nanosleep (Depends-on): Add multiarch.
17314
17315         mktime: skip configure test (fail it) for apple universal builds
17316         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17317         universal builds, assume that mktime does not work.
17318         * modules/mktime (Depends-on): Add multiarch.
17319
17320 2009-01-21  Eric Blake  <ebb9@byu.net>
17321
17322         multiarch: avoid expand-before-require warning
17323         * modules/multiarch (configure.ac): Require, rather than expand,
17324         gl_MULTIARCH.
17325         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17326         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17327         enforce that all clients require it.  Partial reversion of
17328         2008-12-29 patch.
17329
17330         error: avoid expand-before-require warning
17331         * modules/errno (configure.ac): Require, rather than expand,
17332         gl_HEADER_ERRNO_H.
17333         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17334         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17335         enforce that all clients require it.
17336
17337         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17338         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17339         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17340         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17341
17342 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17343
17344         Revert:
17345         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17346
17347         regex: do not depend on obsolete modules.
17348         * modules/regex: Remove memcmp and memmove.
17349
17350 2009-01-20  Bruno Haible  <bruno@clisp.org>
17351
17352         Make the 'link' module link on Windows NT 4.
17353         * lib/link.c (_WIN32_WINNT): Don't define.
17354         (CreateHardLinkFuncType): New type.
17355         (CreateHardLinkFunc, initialized): New variables.
17356         (initialize): New function.
17357         (link): Invoke CreateHardLink indirectly through the function pointer.
17358
17359 2009-01-20  Bruno Haible  <bruno@clisp.org>
17360
17361         Fix compilation failure on mingw.
17362         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17363
17364 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17365
17366         * doc/c-strtod.texi: Mention a couple of restrictions.
17367
17368 2009-01-20  Jim Meyering  <meyering@redhat.com>
17369
17370         gettimeofday: move more declarations out of functions
17371         * lib/gettimeofday.c: Move extern declarations of tzset and
17372         gmtime out of containing functions.  Prompted by Bruno Haible.
17373
17374 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17375
17376         regex: do not depend on obsolete modules.
17377         * modules/regex: Remove memcmp and memmove.
17378
17379 2009-01-19  Bruno Haible  <bruno@clisp.org>
17380
17381         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17382         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17383         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17384         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17385         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17386
17387 2009-01-19  Bruno Haible  <bruno@clisp.org>
17388
17389         * tests/test-link.c: Include <errno.h>.
17390         (main): Exit with code 77 when a hard link cannot be created due to
17391         the file system.
17392         * tests/test-link.sh: Skip test when a hard link cannot be created due
17393         to the file system.
17394         Suggested by Eric Blake.
17395
17396 2009-01-19  Martin Lambers  <marlam@marlam.de>
17397
17398         * modules/link-tests: New file.
17399         * tests/test-link.sh: New file.
17400         * tests/test-link.c: New file.
17401
17402 2009-01-19  Eric Blake  <ebb9@byu.net>
17403
17404         doc: mention another function added in cygwin 1.7.0
17405         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17406         Another new function in cygwin 1.7.
17407
17408 2009-01-19  Bruno Haible  <bruno@clisp.org>
17409
17410         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17411         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17412         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17413         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17414         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17415         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17416         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17417         * m4/md4.m4 (gl_MD4): Likewise.
17418         * m4/md5.m4 (gl_MD5): Likewise.
17419         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17420         * m4/sha1.m4 (gl_SHA1): Likewise.
17421         * m4/sha256.m4 (gl_SHA256): Likewise.
17422         * m4/sha512.m4 (gl_SHA512): Likewise.
17423
17424 2009-01-19  Bruno Haible  <bruno@clisp.org>
17425
17426         * modules/uniname/uniname-tests (Depends-on): Add progname.
17427         * tests/uniname/test-uninames.c: Include progname.h.
17428         (main): Call set_program_name.
17429
17430         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17431         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17432         (main): Call set_program_name.
17433
17434         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17435         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17436         (main): Call set_program_name.
17437
17438         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17439         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17440         (main): Call set_program_name.
17441
17442         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17443         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17444         (main): Call set_program_name.
17445
17446         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17447         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17448         (main): Call set_program_name.
17449
17450         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17451         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17452         (main): Call set_program_name.
17453
17454         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17455         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17456         (main): Call set_program_name.
17457
17458         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17459         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17460         (main): Call set_program_name.
17461
17462 2009-01-19  Eric Blake  <ebb9@byu.net>
17463
17464         test-unistd: test previous patch
17465         * tests/test-unistd.c: Test *_FILENO macros.
17466
17467         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17468         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17469         Guarantee a definition.
17470         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17471         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17472         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17473         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17474         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17475         Likewise.
17476         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17477         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17478         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17479         Likewise.
17480         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17481         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17482         (STDERR_FILENO): Likewise.
17483         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17484         (STDERR_FILENO): Likewise.
17485         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17486         (STDERR_FILENO): Likewise.
17487         Reported by Elbert Pol.
17488
17489 2009-01-19  Eric Blake  <ebb9@byu.net>
17490
17491         doc: mention more functions added in cygwin 1.7.0
17492         * doc/posix-functions/abort.texi (abort): Update wording related
17493         to cygwin.
17494         * doc/posix-functions/daylight.texi (daylight): Likewise.
17495         * doc/posix-functions/optarg.texi (optarg): Likewise.
17496         * doc/posix-functions/optarg.texi (opterr): Likewise.
17497         * doc/posix-functions/optarg.texi (optind): Likewise.
17498         * doc/posix-functions/optarg.texi (optopt): Likewise.
17499         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17500         worked in 1.5.x, and was withdrawn in 1.7.
17501         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17502         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17503         cygwin versions.
17504         * doc/posix-functions/perror.texi (perror): Likewise.
17505         * doc/posix-functions/printf.texi (printf): Likewise.
17506         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17507         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17508         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17509         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17510         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17511         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17512         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17513         Likewise.
17514         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17515         Likewise.
17516         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17517         this function.
17518         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17519         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17520         Likewise.
17521         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17522         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17523         * doc/posix-functions/confstr.texi (confstr): Likewise.
17524         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17525         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17526         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17527         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17528         * doc/posix-functions/fputws.texi (fputws): Likewise.
17529         * doc/posix-functions/fwide.texi (fwide): Likewise.
17530         * doc/posix-functions/getwc.texi (getwc): Likewise.
17531         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17532         * doc/posix-functions/putwc.texi (putwc): Likewise.
17533         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17534         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17535         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17536         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17537         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17538         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17539         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17540         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17541         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17542         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17543         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17544
17545 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17546
17547         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17548         * lib/ioctl.c: Include <sys/ioctl.h>.
17549
17550 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17551
17552         * modules/getdate-tests (Depends-on): Add progname.
17553         * tests/test-getdate.c: Use progname module, to avoid link errors
17554         on non-glibc systems.
17555
17556 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17557
17558         * modules/filenamecat-tests (Depends-on): Add progname.
17559         * modules/fstrcmp-tests (Depends-on): Likewise.
17560
17561         * tests/test-filenamecat.c: Use progname module, to avoid link
17562         errors on non-glibc systems.
17563         * tests/test-fstrcmp.c: Likewise.
17564
17565 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17566
17567         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17568         * lib/gettimeofday.c: Move extern declaration out of function.
17569
17570 2009-01-18  Bruno Haible  <bruno@clisp.org>
17571
17572         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17573         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17574         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17575
17576 2009-01-18  Bruno Haible  <bruno@clisp.org>
17577
17578         * lib/strftime.c (MEMPCPY): Remove unused macro.
17579         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17580
17581 2009-01-18  Martin Lambers  <marlam@marlam.de>
17582
17583         New module 'link'.
17584         * lib/unistd.in.h (link): New declaration.
17585         * lib/link.c: New file.
17586         * m4/link.m4: New file.
17587         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17588         HAVE_LINK.
17589         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17590         * modules/link: New file.
17591         * doc/posix-functions/link.texi: Mention the new module.
17592
17593 2009-01-18  Bruno Haible  <bruno@clisp.org>
17594
17595         * tests/test-avltree_list.c (main): Call set_program_name.
17596         * tests/test-avltree_oset.c (main): Likewise.
17597         * tests/test-obstack-printf.c: Include progname.h.
17598         (main): Call set_program_name.
17599         * tests/test-quotearg.c: Include progname.h.
17600         (main): Call set_program_name.
17601         * tests/test-xmemdup0.c: Include progname.h.
17602         (main): Call set_program_name.
17603
17604 2009-01-18  Bruno Haible  <bruno@clisp.org>
17605
17606         New module 'alphasort'.
17607         * lib/dirent.in.h (alphasort): New declaration.
17608         * lib/alphasort.c: New file, from glibc with modifications.
17609         * m4/alphasort.m4: New file.
17610         * modules/alphasort: New file.
17611         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17612         HAVE_ALPHASORT.
17613         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17614         HAVE_ALPHASORT.
17615         * doc/posix-functions/alphasort.texi: Mention the new module and the
17616         portability problems.
17617
17618 2009-01-18  Bruno Haible  <bruno@clisp.org>
17619
17620         New module 'scandir'.
17621         * lib/dirent.in.h (scandir): New declaration.
17622         * lib/scandir.c: New file, from glibc with modifications.
17623         * m4/scandir.m4: New file.
17624         * modules/scandir: New file.
17625         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17626         HAVE_SCANDIR.
17627         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17628         HAVE_SCANDIR.
17629         * doc/posix-functions/scandir.texi: Mention the new module and the
17630         portability problems.
17631
17632 2009-01-17  Bruno Haible  <bruno@clisp.org>
17633
17634         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17635         Update documentation.
17636         (func_remove_suffix): Escape all dots in the suffix. Update
17637         documentation.
17638         (func_filter_filelist): Update documentation.
17639         Reported by Ralf Wildenhues.
17640
17641 2009-01-17  Bruno Haible  <bruno@clisp.org>
17642
17643         * modules/dprintf-posix-tests: New file.
17644         * tests/test-dprintf-posix.sh: New file.
17645         * tests/test-dprintf-posix.c: New file.
17646
17647         New modules 'dprintf', 'dprintf-posix'.
17648         * lib/stdio.in.h (dprintf): New declaration.
17649         * lib/dprintf.c: New file.
17650         * m4/dprintf.m4: New file.
17651         * m4/dprintf-posix.m4: New file.
17652         * modules/dprintf: New file.
17653         * modules/dprintf-posix: New file.
17654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17655         HAVE_DPRINTF, REPLACE_DPRINTF.
17656         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17657         HAVE_DPRINTF, REPLACE_DPRINTF.
17658         * doc/posix-functions/dprintf.texi: Mention the new modules.
17659
17660 2009-01-17  Bruno Haible  <bruno@clisp.org>
17661
17662         * modules/vdprintf-posix-tests: New file.
17663         * tests/test-vdprintf-posix.sh: New file.
17664         * tests/test-vdprintf-posix.c: New file.
17665
17666         New modules 'vdprintf', 'vdprintf-posix'.
17667         * lib/stdio.in.h (vdprintf): New declaration.
17668         * lib/vdprintf.c: New file.
17669         * m4/vdprintf.m4: New file.
17670         * m4/vdprintf-posix.m4: New file.
17671         * modules/vdprintf: New file.
17672         * modules/vdprintf-posix: New file.
17673         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17674         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17675         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17676         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17677         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17678
17679 2009-01-17  Bruno Haible  <bruno@clisp.org>
17680
17681         Fix replacement of fopen on mingw.
17682         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17683         mingw.
17684
17685 2009-01-17  Bruno Haible  <bruno@clisp.org>
17686
17687         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17688         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17689
17690 2009-01-17  Bruno Haible  <bruno@clisp.org>
17691
17692         Avoid test-fflush2.sh failure on mingw.
17693         * tests/test-fflush2.c: Include binary-io.h.
17694         (main): Put standard input into binary mode.
17695         * modules/fflush-tests (Depends-on): Add binary-io.
17696
17697 2009-01-17  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/wchar.in.h: In another particular situation, include only the
17700         system's <wchar.h> file.
17701         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17702         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17703         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17704
17705 2009-01-17  Bruno Haible  <bruno@clisp.org>
17706
17707         Support for stripping executables in --enable-relocatable.
17708         * build-aux/install-reloc: Expect one more argument, or an environment
17709         variable RELOC_STRIP_PROG. If set, strip the destination program and
17710         its wrapper.
17711         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17712         RELOC_STRIP_PROG.
17713         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17714         to set RELOCATABLE_STRIP.
17715         * NEWS: Mention the new Makefile requirement.
17716
17717 2009-01-17  Bruno Haible  <bruno@clisp.org>
17718
17719         * build-aux/install-reloc: Remove debugging information left over by
17720         C compiler on MacOS X.
17721
17722 2009-01-17  Bruno Haible  <bruno@clisp.org>
17723
17724         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17725         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17726         _NSGetExecutablePath.
17727
17728 2009-01-16  Jim Meyering  <meyering@redhat.com>
17729
17730         strerror: avoid warnings about discarding "const"
17731         * lib/strerror.c (rpl_strerror): Instead of returning a const
17732         string from each and every "case", use a variable, and add a single
17733         cast after the switch.
17734
17735 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17736
17737         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17738
17739 2009-01-16  Bruno Haible  <bruno@clisp.org>
17740
17741         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17742         array initializer syntax that also works in C++ mode.
17743         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17744
17745 2009-01-16  Jim Meyering  <meyering@redhat.com>
17746
17747         poll: suppress a warning
17748         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17749         to ignore "...unsigned expression < 0 is always false" warnings.
17750
17751 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17752
17753         poll: remove declarations of unused variables
17754         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17755         sockbuf and optlen.
17756
17757 2009-01-15  Bruno Haible  <bruno@clisp.org>
17758
17759         Make fflush-after-ungetc POSIX compliant on BSD systems.
17760         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17761         (clear_ungetc_buffer): Implement also for other systems.
17762         (rpl_fflush): On glibc systems, invoke
17763         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17764         clear_ungetc_buffer after fetching the stream's position, not before.
17765
17766 2009-01-15  Bruno Haible  <bruno@clisp.org>
17767
17768         Make fflush-after-ungetc POSIX compliant on glibc systems.
17769         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17770         after ungetc.
17771         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17772         (rpl_fflush): On glibc systems, simply call the system's fflush
17773         function after clearing the ungetc buffer.
17774         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17775         Instead, lseek only to the end of file, then use the system's fseeko
17776         for the rest. On glibc systems, reset the EOF indicator bit.
17777
17778 2009-01-15  Jim Meyering  <meyering@redhat.com>
17779
17780         openmp.m4: revert quote-adding change, for portability to older autoconf
17781         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17782         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17783         Simon Josefsson noticed the problem when using autoconf-2.61.
17784
17785 2009-01-15  Bruno Haible  <bruno@clisp.org>
17786
17787         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17788         * tests/test-fflush2.c (ASSERT): Always fail.
17789         (main): Add two tests for fflush() after ungetc(), taking into account
17790         the Austin Group's clarification.
17791         Suggested by Eric Blake.
17792
17793 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17794
17795         mktime.m4: remove K&R-style function prototypes
17796         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17797         for the Sun C++ compiler.
17798
17799 2009-01-14  Bruno Haible  <bruno@clisp.org>
17800
17801         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17802         while including <wchar.h>.
17803         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17804         the system's <wchar.h> file.
17805         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17806
17807 2009-01-14  Bruno Haible  <bruno@clisp.org>
17808
17809         * m4/csharp.m4: Don't mention gettext on the serial number line.
17810         * m4/csharpexec.m4: Likewise.
17811         * m4/eaccess.m4: Likewise.
17812         * m4/javaexec.m4: Likewise.
17813         * m4/sig_atomic_t.m4: Likewise.
17814         * m4/tmpdir.m4: Likewise.
17815         * m4/intldir.m4: Bump gettext version.
17816         * m4/lib-ld.m4: Likewise.
17817
17818 2009-01-14  Bruno Haible  <bruno@clisp.org>
17819
17820         * lib/progname.c (set_program_name): Add more comments.
17821         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17822
17823 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17824
17825         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17826         were sys/stat.h does not define it.
17827
17828 2009-01-14  Jim Meyering  <meyering@redhat.com>
17829
17830         many *.m4 files: improve m4 quoting
17831         99% of this change was performed by running the following commands:
17832         git ls-files | grep '\.m4$' | xargs perl -pi \
17833           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17834           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17835           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17836           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17837         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17838         The remainder were to add Copyright dates, increment serial numbers,
17839         undo some changes in comments, exclude m4/intl.m4, and add quotes
17840         around the "1" in ",1" where the unusual spacing prohibited the
17841         above regexps from doing the job.  For more details, see
17842         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17843         * m4/acl.m4: Modified.
17844         * m4/afs.m4: Likewise.
17845         * m4/alloca.m4: Likewise.
17846         * m4/argp.m4: Likewise.
17847         * m4/argz.m4: Likewise.
17848         * m4/atexit.m4: Likewise.
17849         * m4/bison-i18n.m4: Likewise.
17850         * m4/bison.m4: Likewise.
17851         * m4/byteswap.m4: Likewise.
17852         * m4/c-stack.m4: Likewise.
17853         * m4/c-strtod.m4: Likewise.
17854         * m4/calloc.m4: Likewise.
17855         * m4/canonicalize-lgpl.m4: Likewise.
17856         * m4/chown.m4: Likewise.
17857         * m4/clock_time.m4: Likewise.
17858         * m4/codeset.m4: Likewise.
17859         * m4/copy-file.m4: Likewise.
17860         * m4/csharp.m4: Likewise.
17861         * m4/csharpcomp.m4: Likewise.
17862         * m4/csharpexec.m4: Likewise.
17863         * m4/d-ino.m4: Likewise.
17864         * m4/d-type.m4: Likewise.
17865         * m4/dirfd.m4: Likewise.
17866         * m4/double-slash-root.m4: Likewise.
17867         * m4/eaccess.m4: Likewise.
17868         * m4/eealloc.m4: Likewise.
17869         * m4/environ.m4: Likewise.
17870         * m4/errno_h.m4: Likewise.
17871         * m4/euidaccess.m4: Likewise.
17872         * m4/execute.m4: Likewise.
17873         * m4/fatal-signal.m4: Likewise.
17874         * m4/fchdir.m4: Likewise.
17875         * m4/fcntl_h.m4: Likewise.
17876         * m4/fileblocks.m4: Likewise.
17877         * m4/filenamecat.m4: Likewise.
17878         * m4/findprog.m4: Likewise.
17879         * m4/flexmember.m4: Likewise.
17880         * m4/fnmatch.m4: Likewise.
17881         * m4/fopen.m4: Likewise.
17882         * m4/fpending.m4: Likewise.
17883         * m4/fprintf-posix.m4: Likewise.
17884         * m4/free.m4: Likewise.
17885         * m4/frexp.m4: Likewise.
17886         * m4/frexpl.m4: Likewise.
17887         * m4/fsusage.m4: Likewise.
17888         * m4/ftruncate.m4: Likewise.
17889         * m4/gc-camellia.m4: Likewise.
17890         * m4/gc-random.m4: Likewise.
17891         * m4/gc.m4: Likewise.
17892         * m4/getaddrinfo.m4: Likewise.
17893         * m4/getcwd-abort-bug.m4: Likewise.
17894         * m4/getcwd-path-max.m4: Likewise.
17895         * m4/getdate.m4: Likewise.
17896         * m4/getdomainname.m4: Likewise.
17897         * m4/getgroups.m4: Likewise.
17898         * m4/gethostname.m4: Likewise.
17899         * m4/gethrxtime.m4: Likewise.
17900         * m4/getline.m4: Likewise.
17901         * m4/getloadavg.m4: Likewise.
17902         * m4/getndelim2.m4: Likewise.
17903         * m4/getpass.m4: Likewise.
17904         * m4/gettext.m4: Likewise.
17905         * m4/gettime.m4: Likewise.
17906         * m4/gettimeofday.m4: Likewise.
17907         * m4/gnulib-common.m4: Likewise.
17908         * m4/group-member.m4: Likewise.
17909         * m4/host-os.m4: Likewise.
17910         * m4/iconv.m4: Likewise.
17911         * m4/iconv_open.m4: Likewise.
17912         * m4/inet_ntop.m4: Likewise.
17913         * m4/inet_pton.m4: Likewise.
17914         * m4/inline.m4: Likewise.
17915         * m4/intldir.m4: Likewise.
17916         * m4/intlmacosx.m4: Likewise.
17917         * m4/intmax.m4: Likewise.
17918         * m4/intmax_t.m4: Likewise.
17919         * m4/inttypes.m4: Likewise.
17920         * m4/inttypes_h.m4: Likewise.
17921         * m4/inttypes-pri.m4: Likewise.
17922         * m4/isapipe.m4: Likewise.
17923         * m4/isnand.m4: Likewise.
17924         * m4/isnanf.m4: Likewise.
17925         * m4/isnanl.m4: Likewise.
17926         * m4/javacomp.m4: Likewise.
17927         * m4/javaexec.m4: Likewise.
17928         * m4/jm-winsz1.m4: Likewise.
17929         * m4/jm-winsz2.m4: Likewise.
17930         * m4/lchown.m4: Likewise.
17931         * m4/lcmessage.m4: Likewise.
17932         * m4/ldexpl.m4: Likewise.
17933         * m4/lib-ld.m4: Likewise.
17934         * m4/lib-link.m4: Likewise.
17935         * m4/libsigsegv.m4: Likewise.
17936         * m4/link-follow.m4: Likewise.
17937         * m4/localcharset.m4: Likewise.
17938         * m4/locale-fr.m4: Likewise.
17939         * m4/locale-ja.m4: Likewise.
17940         * m4/locale-tr.m4: Likewise.
17941         * m4/locale-zh.m4: Likewise.
17942         * m4/lock.m4: Likewise.
17943         * m4/longlong.m4: Likewise.
17944         * m4/ls-mntd-fs.m4: Likewise.
17945         * m4/lstat.m4: Likewise.
17946         * m4/malloc.m4: Likewise.
17947         * m4/mathl.m4: Likewise.
17948         * m4/mbrtowc.m4: Likewise.
17949         * m4/mbstate_t.m4: Likewise.
17950         * m4/mbswidth.m4: Likewise.
17951         * m4/memchr.m4: Likewise.
17952         * m4/memcmp.m4: Likewise.
17953         * m4/memcpy.m4: Likewise.
17954         * m4/memmem.m4: Likewise.
17955         * m4/memmove.m4: Likewise.
17956         * m4/mempcpy.m4: Likewise.
17957         * m4/memrchr.m4: Likewise.
17958         * m4/memset.m4: Likewise.
17959         * m4/minmax.m4: Likewise.
17960         * m4/mkdir-slash.m4: Likewise.
17961         * m4/mkdtemp.m4: Likewise.
17962         * m4/mktime.m4: Likewise.
17963         * m4/mmap-anon.m4: Likewise.
17964         * m4/mountlist.m4: Likewise.
17965         * m4/nanosleep.m4: Likewise.
17966         * m4/nls.m4: Likewise.
17967         * m4/nocrash.m4: Likewise.
17968         * m4/open.m4: Likewise.
17969         * m4/openat.m4: Likewise.
17970         * m4/openmp.m4: Likewise.
17971         * m4/pathmax.m4: Likewise.
17972         * m4/perl.m4: Likewise.
17973         * m4/physmem.m4: Likewise.
17974         * m4/pipe.m4: Likewise.
17975         * m4/po.m4: Likewise.
17976         * m4/poll.m4: Likewise.
17977         * m4/posixtm.m4: Likewise.
17978         * m4/posixver.m4: Likewise.
17979         * m4/printf-frexp.m4: Likewise.
17980         * m4/printf-frexpl.m4: Likewise.
17981         * m4/printf-posix.m4: Likewise.
17982         * m4/printf-posix-rpl.m4: Likewise.
17983         * m4/printf.m4: Likewise.
17984         * m4/progtest.m4: Likewise.
17985         * m4/putenv.m4: Likewise.
17986         * m4/readline.m4: Likewise.
17987         * m4/readlink.m4: Likewise.
17988         * m4/readutmp.m4: Likewise.
17989         * m4/realloc.m4: Likewise.
17990         * m4/regex.m4: Likewise.
17991         * m4/relocatable.m4: Likewise.
17992         * m4/relocatable-lib.m4: Likewise.
17993         * m4/rename-dest-slash.m4: Likewise.
17994         * m4/rename.m4: Likewise.
17995         * m4/rmdir-errno.m4: Likewise.
17996         * m4/rmdir.m4: Likewise.
17997         * m4/roundf.m4: Likewise.
17998         * m4/roundl.m4: Likewise.
17999         * m4/rpmatch.m4: Likewise.
18000         * m4/save-cwd.m4: Likewise.
18001         * m4/selinux-selinux-h.m4: Likewise.
18002         * m4/setenv.m4: Likewise.
18003         * m4/settime.m4: Likewise.
18004         * m4/sig2str.m4: Likewise.
18005         * m4/sig_atomic_t.m4: Likewise.
18006         * m4/signalblocking.m4: Likewise.
18007         * m4/signbit.m4: Likewise.
18008         * m4/sigpipe.m4: Likewise.
18009         * m4/sockets.m4: Likewise.
18010         * m4/sockpfaf.m4: Likewise.
18011         * m4/st_dm_mode.m4: Likewise.
18012         * m4/stat-time.m4: Likewise.
18013         * m4/stdbool.m4: Likewise.
18014         * m4/stdint.m4: Likewise.
18015         * m4/stdint_h.m4: Likewise.
18016         * m4/stpcpy.m4: Likewise.
18017         * m4/stpncpy.m4: Likewise.
18018         * m4/strcase.m4: Likewise.
18019         * m4/strchrnul.m4: Likewise.
18020         * m4/strcspn.m4: Likewise.
18021         * m4/strdup.m4: Likewise.
18022         * m4/strftime.m4: Likewise.
18023         * m4/strndup.m4: Likewise.
18024         * m4/strnlen.m4: Likewise.
18025         * m4/strpbrk.m4: Likewise.
18026         * m4/strptime.m4: Likewise.
18027         * m4/strsep.m4: Likewise.
18028         * m4/strtod.m4: Likewise.
18029         * m4/strtoimax.m4: Likewise.
18030         * m4/strtok_r.m4: Likewise.
18031         * m4/strtol.m4: Likewise.
18032         * m4/strtoll.m4: Likewise.
18033         * m4/strtoul.m4: Likewise.
18034         * m4/strtoull.m4: Likewise.
18035         * m4/strtoumax.m4: Likewise.
18036         * m4/strverscmp.m4: Likewise.
18037         * m4/threadlib.m4: Likewise.
18038         * m4/timegm.m4: Likewise.
18039         * m4/tm_gmtoff.m4: Likewise.
18040         * m4/tmpdir.m4: Likewise.
18041         * m4/tmpfile.m4: Likewise.
18042         * m4/tzset.m4: Likewise.
18043         * m4/uintmax_t.m4: Likewise.
18044         * m4/unlinkdir.m4: Likewise.
18045         * m4/unlocked-io.m4: Likewise.
18046         * m4/uptime.m4: Likewise.
18047         * m4/userspec.m4: Likewise.
18048         * m4/utimbuf.m4: Likewise.
18049         * m4/utime.m4: Likewise.
18050         * m4/utimes-null.m4: Likewise.
18051         * m4/utimes.m4: Likewise.
18052         * m4/vararrays.m4: Likewise.
18053         * m4/vasnprintf.m4: Likewise.
18054         * m4/vfprintf-posix.m4: Likewise.
18055         * m4/vprintf-posix.m4: Likewise.
18056         * m4/wait-process.m4: Likewise.
18057         * m4/wchar_t.m4: Likewise.
18058         * m4/wint_t.m4: Likewise.
18059         * m4/write-any-file.m4: Likewise.
18060         * m4/yield.m4: Likewise.
18061
18062 2009-01-13  Bruno Haible  <bruno@clisp.org>
18063
18064         Avoid test-copy-file.sh failures when ACL support insufficient.
18065         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18066         TESTS_ENVIRONMENT.
18067         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18068         Reported by Jim Meyering.
18069
18070 2009-01-13  Bruno Haible  <bruno@clisp.org>
18071
18072         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18073         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18074         * modules/unistdio/u8-printf-parse (Files): Likewise.
18075         * modules/unistdio/u32-printf-parse (Files): Likewise.
18076         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18077
18078 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18079
18080         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18081         and m4/inttypes_h.m4 too.
18082
18083 2009-01-12  Eric Blake  <ebb9@byu.net>
18084
18085         tests: IRIX 6.2 cc can't compile -0.0 into .data
18086         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18087         rather than at compile-time.
18088         * tests/test-floorl.c (minus_zero): Likewise.
18089         * tests/test-frexpl.c (minus_zero): Likewise.
18090         * tests/test-isnan.c (minus_zerol): Likewise.
18091         * tests/test-isnanl.h (minus_zero): Likewise.
18092         * tests/test-ldexpl.c (minus_zero): Likewise.
18093         * tests/test-roundl.c (minus_zero): Likewise.
18094         * tests/test-signbit.c (minus_zerol): Likewise.
18095         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18096         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18097         * tests/test-truncl.c (minus_zero): Likewise.
18098         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18099         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18100         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18101
18102 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18103
18104         regex: fix glibc bug 9697
18105         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18106         handling.
18107
18108 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18109
18110         regex: fix glibc bug 697
18111         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18112         being NULL also if there are no backreferences.
18113
18114 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18115
18116         regex: merge glibc changes
18117         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18118         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18119         re_string_skip_chars, re_string_reconstruct): Likewise.
18120         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18121
18122 2009-01-07  Jim Meyering  <meyering@redhat.com>
18123
18124         poll: filter through cppi
18125         * lib/poll.c: Indent cpp directives to reflect nesting.
18126
18127 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18128
18129         poll: don't return uninitialized
18130         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18131
18132 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18133
18134         avoid compile failure on AIX 6.1
18135         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18136         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18137
18138 2009-01-04  Jim Meyering  <meyering@redhat.com>
18139
18140         remove duplicate inclusion of <stdio.h>
18141         * tests/test-fprintf-posix.c: Likewise.
18142         * tests/test-printf-posix.c: Likewise.
18143         * tests/test-snprintf-posix.c: Likewise.
18144         * tests/test-sprintf-posix.c: Likewise.
18145         * tests/test-vasprintf-posix.c: Likewise.
18146         * tests/test-vfprintf-posix.c: Likewise.
18147         * tests/test-vprintf-posix.c: Likewise.
18148         * tests/test-vsnprintf-posix.c: Likewise.
18149         * tests/test-vsprintf-posix.c: Likewise.
18150
18151 2009-01-03  Jim Meyering  <meyering@redhat.com>
18152
18153         gnulib-tool: fix sed-based filtering
18154         * gnulib-tool (func_filter_filelist): Remove extra backslash
18155         in sed_fff_filter definition.
18156
18157 2009-01-02  Jim Meyering  <meyering@redhat.com>
18158
18159         strftime: avoid compilation failure on Solaris 2.6
18160         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18161         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18162         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18163         be available.  Reported by Tom G. Christensen.  Details in
18164         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18165
18166 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18167             Bruno Haible  <bruno@clisp.org>
18168
18169         Speed up gnulib-tool by doing more string processing through shell
18170         built-ins.
18171         * gnulib-tool (fast_func_append): New variable.
18172         (func_remove_prefix, func_remove_suffix): New functions.
18173         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18174         (func_filter_filelist): New function.
18175         (func_get_dependencies): Use func_remove_suffix instead of sed.
18176         (func_get_automake_snippet): Use func_filter_filelist instead of a
18177         subshell and sed invocation.
18178
18179 2009-01-01  Bruno Haible  <bruno@clisp.org>
18180
18181         Fix a security bug.
18182         * gnulib-tool (func_import, import, update): Don't allow the characters
18183         '"', '$', '`', '\' in macro arguments that become part of commands that
18184         are evaluated.
18185
18186 2009-01-01  Bruno Haible  <bruno@clisp.org>
18187
18188         * gnulib-tool (func_reset_sigpipe): Add more comments.
18189
18190 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18191
18192         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18193         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18194         already know the answer.
18195
18196 2009-01-01  Jim Meyering  <meyering@redhat.com>
18197
18198         * lib/version-etc.c (version_etc_va): Update copyright year.
18199
18200 2008-12-30  Bruno Haible  <bruno@clisp.org>
18201
18202         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18203         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18204         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18205
18206 2008-12-29  Eric Blake  <ebb9@byu.net>
18207
18208         multiarch: avoid autoconf AC_REQUIRE bug
18209         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18210         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18211         2.63 and older.
18212         Reported by Bruno Haible, and analyzed in
18213         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18214
18215 2008-12-29  Bruno Haible  <bruno@clisp.org>
18216
18217         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18218         files in subdirectories correctly.
18219         Reported by Ralf Wildenhues.
18220
18221 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18222
18223         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18224         rather than 'join FILE -', for Solaris join.
18225
18226 2008-12-29  Bruno Haible  <bruno@clisp.org>
18227
18228         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18229         quoting.
18230         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18231         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18232         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18233         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18234         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18235         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18236         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18237         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18238         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18239         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18240         * m4/nls.m4 (AM_NLS): Likewise.
18241         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18242         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18243         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18244         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18245         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18246         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18247         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18248         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18249         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18250         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18251         * m4/xsize.m4 (gl_XSIZE): Likewise.
18252         Suggested by Jim Meyering.
18253
18254 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18255
18256         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18257         * lib/parse-duration.c: use a switch instead of cascading if's.
18258
18259 2008-12-29  Eric Blake  <ebb9@byu.net>
18260
18261         wchar.h: supply WEOF on Irix 5.3
18262         * lib/wchar.in.h (wint_t): Also supply WEOF.
18263         * lib/wctype.in.h (wint_t): Likewise.
18264         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18265         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18266         Reported by Tom G. Christensen.
18267
18268 2008-12-26  Bruno Haible  <bruno@clisp.org>
18269
18270         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18271         i486, i586, i686.
18272
18273 2008-12-26  Bruno Haible  <bruno@clisp.org>
18274
18275         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18276
18277 2008-12-26  Bruno Haible  <bruno@clisp.org>
18278
18279         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18280         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18281         not __STDC_CONSTANT_MACROS.
18282         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18283
18284 2008-12-25  Bruno Haible  <bruno@clisp.org>
18285
18286         Add support for universal builds to vasnprintf.
18287         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18288         universal builds, guess no.
18289         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18290         * modules/vasprintf-posix (Depends-on): Likewise.
18291         * modules/fprintf-posix (Depends-on): Likewise.
18292         * modules/vfprintf-posix (Depends-on): Likewise.
18293         * modules/snprintf-posix (Depends-on): Likewise.
18294         * modules/vsnprintf-posix (Depends-on): Likewise.
18295         * modules/sprintf-posix (Depends-on): Likewise.
18296         * modules/vsprintf-posix (Depends-on): Likewise.
18297         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18298         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18299         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18300         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18301         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18302         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18303         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18304
18305         Add support for universal builds to <inttypes.h>.
18306         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18307         _SCNu64_PREFIX): In Apple
18308         universal builds, define directly, using _LP64.
18309         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18310         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18311         * modules/inttypes (Depends-on): Add multiarch.
18312         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18313
18314         Add support for universal builds to <stdint.h>.
18315         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18316         universal builds, define directly, using _LP64.
18317         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18318         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18319         and size_t.
18320         * modules/stdint (Depends-on): Add multiarch.
18321         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18322
18323         New module 'multiarch'.
18324         * modules/multiarch: New file.
18325         * m4/multiarch.m4: New file.
18326
18327 2008-12-25  Bruno Haible  <bruno@clisp.org>
18328
18329         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18330
18331 2008-12-25  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/btowc (License): Relicense under LGPLv2+.
18334         * modules/mbsinit (License): Likewise.
18335         * modules/mbrtowc (License): Likewise.
18336         * modules/wcrtomb (License): Likewise.
18337         * modules/streq (License): Likewise.
18338         Reported by David Lutterkort <lutter@redhat.com>.
18339
18340 2008-12-23  Bruno Haible  <bruno@clisp.org>
18341
18342         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18343
18344 2008-12-23  Bruno Haible  <bruno@clisp.org>
18345
18346         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18347         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18348         GETADDRINFO_LIB, not in LIBS.
18349         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18350         * modules/canon-host (Link): Likewise.
18351         * NEWS: Mention the change.
18352         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18353         GETADDRINFO_LIB.
18354
18355 2008-12-22  Bruno Haible  <bruno@clisp.org>
18356
18357         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18358         * doc/posix-functions/iswalpha_l.texi: Likewise.
18359         * doc/posix-functions/iswblank_l.texi: Likewise.
18360         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18361         * doc/posix-functions/iswctype_l.texi: Likewise.
18362         * doc/posix-functions/iswdigit_l.texi: Likewise.
18363         * doc/posix-functions/iswgraph_l.texi: Likewise.
18364         * doc/posix-functions/iswlower_l.texi: Likewise.
18365         * doc/posix-functions/iswprint_l.texi: Likewise.
18366         * doc/posix-functions/iswpunct_l.texi: Likewise.
18367         * doc/posix-functions/iswspace_l.texi: Likewise.
18368         * doc/posix-functions/iswupper_l.texi: Likewise.
18369         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18370         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18371         * doc/posix-functions/open_wmemstream.texi: Likewise.
18372         * doc/posix-functions/swscanf.texi: Likewise.
18373         * doc/posix-functions/towctrans_l.texi: Likewise.
18374         * doc/posix-functions/towlower.texi: Likewise.
18375         * doc/posix-functions/towlower_l.texi: Likewise.
18376         * doc/posix-functions/towupper.texi: Likewise.
18377         * doc/posix-functions/towupper_l.texi: Likewise.
18378         * doc/posix-functions/vfwprintf.texi: Likewise.
18379         * doc/posix-functions/vfwscanf.texi: Likewise.
18380         * doc/posix-functions/vswscanf.texi: Likewise.
18381         * doc/posix-functions/vwprintf.texi: Likewise.
18382         * doc/posix-functions/vwscanf.texi: Likewise.
18383         * doc/posix-functions/wcpcpy.texi: Likewise.
18384         * doc/posix-functions/wcpncpy.texi: Likewise.
18385         * doc/posix-functions/wcscasecmp.texi: Likewise.
18386         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18387         * doc/posix-functions/wcscoll_l.texi: Likewise.
18388         * doc/posix-functions/wcsdup.texi: Likewise.
18389         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18390         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18391         * doc/posix-functions/wcsnlen.texi: Likewise.
18392         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18393         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18394         * doc/posix-functions/wctrans_l.texi: Likewise.
18395         * doc/posix-functions/wctype_l.texi: Likewise.
18396         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18397         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18398         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18399         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18400         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18401         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18402         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18403         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18404         * doc/glibc-functions/wcschrnul.texi: Likewise.
18405         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18406         * doc/glibc-functions/wcstod_l.texi: Likewise.
18407         * doc/glibc-functions/wcstof_l.texi: Likewise.
18408         * doc/glibc-functions/wcstol_l.texi: Likewise.
18409         * doc/glibc-functions/wcstold_l.texi: Likewise.
18410         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18411         * doc/glibc-functions/wcstoq.texi: Likewise.
18412         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18413         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18414         * doc/glibc-functions/wcstouq.texi: Likewise.
18415         * doc/glibc-functions/wmempcpy.texi: Likewise.
18416
18417 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18418             Eric Blake  <ebb9@byu.net>
18419             Paolo Bonzini  <bonzini@gnu.org>
18420             Bruno Haible  <bruno@clisp.org>
18421
18422         Make c-stack work on Haiku.
18423         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18424         (c_stack_action): Use SA_ONSTACK flag.
18425
18426 2008-12-22  Bruno Haible  <bruno@clisp.org>
18427
18428         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18429
18430 2008-12-22  Bruno Haible  <bruno@clisp.org>
18431
18432         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18433         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18434         being overridden.
18435         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18436         New macros.
18437         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18438         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18439         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18440         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18441
18442 2008-12-22  Bruno Haible  <bruno@clisp.org>
18443
18444         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18445         from test code.
18446
18447 2008-12-22  Eric Blake  <ebb9@byu.net>
18448
18449         Avoid gcc warnings on cygwin.
18450         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18451         Avoid unused variable.
18452         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18453         Likewise.
18454
18455 2008-12-22  Bruno Haible  <bruno@clisp.org>
18456
18457         Remove HAVE_MBRTOWC conditionals.
18458         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18459         (mbscasecmp): Assume mbrtowc function.
18460         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18461         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18462         * lib/mbschr.c: Include mbuiter.h unconditionally.
18463         (mbschr): Assume mbrtowc function.
18464         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18465         (mbscspn): Assume mbrtowc function.
18466         * lib/mbslen.c: Include mbuiter.h unconditionally.
18467         (mbslen): Assume mbrtowc function.
18468         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18469         (mbsncasecmp): Assume mbrtowc function.
18470         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18471         (mbsnlen): Assume mbrtowc function.
18472         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18473         (mbspbrk): Assume mbrtowc function.
18474         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18475         (mbspcasecmp): Assume mbrtowc function.
18476         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18477         (mbsrchr): Assume mbrtowc function.
18478         * lib/mbssep.c: Include mbuiter.h unconditionally.
18479         (mbssep): Assume mbrtowc function.
18480         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18481         (mbsspn): Assume mbrtowc function.
18482         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18483         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18484         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18485         (mbstok_r): Assume mbrtowc function.
18486         * lib/propername.c: Include mbuiter.h unconditionally.
18487         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18488         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18489         (trim2): Assume mbrtowc function.
18490         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18491         (mbsnwidth): Assume mbrtowc function.
18492         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18493         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18494         fallback definitions.
18495         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18496
18497 2008-12-22  Bruno Haible  <bruno@clisp.org>
18498
18499         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18500
18501 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18502
18503         * modules/regex: Request emulations for the mb*/wc* functions we need.
18504         * m4/regex.m4: Don't look for those functions here.
18505         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18506
18507 2008-12-22  Bruno Haible  <bruno@clisp.org>
18508
18509         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18510
18511 2008-12-21  Bruno Haible  <bruno@clisp.org>
18512
18513         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18514         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18515         (Include): Remove conditionalization.
18516         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18517         (Include): Remove conditionalization.
18518         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18519         (Include): Remove conditionalization.
18520         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18521         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18522         * NEWS: Mention the change.
18523         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18524         via Sergey Poznyakoff <gray@gnu.org.ua>.
18525
18526 2008-12-21  Bruno Haible  <bruno@clisp.org>
18527
18528         * MODULES.html.sh (Extended multibyte and wide character utilities
18529         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18530         wcrtomb, wcsrtombs.
18531         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18532         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18533         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18534         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18535
18536 2008-12-21  Bruno Haible  <bruno@clisp.org>
18537
18538         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18539
18540 2008-12-21  Bruno Haible  <bruno@clisp.org>
18541
18542         * modules/wcsnrtombs-tests: New file.
18543         * tests/test-wcsnrtombs1.sh: New file.
18544         * tests/test-wcsnrtombs2.sh: New file.
18545         * tests/test-wcsnrtombs3.sh: New file.
18546         * tests/test-wcsnrtombs4.sh: New file.
18547         * tests/test-wcsnrtombs.c: New file.
18548
18549         New module 'wcsnrtombs'.
18550         * lib/wchar.in.h (wcsnrtombs): New declaration.
18551         * lib/wcsnrtombs.c: New file.
18552         * lib/wcsrtombs-state.c: New file.
18553         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18554         (internal_state): Remove variable.
18555         * m4/wcsnrtombs.m4: New file.
18556         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18557         compilation units.
18558         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18559         HAVE_WCSNRTOMBS.
18560         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18561         HAVE_WCSNRTOMBS.
18562         * modules/wcsnrtombs: New file.
18563         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18564         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18565
18566 2008-12-21  Bruno Haible  <bruno@clisp.org>
18567
18568         * modules/wcsrtombs-tests: New file.
18569         * tests/test-wcsrtombs1.sh: New file.
18570         * tests/test-wcsrtombs2.sh: New file.
18571         * tests/test-wcsrtombs3.sh: New file.
18572         * tests/test-wcsrtombs4.sh: New file.
18573         * tests/test-wcsrtombs.c: New file.
18574
18575         New module 'wcsrtombs'.
18576         * lib/wchar.in.h (wcsrtombs): New declaration.
18577         * lib/wcsrtombs.c: New file.
18578         * m4/wcsrtombs.m4: New file.
18579         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18580         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18581         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18582         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18583         * modules/wcsrtombs: New file.
18584         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18585         bugs.
18586
18587 2008-12-21  Bruno Haible  <bruno@clisp.org>
18588
18589         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18590         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18591         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18592         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18593         if not correct.
18594         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18595         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18596         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18597         m4/locale-zh.m4, m4/codeset.m4.
18598         * doc/posix-functions/wcrtomb.texi: Document the bug.
18599
18600 2008-12-21  Bruno Haible  <bruno@clisp.org>
18601
18602         Work around a btowc() bug on IRIX 6.5.
18603         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18604         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18605         REPLACE_WTOBC if not.
18606         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18607         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18608         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18609
18610 2008-12-21  Bruno Haible  <bruno@clisp.org>
18611
18612         * modules/wcrtomb-tests: New file.
18613         * tests/test-wcrtomb.sh: New file.
18614         * tests/test-wcrtomb.c: New file.
18615
18616         New module 'wcrtomb'.
18617         * lib/wchar.in.h (wcrtomb): New declaration.
18618         * lib/wcrtomb.c: New file.
18619         * m4/wcrtomb.m4: New file.
18620         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18621         HAVE_WCRTOMB.
18622         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18623         HAVE_WCRTOMB.
18624         * modules/wcrtomb: New file.
18625         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18626
18627 2008-12-21  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18630         * modules/mbsrtowcs (Files): Likewise.
18631         * modules/wctob (Files): Likewise.
18632         * modules/c-strcase-tests (Files): Likewise.
18633         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18634         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18635         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18636         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18637         * modules/vasnprintf-posix-tests (Files): Likewise.
18638
18639 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18640
18641         gitlog-to-changelog: pass all command-line arguments to git-log
18642         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18643         it is sometimes convenient to filter the commits in various ways.
18644         gitlog-to-changelog only allows --since to specify a start date,
18645         but git-log itself supports many other filtering mechanisms.
18646         At the moment, I want to filter by branch name.  Rather than
18647         adding a --branch option to gitlog-to-changelog, it seems more
18648         flexible to simply pass all options directly to git-log and let
18649         git do the work.  Notice that this effectively makes --since a
18650         redundant option for gitlog-to-changelog, but removing it would
18651         require current usage to change since calls would then require
18652         an additional '--'.
18653
18654 2008-12-21  Bruno Haible  <bruno@clisp.org>
18655
18656         * modules/mbsnrtowcs-tests: New file.
18657         * tests/test-mbsnrtowcs1.sh: New file.
18658         * tests/test-mbsnrtowcs2.sh: New file.
18659         * tests/test-mbsnrtowcs3.sh: New file.
18660         * tests/test-mbsnrtowcs4.sh: New file.
18661         * tests/test-mbsnrtowcs.c: New file.
18662
18663         New module 'mbsnrtowcs'.
18664         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18665         * lib/mbsnrtowcs.c: New file.
18666         * lib/mbsrtowcs-state.c: New file.
18667         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18668         (internal_state): Remove variable.
18669         * m4/mbsnrtowcs.m4: New file.
18670         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18671         compilation units.
18672         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18673         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18674         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18675         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18676         * modules/mbsnrtowcs: New file.
18677         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18678         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18679         portability problem.
18680
18681 2008-12-21  Bruno Haible  <bruno@clisp.org>
18682
18683         Work around mbsrtowcs bug.
18684         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18685         (gl_FUNC_MBSRTOWCS): Invoke it.
18686         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18687         m4/locale-zh.m4.
18688         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18689
18690 2008-12-21  Bruno Haible  <bruno@clisp.org>
18691
18692         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18693
18694 2008-12-21  Bruno Haible  <bruno@clisp.org>
18695
18696         Update doc for AIX.
18697         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18698         16-bit wchar_t type.
18699         * doc/posix-functions/btowc.texi: Likewise.
18700         * doc/posix-functions/fgetwc.texi: Likewise.
18701         * doc/posix-functions/fgetws.texi: Likewise.
18702         * doc/posix-functions/fputwc.texi: Likewise.
18703         * doc/posix-functions/fputws.texi: Likewise.
18704         * doc/posix-functions/fwide.texi: Likewise.
18705         * doc/posix-functions/fwprintf.texi: Likewise.
18706         * doc/posix-functions/fwscanf.texi: Likewise.
18707         * doc/posix-functions/getwchar.texi: Likewise.
18708         * doc/posix-functions/getwc.texi: Likewise.
18709         * doc/posix-functions/iswalnum.texi: Likewise.
18710         * doc/posix-functions/iswalpha.texi: Likewise.
18711         * doc/posix-functions/iswblank.texi: Likewise.
18712         * doc/posix-functions/iswcntrl.texi: Likewise.
18713         * doc/posix-functions/iswctype.texi: Likewise.
18714         * doc/posix-functions/iswdigit.texi: Likewise.
18715         * doc/posix-functions/iswgraph.texi: Likewise.
18716         * doc/posix-functions/iswlower.texi: Likewise.
18717         * doc/posix-functions/iswprint.texi: Likewise.
18718         * doc/posix-functions/iswpunct.texi: Likewise.
18719         * doc/posix-functions/iswspace.texi: Likewise.
18720         * doc/posix-functions/iswupper.texi: Likewise.
18721         * doc/posix-functions/iswxdigit.texi: Likewise.
18722         * doc/posix-functions/mbrtowc.texi: Likewise.
18723         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18724         * doc/posix-functions/mbstowcs.texi: Likewise.
18725         * doc/posix-functions/mbtowc.texi: Likewise.
18726         * doc/posix-functions/putwchar.texi: Likewise.
18727         * doc/posix-functions/putwc.texi: Likewise.
18728         * doc/posix-functions/swprintf.texi: Likewise.
18729         * doc/posix-functions/tolower.texi: Likewise.
18730         * doc/posix-functions/toupper.texi: Likewise.
18731         * doc/posix-functions/towctrans.texi: Likewise.
18732         * doc/posix-functions/ungetwc.texi: Likewise.
18733         * doc/posix-functions/vswprintf.texi: Likewise.
18734         * doc/posix-functions/wcrtomb.texi: Likewise.
18735         * doc/posix-functions/wcscat.texi: Likewise.
18736         * doc/posix-functions/wcschr.texi: Likewise.
18737         * doc/posix-functions/wcscmp.texi: Likewise.
18738         * doc/posix-functions/wcscoll.texi: Likewise.
18739         * doc/posix-functions/wcscpy.texi: Likewise.
18740         * doc/posix-functions/wcscspn.texi: Likewise.
18741         * doc/posix-functions/wcsftime.texi: Likewise.
18742         * doc/posix-functions/wcslen.texi: Likewise.
18743         * doc/posix-functions/wcsncat.texi: Likewise.
18744         * doc/posix-functions/wcsncmp.texi: Likewise.
18745         * doc/posix-functions/wcsncpy.texi: Likewise.
18746         * doc/posix-functions/wcspbrk.texi: Likewise.
18747         * doc/posix-functions/wcsrchr.texi: Likewise.
18748         * doc/posix-functions/wcsrtombs.texi: Likewise.
18749         * doc/posix-functions/wcsspn.texi: Likewise.
18750         * doc/posix-functions/wcsstr.texi: Likewise.
18751         * doc/posix-functions/wcstod.texi: Likewise.
18752         * doc/posix-functions/wcstof.texi: Likewise.
18753         * doc/posix-functions/wcstoimax.texi: Likewise.
18754         * doc/posix-functions/wcstok.texi: Likewise.
18755         * doc/posix-functions/wcstold.texi: Likewise.
18756         * doc/posix-functions/wcstoll.texi: Likewise.
18757         * doc/posix-functions/wcstol.texi: Likewise.
18758         * doc/posix-functions/wcstombs.texi: Likewise.
18759         * doc/posix-functions/wcstoull.texi: Likewise.
18760         * doc/posix-functions/wcstoul.texi: Likewise.
18761         * doc/posix-functions/wcstoumax.texi: Likewise.
18762         * doc/posix-functions/wcswidth.texi: Likewise.
18763         * doc/posix-functions/wcsxfrm.texi: Likewise.
18764         * doc/posix-functions/wctob.texi: Likewise.
18765         * doc/posix-functions/wctomb.texi: Likewise.
18766         * doc/posix-functions/wctrans.texi: Likewise.
18767         * doc/posix-functions/wctype.texi: Likewise.
18768         * doc/posix-functions/wcwidth.texi: Likewise.
18769         * doc/posix-functions/wmemchr.texi: Likewise.
18770         * doc/posix-functions/wmemcmp.texi: Likewise.
18771         * doc/posix-functions/wmemcpy.texi: Likewise.
18772         * doc/posix-functions/wmemmove.texi: Likewise.
18773         * doc/posix-functions/wmemset.texi: Likewise.
18774         * doc/posix-functions/wprintf.texi: Likewise.
18775         * doc/posix-functions/wscanf.texi: Likewise.
18776
18777 2008-12-21  Bruno Haible  <bruno@clisp.org>
18778
18779         Update doc for HP-UX 11.11.
18780         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18781         in HP-UX version 11.00, not in all versions of HP-UX 11.
18782         * doc/posix-functions/fwide.texi: Likewise.
18783         * doc/posix-functions/fwprintf.texi: Likewise.
18784         * doc/posix-functions/fwscanf.texi: Likewise.
18785         * doc/posix-functions/inet_ntop.texi: Likewise.
18786         * doc/posix-functions/inet_pton.texi: Likewise.
18787         * doc/posix-functions/mbrlen.texi: Likewise.
18788         * doc/posix-functions/mbrtowc.texi: Likewise.
18789         * doc/posix-functions/mbsinit.texi: Likewise.
18790         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18791         * doc/posix-functions/swprintf.texi: Likewise.
18792         * doc/posix-functions/swscanf.texi: Likewise.
18793         * doc/posix-functions/towctrans.texi: Likewise.
18794         * doc/posix-functions/vfwprintf.texi: Likewise.
18795         * doc/posix-functions/vswprintf.texi: Likewise.
18796         * doc/posix-functions/vwprintf.texi: Likewise.
18797         * doc/posix-functions/wcrtomb.texi: Likewise.
18798         * doc/posix-functions/wcsrtombs.texi: Likewise.
18799         * doc/posix-functions/wcsstr.texi: Likewise.
18800         * doc/posix-functions/wctob.texi: Likewise.
18801         * doc/posix-functions/wctrans.texi: Likewise.
18802         * doc/posix-functions/wmemchr.texi: Likewise.
18803         * doc/posix-functions/wmemcmp.texi: Likewise.
18804         * doc/posix-functions/wmemcpy.texi: Likewise.
18805         * doc/posix-functions/wmemmove.texi: Likewise.
18806         * doc/posix-functions/wmemset.texi: Likewise.
18807         * doc/posix-functions/wprintf.texi: Likewise.
18808         * doc/posix-functions/wscanf.texi: Likewise.
18809
18810 2008-12-21  Bruno Haible  <bruno@clisp.org>
18811
18812         Work around a portability problem.
18813         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18814         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18815
18816 2008-12-20  Bruno Haible  <bruno@clisp.org>
18817
18818         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18819         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18820         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18821         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18822         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18823
18824         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18825         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18826         set.
18827         (GNULIB_defined_mbstate_t): New macro.
18828         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18829         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18830         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18831         reuses the system's mbrtowc function but works around the bugs.
18832         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18833         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18834         macros.
18835         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18836         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18837         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18838         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18839         REPLACE_MBSINIT if mbsinit needs to be overridden.
18840         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18841         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18842         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18843         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18844         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18845         m4/locale-zh.m4.
18846         (Depends): Add mbsinit.
18847         * modules/mbsinit (Depends): Add mbrtowc.
18848         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18849
18850 2008-12-20  Bruno Haible  <bruno@clisp.org>
18851
18852         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18853         so that there are no conversion errors on AIX.
18854         * tests/test-mbsrtowcs.c (main): LIkewise.
18855
18856 2008-12-20  Bruno Haible  <bruno@clisp.org>
18857
18858         Work around wctob bug on Solaris <= 9.
18859         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18860         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18861         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18862         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18863         * modules/wctob (Files): Add m4/locale-fr.m4.
18864         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18865
18866 2008-12-20  Bruno Haible  <bruno@clisp.org>
18867
18868         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18869         /dev/null.
18870         * tests/test-select-in.sh: Likewise.
18871         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18872
18873 2008-12-20  Bruno Haible  <bruno@clisp.org>
18874
18875         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18876         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18877         Cygwin 1.5.x.
18878
18879 2008-12-20  Bruno Haible  <bruno@clisp.org>
18880
18881         Ensure mbstate_t is defined on HP-UX 11.11.
18882         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18883         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18884         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18885         AC_USE_SYSTEM_EXTENSIONS.
18886         * modules/fnmatch (Depends-on): Add extensions.
18887         * modules/mbrlen (Depends-on): Likewise.
18888         * modules/mbrtowc (Depends-on): Likewise.
18889         * modules/mbsinit (Depends-on): Likewise.
18890         * modules/mbsrtowcs (Depends-on): Likewise.
18891         * modules/mbswidth (Depends-on): Likewise.
18892         * modules/quotearg (Depends-on): Likewise.
18893         * modules/strftime (Depends-on): Likewise.
18894
18895 2008-12-20  Bruno Haible  <bruno@clisp.org>
18896
18897         Ensure wctob is declared on IRIX 6.5.
18898         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18899         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18900         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18901         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18902         of HAVE_WCTOB.
18903         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18904         HAVE_WCTOB.
18905         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18906
18907 2008-12-19  Bruno Haible  <bruno@clisp.org>
18908
18909         * modules/mbsrtowcs-tests: New file.
18910         * tests/test-mbsrtowcs1.sh: New file.
18911         * tests/test-mbsrtowcs2.sh: New file.
18912         * tests/test-mbsrtowcs3.sh: New file.
18913         * tests/test-mbsrtowcs4.sh: New file.
18914         * tests/test-mbsrtowcs.c: New file.
18915
18916         New module 'mbsrtowcs'.
18917         * lib/wchar.in.h (mbsrtowcs): New declaration.
18918         * lib/mbsrtowcs.c: New file.
18919         * m4/mbsrtowcs.m4: New file.
18920         * modules/mbsrtowcs: New file.
18921         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18922         HAVE_MBSRTOWCS.
18923         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18924         HAVE_MBSRTOWCS.
18925         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18926
18927 2008-12-19  Bruno Haible  <bruno@clisp.org>
18928
18929         New module 'mbrlen'.
18930         * lib/wchar.in.h (mbrlen): New declaration.
18931         * lib/mbrlen.c: New file.
18932         * m4/mbrlen.m4: New file.
18933         * modules/mbrlen: New file.
18934         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18935         HAVE_MBRLEN.
18936         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18937         HAVE_MBRLEN.
18938         * doc/posix-functions/mbrlen.texi: Document the new module.
18939
18940 2008-12-19  Bruno Haible  <bruno@clisp.org>
18941
18942         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18943         * modules/mbrtowc (Depends-on): Add verify.
18944         Suggested by Paul Eggert.
18945
18946 2008-12-18  Bruno Haible  <bruno@clisp.org>
18947
18948         * modules/mbsinit-tests: New file.
18949         * tests/test-mbsinit.sh: New file.
18950         * tests/test-mbsinit.c: New file.
18951
18952 2008-12-18  Bruno Haible  <bruno@clisp.org>
18953
18954         * modules/mbrtowc-tests: New file.
18955         * tests/test-mbrtowc1.sh: New file.
18956         * tests/test-mbrtowc2.sh: New file.
18957         * tests/test-mbrtowc3.sh: New file.
18958         * tests/test-mbrtowc4.sh: New file.
18959         * tests/test-mbrtowc.c: New file.
18960
18961         New module 'mbrtowc'.
18962         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18963         mbsinit and mbrtowc.
18964         (mbrtowc): New declaration.
18965         * lib/mbrtowc.c: New file.
18966         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18967         * modules/mbrtowc: New file.
18968         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18969         HAVE_MBRTOWC.
18970         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18971         HAVE_MBRTOWC.
18972         * doc/posix-functions/mbrtowc.texi: Document the new module.
18973
18974 2008-12-18  Bruno Haible  <bruno@clisp.org>
18975
18976         New module 'wctob'.
18977         * lib/wchar.in.h (wctob): New declaration.
18978         * lib/wctob.c: New file.
18979         * m4/wctob.m4: New file.
18980         * modules/wctob: New file.
18981         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18982         HAVE_WCTOB.
18983         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18984         * doc/posix-functions/wctob.texi: Document the new module.
18985
18986 2008-12-18  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18989         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18990
18991 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18992
18993         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18994         G. Christensen" <tgc@jupiterrise.com>.
18995
18996         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18997         G. Christensen" <tgc@jupiterrise.com>.
18998
18999         * lib/flock.c: Need to include string.h.  Reported by "Tom
19000         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19001         <ebb9@byu.net>.
19002
19003 2008-12-18  Bruno Haible  <bruno@clisp.org>
19004
19005         * m4/locale-ja.m4: New file, from GNU gettext.
19006
19007 2008-12-17  Bruno Haible  <bruno@clisp.org>
19008
19009         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19010         Suggested by Eric Blake.
19011
19012 2008-12-17  Bruno Haible  <bruno@clisp.org>
19013
19014         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19015
19016 2008-12-17  Bruno Haible  <bruno@clisp.org>
19017
19018         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19019         * modules/mbsinit (Depends-on): Add verify.
19020         Suggested by Paul Eggert.
19021
19022 2008-12-17  Bruno Haible  <bruno@clisp.org>
19023
19024         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19025         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19026         gl_FUNC_MBRTOWC.
19027         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19028         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19029         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19030         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19031         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19032         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19033         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19034         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19035         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19036         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19037         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19038         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19039         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19040         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19041         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19042         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19043         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19044         * modules/trim (configure.ac): Likewise.
19045
19046 2008-12-17  Bruno Haible  <bruno@clisp.org>
19047
19048         * modules/btowc-tests: New file.
19049         * tests/test-btowc1.sh: New file.
19050         * tests/test-btowc2.sh: New file.
19051         * tests/test-btowc.c: New file.
19052
19053         New module 'btowc'.
19054         * lib/wchar.in.h (btowc): New declaration.
19055         * lib/btowc.c: New file.
19056         * m4/btowc.m4: New file.
19057         * modules/btowc: New file.
19058         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19059         HAVE_BTOWC.
19060         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19061         * doc/posix-functions/btowc.texi: Document the new module.
19062
19063 2008-12-17  Bruno Haible  <bruno@clisp.org>
19064
19065         New module 'mbsinit'.
19066         * lib/wchar.in.h (mbsinit): New declaration.
19067         * lib/mbsinit.c: New file.
19068         * m4/mbsinit.m4: New file.
19069         * modules/mbsinit: New file.
19070         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19071         HAVE_MBSINIT.
19072         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19073         HAVE_MBSINIT.
19074         * doc/posix-functions/mbsinit.texi: Document the new module.
19075
19076 2008-12-16  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/unistd.in.h: Add comment.
19079         * tests/test-environ.c: Don't include <stdlib.h>.
19080
19081 2008-12-16  Bruno Haible  <bruno@clisp.org>
19082
19083         * lib/parse-duration.h (parse_duration): Document return value
19084         convention.
19085         * lib/parse-duration.c: Include specification header first. Add
19086         comments.
19087         (_): Remove macro.
19088         (parse_year_month_day, parse_hour_minute_second): Move side effects
19089         outside of strchr call.
19090         (parse_non_iso8601): Move side effects outside of isspace call.
19091         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19092         call.
19093
19094 2008-12-16  Bruno Haible  <bruno@clisp.org>
19095
19096         * tests/test-parse-duration.sh: Produce no output when the test
19097         succeeds.
19098
19099 2008-12-16  Bruno Haible  <bruno@clisp.org>
19100
19101         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19102         expressions.
19103
19104 2008-12-15  Bruno Haible  <bruno@clisp.org>
19105
19106         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19107         * doc/glibc-functions/flistxattr.texi: Likewise.
19108         * doc/glibc-functions/fopencookie.texi: Likewise.
19109         * doc/glibc-functions/fremovexattr.texi: Likewise.
19110         * doc/glibc-functions/fsetxattr.texi: Likewise.
19111         * doc/glibc-functions/getxattr.texi: Likewise.
19112         * doc/glibc-functions/lgetxattr.texi: Likewise.
19113         * doc/glibc-functions/listxattr.texi: Likewise.
19114         * doc/glibc-functions/llistxattr.texi: Likewise.
19115         * doc/glibc-functions/lremovexattr.texi: Likewise.
19116         * doc/glibc-functions/lsetxattr.texi: Likewise.
19117         * doc/glibc-functions/removexattr.texi: Likewise.
19118         * doc/glibc-functions/setxattr.texi: Likewise.
19119         * doc/posix-functions/open_memstream.texi: Likewise.
19120
19121 2008-12-15  Eric Blake  <ebb9@byu.net>
19122
19123         Update doc for cygwin 1.7.
19124         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19125         functions.
19126         * doc/posix-functions/fchmodat.texi: Likewise.
19127         * doc/posix-functions/fchownat.texi: Likewise.
19128         * doc/posix-functions/fdopendir.texi: Likewise.
19129         * doc/posix-functions/fmemopen.texi: Likewise.
19130         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19131         * doc/posix-functions/fstatat.texi: Likewise.
19132         * doc/posix-functions/futimens.texi: Likewise.
19133         * doc/posix-functions/gai_strerror.texi: Likewise.
19134         * doc/posix-functions/getaddrinfo.texi: Likewise.
19135         * doc/posix-functions/getnameinfo.texi: Likewise.
19136         * doc/posix-functions/if_freenameindex.texi: Likewise.
19137         * doc/posix-functions/if_indextoname.texi: Likewise.
19138         * doc/posix-functions/if_nameindex.texi: Likewise.
19139         * doc/posix-functions/if_nametoindex.texi: Likewise.
19140         * doc/posix-functions/insque.texi: Likewise.
19141         * doc/posix-functions/linkat.texi: Likewise.
19142         * doc/posix-functions/llrint.texi: Likewise.
19143         * doc/posix-functions/llrintf.texi: Likewise.
19144         * doc/posix-functions/llrintl.texi: Likewise.
19145         * doc/posix-functions/lockf.texi: Likewise.
19146         * doc/posix-functions/lrintl.texi: Likewise.
19147         * doc/posix-functions/mkdirat.texi: Likewise.
19148         * doc/posix-functions/mkfifoat.texi: Likewise.
19149         * doc/posix-functions/mknodat.texi: Likewise.
19150         * doc/posix-functions/mq_close.texi: Likewise.
19151         * doc/posix-functions/mq_getattr.texi: Likewise.
19152         * doc/posix-functions/mq_notify.texi: Likewise.
19153         * doc/posix-functions/mq_open.texi: Likewise.
19154         * doc/posix-functions/mq_receive.texi: Likewise.
19155         * doc/posix-functions/mq_send.texi: Likewise.
19156         * doc/posix-functions/mq_setattr.texi: Likewise.
19157         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19158         * doc/posix-functions/mq_timedsend.texi: Likewise.
19159         * doc/posix-functions/mq_unlink.texi: Likewise.
19160         * doc/posix-functions/open_memstream.texi: Likewise.
19161         * doc/posix-functions/openat.texi: Likewise.
19162         * doc/posix-functions/posix_fadvise.texi: Likewise.
19163         * doc/posix-functions/posix_fallocate.texi: Likewise.
19164         * doc/posix-functions/posix_madvise.texi: Likewise.
19165         * doc/posix-functions/posix_memalign.texi: Likewise.
19166         * doc/posix-functions/posix_openpt.texi: Likewise.
19167         * doc/posix-functions/readlinkat.texi: Likewise.
19168         * doc/posix-functions/remque.texi: Likewise.
19169         * doc/posix-functions/renameat.texi: Likewise.
19170         * doc/posix-functions/rintl.texi: Likewise.
19171         * doc/posix-functions/sem_unlink.texi: Likewise.
19172         * doc/posix-functions/shm_open.texi: Likewise.
19173         * doc/posix-functions/shm_unlink.texi: Likewise.
19174         * doc/posix-functions/signgam.texi: Likewise.
19175         * doc/posix-functions/sigset.texi: Likewise.
19176         * doc/posix-functions/stpcpy.texi: Likewise.
19177         * doc/posix-functions/stpncpy.texi: Likewise.
19178         * doc/posix-functions/strerror.texi: Likewise.
19179         * doc/posix-functions/strtod.texi: Likewise.
19180         * doc/posix-functions/symlinkat.texi: Likewise.
19181         * doc/posix-functions/unlinkat.texi: Likewise.
19182         * doc/posix-functions/utimensat.texi: Likewise.
19183         * doc/glibc-functions/bindresvport.texi: Likewise.
19184         * doc/glibc-functions/dn_expand.texi: Likewise.
19185         * doc/glibc-functions/exp10.texi: Likewise.
19186         * doc/glibc-functions/exp10f.texi: Likewise.
19187         * doc/glibc-functions/fgetxattr.texi: Likewise.
19188         * doc/glibc-functions/flistxattr.texi: Likewise.
19189         * doc/glibc-functions/fopencookie.texi: Likewise.
19190         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19191         * doc/glibc-functions/fremovexattr.texi: Likewise.
19192         * doc/glibc-functions/fsetxattr.texi: Likewise.
19193         * doc/glibc-functions/getifaddrs.texi: Likewise.
19194         * doc/glibc-functions/getxattr.texi: Likewise.
19195         * doc/glibc-functions/lgetxattr.texi: Likewise.
19196         * doc/glibc-functions/listxattr.texi: Likewise.
19197         * doc/glibc-functions/llistxattr.texi: Likewise.
19198         * doc/glibc-functions/lremovexattr.texi: Likewise.
19199         * doc/glibc-functions/lsetxattr.texi: Likewise.
19200         * doc/glibc-functions/pow10.texi: Likewise.
19201         * doc/glibc-functions/pow10f.texi: Likewise.
19202         * doc/glibc-functions/rcmd_af.texi: Likewise.
19203         * doc/glibc-functions/removexattr.texi: Likewise.
19204         * doc/glibc-functions/res_init.texi: Likewise.
19205         * doc/glibc-functions/res_mkquery.texi: Likewise.
19206         * doc/glibc-functions/res_query.texi: Likewise.
19207         * doc/glibc-functions/res_querydomain.texi: Likewise.
19208         * doc/glibc-functions/res_send.texi: Likewise.
19209         * doc/glibc-functions/rresvport_af.texi: Likewise.
19210         * doc/glibc-functions/setxattr.texi: Likewise.
19211         * doc/glibc-functions/strcasestr.texi: Likewise.
19212
19213 2008-12-15  Bruno Haible  <bruno@clisp.org>
19214
19215         Fix compilation error on OSF/1 4.0.
19216         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19217         <sys/time.h>, simply delegate to the system header.
19218         Reported by Daniel Richard G. <oss@teragram.com>.
19219
19220 2008-12-15  Bruno Haible  <bruno@clisp.org>
19221
19222         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19223         * doc/posix-functions/fchmodat.texi: Likewise.
19224         * doc/posix-functions/fchownat.texi: Likewise.
19225         * doc/posix-functions/fdopendir.texi: Likewise.
19226         * doc/posix-functions/fstatat.texi: Likewise.
19227         * doc/posix-functions/mkdirat.texi: Likewise.
19228         * doc/posix-functions/unlinkat.texi: Likewise.
19229
19230 2008-12-14  Bruno Haible  <bruno@clisp.org>
19231
19232         Update doc for POSIX:2008.
19233         * doc/posix-functions/faccessat.texi: New file.
19234         * doc/posix-functions/fchmodat.texi: New file.
19235         * doc/posix-functions/fchownat.texi: New file.
19236         * doc/posix-functions/fdopendir.texi: New file.
19237         * doc/posix-functions/fstatat.texi: New file.
19238         * doc/posix-functions/futimens.texi: New file.
19239         * doc/posix-functions/linkat.texi: New file.
19240         * doc/posix-functions/mkdirat.texi: New file.
19241         * doc/posix-functions/mkfifoat.texi: New file.
19242         * doc/posix-functions/mknodat.texi: New file.
19243         * doc/posix-functions/open_wmemstream.texi: New file.
19244         * doc/posix-functions/openat.texi: New file.
19245         * doc/posix-functions/psiginfo.texi: New file.
19246         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19247         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19248         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19249         * doc/posix-functions/readlinkat.texi: New file.
19250         * doc/posix-functions/renameat.texi: New file.
19251         * doc/posix-functions/strerror_l.texi: New file.
19252         * doc/posix-functions/symlinkat.texi: New file.
19253         * doc/posix-functions/unlinkat.texi: New file.
19254         * doc/posix-functions/utimensat.texi: New file.
19255         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19256
19257 2008-12-14  Bruno Haible  <bruno@clisp.org>
19258
19259         Update doc for POSIX:2008.
19260         * doc/posix-functions/alphasort.texi: Renamed from
19261         doc/glibc-functions/alphasort.texi.
19262         * doc/posix-functions/dirfd.texi: Renamed from
19263         doc/glibc-functions/dirfd.texi.
19264         * doc/posix-functions/dprintf.texi: Renamed from
19265         doc/glibc-functions/dprintf.texi.
19266         * doc/posix-functions/duplocale.texi: Renamed from
19267         doc/glibc-functions/duplocale.texi.
19268         * doc/posix-functions/fexecve.texi: Renamed from
19269         doc/glibc-functions/fexecve.texi.
19270         * doc/posix-functions/fmemopen.texi: Renamed from
19271         doc/glibc-functions/fmemopen.texi.
19272         * doc/posix-functions/freelocale.texi: Renamed from
19273         doc/glibc-functions/freelocale.texi.
19274         * doc/posix-functions/getdate_err.texi: Renamed from
19275         doc/glibc-functions/getdate_err.texi.
19276         * doc/posix-functions/isalnum_l.texi: Renamed from
19277         doc/glibc-functions/isalnum_l.texi.
19278         * doc/posix-functions/isalpha_l.texi: Renamed from
19279         doc/glibc-functions/isalpha_l.texi.
19280         * doc/posix-functions/isblank_l.texi: Renamed from
19281         doc/glibc-functions/isblank_l.texi.
19282         * doc/posix-functions/iscntrl_l.texi: Renamed from
19283         doc/glibc-functions/iscntrl_l.texi.
19284         * doc/posix-functions/isdigit_l.texi: Renamed from
19285         doc/glibc-functions/isdigit_l.texi.
19286         * doc/posix-functions/isgraph_l.texi: Renamed from
19287         doc/glibc-functions/isgraph_l.texi.
19288         * doc/posix-functions/islower_l.texi: Renamed from
19289         doc/glibc-functions/islower_l.texi.
19290         * doc/posix-functions/isprint_l.texi: Renamed from
19291         doc/glibc-functions/isprint_l.texi.
19292         * doc/posix-functions/ispunct_l.texi: Renamed from
19293         doc/glibc-functions/ispunct_l.texi.
19294         * doc/posix-functions/isspace_l.texi: Renamed from
19295         doc/glibc-functions/isspace_l.texi.
19296         * doc/posix-functions/isupper_l.texi: Renamed from
19297         doc/glibc-functions/isupper_l.texi.
19298         * doc/posix-functions/iswalnum_l.texi: Renamed from
19299         doc/glibc-functions/iswalnum_l.texi.
19300         * doc/posix-functions/iswalpha_l.texi: Renamed from
19301         doc/glibc-functions/iswalpha_l.texi.
19302         * doc/posix-functions/iswblank_l.texi: Renamed from
19303         doc/glibc-functions/iswblank_l.texi.
19304         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19305         doc/glibc-functions/iswcntrl_l.texi.
19306         * doc/posix-functions/iswctype_l.texi: Renamed from
19307         doc/glibc-functions/iswctype_l.texi.
19308         * doc/posix-functions/iswdigit_l.texi: Renamed from
19309         doc/glibc-functions/iswdigit_l.texi.
19310         * doc/posix-functions/iswgraph_l.texi: Renamed from
19311         doc/glibc-functions/iswgraph_l.texi.
19312         * doc/posix-functions/iswlower_l.texi: Renamed from
19313         doc/glibc-functions/iswlower_l.texi.
19314         * doc/posix-functions/iswprint_l.texi: Renamed from
19315         doc/glibc-functions/iswprint_l.texi.
19316         * doc/posix-functions/iswpunct_l.texi: Renamed from
19317         doc/glibc-functions/iswpunct_l.texi.
19318         * doc/posix-functions/iswspace_l.texi: Renamed from
19319         doc/glibc-functions/iswspace_l.texi.
19320         * doc/posix-functions/iswupper_l.texi: Renamed from
19321         doc/glibc-functions/iswupper_l.texi.
19322         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19323         doc/glibc-functions/iswxdigit_l.texi.
19324         * doc/posix-functions/isxdigit_l.texi: Renamed from
19325         doc/glibc-functions/isxdigit_l.texi.
19326         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19327         doc/glibc-functions/mbsnrtowcs.texi.
19328         * doc/posix-functions/mkdtemp.texi: Renamed from
19329         doc/glibc-functions/mkdtemp.texi.
19330         * doc/posix-functions/newlocale.texi: Renamed from
19331         doc/glibc-functions/newlocale.texi.
19332         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19333         doc/glibc-functions/nl_langinfo_l.texi.
19334         * doc/posix-functions/open_memstream.texi: Renamed from
19335         doc/glibc-functions/open_memstream.texi.
19336         * doc/posix-functions/opterr.texi: Renamed from
19337         doc/glibc-functions/opterr.texi.
19338         * doc/posix-functions/optind.texi: Renamed from
19339         doc/glibc-functions/optind.texi.
19340         * doc/posix-functions/optopt.texi: Renamed from
19341         doc/glibc-functions/optopt.texi.
19342         * doc/posix-functions/psignal.texi: Renamed from
19343         doc/glibc-functions/psignal.texi.
19344         * doc/posix-functions/scandir.texi: Renamed from
19345         doc/glibc-functions/scandir.texi.
19346         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19347         doc/glibc-functions/sched_get_priority_min.texi.
19348         * doc/posix-functions/signgam.texi: Renamed from
19349         doc/glibc-functions/signgam.texi.
19350         * doc/posix-functions/stpcpy.texi: Renamed from
19351         doc/glibc-functions/stpcpy.texi.
19352         * doc/posix-functions/stpncpy.texi: Renamed from
19353         doc/glibc-functions/stpncpy.texi.
19354         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19355         doc/glibc-functions/strcasecmp_l.texi.
19356         * doc/posix-functions/strcoll_l.texi: Renamed from
19357         doc/glibc-functions/strcoll_l.texi.
19358         * doc/posix-functions/strfmon_l.texi: Renamed from
19359         doc/glibc-functions/strfmon_l.texi.
19360         * doc/posix-functions/strftime_l.texi: Renamed from
19361         doc/glibc-functions/strftime_l.texi.
19362         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19363         doc/glibc-functions/strncasecmp_l.texi.
19364         * doc/posix-functions/strndup.texi: Renamed from
19365         doc/glibc-functions/strndup.texi.
19366         * doc/posix-functions/strnlen.texi: Renamed from
19367         doc/glibc-functions/strnlen.texi.
19368         * doc/posix-functions/strsignal.texi: Renamed from
19369         doc/glibc-functions/strsignal.texi.
19370         * doc/posix-functions/strxfrm_l.texi: Renamed from
19371         doc/glibc-functions/strxfrm_l.texi.
19372         * doc/posix-functions/timer_gettime.texi: Renamed from
19373         doc/glibc-functions/timer_gettime.texi.
19374         * doc/posix-functions/tolower_l.texi: Renamed from
19375         doc/glibc-functions/tolower_l.texi.
19376         * doc/posix-functions/toupper_l.texi: Renamed from
19377         doc/glibc-functions/toupper_l.texi.
19378         * doc/posix-functions/towctrans_l.texi: Renamed from
19379         doc/glibc-functions/towctrans_l.texi.
19380         * doc/posix-functions/towlower_l.texi: Renamed from
19381         doc/glibc-functions/towlower_l.texi.
19382         * doc/posix-functions/towupper_l.texi: Renamed from
19383         doc/glibc-functions/towupper_l.texi.
19384         * doc/posix-functions/uselocale.texi: Renamed from
19385         doc/glibc-functions/uselocale.texi.
19386         * doc/posix-functions/vdprintf.texi: Renamed from
19387         doc/glibc-functions/vdprintf.texi.
19388         * doc/posix-functions/wcpcpy.texi:
19389         Renamed from doc/glibc-functions/wcpcpy.texi.
19390         * doc/posix-functions/wcpncpy.texi: Renamed from
19391         doc/glibc-functions/wcpncpy.texi.
19392         * doc/posix-functions/wcscasecmp.texi: Renamed from
19393         doc/glibc-functions/wcscasecmp.texi.
19394         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19395         doc/glibc-functions/wcscasecmp_l.texi.
19396         * doc/posix-functions/wcscoll_l.texi: Renamed from
19397         doc/glibc-functions/wcscoll_l.texi.
19398         * doc/posix-functions/wcsdup.texi: Renamed from
19399         doc/glibc-functions/wcsdup.texi.
19400         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19401         doc/glibc-functions/wcsncasecmp.texi.
19402         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19403         doc/glibc-functions/wcsncasecmp_l.texi.
19404         * doc/posix-functions/wcsnlen.texi: Renamed from
19405         doc/glibc-functions/wcsnlen.texi.
19406         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19407         doc/glibc-functions/wcsnrtombs.texi.
19408         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19409         doc/glibc-functions/wcsxfrm_l.texi.
19410         * doc/posix-functions/wctrans_l.texi: Renamed from
19411         doc/glibc-functions/wctrans_l.texi.
19412         * doc/posix-functions/wctype_l.texi: Renamed from
19413         doc/glibc-functions/wctype_l.texi.
19414         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19415         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19416         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19417         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19418         these subsections.
19419         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19420         Remove sections.
19421
19422 2008-12-14  Bruno Haible  <bruno@clisp.org>
19423
19424         Update doc for POSIX:2008.
19425         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19426
19427 2008-12-14  Bruno Haible  <bruno@clisp.org>
19428
19429         Update doc for POSIX:2008.
19430         * doc/pastposix-functions/bcmp.texi: Renamed from
19431         doc/posix-functions/bcmp.texi.
19432         * doc/pastposix-functions/bcopy.texi: Renamed from
19433         doc/posix-functions/bcopy.texi.
19434         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19435         doc/posix-functions/bsd_signal.texi.
19436         * doc/pastposix-functions/bzero.texi: Renamed from
19437         doc/posix-functions/bzero.texi.
19438         * doc/pastposix-functions/ecvt.texi: Renamed from
19439         doc/posix-functions/ecvt.texi.
19440         * doc/pastposix-functions/fcvt.texi: Renamed from
19441         doc/posix-functions/fcvt.texi.
19442         * doc/pastposix-functions/ftime.texi: Renamed from
19443         doc/posix-functions/ftime.texi.
19444         * doc/pastposix-functions/gcvt.texi: Renamed from
19445         doc/posix-functions/gcvt.texi.
19446         * doc/pastposix-functions/getcontext.texi: Renamed from
19447         doc/posix-functions/getcontext.texi.
19448         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19449         doc/posix-functions/gethostbyaddr.texi.
19450         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19451         doc/posix-functions/gethostbyname.texi.
19452         * doc/pastposix-functions/getwd.texi: Renamed from
19453         doc/posix-functions/getwd.texi.
19454         * doc/pastposix-functions/h_errno.texi: Renamed from
19455         doc/posix-functions/h_errno.texi.
19456         * doc/pastposix-functions/index.texi: Renamed from
19457         doc/posix-functions/index.texi.
19458         * doc/pastposix-functions/makecontext.texi: Renamed from
19459         doc/posix-functions/makecontext.texi.
19460         * doc/pastposix-functions/mktemp.texi: Renamed from
19461         doc/posix-functions/mktemp.texi.
19462         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19463         doc/posix-functions/pthread_attr_getstackaddr.texi.
19464         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19465         doc/posix-functions/pthread_attr_setstackaddr.texi.
19466         * doc/pastposix-functions/rindex.texi: Renamed from
19467         doc/posix-functions/rindex.texi.
19468         * doc/pastposix-functions/scalb.texi: Renamed from
19469         doc/posix-functions/scalb.texi.
19470         * doc/pastposix-functions/setcontext.texi: Renamed from
19471         doc/posix-functions/setcontext.texi.
19472         * doc/pastposix-functions/swapcontext.texi: Renamed from
19473         doc/posix-functions/swapcontext.texi.
19474         * doc/pastposix-functions/ualarm.texi: Renamed from
19475         doc/posix-functions/ualarm.texi.
19476         * doc/pastposix-functions/usleep.texi: Renamed from
19477         doc/posix-functions/usleep.texi.
19478         * doc/pastposix-functions/vfork.texi: Renamed from
19479         doc/posix-functions/vfork.texi.
19480         * doc/pastposix-functions/wcswcs.texi: Renamed from
19481         doc/posix-functions/wcswcs.texi.
19482         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19483         (Function Substitutes): Update.
19484
19485 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19486
19487         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19488         m4/strerror.m4.
19489
19490 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19491             Bruno Haible  <bruno@clisp.org>
19492
19493         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19494
19495 2008-12-13  Bruno Haible  <bruno@clisp.org>
19496
19497         * modules/strtoull (Depends-on): Remove unistd.
19498
19499 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19500
19501         * modules/strtoull (Depends-on): Add stdlib.
19502
19503 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19504
19505         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19506
19507 2008-12-10  Jim Meyering  <meyering@redhat.com>
19508
19509         gl_ASSERT: don't say assertions are disabled when they're not
19510         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19511         "checking whether to enable assertions... no", when they are in
19512         fact enabled.  This is solely a bug in the output of configure.
19513         In spite of saying "no", NDEBUG was not defined in that case.
19514         Also, as noted by Eric Blake, leave assertions enabled upon
19515         --enable-assert=INVALID.
19516
19517 2008-12-10  Bruno Haible  <bruno@clisp.org>
19518
19519         Change MODULES.html to refer to POSIX:2008 where possible.
19520         * MODULES.html.sh (POSIX2008_URL): New variable.
19521         (posix_headers): Remove sys/timeb, ucontext.
19522         (posix2001_headers): New variable.
19523         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19524         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19525         index, makecontext, mktemp, pthread_attr_getstackaddr,
19526         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19527         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19528         (posix2001_functions): New variable.
19529         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19530         otherwise.
19531
19532 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19533
19534         add missing include to parse-duration.c
19535         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19536         * modules/parse-duration (Depends-on): Add xalloc.
19537
19538         fix sed script reading maint.mk
19539         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19540         (syntax-check-rules): Use it.
19541
19542 2008-12-09  Bruno Haible  <bruno@clisp.org>
19543
19544         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19545         MacOS X 10.4/PowerPC.
19546         Reported by Simon Josefsson.
19547
19548 2008-12-08  Jim Meyering  <meyering@redhat.com>
19549
19550         work around mingw's lack of some S_IF definitions
19551         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19552         Reported by Simon Josefsson.
19553
19554 2008-12-08  Bruno Haible  <bruno@clisp.org>
19555
19556         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19557         applied to variables. Needed on MacOS X 10.4/PowerPC.
19558         Reported by Simon Josefsson.
19559
19560 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19561         and Eric Blake  <ebb9@byu.net>
19562
19563         assert: honor --enable-assert
19564         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19565         order to honor --enable-assert, rather than treating it as a
19566         synonym for --disable-assert.
19567
19568 2008-12-08  Jim Meyering  <meyering@redhat.com>
19569
19570         * lib/posixtm.c: Remove now-useless declaration of mktime.
19571
19572         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19573
19574 2008-12-07  Bruno Haible  <bruno@clisp.org>
19575
19576         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19577         test_once): Mark functions as static.
19578         * tests/test-tls.c (test_tls): Likewise.
19579
19580 2008-12-07  Bruno Haible  <bruno@clisp.org>
19581
19582         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19583         iconv_register_autodetect.
19584
19585 2008-12-07  Jim Meyering  <meyering@redhat.com>
19586
19587         posixtm.c: avoid a warning
19588         * lib/posixtm.c (posixtime): Don't initialize tm0.
19589         It's no longer needed to placate gcc4's -Wuninitialized,
19590         and the attempt to placate would elicit a new warning.
19591
19592         unicodeio.c: mark unused parameters
19593         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19594         (fallback_failure_callback): Likewise.
19595
19596 2008-12-07  Bruno Haible  <bruno@clisp.org>
19597
19598         * gnulib-tool (func_create_testdir): When building the tests
19599         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19600         Reported by Simon Josefsson.
19601
19602 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19603
19604         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19605
19606 2008-12-06  Bruno Haible  <bruno@clisp.org>
19607
19608         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19609         Suggested by Eric Blake.
19610
19611 2008-12-06  Bruno Haible  <bruno@clisp.org>
19612
19613         Fix a c-stack test failure on MacOS X.
19614         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19615         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19616         handler for SIGBUS as well.
19617         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19618         install a signal handler for SIGBUS as well.
19619         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19620
19621 2008-12-06  Bruno Haible  <bruno@clisp.org>
19622
19623         Advocacy documentation.
19624         * doc/gnulib-intro.texi (Benefits): New section.
19625         * doc/gnulib.texi: Update.
19626
19627 2008-12-06  Bruno Haible  <bruno@clisp.org>
19628
19629         Document the 'manywarnings' module.
19630         * doc/manywarnings.texi: New file.
19631         * doc/gnulib.texi: Include it.
19632
19633 2008-12-05  Eric Blake  <ebb9@byu.net>
19634
19635         tests: silence some gcc warnings
19636         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19637         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19638         type mismatches.
19639
19640 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19641             Bruno Haible  <bruno@clisp.org>
19642
19643         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19644
19645 2008-11-29  Jim Meyering  <meyering@redhat.com>
19646
19647         unicodeio.c: mark unused parameters
19648         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19649         (fallback_failure_callback): Likewise.
19650
19651         fts: fix a thinko
19652         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19653         (set_stat_type): Return S_IF*-valued "type" directly.
19654         Prompted by James Youngman's spotting a related bug.
19655         Confirmed by further testing through find.
19656
19657         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19658         * lib/fts.c (D_TYPE): Define.
19659         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19660         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19661         (s_ifmt_shift_bits): New function.
19662         (set_stat_type): New function.
19663         (fts_build): When not calling fts_stat, call set_stat_type
19664         to propagate dirent.d_type info to fts_read caller.
19665         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19666         fts_statp->st_mode type information may be valid.
19667
19668 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19669
19670         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19671         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19672         <sds@gnu.org>.
19673
19674 2008-11-20  Bruno Haible  <bruno@clisp.org>
19675
19676         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19677         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19678         INCLUDE_NEXT.
19679         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19680         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19681         * modules/math (Makefile.am): Substitute
19682         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19683         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19684
19685 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19686             Bruno Haible  <bruno@clisp.org>
19687
19688         * lib/stdint.in.h: Define all type macros so that their expansion is
19689         a single typedef'ed token. Fixes a compilation failure in Boost which
19690         does "using ::int8_t;".
19691
19692 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19693
19694         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19695         gl_MANYWARN_ALL_GCC.
19696         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19697         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19698         * modules/manywarnings: New file.
19699         * MODULES.html.sh: Mention manywarnings module.
19700
19701 2008-11-18  Bruno Haible  <bruno@clisp.org>
19702
19703         * doc/gnulib-tool.texi (Unit tests): New section.
19704
19705 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19706
19707         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19708         paths like 'lib/po/foo.po'.
19709
19710 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19711
19712         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19713         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19714
19715 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19716
19717         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19718         parameter works.
19719
19720 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19721
19722         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19723
19724 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19725
19726         * modules/parse-duration-tests: New file.
19727         * tests/test-parse-duration.sh: New file.
19728         * tests/test-parse-duration.c: New file.
19729
19730         New module 'parse-duration'.
19731         * lib/parse-duration.h: New file.
19732         * lib/parse-duration.c: New file.
19733         * modules/parse-duration: New file.
19734
19735 2008-11-17  Bruno Haible  <bruno@clisp.org>
19736
19737         * tests/test-select-out.sh: Comment out the first pipe test.
19738         Reported by Simon Josefsson.
19739
19740 2008-11-17  Bruno Haible  <bruno@clisp.org>
19741
19742         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19743         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19744         gl_HOSTENT.
19745
19746 2008-11-17  Bruno Haible  <bruno@clisp.org>
19747
19748         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19749         -lnetwork and -lnet. Needed for Haiku and BeOS.
19750
19751 2008-11-16  Bruno Haible  <bruno@clisp.org>
19752
19753         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19754
19755 2008-11-16  Bruno Haible  <bruno@clisp.org>
19756
19757         Avoid test failure on Haiku.
19758         * tests/test-fsync.c: Include <errno.h>.
19759         (main): Don't require that fsync (0) fails.
19760
19761 2008-11-15  Bruno Haible  <bruno@clisp.org>
19762
19763         New module 'hostent'.
19764         * modules/hostent: New file.
19765         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19766
19767 2008-11-15  Bruno Haible  <bruno@clisp.org>
19768
19769         New module 'servent'.
19770         * modules/servent: New file.
19771         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19772
19773 2008-11-15  Bruno Haible  <bruno@clisp.org>
19774
19775         Avoid generating same test program with two different rules.
19776         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19777         test-frexp to test-frexp-nolibm.
19778         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19779         test-frexpl to test-frexpl-nolibm.
19780
19781 2008-11-15  Bruno Haible  <bruno@clisp.org>
19782
19783         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19784         $(FREXPL_LIBM).
19785
19786 2008-11-15  Bruno Haible  <bruno@clisp.org>
19787
19788         * lib/netdb.in.h: Activate the definitions also when the system's
19789         <netdb.h> has 'struct addrinfo'.
19790         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19791         EAI_OVERFLOW or AI_NUMERICSERV.
19792         * doc/posix-headers/netdb.texi: Document the problem.
19793
19794 2008-11-15  Bruno Haible  <bruno@clisp.org>
19795
19796         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19797
19798         Make the 'sched' module work on platforms where <sched.h> exists but
19799         is incomplete (such as Haiku).
19800         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19801         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19802         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19803         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19804         HAVE_STRUCT_SCHED_PARAM.
19805         * modules/sched (Depends-on): Add include_next.
19806         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19807         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19808         * doc/posix-headers/sched.texi: Document the issue.
19809
19810 2008-11-13  Jim Meyering  <meyering@redhat.com>
19811
19812         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19813         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19814         test would fail due to the difference in the Report bugs to ...
19815         line.  The expected address is empty, "<>", while the actual
19816         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19817
19818 2008-11-12  Bruno Haible  <bruno@clisp.org>
19819
19820         lstat: don't compile lstat.c on systems lacking lstat
19821         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19822         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19823         Reported by Daniel P. Berrange via Jim Meyering.
19824
19825 2008-11-12  Jim Meyering  <meyering@redhat.com>
19826
19827         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19828
19829 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19830
19831         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19832         instead.
19833
19834 2008-11-12  Bruno Haible  <bruno@clisp.org>
19835
19836         * lib/unicodeio.c: Include unistr.h.
19837         (utf8_wctomb): Remove function.
19838         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19839
19840 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19841
19842         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19843         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19844         <bruno@clisp.org>.
19845         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19846
19847 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19848
19849         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19850         * doc/gnulib.texi: Add section for warnings.
19851
19852 2008-11-11  Bruno Haible  <bruno@clisp.org>
19853
19854         * lib/sockets.h: Add a comment.
19855
19856 2008-11-11  Karl Berry  <karl@gnu.org>
19857
19858         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19859
19860 2008-11-11  Eric Blake  <ebb9@byu.net>
19861
19862         fdl.texi: avoid git symlinks
19863         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19864
19865 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19866
19867         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19868
19869 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19870
19871         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19872         (gl_WARN_ADD): Substitute $2 if literal.
19873
19874 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19875
19876         * m4/warning.m4: Remove.
19877
19878 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19879
19880         * m4/warnings.m4: Almost complete rewrite. :-)
19881
19882 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19883
19884         * modules/warnings: New module.
19885         * m4/warnings.m4: New file.
19886         * MODULES.html.sh: Mention warnings module.
19887         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19888         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19889
19890 2008-11-10  Eric Blake  <ebb9@byu.net>
19891
19892         fdl.texi: make a symlink to the latest version
19893         * doc/standards.texi: Revert today's earlier change.
19894         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19895         * doc/fdl.texi: ...and replace this with a symlink to the newer
19896         fdl-1.3.texi.
19897
19898 2008-11-10  Bruno Haible  <bruno@clisp.org>
19899
19900         * tests/test-select-fd.c (main): Accept the result file name as fourth
19901         argument.
19902         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19903         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19904
19905 2008-11-10  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19908         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19909         as autoconf-substituted macros.
19910         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19911         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19912         gl_NETDB_H_DEFAULTS. Set these variables.
19913         * modules/netdb (Makefile.am): Substitute these variables.
19914
19915 2008-11-10  Eric Blake  <ebb9@byu.net>
19916
19917         standards.texi: include correct file for FDL 1.3
19918         * doc/standards.texi (GNU Free Documentation License): Change
19919         include file to pull in FDL 1.3, not 1.2.
19920
19921         fdl.texi: revert accidental change to license
19922         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19923
19924 2008-11-10  Bruno Haible  <bruno@clisp.org>
19925
19926         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19927         cross-compiling guesses also when the native compile gives no result.
19928
19929 2008-11-10  Bruno Haible  <bruno@clisp.org>
19930
19931         * lib/spawni.c (__spawni): Force variable into the stack.
19932
19933 2008-11-10  Bruno Haible  <bruno@clisp.org>
19934
19935         Add support for Haiku.
19936         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19937         glibc and BeOS, but also on Haiku.
19938         * lib/fpurge.c (fpurge): Likewise.
19939         * lib/freadable.c (freadable): Likewise.
19940         * lib/freadahead.c (freadahead): Likewise.
19941         * lib/freading.c (freading): Likewise.
19942         * lib/freadptr.c (freadptr): Likewise.
19943         * lib/freadseek.c (freadptrinc): Likewise.
19944         * lib/fseeko.c (rpl_fseeko): Likewise.
19945         * lib/fseterr.c (fseterr): Likewise.
19946         * lib/fwritable.c (fwritable): Likewise.
19947         * lib/fwriting.c (fwriting): Likewise.
19948         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19949
19950 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19951
19952         * lib/config.charset: Treat Haiku like BeOS.
19953
19954 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19955
19956         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19957         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19958
19959 2008-11-08  Bruno Haible  <bruno@clisp.org>
19960
19961         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19962         AC_CACHE_CHECK.
19963
19964 2008-11-08  Bruno Haible  <bruno@clisp.org>
19965
19966         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19967
19968 2008-11-08  Bruno Haible  <bruno@clisp.org>
19969
19970         * tests/test-select-fd.c: New file.
19971         * tests/test-select-in.sh: New file.
19972         * tests/test-select-out.sh: New file.
19973         * tests/test-select-stdin.c: New file.
19974         * modules/select-tests (Files): Add the new files.
19975         (Depends-on): Add gettimeofday.
19976         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19977         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19978         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19979
19980 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19981             Bruno Haible  <bruno@clisp.org>
19982
19983         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19984
19985 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19986
19987         * build-aux/pmccabe2html: Added support for C++ source files.
19988
19989 2008-11-05  Ben Pfaff  <blp@gnu.org>
19990
19991         Fix lib/close.c build on Windows.
19992         * modules/close (Files): Add lib/w32sock.h.
19993
19994 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19995
19996         Accept Bison's NEWS format.
19997         * build-aux/announce-gen (print_news_deltas): Tweak
19998         $re_prefix.
19999
20000 2008-11-04  Bruno Haible  <bruno@clisp.org>
20001
20002         * modules/random_r (Maintainer): Add glibc.
20003
20004 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20005
20006         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20007         by karl@freefriends.org (Karl Berry).
20008         * doc/alloca.texi: Likewise.
20009         * doc/c-ctype.texi: Likewise.
20010         * doc/c-strcase.texi: Likewise.
20011         * doc/c-strcaseeq.texi: Likewise.
20012         * doc/c-strcasestr.texi: Likewise.
20013         * doc/c-strstr.texi: Likewise.
20014         * doc/c-strtod.texi: Likewise.
20015         * doc/c-strtold.texi: Likewise.
20016         * doc/ctime.texi: Likewise.
20017         * doc/error.texi: Likewise.
20018         * doc/fdl.texi: Likewise.
20019         * doc/gcd.texi: Likewise.
20020         * doc/getdate.texi: Likewise.
20021         * doc/gnulib-intro.texi: Likewise.
20022         * doc/gnulib-tool.texi: Likewise.
20023         * doc/gnulib.texi: Likewise.
20024         * doc/inet_ntoa.texi: Likewise.
20025         * doc/maintain.texi: Likewise.
20026         * doc/make-stds.texi: Likewise.
20027         * doc/quote.texi: Likewise.
20028         * doc/regexprops-generic.texi: Likewise.
20029         * doc/standards.texi: Likewise.
20030         * doc/verify.texi: Likewise.
20031         * doc/visibility.texi: Likewise.
20032         * doc/gnulib.texi (GNU Free Documentation License): Include
20033         fdl-1.3.texi instead of fdl.texi.
20034
20035 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20036
20037         * doc/fdl-1.3.texi: New file, from
20038         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20039         * modules/fdl-1.3: Add.
20040         * MODULES.html.sh: Add fdl-1.3.
20041
20042 2008-11-03  Bruno Haible  <bruno@clisp.org>
20043
20044         Make determination of absolute name of header file work with AIX xlc.
20045         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20046         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20047         preprocessing.
20048         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20049         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20050
20051 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20052
20053         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20054         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20055         <ludo@gnu.org>.
20056
20057 2008-11-02  Bruno Haible  <bruno@clisp.org>
20058
20059         Mark 'strpbrk' obsolete.
20060         * modules/strpbrk (Status, Notice): New sections.
20061         * modules/strtok_r (Depends-on): Add strpbrk.
20062
20063 2008-11-02  Bruno Haible  <bruno@clisp.org>
20064
20065         Mark 'strdup' obsolete.
20066         * modules/strdup (Status, Notice): New sections.
20067         * modules/findprog (Depends-on): Add strdup.
20068         * modules/getaddrinfo (Depends-on): Likewise.
20069         * modules/localename (Depends-on): Likewise.
20070         * modules/relocatable-lib (Depends-on): Likewise.
20071         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20072         * modules/relocatable-prog (Depends-on): Likewise.
20073         * modules/trim (Depends-on): Likewise.
20074         * modules/unictype/gen-ctype (Depends-on): Likewise.
20075         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20076
20077 2008-11-02  Bruno Haible  <bruno@clisp.org>
20078
20079         Mark 'strcspn' obsolete.
20080         * modules/strcspn (Status, Notice): New sections.
20081
20082 2008-11-02  Bruno Haible  <bruno@clisp.org>
20083
20084         Mark 'rmdir' obsolete.
20085         * modules/rmdir (Status, Notice): New sections.
20086         * modules/clean-temp (Depends-on): Add rmdir.
20087         * modules/openat (Depends-on): Likewise.
20088
20089 2008-11-02  Bruno Haible  <bruno@clisp.org>
20090
20091         Mark 'raise' obsolete.
20092         * modules/raise (Status, Notice): New sections.
20093         (Include): Specify <signal.h>.
20094         * modules/stdio (Depends-on): Add raise.
20095         * modules/write (Depends-on): Likewise.
20096
20097 2008-11-02  Bruno Haible  <bruno@clisp.org>
20098
20099         Mark 'memset' obsolete.
20100         * modules/memset (Status, Notice): New sections.
20101
20102 2008-11-02  Bruno Haible  <bruno@clisp.org>
20103
20104         Mark 'memmove' obsolete.
20105         * modules/memmove (Status, Notice): New sections.
20106         * modules/argp (Depends-on): Add memmove.
20107         * modules/argz (Depends-on): Likewise.
20108         * modules/canonicalize (Depends-on): Likewise.
20109         * modules/canonicalize-lgpl (Depends-on): Likewise.
20110         * modules/fts (Depends-on): Likewise.
20111         * modules/getcwd (Depends-on): Likewise.
20112         * modules/human (Depends-on): Likewise.
20113         * modules/regex (Depends-on): Likewise.
20114         * modules/striconveh (Depends-on): Likewise.
20115         * modules/trim (Depends-on): Likewise.
20116         * modules/unistr/u8-move (Depends-on): Likewise.
20117         * modules/unistr/u16-move (Depends-on): Likewise.
20118         * modules/unistr/u32-move (Depends-on): Likewise.
20119
20120 2008-11-02  Bruno Haible  <bruno@clisp.org>
20121
20122         Mark 'memcpy' obsolete.
20123         * modules/memcpy (Status, Notice): New sections.
20124
20125 2008-11-02  Bruno Haible  <bruno@clisp.org>
20126
20127         Mark 'memcmp' obsolete.
20128         * modules/memcmp (Status, Notice): New sections.
20129         * modules/argmatch (Depends-on): Add memchr.
20130         * modules/backupfile (Depends-on): Likewise.
20131         * modules/c-strcasestr (Depends-on): Likewise.
20132         * modules/crypto/des (Depends-on): Likewise.
20133         * modules/csharpcomp (Depends-on): Likewise.
20134         * modules/fnmatch (Depends-on): Likewise.
20135         * modules/git-merge-changelog (Depends-on): Likewise.
20136         * modules/isnand (Depends-on): Likewise.
20137         * modules/isnand-nolibm (Depends-on): Likewise.
20138         * modules/isnanf (Depends-on): Likewise.
20139         * modules/isnanf-nolibm (Depends-on): Likewise.
20140         * modules/isnanl (Depends-on): Likewise.
20141         * modules/isnanl-nolibm (Depends-on): Likewise.
20142         * modules/mbchar (Depends-on): Likewise.
20143         * modules/memcoll (Depends-on): Likewise.
20144         * modules/quotearg (Depends-on): Likewise.
20145         * modules/regex (Depends-on): Likewise.
20146         * modules/relocatable-prog (Depends-on): Likewise.
20147         * modules/same (Depends-on): Likewise.
20148         * modules/signbit (Depends-on): Likewise.
20149         * modules/strcasestr-simple (Depends-on): Likewise.
20150         * modules/unictype/gen-ctype (Depends-on): Likewise.
20151         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20152         * modules/uniname/uniname (Depends-on): Likewise.
20153         * modules/unistr/u8-cmp (Depends-on): Likewise.
20154
20155 2008-11-02  Bruno Haible  <bruno@clisp.org>
20156
20157         Mark 'memchr' obsolete.
20158         * modules/memchr (Status, Notice): New sections.
20159         * modules/argp (Depends-on): Add memchr.
20160         * modules/base64 (Depends-on): Likewise.
20161         * modules/c-strcasestr (Depends-on): Likewise.
20162         * modules/chdir-long (Depends-on): Likewise.
20163         * modules/fnmatch (Depends-on): Likewise.
20164         * modules/getsubopt (Depends-on): Likewise.
20165         * modules/git-merge-changelog (Depends-on): Likewise.
20166         * modules/glob (Depends-on): Likewise.
20167         * modules/strcasestr-simple (Depends-on): Likewise.
20168         * modules/strnlen (Depends-on): Likewise.
20169
20170 2008-11-02  Bruno Haible  <bruno@clisp.org>
20171
20172         Mark 'atexit' obsolete.
20173         * modules/atexit (Status, Notice): New sections.
20174         * modules/chdir-long (Depends-on): Add atexit.
20175         * modules/wait-process (Depends-on): Likewise.
20176
20177 2008-11-02  Bruno Haible  <bruno@clisp.org>
20178
20179         * gnulib-tool: New option --with-obsolete.
20180         (func_usage): Document it.
20181         (func_modules_transitive_closure): Drop obsolete dependencies if
20182         incobsolete is not true.
20183         (func_import): Read and save the incobsolete variable to the cache.
20184
20185 2008-11-02  Bruno Haible  <bruno@clisp.org>
20186
20187         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20188         * gnulib-tool: New option --extract-status.
20189         (func_usage): Document it.
20190         (sed_extract_prog): Recognize it.
20191         (func_get_status): New function.
20192
20193 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20194
20195         * modules/sockets (License): Change from LGPL to LGPLv2+.
20196
20197 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20198
20199         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20200
20201 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20202
20203         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20204         Mention times and sys_times.
20205         * modules/sys_times, modules/sys_times-tests: New modules.
20206         * modules/times, modules/times-tests: Likewise
20207         * m4/sys_times_h.m4: New file.
20208         * lib/sys_times.in.h: Likewise
20209         * lib/times.c: Likewise.
20210         * tests/test-sys_times.c: Likewise.
20211         * tests/test-times.c: Likewise.
20212         * doc/posix-headers/sys_times.texi: Update.
20213         * doc/posix-functions/times.texi: Update.
20214
20215 2008-10-28  Jim Meyering  <meyering@redhat.com>
20216
20217         * modules/tempname (Depends-on): Add lstat.
20218
20219         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20220
20221 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20222
20223         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20224         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20225         using idiom used elsewhere in gnulib.
20226
20227 2008-10-27  Jim Meyering  <meyering@redhat.com>
20228
20229         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20230
20231 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20232
20233         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20234         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20235         programs.
20236         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20237
20238 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20239
20240         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20241
20242 2008-10-27  Bruno Haible  <bruno@clisp.org>
20243
20244         * tests/test-lstat.c: Include <stdio.h>.
20245
20246 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20247
20248         * modules/lstat-tests: New module.
20249         * tests/test-lstat.c: New file.
20250
20251 2008-10-26  Jim Meyering  <meyering@redhat.com>
20252
20253         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20254
20255 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20256             Bruno Haible  <bruno@clisp.org>
20257
20258         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20259         * modules/configmake (Include): Add a note that the include must come
20260         after all system headers.
20261         * lib/javaversion.c: Include configmake.h after all other includes.
20262
20263 2008-10-26  Bruno Haible  <bruno@clisp.org>
20264
20265         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20266         HAVE_STRUCT_RANDOM_DATA to 1.
20267         (gl_STDLIB_H): Simplify.
20268
20269 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20270
20271         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20272         substitute HAVE_STRUCT_RANDOM_DATA.
20273         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20274         random_data.
20275         * modules/stdlib (Makefile.am): Substitute
20276         HAVE_STRUCT_RANDOM_DATA.
20277
20278 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20279
20280         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20281         * doc/gnulib-intro.texi (Copyright): Likewise.
20282
20283 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20284
20285         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20286         findings.
20287
20288 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20289             Bruno Haible  <bruno@clisp.org>
20290
20291         * lib/unistd.in.h: Include <winsock2.h>.
20292         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20293         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20294         Provide dummy declarations.
20295         (gethostname): Override.
20296         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20297         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20298         gl_PREREQ_SYS_H_WINSOCK2.
20299         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20300         * doc/posix-functions/gethostname.texi: More details.
20301
20302 2008-10-25  Bruno Haible  <bruno@clisp.org>
20303
20304         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20305         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20306         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20307
20308         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20309         here ...
20310         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20311         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20312         gl_UNISTD_H_DEFAULTS.
20313
20314 2008-10-25  Eric Blake  <ebb9@byu.net>
20315
20316         signbit: avoid spurious compiler failure
20317         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20318         declarations inside function.
20319
20320 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20321             Bruno Haible  <bruno@clisp.org>
20322
20323         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20324         * modules/random_r (Depends-on): Add stdint.
20325
20326 2008-10-24  Bruno Haible  <bruno@clisp.org>
20327
20328         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20329         Eggert.
20330         * modules/strerror (License): Likewise.
20331
20332 2008-10-24  Jim Meyering  <meyering@redhat.com>
20333
20334         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20335         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20336
20337 2008-10-24  Eric Blake  <ebb9@byu.net>
20338
20339         getgroups: fix compilation when getgroups is available
20340         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20341         but with <config.h> override of getgroups disabled.
20342
20343 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20344
20345         * doc/gnulib.texi (Header files): Add note about C++ problems.
20346         Explained by Bruno Haible <bruno@clisp.org>.
20347
20348 2008-10-23  Bruno Haible  <bruno@clisp.org>
20349
20350         Define a dummy SA_NODEFER macro on Interix.
20351         * lib/signal.in.h (SA_NODEFER): Define fallback.
20352         Reported by Aleksey Cheusov <cheusov@tut.by> via
20353         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20354
20355 2008-10-23  Bruno Haible  <bruno@clisp.org>
20356
20357         * modules/freadahead (License): Change to LGPLv2+.
20358         Suggested by Simon Josefsson.
20359
20360 2008-10-23  Jim Meyering  <meyering@redhat.com>
20361
20362         random_r: new module
20363         * modules/random_r: New file.
20364         * m4/random_r.m4: New file.
20365         * lib/random_r.c: New file, from glibc.
20366         * modules/random_r-tests: New file.
20367         * tests/test-random_r.c: New file.
20368         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20369          Declare.
20370         (RAND_MAX): Define.
20371         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20372         * modules/stdlib: Substitute them, too.
20373         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20374         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20375         * doc/glibc-functions/random_r.texi: Likewise.
20376         * doc/glibc-functions/setstate_r.texi: Likewise.
20377         * doc/glibc-functions/srandom_r.texi: Likewise.
20378         * config/srclist.txt: Mention it.
20379
20380 2008-10-23  David Lutterkort  <lutter@redhat.com>
20381
20382         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20383         link requirement
20384
20385 2008-10-23  Jim Meyering  <meyering@redhat.com>
20386
20387         selinux-h: mark parameters of stub functions as intentionally unused
20388         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20389         * lib/se-context.in.h: Likewise.
20390
20391 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20392
20393         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20394
20395 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20396
20397         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20398
20399 2008-10-22  Eric Blake  <ebb9@byu.net>
20400
20401         glthread/thread: avoid compiler warning
20402         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20403         Add unreachable abort to silence compiler.
20404
20405 2008-10-22  Eric Blake  <ebb9@byu.net>
20406
20407         netdb: also supply struct addrinfo for cygwin 1.5.x
20408         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20409         older cygwin.
20410         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20411         cygwin.
20412         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20413
20414 2008-10-22  Bruno Haible  <bruno@clisp.org>
20415
20416         * users.txt: Update entry about pspp.
20417
20418 2008-10-21  Bruno Haible  <bruno@clisp.org>
20419
20420         Simplification.
20421         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20422         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20423
20424         Simplification.
20425         * lib/ioctl.c (ioctl): Don't undefine.
20426         * lib/socket.c (socket): Don't undefine.
20427
20428         Remove unused module indicator macros.
20429         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20430         GNULIB_$1 as a C macro.
20431
20432         * doc/posix-functions/close.texi: Undo last change.
20433         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20434         Windows platforms.
20435
20436 2008-10-21  Bruno Haible  <bruno@clisp.org>
20437
20438         Add gethostname() declaration to <unistd.h>.
20439         * lib/unistd.in.h (gethostname): New declaration.
20440         * lib/gethostname.c: Include <unistd.h>.
20441         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20442         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20443         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20444         and HAVE_GETHOSTNAME.
20445         * modules/gethostname (Depends-on): Add unistd.
20446         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20447         (Include): Specify <unistd.h>.
20448         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20449         HAVE_GETHOSTNAME.
20450         * tests/test-gethostname.c: Include <unistd.h> first.
20451
20452 2008-10-21  Bruno Haible  <bruno@clisp.org>
20453
20454         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20455         * modules/select-tests (Depends-on): Likewise.
20456         Reported by Simon Josefsson.
20457
20458 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20459
20460         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20461         * lib/accept.c: New file, based on winsock.c.
20462         * lib/bind.c: New file, based on winsock.c.
20463         * lib/connect.c: New file, based on winsock.c.
20464         * lib/getpeername.c: New file, based on winsock.c.
20465         * lib/getsockname.c: New file, based on winsock.c.
20466         * lib/getsockopt.c: New file, based on winsock.c.
20467         * lib/ioctl.c: New file, based on winsock.c.
20468         * lib/listen.c: New file, based on winsock.c.
20469         * lib/recv.c: New file, based on winsock.c.
20470         * lib/recvfrom.c: New file, based on winsock.c.
20471         * lib/send.c: New file, based on winsock.c.
20472         * lib/sendto.c: New file, based on winsock.c.
20473         * lib/setsockopt.c: New file, based on winsock.c.
20474         * lib/shutdown.c: New file, based on winsock.c.
20475         * lib/socket.c: New file, based on winsock.c.
20476         * lib/w32sock.h: New file, based on winsock.c.
20477         * lib/winsock.c: Remove file.
20478         * modules/accept: Likewise.
20479         * modules/bind: Likewise.
20480         * modules/connect: Likewise.
20481         * modules/getpeername: Likewise.
20482         * modules/getsockname: Likewise.
20483         * modules/getsockopt: Likewise.
20484         * modules/ioctl: Likewise.
20485         * modules/listen: Likewise.
20486         * modules/recv: Likewise.
20487         * modules/recvfrom: Likewise.
20488         * modules/send: Likewise.
20489         * modules/sendto: Likewise.
20490         * modules/setsockopt: Likewise.
20491         * modules/shutdown: Likewise.
20492         * modules/socket: Use socket.c instead of winsock.c.
20493         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20494         * doc/posix-functions/accept.texi: Doc fix.
20495         * doc/posix-functions/bind.texi: Doc fix.
20496         * doc/posix-functions/close.texi: Doc fix.
20497         * doc/posix-functions/connect.texi: Doc fix.
20498         * doc/posix-functions/getpeername.texi: Doc fix.
20499         * doc/posix-functions/getsockname.texi: Doc fix.
20500         * doc/posix-functions/getsockopt.texi: Doc fix.
20501         * doc/posix-functions/ioctl.texi: Doc fix.
20502         * doc/posix-functions/listen.texi: Doc fix.
20503         * doc/posix-functions/recv.texi: Doc fix.
20504         * doc/posix-functions/recvfrom.texi: Doc fix.
20505         * doc/posix-functions/send.texi: Doc fix.
20506         * doc/posix-functions/sendto.texi: Doc fix.
20507         * doc/posix-functions/setsockopt.texi: Doc fix.
20508         * doc/posix-functions/shutdown.texi: Doc fix.
20509         * doc/posix-functions/socket.texi: Doc fix.
20510
20511 2008-10-20  Bruno Haible  <bruno@clisp.org>
20512
20513         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20514         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20515         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20516         as an alias for SIGABRT.
20517         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20518         (sigaction): Map it to SIGABRT.
20519         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20520
20521 2008-10-20  Bruno Haible  <bruno@clisp.org>
20522
20523         * lib/fts.c: Don't include lstat.h.
20524         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20525
20526         Move the lstat() declaration to <sys/stat.h>.
20527         * lib/lstat.h: Remove file.
20528         * lib/sys_stat.in.h: Add special invocation convention.
20529         (lstat): New declaration.
20530         * lib/lstat.c (orig_lstat): New function.
20531         (rpl_lstat): Use orig_lstat instead of lstat.
20532         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20533         AC_C_INLINE. Set REPLACE_LSTAT.
20534         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20535         and REPLACE_LSTAT.
20536         * modules/lstat (Files): Remove lib/lstat.h.
20537         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20538         (Include): Specify <sys/stat.h> instead of lstat.h.
20539         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20540         REPLACE_LSTAT.
20541         * NEWS: Mention the change.
20542
20543 2008-10-20  Bruno Haible  <bruno@clisp.org>
20544
20545         * modules/posix_spawn-tests: New file.
20546         * tests/test-posix_spawn3.c: New file.
20547
20548 2008-10-20  Bruno Haible  <bruno@clisp.org>
20549
20550         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20551         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20552         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20553         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20554         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20555
20556 2008-10-20  Bruno Haible  <bruno@clisp.org>
20557
20558         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20559         of posix_spawn on AIX 5.3.
20560
20561 2008-10-20  Bruno Haible  <bruno@clisp.org>
20562
20563         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20564
20565 2008-10-20  Bruno Haible  <bruno@clisp.org>
20566
20567         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20568         of AC_LANG_PROGRAM.
20569
20570 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20571
20572         * lib/netdb.in.h: Don't define GNU specific constants until they
20573         are supported or needed.  Reported by Bruno Haible
20574         <bruno@clisp.org>.
20575
20576 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20577
20578         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20579
20580 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20581
20582         * lib/getaddrinfo.h: Remove file.
20583         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20584         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20585         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20586         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20587         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20588         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20589         * tests/test-getaddrinfo.c: Likewise.
20590         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20591         * NEWS: Mention change.
20592
20593 2008-10-19  Bruno Haible  <bruno@clisp.org>
20594
20595         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20596
20597 2008-10-19  Bruno Haible  <bruno@clisp.org>
20598
20599         * lib/wait-process.c: Include simply <sys/wait.h>.
20600         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20601         WIFSTOPPED): Remove fallback definitions.
20602         * modules/wait-process (Depends-on): Add sys_wait.
20603
20604         New module 'sys_wait'.
20605         * modules/sys_wait: New file.
20606         * lib/sys_wait.in.h: New file, partially copied from
20607         lib/wait-process.c.
20608         * m4/sys_wait_h.m4: New file.
20609         * doc/posix-headers/sys_wait.texi: Mention the new module.
20610
20611 2008-10-19  Bruno Haible  <bruno@clisp.org>
20612
20613         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20614
20615 2008-10-19  Bruno Haible  <bruno@clisp.org>
20616
20617         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20618         * lib/wait-process.c (WAIT_T): Remove type.
20619         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20620         (wait_subprocess): Update.
20621
20622 2008-10-19  Bruno Haible  <bruno@clisp.org>
20623
20624         New module 'atoll'.
20625         * modules/atoll: New file.
20626         * lib/stdlib.in.h (atoll): New declaration.
20627         * lib/atoll.c: New file, from glibc with modifications.
20628         * m4/atoll.m4: New file.
20629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20630         HAVE_ATOLL.
20631         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20632         * doc/posix-functions/atoll.texi: Mention the new module.
20633
20634 2008-10-19  Bruno Haible  <bruno@clisp.org>
20635
20636         Add strtoull() declaration to <stdlib.h>.
20637         * lib/stdlib.in.h (strtoull): New declaration.
20638         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20639         Set HAVE_STRTOULL.
20640         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20641         HAVE_STRTOULL.
20642         * modules/strtoull (Depends-on): Add stdlib.
20643         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20644         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20645         HAVE_STRTOULL.
20646
20647 2008-10-19  Bruno Haible  <bruno@clisp.org>
20648
20649         Add strtoll() declaration to <stdlib.h>.
20650         * lib/stdlib.in.h (strtoll): New declaration.
20651         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20652         Set HAVE_STRTOLL.
20653         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20654         HAVE_STRTOLL.
20655         * modules/strtoll (Depends-on): Add stdlib.
20656         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20657         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20658
20659 2008-10-19  Bruno Haible  <bruno@clisp.org>
20660
20661         * modules/bcopy (Depends-on): Add strings.
20662         (Include): Specify <strings.h>.
20663
20664 2008-10-19  Bruno Haible  <bruno@clisp.org>
20665
20666         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20667
20668 2008-10-19  Bruno Haible  <bruno@clisp.org>
20669
20670         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20671         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20672         mingw.
20673
20674 2008-10-19  Bruno Haible  <bruno@clisp.org>
20675
20676         * lib/atanl.c: Don't include isnanl.h.
20677         * lib/cosl.c: Likewise.
20678         * lib/ldexpl.c: Likewise.
20679         * lib/logl.c: Likewise.
20680         * lib/sinl.c: Likewise.
20681         * lib/sqrtl.c: Likewise.
20682         * lib/tanl.c: Likewise.
20683
20684         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20685         * lib/isnanf.h: Remove file.
20686         * lib/isnand.h: Remove file.
20687         * lib/isnanl.h: Remove file.
20688         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20689         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20690         macros.
20691         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20692         HAVE_ISNANF, don't define it as a C macro.
20693         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20694         HAVE_ISNAND, don't define it as a C macro.
20695         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20696         HAVE_ISNANL, don't define it as a C macro.
20697         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20698         HAVE_ISNAN[FDL].
20699         * modules/isnanf (Files): Remove lib/isnanf.h.
20700         (Depends-on): Add math.
20701         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20702         (Include): Specify <math.h> instead of isnanf.h.
20703         * modules/isnand (Files): Remove lib/isnand.h.
20704         (Depends-on): Add math.
20705         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20706         (Include): Specify <math.h> instead of isnand.h.
20707         * modules/isnanl (Files): Remove lib/isnanl.h.
20708         (Depends-on): Add math.
20709         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20710         (Include): Specify <math.h> instead of isnanl.h.
20711         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20712         HAVE_ISNAN[FDL].
20713         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20714         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20715         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20716         * NEWS: Mention the change.
20717
20718 2008-10-18  Bruno Haible  <bruno@clisp.org>
20719
20720         Add getusershell(), setusershell(), endusershell() declarations to
20721         <unistd.h>.
20722         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20723         declarations.
20724         * lib/getusershell.c: Include unistd.h.
20725         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20726         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20727         HAVE_GETUSERSHELL.
20728         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20729         and HAVE_GETUSERSHELL.
20730         * modules/getusershell (Depends-on): Add unistd, extensions.
20731         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20732         (Include): Specify <unistd.h>.
20733         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20734         HAVE_GETUSERSHELL.
20735
20736 2008-10-18  Bruno Haible  <bruno@clisp.org>
20737
20738         Add a getloadavg() declaration to <stdlib.h>.
20739         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20740         getloadavg declaration.
20741         (getloadavg): New declaration.
20742         * lib/getloadavg.c: Include <stdlib.h> first.
20743         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20744         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20745         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20746         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20747         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20748         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20749         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20750         (Include): Specify <stdlib.h>.
20751         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20752         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20753
20754 2008-10-18  Bruno Haible  <bruno@clisp.org>
20755
20756         * lib/dirchownmod.c: Don't include lchmod.h.
20757
20758         Move the lchmod() declaration to <sys/stat.h>.
20759         * lib/lchmod.h: Remove file.
20760         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20761         (lchmod): New declaration, moved here from lib/lchown.h.
20762         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20763         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20764         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20765         and HAVE_LCHMOD.
20766         * modules/lchmod (Files): Remove lib/lchmod.h.
20767         (Depends-on): Add sys_stat, extensions.
20768         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20769         (Include): Specify <sys/stat.h> instead of lchmod.h.
20770         * modules/sys_stat (Depends-on): Add link-warning.
20771         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20772         definition of GL_LINK_WARNING.
20773         * NEWS: Mention the change.
20774
20775 2008-10-18  Bruno Haible  <bruno@clisp.org>
20776
20777         * lib/fchdir.c: Don't include dirfd.h.
20778         * lib/fts.c: Likewise.
20779         * lib/getcwd.c: Likewise.
20780         * lib/glob.c: Likewise.
20781
20782         Move the dirfd() declaration to <dirent.h>.
20783         * lib/dirfd.h: Remove file.
20784         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20785         (dirfd): New declaration.
20786         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20787         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20788         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20789         HAVE_DECL_DIRFD.
20790         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20791         HAVE_DECL_DIRFD.
20792         * modules/dirfd (Files): Remove lib/dirfd.h.
20793         (Depends-on): Add dirent, extensions.
20794         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20795         (Include): Specify <dirent.h> instead of dirfd.h.
20796         * modules/dirent (Depends-on): Add link-warning.
20797         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20798         definition of GL_LINK_WARNING.
20799         * NEWS: Mention the change.
20800
20801 2008-10-18  Bruno Haible  <bruno@clisp.org>
20802
20803         Move the euidaccess() declaration to <unistd.h>.
20804         * lib/euidaccess.h: Remove file.
20805         * lib/unistd.in.h (euidaccess): New declaration.
20806         * lib/euidaccess.c: Don't include euidaccess.h.
20807         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20808         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20809         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20810         and HAVE_EUIDACCESS.
20811         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20812         (Depends-on): Add unistd.
20813         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20814         (Include): Specify <unistd.h> instead of euidaccess.h.
20815         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20816         HAVE_EUIDACCESS.
20817         * NEWS: Mention the change.
20818
20819 2008-10-18  Bruno Haible  <bruno@clisp.org>
20820
20821         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20822
20823         Move the getdomainname() declaration to <unistd.h>.
20824         * lib/getdomainname.h: Remove file.
20825         * lib/unistd.in.h (getdomainname): New declaration.
20826         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20827         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20828         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20829         HAVE_GETDOMAINNAME.
20830         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20831         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20832         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20833         (Depends-on): Add unistd, extensions.
20834         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20835         (Includes): Specify <unistd.h> instead of getdomainname.h.
20836         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20837         HAVE_GETDOMAINNAME.
20838         * NEWS: Mention the change.
20839
20840 2008-10-18  Bruno Haible  <bruno@clisp.org>
20841
20842         * modules/dirent: New file.
20843         * m4/dirent_h.m4: New file.
20844         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20845         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20846         * modules/fchdir (Files): Remove lib/dirent.in.h.
20847         (Depends-on): Add dirent.
20848         (Makefile.am): Move rules to modules/dirent.
20849         * doc/posix-headers/dirent.texi: Mention the new module.
20850
20851 2008-10-18  Bruno Haible  <bruno@clisp.org>
20852
20853         Avoid -Wunused-parameter warnings in public gnulib header files.
20854         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20855         macro.
20856         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20857
20858 2008-10-18  Bruno Haible  <bruno@clisp.org>
20859
20860         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20861         * doc/glibc-functions/error.texi: Mention the module 'error'.
20862         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20863         * doc/glibc-functions/getdomainname.texi: Mention the module
20864         'getdomainname'.
20865         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20866         * doc/glibc-functions/getpagesize.texi: Mention the module
20867         'getpagesize'.
20868         * doc/glibc-functions/getusershell.texi: Mention the module
20869         'getusershell'.
20870         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20871         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20872         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20873         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20874         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20875         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20876         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20877         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20878         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20879         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20880         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20881         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20882         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20883         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20884
20885 2008-10-17  Bruno Haible  <bruno@clisp.org>
20886
20887         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20888         HP-UX and IRIX, use -0.0L.
20889         * tests/test-ceill.c (minus_zero): Likewise.
20890         * tests/test-floorl.c (minus_zero): Likewise.
20891         * tests/test-frexpl.c (minus_zero): Likewise.
20892         * tests/test-isnan.c (minus_zerol): Likewise.
20893         * tests/test-isnanl.h (minus_zero): Likewise.
20894         * tests/test-ldexpl.c (minus_zero): Likewise.
20895         * tests/test-roundl.c (minus_zero): Likewise.
20896         * tests/test-signbit.c (minus_zerol): Likewise.
20897         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20898         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20899         * tests/test-truncl.c (minus_zero): Likewise.
20900         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20901         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20902         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20903         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20904
20905 2008-10-17  Bruno Haible  <bruno@clisp.org>
20906
20907         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20908         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20909         that it gets activated only for gcc >= 3.0.
20910         * lib/dirent.in.h: Likewise.
20911         * lib/errno.in.h: Likewise.
20912         * lib/fcntl.in.h: Likewise.
20913         * lib/float.in.h: Likewise.
20914         * lib/iconv.in.h: Likewise.
20915         * lib/inttypes.in.h: Likewise.
20916         * lib/locale.in.h: Likewise.
20917         * lib/math.in.h: Likewise.
20918         * lib/netdb.in.h: Likewise.
20919         * lib/netinet_in.in.h: Likewise.
20920         * lib/search.in.h: Likewise.
20921         * lib/signal.in.h: Likewise.
20922         * lib/spawn.in.h: Likewise.
20923         * lib/stdarg.in.h: Likewise.
20924         * lib/stdint.in.h: Likewise.
20925         * lib/stdio.in.h: Likewise.
20926         * lib/stdlib.in.h: Likewise.
20927         * lib/string.in.h: Likewise.
20928         * lib/strings.in.h: Likewise.
20929         * lib/sys_file.in.h: Likewise.
20930         * lib/sys_ioctl.in.h: Likewise.
20931         * lib/sys_select.in.h: Likewise.
20932         * lib/sys_socket.in.h: Likewise.
20933         * lib/sys_stat.in.h: Likewise.
20934         * lib/sys_time.in.h: Likewise.
20935         * lib/sysexits.in.h: Likewise.
20936         * lib/time.in.h: Likewise.
20937         * lib/unistd.in.h: Likewise.
20938         * lib/wchar.in.h: Likewise.
20939         * lib/wctype.in.h: Likewise.
20940         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20941
20942 2008-10-17  Jim Meyering  <meyering@redhat.com>
20943
20944         ignore-value: don't depend on inline module
20945         * modules/ignore-value (Depends-on): Remove 'inline'.
20946         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20947         Suggestion from Bruno Haible.
20948
20949 2008-10-17  Bruno Haible  <bruno@clisp.org>
20950
20951         New implementation of condition variables for Win32.
20952         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20953         (gl_linked_waitqueue_t): New type.
20954         (gl_cond_t): Use it.
20955         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20956         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20957         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20958         (glthread_cond_init_func, glthread_cond_wait_func,
20959         glthread_cond_timedwait_func, glthread_cond_signal_func,
20960         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20961         Reimplemented on the basis of gl_linked_waitqueue_t.
20962         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20963         gl_waitqueue_t.
20964         (gl_rwlock_t): Update.
20965         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20966
20967 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20968
20969         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20970         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20971
20972 2008-10-17  Jim Meyering  <meyering@redhat.com>
20973
20974         ignore-value: new module
20975         * modules/ignore-value: New file.
20976         * lib/ignore-value.h: New file.
20977         * MODULES.html.sh (Compiler warning management): New section,
20978         just for this module.  More to come.
20979
20980 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20981
20982         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20983         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20984         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20985
20986 2008-10-16  Jim Meyering  <meyering@redhat.com>
20987
20988         openat-die.c: avoid 'no previous prototype' warning
20989         * lib/openat-die.c: Include "openat.h".
20990         Reported by Reuben Thomas <rrt@sc3d.org>.
20991
20992 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20993
20994         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20995         * lib/netdb.in.h: Fix typo.
20996         Reported by Bruno Haible  <bruno@clisp.org>
20997
20998         * lib/netdb.in.h: Include sys/socket.h for platforms without
20999         netdb.h, to get structures like hostent on MinGW.
21000         * modules/netdb (Depends-on): Add sys_socket.
21001
21002 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21003
21004         * modules/netdb, modules/netdb-tests: New file.
21005         * m4/netdb_h.m4: New file.
21006         * lib/netdb.in.h: Add, currently just an empty file pending
21007         definitions.
21008         * tests/test-netdb.c: New file.
21009         * doc/posix-headers/netdb.texi: Mention that we replace it if
21010         needed.
21011         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21012         netdb.
21013
21014 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21015
21016         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21017         with code.
21018
21019 2008-10-13  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/glthread/cond.c (glthread_cond_wait_func,
21022         glthread_cond_timedwait_func): Add a comment.
21023
21024 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21025
21026         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21027         * tests/test-select.c: Likewise,
21028
21029 2008-10-13  Bruno Haible  <bruno@clisp.org>
21030
21031         * lib/glthread/cond.c (glthread_cond_wait_func,
21032         glthread_cond_timedwait_func): Fix variable name.
21033         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21034
21035 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21036
21037         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21038         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21039         struct sockaddr.sa_len.
21040         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21041
21042 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21043
21044         * build-aux/pmccabe2html: Add css and css_url parameters.
21045
21046 2008-10-12  Bruno Haible  <bruno@clisp.org>
21047
21048         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21049         calling aclx_get.
21050         Reported by Rainer Tammer <tammer@tammer.net>.
21051
21052 2008-10-12  Bruno Haible  <bruno@clisp.org>
21053
21054         Use msvcrt aware primitives for creation/termination of Win32 threads.
21055         * lib/glthread/thread.c: Include <process.h>.
21056         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21057         (wrapper_func): Update signature.
21058         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21059
21060 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21061             Bruno Haible  <bruno@clisp.org>
21062
21063         Provide a Win32 implementation of the 'cond' module.
21064         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21065         * lib/glthread/cond.c (glthread_cond_init_func,
21066         glthread_cond_wait_func, glthread_cond_timedwait_func,
21067         glthread_cond_signal_func, glthread_cond_broadcast_func,
21068         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21069         * modules/cond (Dependencies): Add gettimeofday.
21070
21071 2008-10-11  Bruno Haible  <bruno@clisp.org>
21072
21073         Make sleep work on older versions of mingw.
21074         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21075         only whether it exists.
21076         * doc/posix-functions/sleep.texi: Mention the problem with older
21077         versions of mingw.
21078
21079 2008-10-11  Bruno Haible  <bruno@clisp.org>
21080
21081         New module 'shutdown'.
21082         * modules/shutdown: New file.
21083         * lib/sys_socket.in.h (shutdown): New declaration.
21084         * lib/winsock.c (shutdown): New function.
21085         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21086         GNULIB_SHUTDOWN.
21087         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21088         * doc/posix-functions/shutdown.texi: Document the new module.
21089
21090 2008-10-11  Jim Meyering  <meyering@redhat.com>
21091
21092         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21093
21094 2008-10-11  Bruno Haible  <bruno@clisp.org>
21095
21096         New module 'fclose'.
21097         * modules/fclose: New file.
21098         * lib/stdio.in.h (fclose): New declaration.
21099         * lib/fclose.c: New file.
21100         * m4/fclose.m4: New file.
21101         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21102         REPLACE_FCLOSE.
21103         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21104         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21105         REPLACE_FCLOSE.
21106         * modules/close (Depends-on): fclose.
21107         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21108
21109 2008-10-11  Bruno Haible  <bruno@clisp.org>
21110
21111         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21112         set errno and don't call _close.
21113
21114 2008-10-10  Bruno Haible  <bruno@clisp.org>
21115
21116         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21117         ACL, not afterwards. Fixes test failure on Cygwin.
21118
21119 2008-10-09  Ben Pfaff  <blp@gnu.org>
21120
21121         * build-aux/announce-gen: Fix gnulib version related part of usage
21122         message.  Die with a useful error message if no tarballs are
21123         found.
21124
21125 2008-10-10  Jim Meyering  <meyering@redhat.com>
21126
21127         bootstrap: use git's --depth=N option only if it's supported
21128         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21129         recognize the --depth option.  Reported by Pádraig Brady.
21130
21131 2008-10-09  Bruno Haible  <bruno@clisp.org>
21132
21133         New module 'ioctl'.
21134         * modules/ioctl: New file.
21135         * lib/sys_socket.in.h (ioctl): Remove declaration.
21136         * lib/winsock.c: Include <sys/ioctl.h>.
21137         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21138         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21139         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21140         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21141         * doc/posix-functions/ioctl.texi: Mention the new module.
21142
21143 2008-10-09  Bruno Haible  <bruno@clisp.org>
21144
21145         New module 'sys_ioctl'.
21146         * lib/sys_ioctl.in.h: New file.
21147         * m4/sys_ioctl_h.m4: New file.
21148         * modules/sys_ioctl: New file.
21149         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21150
21151 2008-10-09  Bruno Haible  <bruno@clisp.org>
21152
21153         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21154         * lib/winsock.c: Include <stdarg.h>.
21155         (rpl_ioctl): Change to second argument 'int' and then varargs.
21156
21157 2008-10-09  Bruno Haible  <bruno@clisp.org>
21158
21159         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21160         when the sys_socket module is present and the system has <winsock2.h>.
21161
21162 2008-10-09  Bruno Haible  <bruno@clisp.org>
21163
21164         * doc/posix-functions/close.texi: Mention module 'close' instead of
21165         module 'sys_socket'.
21166
21167 2008-10-09  Bruno Haible  <bruno@clisp.org>
21168
21169         * doc/glibc-headers/sys_ioctl.texi: New file.
21170         * doc/gnulib.texi: Include it.
21171
21172 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21173             Bruno Haible  <bruno@clisp.org>
21174
21175         Combine the two replacements of 'close'.
21176         * lib/sys_socket.in.h (close): Define to a reminder to include
21177         <unistd.h>.
21178         (_gl_close_fd_maybe_socket): New declaration.
21179         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21180         * lib/winsock.c (close): Remove undefinition.
21181         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21182         needed for the gnulib module 'close'.
21183         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21184         define to an error symbol or to a warning, if suitable.
21185         * lib/close.c: Include <sys/socket.h>.
21186         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21187         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21188         UNISTD_H_HAVE_WINSOCK2_H.
21189         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21190         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21191         UNISTD_H_HAVE_WINSOCK2_H.
21192         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21193         (configure.ac): Set a module indicator.
21194         (Makefile.am): Substitute GNULIB_CLOSE.
21195         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21196         * modules/poll-tests (Depends-on): Add close.
21197         * modules/select-tests (Depends-on): Likewise.
21198
21199 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21200             Bruno Haible  <bruno@clisp.org>
21201
21202         New module 'close'.
21203         * modules/close: New file.
21204         * lib/unistd.in.h (close): Move declaration out of the
21205         FCHDIR_REPLACEMENT scope.
21206         (_gl_unregister_fd): New declaration.
21207         * lib/close.c: New file.
21208         * lib/fchdir.c (rpl_close): Remove function.
21209         * m4/close.m4: New file.
21210         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21211         close.
21212         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21213         REPLACE_CLOSE.
21214         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21215         REPLACE_CLOSE.
21216         * modules/fchdir (Depends-on): Add close.
21217
21218 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21219             Bruno Haible  <bruno@clisp.org>
21220
21221         * lib/fcntl.in.h (open): Simplify conditionals.
21222         (_gl_register_fd): New declaration.
21223         * lib/fchdir.c (rpl_open): Remove function.
21224         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21225         also.
21226         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21227         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21228         open.
21229
21230 2008-10-09  Jim Meyering  <meyering@redhat.com>
21231
21232         GNUmakefile: use the more name-space-friendly "_version"
21233         * top/GNUmakefile (_dummy): Update.
21234         (_version): Rename from "version".
21235
21236 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21237             Bruno Haible  <bruno@clisp.org>
21238
21239         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21240         rpl_close.
21241         (_gl_register_fd): New function, extracted from rpl_open.
21242         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21243         (rpl_open, rpl_opendir): Use _gl_register_fd.
21244
21245 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21246
21247         Fix organization of 'open' replacement.
21248         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21249         (gl_FUNC_OPEN): Use it.
21250         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21251
21252 2008-10-08  Bruno Haible  <bruno@clisp.org>
21253
21254         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21255
21256 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21257
21258         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21259         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21260         listen).
21261
21262 2008-10-08  Eric Blake  <ebb9@byu.net>
21263
21264         GNUmakefile: add 'make version' target
21265         * top/GNUmakefile (_curr-ver): Split version update rules...
21266         (version): ...into a target.
21267
21268 2008-10-07  Bruno Haible  <bruno@clisp.org>
21269
21270         Use a more portable replacement expression for -0.0L.
21271         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21272         instead of -0.0L. Fix m4 quotation.
21273
21274         * tests/test-signbit.c: Include <float.h>.
21275         (minus_zero): New variable.
21276         (test_signbitl): Use minus_zero instead of -zero.
21277         * modules/signbit-tests (Depends-on): Add float.
21278
21279         * tests/test-ceill.c: Include <float.h>.
21280         (zero): Remove variable.
21281         (minus_zero): New variable.
21282         (main): Use minus_zero instead of -zero.
21283         * modules/ceill-tests (Depends-on): Add float.
21284
21285         * tests/test-floorl.c: Include <float.h>.
21286         (zero): Remove variable.
21287         (minus_zero): New variable.
21288         (main): Use minus_zero instead of -zero.
21289         * modules/floorl-tests (Depends-on): Add float.
21290
21291         * tests/test-roundl.c: Include <float.h>.
21292         (zero): Remove variable.
21293         (minus_zero): New variable.
21294         (main): Use minus_zero instead of -zero.
21295         * modules/roundl-tests (Depends-on): Add float.
21296
21297         * tests/test-truncl.c: Include <float.h>.
21298         (zero): Remove variable.
21299         (minus_zero): New variable.
21300         (main): Use minus_zero instead of -zero.
21301         * modules/truncl-tests (Depends-on): Add float.
21302
21303         * tests/test-frexpl.c (zero): Remove variable.
21304         (minus_zero): New variable.
21305         (main): Use minus_zero instead of -zero.
21306         * modules/frexpl-tests (Depends-on): Add float.
21307
21308         * tests/test-isnan.c (zerol): Remove variable.
21309         (minus_zerol): New variable.
21310         (test_long_double): Use minus_zerol instead of -zerol.
21311         * modules/isnan-tests (Depends-on): Add float.
21312
21313         * tests/test-isnanl.h (zero): Remove variable.
21314         (minus_zero): New variable.
21315         (main): Use minus_zero instead of -zero.
21316         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21317         * modules/isnanl-tests (Depends-on): Add float.
21318
21319         * tests/test-ldexpl.c (zero): Remove variable.
21320         (minus_zero): New variable.
21321         (main): Use minus_zero instead of -zero.
21322         * modules/ldexpl-tests (Depends-on): Add float.
21323
21324         * tests/test-snprintf-posix.h (zerol): Remove variable.
21325         (minus_zerol): New variable.
21326         (test_function): Use minus_zerol instead of -zerol.
21327         * modules/snprintf-posix-tests (Depends-on): Add float.
21328         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21329
21330         * tests/test-sprintf-posix.h (zerol): Remove variable.
21331         (minus_zerol): New variable.
21332         (test_function): Use minus_zerol instead of -zerol.
21333         * modules/sprintf-posix-tests (Depends-on): Add float.
21334         * modules/vsprintf-posix-tests (Depends-on): Add float.
21335
21336         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21337         (minus_zerol): New variable.
21338         (test_function): Use minus_zerol instead of -zerol.
21339         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21340
21341         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21342         (minus_zerol): New variable.
21343         (test_function): Use minus_zerol instead of -zerol.
21344         * modules/vasprintf-posix-tests (Depends-on): Add float.
21345
21346 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21347
21348         * MODULES.html.sh (Support for building documentation): Mention
21349         pmccabe2html.  Sort entries.
21350
21351         Add pmccabe2html module, from gnupdf.
21352         * build-aux/pmccabe.css: New file.
21353         * build-aux/pmccabe2html: New file.
21354         * m4/pmccabe2html.m4: New file.
21355         * modules/pmccabe2html: New file.
21356
21357 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21358
21359         flock: new module
21360         * MODULES.html.sh: Add to list of modules.
21361         * lib/flock.c: flock implementation for Windows and Unix systems
21362         which have fcntl.
21363         * doc/glibc-functions/flock.texi: Update documentation.
21364         * lib/sys_file.in.h: <sys/file.h> header file.
21365         * m4/flock.m4: M4 macros.
21366         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21367         * modules/flock: flock module.
21368         * modules/flock-tests: flock tests module.
21369         * modules/sys_file: sys/file.h module.
21370         * tests/test-flock.c: test suite for flock.
21371
21372 2008-10-06  Jim Meyering  <meyering@redhat.com>
21373
21374         bootstrap: check for LT_INIT more portably still ;-)
21375         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21376         Spotted by Bruno Haible.
21377
21378 2008-10-06  Eric Blake  <ebb9@byu.net>
21379
21380         test-signbit: avoid tripping Irix cc bug on -0.0L
21381         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21382         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21383         entire testsuite consistent and avoids an Irix 6.2 bug.
21384
21385 2008-10-05  Bruno Haible  <bruno@clisp.org>
21386             Jim Meyering  <jim@meyering.net>
21387
21388         Add an option for ignoring EPIPE during close_stdout.
21389         * lib/closeout.h: Include <stdbool.h>.
21390         (close_stdout_set_ignore_EPIPE): New declaration.
21391         * lib/closeout.c: Include <stdbool.h>.
21392         (ignore_EPIPE): New variable.
21393         (close_stdout_set_ignore_EPIPE): New function.
21394         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21395         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21396         failure.
21397         * modules/closeout (Depends-on): Add stdbool.
21398
21399 2008-10-05  Bruno Haible  <bruno@clisp.org>
21400
21401         * modules/accept: New file.
21402         * modules/bind: New file.
21403         * modules/connect: New file.
21404         * modules/getpeername: New file.
21405         * modules/getsockname: New file.
21406         * modules/getsockopt: New file.
21407         * modules/listen: New file.
21408         * modules/recv: New file.
21409         * modules/recvfrom: New file.
21410         * modules/send: New file.
21411         * modules/sendto: New file.
21412         * modules/setsockopt: New file.
21413         * modules/socket: New file.
21414         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21415         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21416         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21417         the particular module is requested. Add a link warning when the
21418         particular module is not requested.
21419         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21420         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21421         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21422         the particular module is requested.
21423         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21424         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21425         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21426         * modules/sys_socket (Depends-on): Add link-warning.
21427         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21428         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21429         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21430         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21431         GL_LINK_WARNING.
21432         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21433         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21434         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21435         * doc/posix-functions/getpeername.texi: Mention the new module
21436         'getpeername'.
21437         * doc/posix-functions/getsockname.texi: Mention the new module
21438         'getsockname'.
21439         * doc/posix-functions/getsockopt.texi: Mention the new module
21440         'getsockopt'.
21441         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21442         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21443         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21444         * doc/posix-functions/send.texi: Mention the new module 'send'.
21445         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21446         * doc/posix-functions/setsockopt.texi: Mention the new module
21447         'setsockopt'.
21448         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21449         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21450         listen, connect, accept.
21451         * modules/select-tests (Depends-on): Likewise.
21452
21453 2008-10-05  Bruno Haible  <bruno@clisp.org>
21454
21455         * lib/winsock.c (strerror): Remove unused #undef.
21456         (rpl_close): Remove unused local variable.
21457
21458         * modules/sys_socket (Depends-on); Add errno.
21459
21460 2008-10-05  Bruno Haible  <bruno@clisp.org>
21461
21462         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21463         (select): Add a link warning when the 'select' module is not used.
21464         * modules/sys_select (Depends-on): Add link-warning.
21465         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21466         Suggested by Paolo Bonzini.
21467
21468 2008-10-05  Jim Meyering  <meyering@redhat.com>
21469
21470         bootstrap: check for LT_INIT more portably
21471         * build-aux/bootstrap: Avoid using grep -E, since it's not
21472         portable enough.  Suggestion from Bruno Haible.
21473
21474 2008-10-05  Bruno Haible  <bruno@clisp.org>
21475
21476         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21477         as being fixed by gnulib.
21478
21479 2008-10-05  Bruno Haible  <bruno@clisp.org>
21480
21481         * modules/select-tests: New file, mostly copied from
21482         modules/sys_select-tests.
21483         * tests/test-select.c: New file, mostly copied from
21484         tests/test-sys_select.c.
21485         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21486         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21487         (Makefile.am): Remove test_sys_select_LDADD.
21488
21489         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21490         to an undefined symbol, for an error message.
21491         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21492         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21493         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21494         winsock-select.c here.
21495         * modules/sys_select (Files): Remove lib/winsock-select.c.
21496         (Depends-on): Remove alloca.
21497         (Makefile.am): Substitute GNULIB_SELECT.
21498         * modules/select: New file.
21499         * doc/posix-functions/select.texi: Update.
21500
21501 2008-10-05  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21504         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21505         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21506         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21507         getdtablesize.
21508         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21509         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21510
21511 2008-10-05  Bruno Haible  <bruno@clisp.org>
21512
21513         * modules/getdtablesize-tests: New file.
21514         * tests/test-getdtablesize.c: New file.
21515
21516         New module 'getdtablesize'.
21517         * lib/unistd.in.h (getdtablesize): New declaration.
21518         * lib/getdtablesize.c: New file.
21519         * m4/getdtablesize.m4: New file.
21520         * modules/getdtablesize: New file.
21521         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21522         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21523         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21524         HAVE_GETDTABLESIZE.
21525         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21526
21527 2008-10-05  Bruno Haible  <bruno@clisp.org>
21528
21529         * modules/sched (Makefile.am): Fix typo.
21530         Reported by Simon Josefsson.
21531
21532 2008-10-05  Jim Meyering  <meyering@redhat.com>
21533
21534         bootstrap: check for LT_INIT, too
21535         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21536         are deprecated.  Suggestion from Ralf Wildenhues.
21537
21538 2008-10-05  Bruno Haible  <bruno@clisp.org>
21539
21540         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21541         overriding them by ours.
21542         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21543
21544 2008-10-05  Jim Meyering  <meyering@redhat.com>
21545
21546         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21547         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21548         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21549
21550 2008-10-04  Bruno Haible  <bruno@clisp.org>
21551
21552         * modules/dup2 (License): Change to LGPLv2+.
21553         * modules/sleep (License): Likewise.
21554         * modules/perror (License): Likewise.
21555         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21556         Blake.
21557         * modules/signal (License): Likewise.
21558         * modules/sigprocmask (License): Likewise.
21559         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21560         Meyering.
21561
21562 2008-10-04  Bruno Haible  <bruno@clisp.org>
21563
21564         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21565         Reported by Rainer Tammer <tammer@tammer.net>.
21566
21567 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21568             Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21571         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21572         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21573
21574 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21575
21576         filevercmp: new module
21577         * lib/filevercmp.h: New function filevercmp comparing version strings.
21578         * lib/filevercmp.c: Implementation of filevercmp function.
21579         * modules/filevercmp: Module metadata.
21580         * tests/test-filevercmp.c: Unit test for new module.
21581         * modules/filevercmp-tests: Unit test metadata.
21582         * MODULES.html.sh: Add filevercmp module.
21583
21584 2008-10-03  Bruno Haible  <bruno@clisp.org>
21585
21586         * lib/c-ctype.h: Add comment.
21587         Reported by Jim Meyering.
21588
21589 2008-10-02  Bruno Haible  <bruno@clisp.org>
21590
21591         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21592
21593 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21594
21595         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21596         name of bootstrap.conf accordingly.
21597
21598 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21599
21600         * build-aux/bootstrap: Install git-merge-changelog configuration
21601         items into .gitconfig if needed.
21602
21603 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21604
21605         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21606         git repository, and initialize/update it accordingly.
21607
21608 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21609
21610         * modules/fsync-tests: New file.
21611         * tests/test-fsync.c: New file.
21612
21613         New module 'fsync'.
21614         * lib/fsync.c: New file.
21615         * m4/fsync.m4: New file.
21616         * modules/fsync: New file.
21617         * lib/unistd.in.h (fsync): New declaration.
21618         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21619         GNULIB_FSYNC and HAVE_FSYNC.
21620         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21621         * MODULES.html.sh (posix_functions): Add fsync.
21622         * doc/posix-functions/fsync.texi: Mention the new module.
21623
21624 2008-10-02  Jim Meyering  <meyering@redhat.com>
21625
21626         fts.c: sync with similar code from coreutils' remove.c
21627         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21628         Guard also with "#if defined __linux__", since for now at least,
21629         this code is Linux-kernel-specific.
21630
21631 2008-10-02  Jim Meyering  <meyering@redhat.com>
21632
21633         fts: bug fixes
21634         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21635         Include <sys/vfs.h>, not <sys/statfs.h>.
21636
21637         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21638         Include <sys/vfs.h>, not <sys/statfs.h>.
21639
21640 2008-10-01  Bruno Haible  <bruno@clisp.org>
21641
21642         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21643         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21644         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21645         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21646         * doc/posix-functions/posix_spawnp.texi: Likewise.
21647         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21648         whether posix_spawn actually works.
21649         * m4/pipe.m4 (gl_PIPE): Likewise.
21650         * modules/execute (Files): Add m4/posix_spawn.m4.
21651         * modules/pipe (Files): Add m4/posix_spawn.m4.
21652         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21653
21654 2008-10-01  Jim Meyering  <meyering@redhat.com>
21655
21656         remove trailing spaces
21657         * NEWS: Likewise.
21658         * lib/poll.c (poll): Likewise.
21659         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21660         * lib/winsock.c (rpl_close): Likewise.
21661         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21662         * modules/yield: Likewise.
21663         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21664         * tests/test-sys_select.c (connect_to_socket): Likewise.
21665
21666         fts.c: adjust a new interface to be more generally useful
21667         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21668         (fts_build): Adjust caller.
21669
21670 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21671
21672         * modules/cond-tests: New file.
21673         * tests/test-cond.c: New file.
21674
21675 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21676             Bruno Haible  <bruno@clisp.org>
21677
21678         * modules/cond (Dependencies): Add errno, time.
21679         * lib/glthread/cond.h: Include <time.h>.
21680         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21681         across platforms.
21682
21683 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21684             Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21687
21688 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21689             Bruno Haible  <bruno@clisp.org>
21690
21691         * modules/tls-tests (Depends-on): Add thread, yield.
21692         (configure.ac): Remove all checks.
21693         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21694         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21695         gl_thread_self): Remove definitions. Include glthread/thread.h and
21696         glthread/yield.h instead.
21697         (test_tls): Pass an additional NULL argument to gl_thread_join.
21698
21699 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21700             Bruno Haible  <bruno@clisp.org>
21701
21702         * modules/lock-tests (Depends-on): Add thread, yield.
21703         (configure.ac): Remove all checks.
21704         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21705         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21706         gl_thread_self): Remove definitions. Include glthread/thread.h and
21707         glthread/yield.h instead.
21708         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21709         additional NULL argument to gl_thread_join.
21710
21711 2008-09-30  Bruno Haible  <bruno@clisp.org>
21712
21713         Fix the Win32 implementation of the 'thread' module.
21714         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21715         pointer type.
21716         (gl_thread_self): Invoke gl_thread_self_func.
21717         (gl_thread_self_func): New declaration.
21718         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21719         (do_init_self_key, init_self_key): New functions.
21720         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21721         Remove some fields.
21722         (running_threads, running_lock): Remove variables.
21723         (get_current_thread_handle): New function.
21724         (gl_thread_self_func, wrapper_func, glthread_create_func,
21725         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21726         simplified.
21727
21728 2008-09-30  Bruno Haible  <bruno@clisp.org>
21729
21730         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21731         files.
21732
21733 2008-09-30  Jim Meyering  <meyering@redhat.com>
21734
21735         fts.m4: correct the test for statfs.f_type
21736         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21737         when checking for statfs.f_type.
21738
21739 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21740
21741         tests: avoid some compiler warnings
21742         * tests/test-memchr.c (main): Pass NULL indirectly.
21743         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21744
21745 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
21746
21747         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21748         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21749         exactly specified dayshifts.
21750         (dayshift): New rule.
21751         (rel): Add dayshift.
21752         (relative_time_table) [tomorrow, yesterday, today, now]:
21753         Use tDAY_SHIFT in place of tDAY_UNIT.
21754         * tests/test-getdate.c: Add tests for now-disallowed countable
21755         dayshifts, e.g., "4 yesterday ago".
21756
21757 2008-09-29  Bruno Haible  <bruno@clisp.org>
21758
21759         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21760         * tests/test-posix_spawn1.in.sh: Renamed from
21761         tests/test-posix_spawn.in.sh.
21762         * tests/test-posix_spawn2.c: New file.
21763         * tests/test-posix_spawn2.in.sh: New file.
21764         * modules/posix_spawnp-tests (Files): Update.
21765         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21766
21767 2008-09-29  Bruno Haible  <bruno@clisp.org>
21768
21769         Propagate effects of putenv/setenv/unsetenv to child processes.
21770         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21771         * lib/pipe.c (create_pipe): Likewise.
21772
21773 2008-09-29  Bruno Haible  <bruno@clisp.org>
21774
21775         Enable use of shell scripts as executables in mingw.
21776         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21777         run the program as a shell script.
21778         * lib/pipe.c (create_pipe): Likewise.
21779         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21780         resulting array.
21781
21782 2008-09-29  Eric Blake  <ebb9@byu.net>
21783
21784         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21785
21786 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21787
21788         * doc/posix-functions/accept.texi: Update mingw problems.
21789         * doc/posix-functions/bind.texi: Update mingw problems.
21790         * doc/posix-functions/close.texi: Update mingw problems.
21791         * doc/posix-functions/connect.texi: Update mingw problems.
21792         * doc/posix-functions/getpeername.texi: Update mingw problems.
21793         * doc/posix-functions/getsockname.texi: Update mingw problems.
21794         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21795         * doc/posix-functions/ioctl.texi: Update mingw problems.
21796         * doc/posix-functions/listen.texi: Update mingw problems.
21797         * doc/posix-functions/recv.texi: Update mingw problems.
21798         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21799         * doc/posix-functions/select.texi: Update mingw problems.
21800         * doc/posix-functions/send.texi: Update mingw problems.
21801         * doc/posix-functions/sendto.texi: Update mingw problems.
21802         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21803         * doc/posix-functions/socket.texi: Update mingw problems.
21804
21805 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21806             Bruno Haible  <bruno@clisp.org>
21807
21808         * lib/sys_select.in.h: Include sys/time.h.
21809         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21810         * modules/sys_select: Depend on sys_time.
21811         * tests/test-sys_select.c: Test that sys/select.h defines struct
21812         timeval fully.
21813
21814 2008-09-29  Bruno Haible  <bruno@clisp.org>
21815
21816         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21817         * lib/sys_select.in.h: Likewise.
21818
21819 2008-09-29  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21822
21823 2008-09-29  Bruno Haible  <bruno@clisp.org>
21824
21825         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21826         Set LIBSOCKET instead of augmenting LIBS.
21827         * modules/sockets (Link): New section.
21828         * modules/sockets-tests (test_sockets_LDADD): New variable.
21829         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21830         * modules/poll-tests (test_poll_LDADD): New variable.
21831         * NEWS: Document the change.
21832
21833 2008-09-29  Bruno Haible  <bruno@clisp.org>
21834
21835         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21836         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21837         ARPA_INET_H directly.
21838         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21839
21840 2008-09-28  Bruno Haible  <bruno@clisp.org>
21841
21842         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21843         from gl_HEADER_SYS_SOCKET.
21844         (gl_HEADER_SYS_SOCKET): Invoke it.
21845         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21846
21847 2008-09-28  Bruno Haible  <bruno@clisp.org>
21848
21849         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21850         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21851         Needed on OSF/1 4.0.
21852
21853 2008-09-28  Bruno Haible  <bruno@clisp.org>
21854
21855         Override open more carefully.
21856         * lib/open.c (orig_open): New function.
21857         (rpl_open): Use orig_open instead of open.
21858         * lib/fcntl.in.h: Add special invocation convention.
21859         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21860         (gl_FUNC_OPEN): Invoke it.
21861
21862         Override freopen more carefully.
21863         * lib/freopen.c (orig_freopen): New function.
21864         (rpl_freopen): Use orig_freopen instead of freopen.
21865         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21866         (gl_FUNC_FREOPEN): Invoke it.
21867
21868         Override fopen more carefully.
21869         * lib/fopen.c (orig_fopen): New function.
21870         (rpl_fopen): Use orig_fopen instead of fopen.
21871         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21872         (gl_FUNC_FOPEN): Invoke it.
21873         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21874
21875 2008-09-28  Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21878         SIGPIPE.
21879
21880 2008-09-28  Bruno Haible  <bruno@clisp.org>
21881
21882         * tests/test-sigaction.c (handler, main): Disable the check whether
21883         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21884         glibc systems with LinuxThreads.
21885
21886 2008-09-28  Bruno Haible  <bruno@clisp.org>
21887
21888         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21889
21890         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21891         with AIX xlc.
21892         * lib/fcntl.in.h (open): Likewise.
21893         Reported by Rainer Tammer <tammer@tammer.net>.
21894
21895 2008-09-28  Bruno Haible  <bruno@clisp.org>
21896
21897         * modules/posix_spawnp-tests: New file.
21898         * tests/test-posix_spawn.c: New file.
21899         * tests/test-posix_spawn.in.sh: New file.
21900
21901         New module 'posix_spawnp'.
21902         * modules/posix_spawnp: New file.
21903         * lib/spawnp.c: New file, from GNU libc with modifications.
21904         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21905
21906         New module 'posix_spawn'.
21907         * modules/posix_spawn: New file.
21908         * lib/spawn.c: New file, from GNU libc with modifications.
21909         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21910
21911         New module 'posix_spawnattr_destroy'.
21912         * modules/posix_spawnattr_destroy: New file.
21913         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21914         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21915         module.
21916
21917         New module 'posix_spawnattr_setsigmask'.
21918         * modules/posix_spawnattr_setsigmask: New file.
21919         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21920         modifications.
21921         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21922         new module.
21923
21924         New module 'posix_spawnattr_getsigmask'.
21925         * modules/posix_spawnattr_getsigmask: New file.
21926         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21927         modifications.
21928         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21929         new module.
21930
21931         New module 'posix_spawnattr_setsigdefault'.
21932         * modules/posix_spawnattr_setsigdefault: New file.
21933         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21934         modifications.
21935         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21936         new module.
21937
21938         New module 'posix_spawnattr_getsigdefault'.
21939         * modules/posix_spawnattr_getsigdefault: New file.
21940         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21941         modifications.
21942         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21943         new module.
21944
21945         New module 'posix_spawnattr_setschedpolicy'.
21946         * modules/posix_spawnattr_setschedpolicy: New file.
21947         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21948         modifications.
21949         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21950         new module.
21951
21952         New module 'posix_spawnattr_getschedpolicy'.
21953         * modules/posix_spawnattr_getschedpolicy: New file.
21954         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21955         modifications.
21956         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21957         new module.
21958
21959         New module 'posix_spawnattr_setschedparam'.
21960         * modules/posix_spawnattr_setschedparam: New file.
21961         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21962         modifications.
21963         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21964         new module.
21965
21966         New module 'posix_spawnattr_getschedparam'.
21967         * modules/posix_spawnattr_getschedparam: New file.
21968         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21969         modifications.
21970         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21971         new module.
21972
21973         New module 'posix_spawnattr_setpgroup'.
21974         * modules/posix_spawnattr_setpgroup: New file.
21975         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21976         modifications.
21977         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21978         module.
21979
21980         New module 'posix_spawnattr_getpgroup'.
21981         * modules/posix_spawnattr_getpgroup: New file.
21982         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21983         modifications.
21984         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21985         module.
21986
21987         New module 'posix_spawnattr_setflags'.
21988         * modules/posix_spawnattr_setflags: New file.
21989         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21990         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21991         module.
21992
21993         New module 'posix_spawnattr_getflags'.
21994         * modules/posix_spawnattr_getflags: New file.
21995         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21996         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21997         module.
21998
21999         New module 'posix_spawnattr_init'.
22000         * modules/posix_spawnattr_init: New file.
22001         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22002         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22003         module.
22004
22005         New module 'posix_spawn_file_actions_destroy'.
22006         * modules/posix_spawn_file_actions_destroy: New file.
22007         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22008         modifications.
22009         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22010         the new module.
22011
22012         New module 'posix_spawn_file_actions_addopen'.
22013         * modules/posix_spawn_file_actions_addopen: New file.
22014         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22015         modifications.
22016         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22017         the new module.
22018
22019         New module 'posix_spawn_file_actions_adddup2'.
22020         * modules/posix_spawn_file_actions_adddup2: New file.
22021         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22022         modifications.
22023         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22024         the new module.
22025
22026         New module 'posix_spawn_file_actions_addclose'.
22027         * modules/posix_spawn_file_actions_addclose: New file.
22028         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22029         modifications.
22030         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22031         the new module.
22032
22033         New module 'posix_spawn_file_actions_init'.
22034         * modules/posix_spawn_file_actions_init: New file.
22035         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22036         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22037         new module.
22038
22039         New module 'posix_spawn-internal'.
22040         * modules/posix_spawn-internal: New file.
22041         * lib/spawn_int.h: New file, from GNU libc with modifications.
22042         * lib/spawni.c: New file, from GNU libc with modifications.
22043         * m4/posix_spawn.m4: New file.
22044
22045         New module 'spawn'.
22046         * modules/spawn: New file.
22047         * lib/spawn.in.h: New file, from GNU libc with modifications.
22048         * m4/spawn_h.m4: New file.
22049         * doc/posix-headers/spawn.texi: Mention the new module.
22050
22051 2008-09-28  Bruno Haible  <bruno@clisp.org>
22052
22053         * modules/sched-tests: New file.
22054         * tests/test-sched.c: New file.
22055
22056         New module 'sched'.
22057         * modules/sched: New file.
22058         * lib/sched.in.h: New file.
22059         * m4/sched_h.m4: New file.
22060         * doc/posix-headers/sched.texi: Mention the new module.
22061
22062 2008-09-27  Eric Blake  <ebb9@byu.net>
22063
22064         Fix previous patch, and tweak references to $0.
22065         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22066         (func_version, func_gnulib_dir): Don't call this program
22067         gnulib-tool.
22068         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22069         with using $0 in function.
22070         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22071         (func_fatal_error): Reuse the name the user invoked us with.
22072
22073 2008-09-27  Bruno Haible  <bruno@clisp.org>
22074
22075         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22076         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22077         (gl_ICONV_H): Not here.
22078         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22079         instead of assigning ICONV_H directly.
22080
22081         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22082         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22083         WCHAR_H directly.
22084
22085 2008-09-27  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22088         * modules/arpa_inet (Depends-on): Add link-warning.
22089         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22090         * modules/unistd (Makefile.am): Likewise.
22091
22092 2008-09-26  Bruno Haible  <bruno@clisp.org>
22093
22094         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22095         variables.
22096         (func_version): Essentially copied from gnulib-tool.
22097         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22098         func_readlink): Copied from gnulib-tool.
22099
22100 2008-09-26  Bruno Haible  <bruno@clisp.org>
22101
22102         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22103         invoking git-version-gen.
22104
22105 2008-09-26  Bruno Haible  <bruno@clisp.org>
22106
22107         * posix-modules: Update to directory names changed on 2008-01-19.
22108         Remove commas in output before splitting into words. No more need to
22109         avoid 'ftruncate' since 2007-02-19.
22110
22111 2008-09-26  Bruno Haible  <bruno@clisp.org>
22112
22113         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22114
22115 2008-09-26  Bruno Haible  <bruno@clisp.org>
22116
22117         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22118         * modules/fwriteerror (Depends-on): Add errno.
22119
22120 2008-09-26  Bruno Haible  <bruno@clisp.org>
22121
22122         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22123         * tests/test-vc-list-files-cvs.sh: Likewise.
22124
22125 2008-09-26  Bruno Haible  <bruno@clisp.org>
22126
22127         * doc/posix-headers/sys_resource.texi: Reorder items.
22128
22129 2008-09-26  Jim Meyering  <meyering@redhat.com>
22130
22131         fts: tweak inode comparison function
22132         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22133         inode numbers, as documented.
22134
22135         fts: sort dirent entries on inode number before traversing
22136         This avoids a quadratic, seek-related performance penalty when
22137         operating on a directory containing many entries (measurable at 10k;
22138         3.5 hours at 2 million entries with a cold cache) on certain types
22139         of file systems, including ext3 and ext4, but not tmpfs.
22140         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22141         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22142         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22143         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22144         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22145         (fts_build): Set the stat.st_ino member from D_INO.
22146         If it is likely to be useful, sort dirent entries on inode number.
22147
22148         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22149         and the struct statfs.f_type member.
22150         * modules/fts (Depends-on): Add d-ino.
22151
22152 2008-09-26  Bruno Haible  <bruno@clisp.org>
22153
22154         * modules/sigpipe-die (Depends-on): Add sigpipe.
22155
22156         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22157         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22158         and GNULIB_STDIO_H_SIGPIPE are set.
22159         * lib/stdio-write.c: New file.
22160         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22161         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22162         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22163         REPLACE_STDIO_WRITE_FUNCS.
22164         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22165         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22166         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22167         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22168         * modules/stdio (Files): Add lib/stdio-write.c.
22169         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22170         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22171         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22172         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22173         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22174         REPLACE_FPRINTF_POSIX.
22175         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22176         REPLACE_PRINTF_POSIX.
22177         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22178         REPLACE_VFPRINTF_POSIX.
22179         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22180         REPLACE_VPRINTF_POSIX.
22181         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22182         SIGPIPE issue.
22183         * doc/posix-functions/fputc.texi: Likewise.
22184         * doc/posix-functions/fputs.texi: Likewise.
22185         * doc/posix-functions/fwrite.texi: Likewise.
22186         * doc/posix-functions/printf.texi: Likewise.
22187         * doc/posix-functions/putc.texi: Likewise.
22188         * doc/posix-functions/putchar.texi: Likewise.
22189         * doc/posix-functions/puts.texi: Likewise.
22190         * doc/posix-functions/vfprintf.texi: Likewise.
22191         * doc/posix-functions/vprintf.texi: Likewise.
22192
22193         * modules/safe-write (Depends-on): Add write.
22194
22195         * modules/sigpipe-tests: New file.
22196         * tests/test-sigpipe.c: New file.
22197         * tests/test-sigpipe.sh: New file.
22198
22199         * modules/write: New file.
22200         * lib/unistd.in.h: Include <sys/types.h>.
22201         (write): New declaration.
22202         * lib/write.c: New file.
22203         * m4/write.m4: New file.
22204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22205         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22206         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22207         GNULIB_WRITE, REPLACE_WRITE.
22208         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22209         and the SIGPIPE issue.
22210
22211         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22212         (raise): New declaration.
22213         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22214         (ext_signal): New function.
22215         (rpl_raise): New function.
22216         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22217         GNULIB_SIGNAL_H_SIGPIPE.
22218         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22219         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22220
22221         * modules/sigpipe: New file.
22222         * m4/sigpipe.m4: New file.
22223
22224 2008-09-25  Derek Price  <derek@ximbiot.com>
22225             Bruno Haible  <bruno@clisp.org>
22226
22227         * gnulib-tool (func_import): Report all license incompatibilities, not
22228         just the first one.
22229
22230 2008-09-25  Bruno Haible  <bruno@clisp.org>
22231
22232         * gnulib-tool (func_import): When computing the edits, consider not
22233         only the Makefile.ams that exist but also those that will be generated.
22234
22235 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22236
22237         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22238         fixes gnulib-tool --test warning about duplicate dependency.
22239
22240 2008-09-25  Bruno Haible  <bruno@clisp.org>
22241
22242         * gnulib-tool: Don't ask the user to perform edits in the generated
22243         Makefile.ams.
22244         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22245         apply to the Makefile.am being generated.
22246         (func_emit_tests_Makefile_am): Execute edits that apply to the
22247         Makefile.am being generated.
22248         (func_import): Setup list of Makefile.am edits before emitting the
22249         Makefile.ams, not at the end.
22250         (func_create_testdir): Update.
22251         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22252
22253 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22254
22255         * gnulib-tool (func_import): Store the --tests-base option in the
22256         comment in gnulib-cache.m4.
22257
22258 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22259
22260         * NEWS: Document increased portability that sys_select now provides.
22261
22262         * lib/sys_select.in.h: Install select wrapper.
22263         * lib/sys_socket.in.h: Use more descriptive name when there is no
22264         select wrapper.
22265         * lib/winsock-select.c: New.
22266         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22267         Require gl_HEADER_SYS_SOCKET.
22268         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22269         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22270         * tests/test-sys_select.c: Add functional tests.
22271
22272 2008-09-24  Eric Blake  <ebb9@byu.net>
22273
22274         open, fopen: close fd leak in last patch
22275         * lib/open.c (rpl_open): Close fd before returning error.
22276         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22277         * doc/posix-functions/open.texi (open): Document that Irix also
22278         has the bug.
22279         * doc/posix-functions/fopen.texi (fopen): Likewise.
22280         Reported by Paolo Bonzini.
22281
22282 2008-09-24  Bruno Haible  <bruno@clisp.org>
22283
22284         Ensure that a filename ending in a slash cannot be used to access a
22285         non-directory.
22286         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22287         to check whether it's really a directory.
22288         * lib/fopen.c: Include fcntl.h, unistd.h.
22289         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22290         and fdopen().
22291         * modules/fopen (Depends-on): Add unistd.
22292         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22293         * tests/test-fopen.c (main): Likewise.
22294         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22295         * doc/posix-functions/fopen.texi: Likewise.
22296         Reported by Eric Blake.
22297
22298 2008-09-23  Eric Blake  <ebb9@byu.net>
22299
22300         c-stack: avoid compiler optimizations when provoking overflow
22301         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22302         recursion harder to optimize, to ensure a stack overflow occurs.
22303         * tests/test-c-stack.c (recurse): Likewise.
22304         Borrowed from libsigsegv.
22305
22306         c-stack: work around Irix sigaltstack bug
22307         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22308         whether sigaltstack uses wrong end of stack_t (copied in part from
22309         libsigsegv).
22310         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22311         Irix bug, without requiring an over-allocation.
22312         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22313         bug.
22314
22315         fopen: document mingw bug on directories
22316         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22317         not allowing a stream visiting a directory, even though reading
22318         from such a stream is not portable.
22319
22320 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22321
22322         * lib/poll.c: Rewrite.
22323         * modules/poll: Depend on alloca.
22324
22325 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22326
22327         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22328         instead define prototypes for a full set of wrappers.  Ensure
22329         that Cygwin does not use the compatibility code, which is only
22330         for MinGW.
22331         * lib/winsock.c: New.
22332         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22333         * modules/sys_socket: Add lib/winsock.c.
22334
22335         * modules/poll-tests: Add errno and perror.
22336         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22337
22338 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22339
22340         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22341
22342 2008-09-23  Bruno Haible  <bruno@clisp.org>
22343
22344         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22345         * doc/glibc-functions/*: Likewise.
22346
22347 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22348
22349         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22350         success.
22351
22352 2008-09-22  Eric Blake  <ebb9@byu.net>
22353             Bruno Haible  <bruno@clisp.org>
22354
22355         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22356         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22357         supply %A but mishandle pseudo-NaN.
22358         Reported by Simon Josefsson.
22359
22360 2008-09-21  Bruno Haible  <bruno@clisp.org>
22361
22362         * tests/test-lock.c (main): Tweak skip message.
22363         * tests/test-tls.c (main): Likewise.
22364
22365 2008-09-21  Bruno Haible  <bruno@clisp.org>
22366
22367         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22368         whether 'struct sigaction' has sa_sigaction here...
22369         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22370         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22371
22372 2008-09-21  Bruno Haible  <bruno@clisp.org>
22373
22374         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22375         section.
22376         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22377         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22378         the new section.
22379         (Support for obsolete systems lacking POSIX:2001): New section.
22380         (String handling <string.h>): Move strdup to the new section.
22381         Suggested by Simon Josefsson and Paolo Bonzini.
22382
22383 2008-09-21  Bruno Haible  <bruno@clisp.org>
22384
22385         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22386         exponents in %e and %g results on 'long double'. Needed for mingw's
22387         improved *printf functions.
22388         * tests/test-vasprintf-posix.c (test_function): Likewise.
22389         * tests/test-snprintf-posix.h (test_function): Likewise.
22390         * tests/test-sprintf-posix.h (test_function): Likewise.
22391         Reported by Eric Blake.
22392
22393 2008-09-21  Bruno Haible  <bruno@clisp.org>
22394
22395         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22396         * tests/test-sprintf-posix.h (test_function): Likewise.
22397
22398 2008-09-21  Bruno Haible  <bruno@clisp.org>
22399
22400         * modules/getpass (Depends-on): Add strdup-posix.
22401
22402         New module 'strdup-posix'.
22403         * modules/strdup-posix: New file.
22404         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22405         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22406         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22407         REPLACE_STRDUP.
22408         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22409         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22410         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22411         strdup-posix.
22412
22413         * modules/strdup (Depends-on): Remove malloc-posix.
22414
22415 2008-09-20  Bruno Haible  <bruno@clisp.org>
22416
22417         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22418         Wildenhues.
22419
22420 2008-09-20  Bruno Haible  <bruno@clisp.org>
22421
22422         Ensure that wint_t gets defined on IRIX 5.3.
22423         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22424         * lib/wctype.in.h (wint_t): Likewise.
22425         (__wctype_wint_t): Remove type.
22426         (isw*): Use wint_t instead of __wctype_wint_t.
22427         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22428         * modules/wchar (Files): Add m4/wint_t.m4.
22429         (Makefile.am): Substitute HAVE_WINT_T.
22430         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22431         * tests/test-wctype.c: Check that wint_t is defined.
22432         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22433         * doc/posix-headers/wctype.texi: Likewise.
22434         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22435
22436 2008-09-18  Bruno Haible  <bruno@clisp.org>
22437
22438         * gnulib-tool (func_exit): Update comment.
22439
22440 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22441
22442         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22443         assumes strdup exists and does not depend on strdup to return
22444         ENOMEM on out of memory conditions.
22445
22446 2008-09-18  Bruno Haible  <bruno@clisp.org>
22447
22448         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
22449         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22450         digits for the exponent.
22451
22452 2008-09-18  Jim Meyering  <meyering@redhat.com>
22453             Bruno Haible  <bruno@clisp.org>
22454
22455         * lib/vasnprintf.c (decimal_point_char): Define also if
22456         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22457
22458 2008-09-16  Bruno Haible  <bruno@clisp.org>
22459         and Eric Blake  <ebb9@byu.net>
22460
22461         vasnprintf: support Irix 5.3
22462         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22463         that mishandle long double infinity.
22464         Reported by Tom G. Christensen.
22465
22466 2008-09-16  Bruno Haible  <bruno@clisp.org>
22467
22468         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22469         Solaris 9.
22470         * doc/glibc-functions/alphasort.texi: Likewise.
22471         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22472
22473 2008-09-16  Jim Meyering  <meyering@redhat.com>
22474
22475         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22476         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22477         a umask modification leak out of a subshell.  Otherwise, the
22478         opensolaris /bin/sh would be accepted and thus cause unwarranted
22479         failures in the coreutils test suite.
22480
22481 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22482
22483         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22484         to succeed.
22485
22486 2008-09-16  Jim Meyering  <meyering@redhat.com>
22487
22488         avoid spurious test failure when library is built without ACL support
22489         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22490         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22491         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22492         * tests/test-copy-acl.sh: Likewise.
22493
22494 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22495
22496         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22497         based on character occurrence counts.
22498
22499 2008-09-15  Eric Blake  <ebb9@byu.net>
22500
22501         tests: avoid some compiler warnings
22502         * tests/test-memchr.c (main): Pass NULL indirectly.
22503         * tests/test-closein.c (main): Avoid unused variable.
22504
22505 2008-09-15  Bruno Haible  <bruno@clisp.org>
22506
22507         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22508         are missing on OpenBSD 4.0 individually.
22509         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22510
22511 2008-09-15  Bruno Haible  <bruno@clisp.org>
22512
22513         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22514         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22515         * doc/posix-functions/perror.texi: Likewise.
22516         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22517         is missing.
22518         Reported by Eric Blake.
22519
22520         * lib/errno.in.h: Use replacement values >= 2000.
22521         Reported by Eric Blake.
22522
22523 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22524
22525         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22526         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22527         limit.
22528         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22529         compareseq was aborted.
22530
22531 2008-09-14  Bruno Haible  <bruno@clisp.org>
22532
22533         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22534         yvec_edit_count.
22535         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22536         (fstrcmp_bounded): Simplify result computation accordingly.
22537
22538 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22539
22540         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22541         (fstrcmp): Define in terms of fstrcmp_bounded.
22542         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22543         lower_bound argument.
22544         Return quickly if the result is certainly < lower_bound.
22545         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22546
22547 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22548
22549         * lib/diffseq.h (EARLY_ABORT): New macro.
22550         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22551         evaluates to true.
22552
22553 2008-09-14  Bruno Haible  <bruno@clisp.org>
22554
22555         * modules/perror-tests: New file.
22556         * tests/test-perror.sh: New file.
22557         * tests/test-perror.c: New file.
22558
22559         New module 'perror'.
22560         * lib/stdio.in.h (perror): New declaration.
22561         * lib/perror.c: New file.
22562         * m4/perror.m4: New file.
22563         * modules/perror: New file.
22564         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22565         * doc/posix-functions/perror.texi: Mention the perror module.
22566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22567         REPLACE_PERROR.
22568         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22569         REPLACE_PERROR.
22570
22571 2008-09-14  Bruno Haible  <bruno@clisp.org>
22572
22573         * modules/stdio (Makefile.am): Reorder to match the order in
22574         lib/stdio.in.h.
22575         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22576
22577 2008-09-13  Bruno Haible  <bruno@clisp.org>
22578
22579         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22580
22581 2008-09-13  Bruno Haible  <bruno@clisp.org>
22582
22583         Extend strerror to cover the added errno values.
22584         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22585         (rpl_strerror): Provide error messages for the added errno values and
22586         for the WSA* values.
22587         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22588         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22589         strerror.
22590         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22591         * modules/strerror (Depends-on): Add errno.
22592         * doc/posix-functions/strerror.texi: Document the change.
22593         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22594         and EOVERFLOW.
22595
22596 2008-09-13  Bruno Haible  <bruno@clisp.org>
22597
22598         * modules/EOVERFLOW: Remove file.
22599         * m4/eoverflow.m4: Remove file.
22600         * modules/EOVERFLOW-tests: Remove file.
22601         * tests/test-EOVERFLOW.c: Remove file.
22602         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22603         * modules/ftell (Depends-on): Likewise.
22604         * modules/getdelim (Depends-on): Likewise.
22605         * modules/getugroups (Depends-on): Likewise.
22606         * modules/poll (Depends-on): Likewise.
22607         * modules/snprintf (Depends-on): Likewise.
22608         * modules/sprintf-posix (Depends-on): Likewise.
22609         * modules/vasnprintf (Depends-on): Likewise.
22610         * modules/vasprintf (Depends-on): Likewise.
22611         * modules/vfprintf-posix (Depends-on): Likewise.
22612         * modules/vsnprintf (Depends-on): Likewise.
22613         * modules/vsprintf-posix (Depends-on): Likewise.
22614         * modules/xvasprintf (Depends-on): Likewise.
22615         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22616         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22617         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22618         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22619         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22620         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22621         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22622         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22623         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22624         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22625         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22626         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22627         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22628         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22629         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22630         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22631         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22632         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22633         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22634         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22635         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22636         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22637         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22638         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22639         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22640         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22641         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22642         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22643         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22644         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22645         * MODULES.html.sh: Remove EOVERFLOW.
22646         * NEWS: Mention the change.
22647
22648 2008-09-13  Bruno Haible  <bruno@clisp.org>
22649
22650         * modules/errno-tests: New file.
22651         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22652
22653         * lib/errno.in.h: New file.
22654         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22655         * modules/errno: New file.
22656         * doc/posix-headers/errno.texi: Update documentation.
22657         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22658
22659 2008-09-13  Bruno Haible  <bruno@clisp.org>
22660
22661         * tests/test-poll.c: Use #if for native Windows, rather than testing
22662         __MSVCRT__.
22663
22664 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22665             Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/glob.c: Don't include <pwd.h> on native Windows.
22668         (WINDOWS32): New macro.
22669         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22670
22671 2008-09-13  Bruno Haible  <bruno@clisp.org>
22672
22673         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22674         (ETIMEDOUT): Remove macro.
22675         (glthread_cond_timedwait_multithreaded): New declaration.
22676         (glthread_cond_timedwait): Use it.
22677         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22678         (glthread_cond_timedwait_multithreaded): New function.
22679
22680 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22681
22682         * modules/poll-tests: Do not check for io.h.
22683         * tests/test-poll.c: Check for __MSVCRT__ instead.
22684
22685 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22686
22687         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22688         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22689         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22690
22691 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22692
22693         * modules/poll-tests: New.
22694         * tests/test-poll.c: New.
22695
22696 2008-09-12  Eric Blake  <ebb9@byu.net>
22697
22698         frexp: test for NetBSD failure on -0.0
22699         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22700         not all, bugs from NetBSD 3.0 have been fixed.
22701         * doc/posix-functions/frexp.texi (frexp): Document bug.
22702         Reported by Thomas Klausner.
22703
22704         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22705         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22706         literal -0.0.
22707         Reported by Jonathan C. Patschke <jp@centtech.com>.
22708
22709 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22710
22711         * lib/glthread/cond.h: Use dummy implementation also if
22712         USE_WIN32_THREADS.
22713
22714 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22715
22716         * modules/fnmatch-posix (License): Change to LGPLv2+.
22717         * modules/fnmatch-gnu (License): Likewise.
22718
22719 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22720
22721         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22722
22723 2008-09-11  Jim Meyering  <meyering@redhat.com>
22724
22725         * users.txt: Add gtk-vnc.
22726
22727 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22728
22729         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22730         rotate amounts.
22731
22732         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22733         required for 16-bit and 8-bit rotates.
22734         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22735         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22736         UINT8_MAX instead of hard-coded constants.
22737         Suggested by Paul Eggert.
22738
22739 2008-09-07  Bruno Haible  <bruno@clisp.org>
22740
22741         * tests/test-striconveh.c (main): Check behaviour when converting from
22742         UTF-7.
22743
22744         Make striconveh work better with stateful encodings.
22745         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22746         that iconv does not increment the inptr when returning -1/EINVAL.
22747
22748 2008-09-07  Bruno Haible  <bruno@clisp.org>
22749
22750         * build-aux/config.rpath: Update according to libtool-2.2.6.
22751         * build-aux/config.libpath: Likewise.
22752
22753 2008-09-06  Bruno Haible  <bruno@clisp.org>
22754
22755         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22756         * lib/freadptr.c (freadptr): Likewise.
22757         * lib/freadseek.c (freadptrinc): Likewise.
22758         Reported by Simon Josefsson.
22759
22760 2008-09-06  Bruno Haible  <bruno@clisp.org>
22761
22762         * modules/freadptr (License): Change to LGPLv2+.
22763         * modules/freadseek (License): Likewise.
22764         Suggested by Eric Blake.
22765
22766         * modules/memchr2 (License): Change to LGPLv2+.
22767         Approved by Eric Blake.
22768
22769 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22770             Bruno Haible  <bruno@clisp.org>
22771
22772         Make gnulib-tool work with native 'sed' on AIX.
22773         * gnulib-tool (sed_noop): New variable.
22774         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22775         func_add_or_update, func_create_testdir): Use it to initialize sed
22776         script variables.
22777         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22778
22779 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22780             Bruno Haible  <bruno@clisp.org>
22781
22782         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22783         also works after #include directives.
22784
22785 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
22786
22787         getdate.y: reject an out-of-range timezone value
22788         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22789         the range [-24...+24].  When specified with only one or two digits,
22790         * tests/test-getdate.c: Tests for the fix.
22791         * doc/getdate.texi: Document this change.
22792
22793 2008-09-03  Bruno Haible  <bruno@clisp.org>
22794
22795         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22796
22797 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22798
22799         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22800         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22801         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22802         Blake <ebb9@byu.net>.
22803
22804         * tests/test-bitrotate.c: Add more test vectors.
22805
22806 2008-09-02  Eric Blake  <ebb9@byu.net>
22807
22808         vasnprintf-posix: handle large precision via %.*d
22809         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22810         when handling it ourselves.
22811         * tests/test-vasnprintf-posix.c (test_function): Add test.
22812         * tests/test-snprintf-posix.h (test_function): Likewise.
22813         * tests/test-sprintf-posix.h (test_function): Likewise.
22814         * tests/test-vasprintf-posix.c (test_function): Likewise.
22815         Reported by Alain Guibert.
22816
22817 2008-09-01  Eric Blake  <ebb9@byu.net>
22818
22819         c-stack: make configure-time check more robust
22820         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22821         successful sigaction call.
22822         Reported by Tom G. Christensen.
22823
22824 2008-09-01  Bruno Haible  <bruno@clisp.org>
22825
22826         New module 'findprog-lgpl'.
22827         * modules/findprog-lgpl: New file.
22828         * lib/findprog-lgpl.c: New file.
22829         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22830         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22831         to decide whether to use strdup or xstrdup, concatenated_filename or
22832         xconcatenated_filename.
22833
22834 2008-09-01  Bruno Haible  <bruno@clisp.org>
22835
22836         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22837         'xconcat-filename' (GPL).
22838         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22839         (License): Change to LGPLv2+.
22840         * modules/xconcat-filename: New file.
22841         * lib/concat-filename.h (concatenated_filename): Change specification.
22842         (xconcatenated_filename): New declaration.
22843         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22844         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22845         memory situations.
22846         * lib/xconcat-filename.c: New file.
22847         * NEWS: Mention the change.
22848         * lib/findprog.c: Include concat-filename.h, not filename.h.
22849         (find_in_path): Use xconcatenated_filename instead of
22850         concatenated_filename.
22851         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22852         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22853         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22854         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22855         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22856         instead of concatenated_filename.
22857         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22858         (execute_java_class): Use xconcatenated_filename instead of
22859         concatenated_filename.
22860         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22861         * modules/javacomp (Depends-on): Likewise.
22862         * modules/javaexec (Depends-on): Likewise.
22863
22864 2008-09-01  Bruno Haible  <bruno@clisp.org>
22865
22866         Split module 'filename' into 'filename' and 'concat-filename'.
22867         * modules/filename: Keep only lib/filename.h.
22868         (License): Change to LGPLv2+.
22869         * modules/concat-filename: New file, extracted from modules/filename.
22870         * lib/filename.h (concatenated_filename): Remove declaration.
22871         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22872         * lib/concat-filename.c: Include concat-filename.h.
22873         * NEWS: Mention the change.
22874
22875 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22876
22877         * lib/bitrotate.h (rotl8, rotr8): Add.
22878
22879         * modules/bitrotate (configure.ac): Need
22880         AC_REQUIRE([AC_C_INLINE]).
22881         (Description): Mention stdint.h.  Reported by Bruno Haible
22882         <bruno@clisp.org>.
22883
22884         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22885         Paolo Bonzini <bonzini@gnu.org>.
22886
22887 2008-08-31  Bruno Haible  <bruno@clisp.org>
22888
22889         Assume Solaris specific bi-arch conventions on Solaris systems.
22890         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22891         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22892         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22893         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22894         like acl_libdirstem.
22895         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22896         acl_libdirstem.
22897         * NEWS: Mention the change.
22898         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22899
22900 2008-08-31  Jim Meyering  <meyering@redhat.com>
22901
22902         * lib/strftime.h: Add comments describing the two added arguments.
22903
22904         remove duplicate #include directives
22905         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22906         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22907
22908 2008-08-31  Bruno Haible  <bruno@clisp.org>
22909
22910         New module 'sigpipe-die'.
22911         * modules/sigpipe-die: New file.
22912         * lib/sigpipe-die.h: New file.
22913         * lib/sigpipe-die.c: New file.
22914         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22915
22916 2008-08-31  Bruno Haible  <bruno@clisp.org>
22917
22918         Don't override previously installed signal handlers.
22919         * lib/fatal-signal.c (saved_sigactions): New variable.
22920         (uninstall_handlers): Reset the signal to the saved handler, not
22921         to SIG_DFL (except when ignored).
22922         (install_handlers): Save the previous handlers.
22923
22924 2008-08-30  Bruno Haible  <bruno@clisp.org>
22925
22926         * gnulib-tool (func_reset_sigpipe): New function.
22927         (func_get_automake_snippet, func_modules_transitive_closure,
22928         func_import): Invoke it before a join command that reads from stdin,
22929         to avoid "echo: write error: Broken pipe" error messages on stderr.
22930         Reported by Sam Steingold <sds@gnu.org>.
22931
22932 2008-08-30  Bruno Haible  <bruno@clisp.org>
22933
22934         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22935         Code copied from m4/open.m4.
22936         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22937         access and the filename ends in a slash. Code copied from lib/open.c.
22938         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22939         * tests/test-fopen.c (main): Check against bug with trailing slash.
22940
22941 2008-08-29  Bruno Haible  <bruno@clisp.org>
22942
22943         Avoid some "gcc -pedantic" warnings.
22944         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22945         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22946         * lib/dirent.in.h: Likewise.
22947         * lib/fcntl.in.h: Likewise.
22948         * lib/float.in.h: Likewise.
22949         * lib/iconv.in.h: Likewise.
22950         * lib/inttypes.in.h: Likewise.
22951         * lib/locale.in.h: Likewise.
22952         * lib/math.in.h: Likewise.
22953         * lib/netinet_in.in.h: Likewise.
22954         * lib/search.in.h: Likewise.
22955         * lib/signal.in.h: Likewise.
22956         * lib/stdarg.in.h: Likewise.
22957         * lib/stdint.in.h: Likewise.
22958         * lib/stdio.in.h: Likewise.
22959         * lib/stdlib.in.h: Likewise.
22960         * lib/string.in.h: Likewise.
22961         * lib/strings.in.h: Likewise.
22962         * lib/sys_select.in.h: Likewise.
22963         * lib/sys_socket.in.h: Likewise.
22964         * lib/sys_stat.in.h: Likewise.
22965         * lib/sys_time.in.h: Likewise.
22966         * lib/sysexits.in.h: Likewise.
22967         * lib/time.in.h: Likewise.
22968         * lib/unistd.in.h: Likewise.
22969         * lib/wchar.in.h: Likewise.
22970         * lib/wctype.in.h: Likewise.
22971         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22972         * modules/fchdir (Makefile.am): Likewise.
22973         * modules/fcntl (Makefile.am): Likewise.
22974         * modules/float (Makefile.am): Likewise.
22975         * modules/iconv_open (Makefile.am): Likewise.
22976         * modules/inttypes (Makefile.am): Likewise.
22977         * modules/locale (Makefile.am): Likewise.
22978         * modules/math (Makefile.am): Likewise.
22979         * modules/netinet_in (Makefile.am): Likewise.
22980         * modules/search (Makefile.am): Likewise.
22981         * modules/signal (Makefile.am): Likewise.
22982         * modules/stdarg (Makefile.am): Likewise.
22983         * modules/stdint (Makefile.am): Likewise.
22984         * modules/stdio (Makefile.am): Likewise.
22985         * modules/stdlib (Makefile.am): Likewise.
22986         * modules/string (Makefile.am): Likewise.
22987         * modules/strings (Makefile.am): Likewise.
22988         * modules/sys_select (Makefile.am): Likewise.
22989         * modules/sys_socket (Makefile.am): Likewise.
22990         * modules/sys_stat (Makefile.am): Likewise.
22991         * modules/sys_time (Makefile.am): Likewise.
22992         * modules/sysexits (Makefile.am): Likewise.
22993         * modules/time (Makefile.am): Likewise.
22994         * modules/unistd (Makefile.am): Likewise.
22995         * modules/wchar (Makefile.am): Likewise.
22996         * modules/wctype (Makefile.am): Likewise.
22997         Reported by Reuben Thomas <rrt@sc3d.org>.
22998
22999 2008-08-29  Bruno Haible  <bruno@clisp.org>
23000
23001         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23002         any more.
23003
23004 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23005
23006         * MODULES.html.sh (Misc): Add bitrotate.
23007
23008         * modules/bitrotate: New file.
23009
23010         * lib/bitrotate.h: New file.
23011
23012         * modules/bitrotate-tests: New file.
23013
23014         * tests/test-bitrotate.c: New file.
23015
23016         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23017         on the bitrotate module.
23018
23019         * lib/arctwo.c: Use new bitrotate module.
23020
23021 2008-08-29  Jim Meyering  <meyering@redhat.com>
23022
23023         bootstrap: merge changes from coreutils
23024         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23025         of copied files.  Remove a kludge, now that this is fixed.
23026         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23027         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23028         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23029
23030 2008-08-29  Bruno Haible  <bruno@clisp.org>
23031
23032         * MODULES.html.sh: Remove --cvs-urls option.
23033
23034 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23035
23036         maint.mk: adjust to file name change
23037         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23038
23039 2008-08-28  Jim Meyering  <meyering@redhat.com>
23040
23041         * modules/getndelim2 (License): Relicense to LGPLv2+.
23042         Approved by Richard Stallman for the version of 1995, and by
23043         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23044
23045 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23046
23047         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23048         dummy if one is not available.  Do not touch them if
23049         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23050         (getc_maybe_unlocked): New.
23051         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23052
23053 2008-08-26  Eric Blake  <ebb9@byu.net>
23054
23055         doc/INSTALL: resync from autoconf
23056         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23057         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23058         moving...
23059         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23060         * INSTALL: Regenerate.
23061         * INSTALL.ISO: New file.
23062         * INSTALL.UTF-8: Likewise.
23063
23064 2008-08-26  Jim Meyering  <meyering@redhat.com>
23065
23066         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23067         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23068         these definitions conditional, so that they may be overridden, too.
23069
23070 2008-08-26  Bruno Haible  <bruno@clisp.org>
23071
23072         Generate INSTALL file variants with prettier quotes.
23073         * doc/Makefile (INSTALL_PRELUDE): New macro.
23074         (INSTALL): Use it.
23075         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23076
23077 2008-08-26  Bruno Haible  <bruno@clisp.org>
23078
23079         Run makeinfo in an English locale.
23080         * doc/Makefile (MAKEINFO): New variable.
23081
23082 2008-08-26  Bruno Haible  <bruno@clisp.org>
23083
23084         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23085         Suggested by Eric Blake.
23086
23087 2008-08-25  Bruno Haible  <bruno@clisp.org>
23088
23089         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23090
23091 2008-08-25  Eric Blake  <ebb9@byu.net>
23092
23093         c-stack: test that stack overflow can be caught
23094         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23095         that platform allows handling stack overflow; at least OS/2 EMX
23096         has sigaltstack, but crashes before transferring control to
23097         handler on stack overflow.
23098         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23099         check for HAVE_STACK_OVERFLOW_HANDLING.
23100         Reported by Elbert Pol.
23101
23102 2008-08-25  Bruno Haible  <bruno@clisp.org>
23103
23104         * doc/posix-functions/strftime.texi: Fix description of strftime
23105         module.
23106
23107 2008-08-24  Bruno Haible  <bruno@clisp.org>
23108
23109         * tests/uniwidth/test-uc_width2.c: New file.
23110         * tests/uniwidth/test-uc_width2.sh: New file.
23111         * modules/uniwidth/width-tests (Files): Add the new files.
23112         (TESTS): Add uniwidth/test-uc_width2.sh.
23113         (TESTS_ENVIRONMENT): New variable.
23114         (check_PROGRAMS): Add test-uc_width2.
23115         (test_uc_width2_SOURCES): New variable.
23116
23117         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23118         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23119         not 0x00AB.
23120         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23121
23122 2008-08-22  Eric Blake  <ebb9@byu.net>
23123
23124         test-lock, test-tls: mention why a test is skipped
23125         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23126         skipped.
23127         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23128
23129         count-one-bits: relax license
23130         * modules/count-one-bits (License): Relicense to LGPLv2+.
23131         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23132
23133 2008-08-22  Andreas Schwab  <schwab@suse.de>
23134
23135         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23136         Remove spurious space in assignment.
23137
23138 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23139
23140         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23141         Paul Eggert <eggert@CS.UCLA.EDU>.
23142
23143 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23144
23145         * modules/gettext: Add m4/threadlib.m4.
23146
23147 2008-08-19  Eric Blake  <ebb9@byu.net>
23148
23149         test-c-stack: fix compilation failure on FreeBSD 5.0
23150         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23151         headers before <sys/resource.h>.
23152         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23153         the bug.
23154         Reported by Nelson H. F. Beebe.
23155
23156         strverscmp: migrate from "strverscmp.h" to <string.h>
23157         * modules/string (Makefile.am): Add new hooks.
23158         * modules/strverscmp (Files): Remove strverscmp.h.
23159         (Depends-on): Add string.
23160         (configure.ac): Add indicator.
23161         (Include): Mention new header.
23162         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23163         defaults.
23164         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23165         results.
23166         * lib/strverscmp.h: Delete.
23167         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23168         * tests/test-strverscmp.c (includes): Adjust client.
23169         * lib/check-version.c (includes): Likewise.
23170         * NEWS: Document the change.
23171
23172         strverscmp: add unit test
23173         * modules/strverscmp-tests: New file.
23174         * tests/test-strverscmp.c: Likewise.
23175
23176 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23177
23178         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23179         regarding Windows crypto stuff, from Mono.
23180
23181 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23182
23183         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23184         if present, for intel RND.  Return error on failures.
23185
23186 2008-08-18  Ben Pfaff  <blp@gnu.org>
23187
23188         gitlog-to-changelog: give better diagnostic for failed pipe-open
23189         * build-aux/gitlog-to-changelog: Improve error message: suggest
23190         that the version of Git may be too old.
23191
23192 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23193
23194         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23195         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23196
23197 2008-08-18  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23200         pthread_in_use().
23201
23202 2008-08-18  Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/glthread/threadlib.c: Include <pthread.h>.
23205
23206 2008-08-18  Bruno Haible  <bruno@clisp.org>
23207
23208         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23209         glthread_recursive_lock_* macros.
23210         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23211         Fix syntax error.
23212
23213 2008-08-18  Bruno Haible  <bruno@clisp.org>
23214
23215         * lib/glthread/thread.c: Avoid forcing a context switch right after
23216         thread creation.
23217
23218 2008-08-17  Bruno Haible  <bruno@clisp.org>
23219
23220         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23221         * lib/glthread/thread.h: Provide Win32 specific implementation.
23222         * modules/thread (Files): Add lib/glthread/thread.c.
23223         (Depends-on): Add lock.
23224         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23225
23226 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23227
23228         New module 'yield'.
23229         * modules/yield: New file.
23230         * lib/glthread/yield.h: New file.
23231         * m4/yield.m4: New file.
23232         * MODULES.html.sh (Multithreading): Add yield.
23233
23234 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23235
23236         New module 'thread'.
23237         * modules/thread: New file.
23238         * lib/glthread/thread.h: New file.
23239         * m4/thread.m4: New file.
23240         * MODULES.html.sh (Multithreading): Add thread.
23241
23242 2008-08-17  Bruno Haible  <bruno@clisp.org>
23243
23244         * lib/glthread/lock.h: Include <stdlib.h> always.
23245         * lib/glthread/tls.h: Likewise.
23246         * lib/glthread/cond.h: Likewise.
23247
23248 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23249
23250         New module 'cond'.
23251         * modules/cond: New file.
23252         * lib/glthread/cond.h: New file.
23253         * lib/glthread/cond.c: New file.
23254         * m4/cond.m4: New file.
23255         * MODULES.html.sh (Multithreading): Add cond.
23256
23257 2008-08-16  Eric Blake  <ebb9@byu.net>
23258
23259         c-stack: fix regression on Irix 5.3 from 2008-06-21
23260         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23261         sa_sigaction...
23262         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23263         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23264         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23265         * modules/signal (Makefile.am): Use the value.
23266         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23267         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23268         * doc/posix-headers/signal.texi (signal.h): Document this
23269         portability issue.
23270         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23271         Reported by Tom G. Christensen.
23272
23273 2008-08-17  Bruno Haible  <bruno@clisp.org>
23274
23275         New module 'threadlib'.
23276         * modules/threadlib: New file.
23277         * lib/glthread/threadlib.c: New file, extracted from
23278         lib/glthread/lock.c.
23279         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23280         functions.
23281         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23282         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23283         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23284         macros.
23285         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23286         (gl_DISABLE_THREADS): Remove macro.
23287         * modules/lock (Files): Remove build-aux/config.rpath.
23288         (Depends-on): Remove havelib. Add threadlib.
23289         (configure.ac-early): Remove section.
23290         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23291         * modules/tls (Depends-on): Remove lock. Add threadlib.
23292         (Link): New section, copied from threadlib.
23293         * MODULES.html.sh (Multithreading): Add threadlib.
23294
23295 2008-08-14  Bruno Haible  <bruno@clisp.org>
23296
23297         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23298         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23299         glthread_rwlock_unlock, glthread_rwlock_destroy,
23300         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23301         glthread_recursive_lock_destroy): Define as macros always.
23302         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23303         glthread_lock_lock.
23304         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23305         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23306         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23307         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23308         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23309         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23310         (glthread_recursive_lock_lock_func): Renamed from
23311         glthread_recursive_lock_lock.
23312         (glthread_recursive_lock_unlock_func): Renamed from
23313         glthread_recursive_lock_unlock.
23314         (glthread_recursive_lock_destroy_func): Renamed from
23315         glthread_recursive_lock_destroy.
23316
23317 2008-08-14  Bruno Haible  <bruno@clisp.org>
23318
23319         * lib/glthread/lock.h: Renamed from lib/lock.h.
23320         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23321         * lib/glthread/tls.h: Renamed from lib/tls.h.
23322         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23323         * lib/fstrcmp.c: Update includes.
23324         * lib/strsignal.c: Update includes.
23325         * modules/lock (Files, Makefile.am): Update.
23326         (Include): Change to "glthread/lock.h".
23327         * modules/tls (Files, Makefile.am): Update.
23328         (Include): Change to "glthread/tls.h".
23329         * tests/test-lock.c: Update includes.
23330         * tests/test-tls.c: Update includes.
23331         * NEWS: Mention the renamed header files.
23332
23333 2008-08-11  Jim Meyering  <meyering@redhat.com>
23334
23335         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23336
23337 2008-08-11  Eric Blake  <ebb9@byu.net>
23338
23339         test-c-stack: avoid C99-ism
23340         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23341         before statement.
23342         Reported by Alain Guibert.
23343
23344 2008-08-10  Jim Meyering  <meyering@redhat.com>
23345
23346         ensure that return value of uinttostr et al are not ignored
23347         * lib/inttostr.h (__GNUC_PREREQ): Define.
23348         (__attribute_warn_unused_result__): Define.
23349         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23350
23351 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23352
23353         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23354         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23355
23356 2008-08-07  Jim Meyering  <meyering@redhat.com>
23357
23358         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23359
23360         * modules/mkstemp (License): Relicense under LGPLv2+.
23361         * modules/tempname (License): Likewise.
23362
23363 2008-08-06  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/poll.c (poll): Further micro-optimization.
23366
23367 2008-08-06  Jim Meyering  <meyering@redhat.com>
23368
23369         inet_pton.c: use locale-independent tolower
23370         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23371         (inet_pton6): Use c_tolower rather than tolower.
23372         * modules/inet_pton (Depends-on): Add c-ctype.
23373
23374 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23375
23376         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23377         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23378
23379 2008-08-06  Jim Meyering  <meyering@redhat.com>
23380
23381         * modules/inet_pton (License): Relicense under LGPLv2+.
23382
23383 2008-08-03  Bruno Haible  <bruno@clisp.org>
23384
23385         Additional non-aborting API for lock and tls.
23386         * lib/lock.h: Include <errno.h>.
23387         (glthread_lock_init): New macro/function.
23388         (gl_lock_init): Define as wrapper around glthread_lock_init.
23389         (glthread_lock_lock): New macro/function.
23390         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23391         (glthread_lock_unlock): New macro/function.
23392         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23393         (glthread_lock_destroy): New macro/function.
23394         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23395         (glthread_rwlock_init): New macro/function.
23396         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23397         (glthread_rwlock_rdlock): New macro/function.
23398         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23399         (glthread_rwlock_wrlock): New macro/function.
23400         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23401         (glthread_rwlock_unlock): New macro/function.
23402         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23403         (glthread_rwlock_destroy): New macro/function.
23404         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23405         (glthread_recursive_lock_init): New macro/function.
23406         (gl_recursive_lock_init): Define as wrapper around
23407         glthread_recursive_lock_init.
23408         (glthread_recursive_lock_lock): New macro/function.
23409         (gl_recursive_lock_lock): Define as wrapper around
23410         glthread_recursive_lock_lock.
23411         (glthread_recursive_lock_unlock): New macro/function.
23412         (gl_recursive_lock_unlock): Define as wrapper around
23413         glthread_recursive_lock_unlock.
23414         (glthread_recursive_lock_destroy): New macro/function.
23415         (gl_recursive_lock_destroy): Define as wrapper around
23416         glthread_recursive_lock_destroy.
23417         (glthread_once): New macro/function.
23418         (gl_once): Define as wrapper around glthread_once.
23419         Update function declarations.
23420         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23421         glthread_rwlock_init. Return error code.
23422         (glthread_rwlock_rdlock_multithreaded): Renamed from
23423         glthread_rwlock_rdlock. Return error code.
23424         (glthread_rwlock_wrlock_multithreaded): Renamed from
23425         glthread_rwlock_wrlock. Return error code.
23426         (glthread_rwlock_unlock_multithreaded): Renamed from
23427         glthread_rwlock_unlock. Return error code.
23428         (glthread_rwlock_destroy_multithreaded): Renamed from
23429         glthread_rwlock_destroy. Return error code.
23430         (glthread_recursive_lock_init_multithreaded): Renamed from
23431         glthread_recursive_lock_init. Return error code.
23432         (glthread_recursive_lock_lock_multithreaded): Renamed from
23433         glthread_recursive_lock_lock. Return error code.
23434         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23435         glthread_recursive_lock_unlock. Return error code.
23436         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23437         glthread_recursive_lock_destroy. Return error code.
23438         (glthread_once_call): Make static.
23439         (glthread_once_multithreaded): Renamed from glthread_once.
23440         * lib/tls.h: Include <errno.h>.
23441         (glthread_tls_key_init): New macro/function.
23442         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23443         (glthread_tls_set): New macro/function.
23444         (gl_tls_set): Define as wrapper around glthread_tls_set.
23445         (glthread_tls_key_destroy): New macro/function.
23446         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23447         Update function declarations.
23448         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23449         glthread_tls_get.
23450         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23451
23452 2008-08-04  Eric Blake  <ebb9@byu.net>
23453
23454         gnumakefile: use space, not TAB, outside of targets
23455         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23456
23457 2008-08-02  Jim Meyering  <meyering@redhat.com>
23458
23459         getdate.y: avoid locale-dependent date parsing failure
23460         In Turkish locales, getdate would fail to recognize keywords
23461         containing a lowercase "i".  The solution is not to rely on
23462         locale-sensitive case-conversion.
23463         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23464         (lookup_word): Use c_toupper in place of toupper.
23465         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23466         Reported by Vefa Bicakci <bicave@superonline.com> in
23467         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23468         * modules/getdate (Depends-on): Add c-ctype.
23469
23470 2008-08-02  Bruno Haible  <bruno@clisp.org>
23471
23472         * gnulib-tool (func_import): When updating or creating a .gitignore
23473         file, prepend each added line with a slash, and ignore leading slashes
23474         from the existing lines.
23475         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23476
23477 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23478
23479         Portability fix for GNU make 3.79.1.
23480         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23481         versions do not understand.
23482
23483 2008-08-01  Bruno Haible  <bruno@clisp.org>
23484
23485         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23486         * tests/test-isnanf.h (zero): New variable.
23487         (main): Avoid literal -0.0f.
23488         * tests/test-isnand.h (zero): New variable.
23489         (main): Avoid literal -0.0.
23490         * tests/test-isnanl.h (zero): New variable.
23491         (main): Avoid literal -0.0L.
23492         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23493         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23494         -0.0, -0.0L.
23495         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23496         (test_signbitd): Avoid literal -0.0.
23497         (test_signbitl): Avoid literal -0.0L.
23498         * tests/test-ceilf1.c (zero): New variable.
23499         (main): Avoid literal -0.0f.
23500         * tests/test-ceill.c (zero): New variable.
23501         (main): Avoid literal -0.0L.
23502         * tests/test-floorf1.c (zero): New variable.
23503         (main): Avoid literal -0.0f.
23504         * tests/test-floorl.c (zero): New variable.
23505         (main): Avoid literal -0.0L.
23506         * tests/test-roundf1.c (zero): New variable.
23507         (main): Avoid literal -0.0f.
23508         * tests/test-round1.c (zero): New variable.
23509         (main): Avoid literal -0.0.
23510         * tests/test-roundl.c (zero): New variable.
23511         (main): Avoid literal -0.0L.
23512         * tests/test-truncf1.c (zero): New variable.
23513         (main): Avoid literal -0.0f.
23514         * tests/test-trunc1.c (zero): New variable.
23515         (main): Avoid literal -0.0.
23516         * tests/test-truncl.c (zero): New variable.
23517         (main): Avoid literal -0.0L.
23518         * tests/test-frexp.c (zero): New variable.
23519         (main): Avoid literal -0.0.
23520         * tests/test-frexpl.c (zero): New variable.
23521         (main): Avoid literal -0.0L.
23522         * tests/test-ldexpl.c (zero): New variable.
23523         (main): Avoid literal -0.0L.
23524         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23525         (zerod, zerol): New variables.
23526         (test_function): Avoid literals -0.0, -0.0L.
23527         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23528         (zerod, zerol): New variables.
23529         (test_function): Avoid literals -0.0, -0.0L.
23530         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23531         (zerod, zerol): New variables.
23532         (test_function): Avoid literals -0.0, -0.0L.
23533         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23534         (zerod, zerol): New variables.
23535         (test_function): Avoid literals -0.0, -0.0L.
23536         * tests/test-strtod.c (zero): New variable.
23537         (main): Avoid literal -0.0.
23538         Reported by Jonathan C. Patschke <jp@centtech.com>.
23539
23540 2008-07-31  Jim Meyering  <meyering@redhat.com>
23541
23542         sha256.h: correct definition of SHA224_DIGEST_SIZE
23543         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23544         Reported by Paulie Pena IV <paulie4@gmail.com>.
23545         Define as 224 / 8, rather than as a literal.
23546         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23547         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23548         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23549
23550 2008-07-31  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23553         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23554         Reported by Jonathan Patschke <jp@centtech.com>.
23555
23556 2008-07-31  Bruno Haible  <bruno@clisp.org>
23557
23558         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23559         Reported by Paolo Bonzini <bonzini@gnu.org>.
23560
23561 2008-07-30  Eric Blake  <ebb9@byu.net>
23562
23563         test-strtod: allow compilation without -lm
23564         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23565         Reported by Dennis Clarke <blastwave@gmail.com>.
23566
23567 2008-07-28  Jim Meyering  <meyering@redhat.com>
23568
23569         bootstrap: work also when there are no .po files in po/
23570         * build-aux/bootstrap (update_po_files): Complete the change
23571         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23572
23573 2008-07-27  Jim Meyering  <meyering@redhat.com>
23574
23575         * users.txt: Add zile.
23576
23577 2008-07-26  Ben Pfaff  <blp@gnu.org>
23578
23579         Add missing dependencies on new m4/exponent[fdl].m4 files.
23580         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23581         * modules/isnand-nolibm: Add m4/exponentd.m4.
23582         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23583         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23584         m4/isnan[fdl].m4, because the macros actually used moved.
23585         Reported by Jim Meyering.
23586
23587 2008-07-14  Ben Pfaff  <blp@gnu.org>
23588
23589         Add isinf module.
23590         * lib/isinf.c: New file.
23591         * lib/math.in.h: Define isinf macro if we have decided to replace
23592         it.
23593         * m4/isinf.m4: New file.
23594         * m4/math_h.m4: Initialize and substitute variables for isinf
23595         module.
23596         * modules/isinf: New file.
23597         * modules/isinf-tests: New file.
23598         * modules/math: Add substitutions for new module.
23599         * tests/test-isinf.c: New file.
23600         * doc/posix-functions/isinf.texi: Mention new module.
23601         * MODULES.html.sh: Mention new module.
23602
23603 2008-07-14  Ben Pfaff  <blp@gnu.org>
23604
23605         Factor out some macros for use by additional modules.
23606         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23607         exponentf.m4.
23608         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23609         exponentd.m4.
23610         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23611         file exponentl.m4.
23612         * m4/exponentf.m4: New file.
23613         * m4/exponentd.m4: New file.
23614         * m4/exponentl.m4: New file.
23615         * modules/isnanf: Use new file m4/exponentf.m4.
23616         * modules/isnand: Use new file m4/exponentd.m4.
23617         * modules/isnanl: Use new file m4/exponentl.m4.
23618
23619 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23620
23621         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23622         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23623         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23624         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23625
23626         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23627         readlink on platforms without PATH_MAX.
23628
23629 2008-07-21  Eric Blake  <ebb9@byu.net>
23630
23631         Warn, not fail, on stale version.
23632         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23633
23634         Don't allow installation with stale devel version number.
23635         * top/GNUmakefile (_is-install-target): New macro.
23636         (_curr-ver): Forbid installation with stale version number.
23637
23638 2008-07-20  Bruno Haible  <bruno@clisp.org>
23639
23640         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23641         TESTS_ENVIRONMENT.
23642         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23643
23644 2008-07-20  Bruno Haible  <bruno@clisp.org>
23645
23646         * lib/c-stack.h (c_stack_action): Add documentation.
23647         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23648
23649 2008-07-20  Bruno Haible  <bruno@clisp.org>
23650
23651         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23652         * modules/readlink (License): Likewise.
23653
23654 2008-07-17  Eric Blake  <ebb9@byu.net>
23655
23656         * modules/c-stack (Link): Fix typo.
23657
23658         Make c-stack use libsigsegv, when available.
23659         * modules/c-stack (Depends-on): Add libsigsegv.
23660         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23661         needed.
23662         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23663         (segv_handler, overflow_handler, c_stack_action)
23664         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23665         implementation when libsigsegv is available, but only when using
23666         the library is necessary.
23667         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23668         comment, explaining why XSI check fails on Linux.
23669         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23670         * tests/test-c-stack2.sh: Tweak skip message.
23671         * NEWS: Document new link-time requirements.
23672
23673 2008-07-16  Eric Blake  <ebb9@byu.net>
23674
23675         c-stack: Expose false positives when not using libsigsegv.
23676         * modules/c-stack-tests (Files): Expand test.
23677         * tests/test-c-stack.c (main): Add means to conditionally trigger
23678         non-overflow SIGSEGV.
23679         * tests/test-c-stack2.sh: New file.
23680
23681 2008-07-14  Bruno Haible  <bruno@clisp.org>
23682
23683         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23684         Reported by Eric Blake.
23685
23686 2008-07-14  Sam Steingold  <sds@gnu.org>
23687             Bruno Haible  <bruno@clisp.org>
23688
23689         New module libsigsegv.
23690         * modules/libsigsegv: New file.
23691         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23692         modifications.
23693         * MODULES.html.sh (Signal handling): New section.
23694
23695 2008-07-14  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/unictype/ctype-* (Description): Add the word "function".
23698         Improves the resulting doc in MODULES.html.
23699
23700 2008-07-12  Ben Pfaff  <blp@gnu.org>
23701
23702         Add longlong module.
23703         * modules/longlong: New file.
23704
23705 2008-07-12  Bruno Haible  <bruno@clisp.org>
23706
23707         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23708         to empty.
23709
23710 2008-07-10  Ben Pfaff  <blp@gnu.org>
23711
23712         Add isnan module.
23713         * doc/posix-functions/isnan.texi: Mention new module.
23714         * lib/math.in.h: Define isnan macro if we have decided to replace
23715         it.
23716         * m4/isnan.m4: New file.
23717         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23718         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23719         also.
23720         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23721         redundancy.
23722         * m4/math_h.m4: Initialize and substitute variables for isnan
23723         module.
23724         * modules/isnan: New file.
23725         * modules/isnan-tests: New file.
23726         * modules/math: Add substitutions for new module.
23727         * tests/test-isnan.c: New file.
23728         * MODULES.html.sh: Mention new module.
23729
23730 2008-07-10  Ben Pfaff  <blp@gnu.org>
23731
23732         Add isnanf module.
23733         * lib/isnanf.m4: New file.
23734         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23735         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23736         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23737         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23738         * modules/isnanf: New file.
23739         * modules/isnanf-tests: New file.
23740         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23741         files.
23742         * tests/test-isnanf-nolibm.c: factored most of its contents into
23743         new file tests/test-isnanf.h.
23744         * tests/test-isnanf.h: New file.
23745         * tests/test-isnanf.c: New file.
23746         * MODULES.html.sh: Mention new module.
23747         * doc/glibc-functions/isnanf.texi: Mention new module.
23748
23749 2008-07-10  Ben Pfaff  <blp@gnu.org>
23750
23751         Add isnand module.
23752         * lib/isnand.h: New file.
23753         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23754         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23755         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23756         functionality also.
23757         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23758         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23759         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23760         * modules/isnand: New file.
23761         * modules/isnand-tests: New file.
23762         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23763         files.
23764         * tests/test-isnand-nolibm.c: factored most of its contents into
23765         new file tests/test-isnand.h.
23766         * tests/test-isnand.h: New file.
23767         * tests/test-isnand.c: New file.
23768         * MODULES.html.sh: Mention new module.
23769
23770 2008-07-10  Ben Pfaff  <blp@gnu.org>
23771
23772         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23773         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23774         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23775         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23776         * modules/isnanf-nolibm: Update references to renamed files.
23777         * modules/isnand-nolibm: Likewise.
23778         * modules/isnanf-nolibm-tests: Likewise.
23779         * modules/isnand-nolibm-tests: Likewise.
23780         * lib/frexp.c: Likewise.
23781         * lib/isfinite.c: Likewise.
23782         * lib/signbitd.c: Likewise.
23783         * lib/signbitf.c: Likewise.
23784         * lib/vasnprintf.c: Likewise.
23785         * tests/test-ceilf1.c: Likewise.
23786         * tests/test-ceilf2.c: Likewise.
23787         * tests/test-floorf1.c: Likewise.
23788         * tests/test-floorf2.c: Likewise.
23789         * tests/test-frexp.c: Likewise.
23790         * tests/test-round1.c: Likewise.
23791         * tests/test-round2.c: Likewise.
23792         * tests/test-roundf1.c: Likewise.
23793         * tests/test-strtod.c: Likewise.
23794         * tests/test-trunc1.c: Likewise.
23795         * tests/test-trunc2.c: Likewise.
23796         * tests/test-truncf1.c: Likewise.
23797         * tests/test-truncf2.c: Likewise.
23798         * NEWS: Mention the renamed header files.
23799
23800 2008-07-11  Jim Meyering  <meyering@redhat.com>
23801
23802         vc-list-files: make the last-resort awk code more portable
23803         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23804         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23805         does not support it.
23806
23807 2008-07-10  Eric Blake  <ebb9@byu.net>
23808
23809         Work with tar's bootstrap.
23810         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23811         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23812         an m4 comment.
23813
23814 2008-07-09  Jim Meyering  <meyering@redhat.com>
23815
23816         posix-shell.m4: fix typo that made this test malfunction
23817         * m4/posix-shell.m4: Remove capitalization in variable name.
23818
23819 2008-07-08  Bruno Haible  <bruno@clisp.org>
23820
23821         * m4/onceonly.m4: Update comments.
23822         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23823
23824 2008-07-04  Jim Meyering  <meyering@redhat.com>
23825
23826         * users.txt: Add vc-dwim.
23827         (bison, coreutils): Use the gitweb URL.
23828
23829 2008-07-03  Jim Meyering  <meyering@redhat.com>
23830
23831         * users.txt: Add libffcall.  From Sam Steingold.
23832
23833 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
23834
23835         getdate.y: do not ignore TZ with relative day, month or year offset
23836         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23837         relative-date-handling, since otherwise, the latter would clobber the
23838         sole output (an updated Start value) of the tz-handling block.
23839         * tests/test-getdate.c: Tests for the fix
23840
23841 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23842
23843         Recognize 'foo_LIBRARIES += libgnu.a'.
23844         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23845         makefile snippet has already specified an installation location,
23846         also using '+='.
23847
23848 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
23849
23850         getdate.y: factor out common actions
23851         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23852         Use them in place of open-coded actions.
23853
23854 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23855
23856         Add self-test for getdate module.
23857         * modules/getdate-tests: New file.
23858         * tests/test-getdate.c: New file.
23859
23860 2008-06-29  Bruno Haible  <bruno@clisp.org>
23861
23862         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23863         .gitignore.
23864         Reported by Sylvain Beucler <beuc@beuc.net>.
23865
23866 2008-06-29  Bruno Haible  <bruno@clisp.org>
23867
23868         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23869         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23870
23871 2008-06-29  Bruno Haible  <bruno@clisp.org>
23872
23873         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23874         EXTRA_DIST.
23875         Reported by Sylvain Beucler <beuc@beuc.net>.
23876
23877 2008-06-26  Jim Meyering  <meyering@redhat.com>
23878
23879         make several modules depend on the "open" module
23880         This provides slightly increased consistency when opening-for-write
23881         the name of a non-directory spelled with a trailing slash.
23882         * modules/chdir-safer: Likewise.
23883         * modules/chown: Likewise.
23884         * modules/clean-temp: Likewise.
23885         * modules/copy-file: Likewise.
23886         * modules/fchdir: Likewise.
23887         * modules/fcntl-safer: Likewise.
23888         * modules/pipe: Likewise.
23889         * modules/utime: Likewise.
23890         Prompted by Eric Blake and Bruno Haible.
23891
23892 2008-06-24  Andreas Schwab  <schwab@suse.de>
23893
23894         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23895         literals can be used as initializers for global variables.
23896
23897 2008-06-23  Eric Blake  <ebb9@byu.net>
23898
23899         Make gnulib-cache.m4 easier to diff.
23900         * gnulib-tool (func_import): Allow newlines when reading cached
23901         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23902
23903 2008-06-23  Bruno Haible  <bruno@clisp.org>
23904
23905         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23906         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23907         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23908         m4/signalblocking.m4.
23909         (gl_PREREQ_SIGACTION): Don't invoke it.
23910         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23911         gl_PREREQ_SIG_HANDLER_H.
23912         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23913         Don't check for sigaction here.
23914
23915 2008-06-23  Bruno Haible  <bruno@clisp.org>
23916
23917         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23918         (install_handlers): Don't set the SA_RESETHAND flag.
23919
23920 2008-06-23  Bruno Haible  <bruno@clisp.org>
23921
23922         * m4/sigaction.m4: Comment fixes.
23923         * lib/signal.in.h: Likewise.
23924
23925 2008-06-23  Eric Blake  <ebb9@byu.net>
23926
23927         Fix typo.
23928         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23929
23930         Avoid SA_ namespace.
23931         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23932         Reported by Ralf Wildenhues.
23933
23934         Avoid test failure due to SA_RESTORER.
23935         * tests/test-sigaction.c (SA_MASK): New macro.
23936         (main): Avoid failing due to extension flags being set.
23937         Reported by Jim Meyering.
23938
23939         Revert use of sig-handler.h in sigprocmask.c.
23940         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23941         it requires the existence of struct sigaction.
23942         * lib/sigprocmask.c (handler_t): Restore typedef.
23943         (rpl_signal, old_handlers): Use local type.
23944
23945 2008-06-22  Bruno Haible  <bruno@clisp.org>
23946
23947         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23948         conditionally.
23949         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23950
23951 2008-06-22  Bruno Haible  <bruno@clisp.org>
23952
23953         * doc/posix-functions/siginterrupt.texi: Move note.
23954
23955         * lib/signal.in.h (SA_RESTART): New macro.
23956         * lib/sigaction.c: Update comment.
23957
23958         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23959
23960         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23961         (gl_PREREQ_SIGPROCMASK): Invoke it.
23962         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23963
23964         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23965
23966         * lib/sigprocmask.c: Update a comment.
23967
23968 2008-06-21  Eric Blake  <ebb9@byu.net>
23969
23970         Use sigaction module rather than signal().
23971         * modules/c-stack (Depends-on): Add sigaction.
23972         * modules/fatal-signal (Depends-on): Likewise.
23973         * modules/nanosleep (Depends-on): Likewise.
23974         * modules/sigprocmask (Files): Add sig-handler.h.
23975         * modules/sigaction (Files): Likewise.
23976         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23977         Eggert.
23978         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23979         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23980         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23981         (init_fatal_signals): Likewise.
23982         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23983         (siginterrupt): Delete fallback.
23984         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23985         instead.
23986         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23987         siginterrupt.
23988
23989         New module sigaction, for mingw.
23990         * modules/sigaction: New module...
23991         * modules/sigaction-tests: ...and its test.
23992         * m4/sigaction.m4: New file.
23993         * lib/sigaction.c: Likewise.
23994         * tests/test-sigaction.c: Likewise.
23995         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23996         * modules/signal (Makefile.am): Likewise.
23997         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23998         needed.
23999         * doc/posix-headers/signal.texi (signal.h): Mention provided
24000         types.
24001         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24002         that sigaction is preferable.
24003         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24004         module.
24005         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24006         sigaction.
24007
24008         Improve robustness of sigprocmask by overriding signal.
24009         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24010         is in use.
24011         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24012         (SIGKILL, SIGSTOP): Provide fallbacks.
24013         (rpl_signal): Implement.
24014         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24015         signal can be called inside handlers.
24016
24017         Fix nanosleep module on mingw.
24018         * modules/nanosleep (Depends-on): Add sys_select.
24019         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24020
24021         Fix licensing of sigprocmask.
24022         * modules/raise (License): Relicense as LGPL.
24023
24024 2008-06-21  Bruno Haible  <bruno@clisp.org>
24025
24026         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24027         result if it contains question marks.
24028         Reported by Michael Geng <linux@michaelgeng.de>.
24029
24030 2008-06-19  Bruno Haible  <bruno@clisp.org>
24031
24032         Fix CVS-ism.
24033         * doc/gnulib.texi: Include updated-stamp.texi.
24034         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24035         (updated-stamp.texi): New rule.
24036         (gnulib.info): Depend on it.
24037         * doc/.gitignore: Add updated-stamp.texi.
24038         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24039
24040 2008-06-19  Bruno Haible  <bruno@clisp.org>
24041
24042         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24043         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24044
24045 2008-06-19  Eric Blake  <ebb9@byu.net>
24046
24047         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24048         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24049         Reported by Stepan Kasal.
24050
24051 2008-06-18  Bruno Haible  <bruno@clisp.org>
24052
24053         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24054         Reported by Eric Blake.
24055
24056 2008-06-18  Eric Blake  <ebb9@byu.net>
24057
24058         Work around cygwin 1.5.25 strsignal bug.
24059         * tests/test-strsignal.c: Allow for const char *.
24060         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24061
24062 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24063
24064         * users.txt: Update URL to article and add author/date
24065         information.
24066
24067 2008-06-17  Bruno Haible  <bruno@clisp.org>
24068
24069         New macro gl_DISABLE_THREADS.
24070         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24071         if the user did not pass --enable-threads or --disable-threads option.
24072         (gl_DISABLE_THREADS): New macro.
24073         Reported by Eric Blake <ebb9@byu.net>.
24074
24075 2008-06-17  Bruno Haible  <bruno@clisp.org>
24076
24077         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24078         when the macro ignores it.
24079         Based on a patch by Eric Blake <ebb9@byu.net>.
24080
24081 2008-06-17  Bruno Haible  <bruno@clisp.org>
24082
24083         * modules/tls (License): Change to LGPLv2+.
24084         Reported by Eric Blake.
24085
24086 2008-06-17  Eric Blake  <ebb9@byu.net>
24087
24088         Simplify c-stack prerequisites.
24089         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24090         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24091         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24092         check.
24093         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24094         <sys/resource.h>.
24095
24096         Move c-stack test into testsuite.
24097         * modules/c-stack-tests: New file.
24098         * lib/c-stack.c [DEBUG]: Move test program...
24099         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24100         fail test if sigaltstack is lacking.
24101         * tests/test-c-stack.sh: New driver file.
24102
24103 2008-06-16  Eric Blake  <ebb9@byu.net>
24104
24105         Use raise module consistently.
24106         * modules/fatal-signal (Depends-on): Add raise.
24107         * modules/sigprocmask (Depends-on): Likewise.
24108         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24109         * lib/sigprocmask.c (sigprocmask): Likewise.
24110         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24111         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24112
24113         Fix compliance bug in sigpending.
24114         * lib/sigprocmask.c (sigpending): Return pending array via
24115         parameter, not return value.
24116
24117 2008-06-14  Eric Blake  <ebb9@byu.net>
24118
24119         Improve obstack-printf test code.
24120         * tests/test-obstack-printf.c (test_function): Fix comment, and
24121         simplify usage of obstack_* in macros.  Add a test for coverage.
24122         Reported by Bruno Haible.
24123
24124 2008-06-14  Bruno Haible  <bruno@clisp.org>
24125
24126         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24127         array size as a constant, not as a const variable.
24128         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24129         AC_USE_SYSTEM_EXTENSIONS.
24130         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24131         Test whether the obstack_printf function actually exists.
24132         * modules/obstack-printf (Depends-on): Add extensions.
24133         (Include): Remove obstack.h.
24134         * modules/obstack-printf-posix (Depends-on): Add extensions.
24135         (Include): Remove obstack.h.
24136
24137 2008-06-13  Eric Blake  <ebb9@byu.net>
24138
24139         Add obstack-printf and obstack-printf-posix modules.
24140         * modules/obstack-printf: New file.
24141         * modules/obstack-printf-posix: Likewise.
24142         * MODULES.html.sh (Misc): Mention them.
24143         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24144         Likewise.
24145         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24146         Likewise.
24147         * modules/stdio (Makefile.am): Accomodate new modules.
24148         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24149         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24150         Declare.
24151         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24152         functions.
24153         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24154         (gl_REPLACE_OBSTACK_PRINTF): New macros
24155         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24156         * tests/test-obstack-printf.c: New file.
24157         * modules/obstack-printf-tests: Likewise.
24158         * modules/obstack-printf-posix-tests: Likewise.
24159
24160 2008-06-11  Bruno Haible  <bruno@clisp.org>
24161
24162         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24163         * lib/open.c: Include errno.h.
24164         (open): Fail when attempting to write to a file that has a trailing
24165         slash.
24166         * tests/test-open.c (main): Test against trailing slash bug.
24167         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24168
24169 2008-06-10  Bruno Haible  <bruno@clisp.org>
24170
24171         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24172         for $? to work inside the trap command, with various /bin/sh-s.
24173         * tests/test-vc-list-files-cvs.sh: Likewise.
24174
24175 2008-06-10  Bruno Haible  <bruno@clisp.org>
24176
24177         * lib/acl-internal.h: Don't include gettext.h here.
24178         * lib/set-mode-acl.c: Include gettext.h here.
24179         * lib/copy-acl.c: Likewise.
24180
24181 2008-06-10  Bruno Haible  <bruno@clisp.org>
24182
24183         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24184         * lib/wait-process.c (wait_subprocess): Likewise.
24185         * lib/execute.h (execute): Add termsigp argument.
24186         * lib/execute.c (execute): Likewise.
24187         * lib/csharpcomp.c (compile_csharp_using_pnet,
24188         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24189         * lib/csharpexec.c (execute_csharp_using_pnet,
24190         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24191         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24192         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24193         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24194         is_jikes_present): Update.
24195         * lib/javaexec.c (execute_java_class): Update.
24196         * lib/javaversion.c (execute_and_read_line): Update.
24197         * NEWS: Document the changes.
24198         Reported by Eric Blake.
24199
24200 2008-06-10  Eric Blake  <ebb9@byu.net>
24201
24202         Add missing include.
24203         * tests/test-strstr.c (includes): Add <signal.h>.
24204         * tests/test-strcasestr.c (includes): Likewise.
24205         * tests/test-memmem.c (includes): Likewise.
24206
24207 2008-06-10  Bruno Haible  <bruno@clisp.org>
24208
24209         * lib/wait-process.c (wait_subprocess): Add an assertion.
24210
24211 2008-06-10  Bruno Haible  <bruno@clisp.org>
24212
24213         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24214
24215 2008-06-10  Bruno Haible  <bruno@clisp.org>
24216
24217         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24218         using alarm().
24219         * tests/test-strcasestr.c (main): Likewise.
24220         * tests/test-strstr.c (main): Likewise.
24221
24222 2008-06-09  Bruno Haible  <bruno@clisp.org>
24223
24224         Work around the Solaris 10 ACE ACLs ABI change.
24225         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24226         declare if ACL_NO_TRIVIAL is present.
24227         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24228         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24229         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24230         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24231         define if ACL_NO_TRIVIAL is present.
24232         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24233         and use the current ABI.
24234         (file_has_acl): Use same #if condition as elsewhere.
24235         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24236         in use, and use the current ABI.
24237         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24238         Reported by Jim Meyering.
24239
24240 2008-06-09  Eric Blake  <ebb9@byu.net>
24241
24242         Work around environments that (stupidly) ignore SIGALRM.
24243         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24244         before using alarm().
24245         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24246         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24247         Reported by Ian Beckwith <ianb@erislabs.net>.
24248
24249         Produce autobuild blurb earlier in log.
24250         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24251
24252 2008-06-09  Jim Meyering  <meyering@redhat.com>
24253         and OndÅ™ej Vašík  <ovasik@redhat.com>
24254
24255         utimens.c: correct kernel bug work-around
24256         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24257         failure, not success, and the kernel bug we're trying to work
24258         around affects not just the utimensat call, but also the fallback
24259         futimens call.
24260         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24261         not success.
24262         [HAVE_FUTIMENS]: Use the same work-around, here.
24263
24264 2008-06-09  Jim Meyering  <meyering@redhat.com>
24265
24266         add more guards around definition of ACE_-related code
24267         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24268         ALLOW and ACE_OWNER are also defined.
24269
24270 2008-06-08  Bruno Haible  <bruno@clisp.org>
24271
24272         * lib/acl-internal.h: Add me as co-author.
24273         * lib/file-has-acl.c: Likewise.
24274         * lib/set-mode-acl.c: Likewise.
24275         * lib/copy-acl.c: Likewise.
24276
24277 2008-06-08  Bruno Haible  <bruno@clisp.org>
24278
24279         Add support for AIX ACLs.
24280         * lib/acl-internal.h (acl_nontrivial): New declaration.
24281         * lib/file-has-acl.c (acl_nontrivial): New function.
24282         (file_has_acl): Add implementation using AIX 4 ACL API.
24283         * lib/set-mode-acl.c (qset_acl): Likewise.
24284         * lib/copy-acl.c (qcopy_acl): Likewise.
24285
24286 2008-06-08  Bruno Haible  <bruno@clisp.org>
24287
24288         Add support for HP-UX ACLs.
24289         * lib/acl-internal.h (acl_nontrivial): New declaration.
24290         * lib/file-has-acl.c (acl_nontrivial): New function.
24291         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24292         * lib/set-mode-acl.c (qset_acl): Likewise.
24293         * lib/copy-acl.c (qcopy_acl): Likewise.
24294
24295 2008-06-08  Bruno Haible  <bruno@clisp.org>
24296
24297         Add support for Cygwin ACLs.
24298         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24299         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24300         the chmod_or_fchmod call.
24301         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24302
24303 2008-06-08  Bruno Haible  <bruno@clisp.org>
24304
24305         Fix bug with setuid modes in Solaris 10+ code.
24306         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24307         succeeded, when the mode contains some special bits.
24308
24309 2008-06-08  Bruno Haible  <bruno@clisp.org>
24310
24311         Add support for Solaris 7..10 ACLs.
24312         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24313         declarations.
24314         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24315         functions.
24316         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24317         * lib/set-mode-acl.c (qset_acl): Likewise.
24318         * lib/copy-acl.c (qcopy_acl): Likewise.
24319
24320 2008-06-08  Bruno Haible  <bruno@clisp.org>
24321
24322         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24323         declaration.
24324         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24325         (acl_access_nontrivial): Remove MacOS X case.
24326         (file_has_acl): Use acl_extended_nontrivial.
24327         * lib/copy-acl.c (qcopy_acl): Likewise.
24328
24329 2008-06-08  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24332
24333 2008-06-08  Jim Meyering  <meyering@redhat.com>
24334
24335         * modules/acl (Maintainer): Add Bruno Haible.
24336
24337 2008-06-07  Bruno Haible  <bruno@clisp.org>
24338
24339         Improve support for Tru64 ACLs.
24340         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24341         ACL on OSF/1.
24342
24343 2008-06-07  Bruno Haible  <bruno@clisp.org>
24344
24345         Add support for MacOS X ACLs.
24346         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24347         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24348         * lib/set-mode-acl.c (qset_acl): Likewise.
24349         * lib/copy-acl.c (qcopy_acl): Likewise.
24350
24351 2008-06-07  Bruno Haible  <bruno@clisp.org>
24352
24353         Fix memory leak introduced on 2008-05-22.
24354         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24355         use.
24356
24357 2008-06-07  Bruno Haible  <bruno@clisp.org>
24358
24359         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24360         to construct an empty ACL.
24361
24362 2008-06-07  Bruno Haible  <bruno@clisp.org>
24363
24364         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24365         precisely.
24366         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24367
24368 2008-06-07  Bruno Haible  <bruno@clisp.org>
24369
24370         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24371         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24372
24373 2008-06-07  Bruno Haible  <bruno@clisp.org>
24374
24375         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24376         regardless of POSIX.
24377         * doc/posix-functions/_longjmp.texi: Likewise.
24378         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24379         SystemV platform in this case.
24380
24381 2008-06-06  Eric Blake  <ebb9@byu.net>
24382
24383         Document abort() bugs.
24384         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24385
24386         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24387         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24388         sigsetjmp.
24389         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24390         siglongjmp, but only as a macro.
24391         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24392         is obsolete.
24393         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24394
24395         Tweak documentation to cover cygwin argz bugs.
24396         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24397         argz bug fix; no code change needed since no cygwin releases
24398         occurred between the last fix and the bug being tested.
24399         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24400         module and recently fixed cygwin bugs.
24401         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24402         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24403         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24404         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24405         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24406         Likewise.
24407         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24408         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24409         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24410         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24411         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24412         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24413         Likewise.
24414
24415         Avoid gcc warning on cygwin.
24416         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24417         !ACL_NO_TRIVIAL]: Avoid unused variable.
24418
24419 2008-06-05  Eric Blake  <ebb9@byu.net>
24420
24421         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24422         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24423         git-version-gen fails to come up with a version.
24424         Reported by Simon Josefsson.
24425
24426 2008-06-05  Jim Meyering  <meyering@redhat.com>
24427             Paul Eggert  <eggert@cs.ucla.edu>
24428
24429         utimens.c: work around a probable Linux kernel bug
24430         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24431         appears to be a kernel bug that causes utimensat to return 280
24432         instead of 0, indicating success.
24433
24434 2008-06-04  Bruno Haible  <bruno@clisp.org>
24435
24436         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24437         2008-06-01 commit.
24438
24439 2008-06-04  Bruno Haible  <bruno@clisp.org>
24440
24441         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24442         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24443         (file_has_acl): Use it. Save errno afterwards.
24444         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24445
24446 2008-06-03  Bruno Haible  <bruno@clisp.org>
24447
24448         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24449         draft code. Simplify #ifs.
24450         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24451         Put Solaris code after POSIX-draft code. Fix comments regarding
24452         Solaris 10, HP-UX. Mention Cygwin.
24453         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24454
24455 2008-06-03  Eric Blake  <ebb9@byu.net>
24456
24457         Provide fallback for older kernels.
24458         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24459         Provide runtime fallback if kernel lacks support.
24460         Reported by Mike Frysinger.
24461
24462 2008-06-02  Bruno Haible  <bruno@clisp.org>
24463
24464         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24465         it exists.
24466
24467 2008-06-02  Bruno Haible  <bruno@clisp.org>
24468
24469         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24470         * lib/copy-acl.c (qcopy_acl): Update comment.
24471
24472 2008-06-02  Bruno Haible  <bruno@clisp.org>
24473
24474         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24475         like ACL APIs.
24476
24477 2008-06-02  Bruno Haible  <bruno@clisp.org>
24478
24479         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24480         * tests/test-set-mode-acl.sh: Likewise.
24481         * tests/test-copy-acl.sh: Likewise.
24482         * tests/test-copy-file.sh: Likewise.
24483
24484 2008-06-02  Bruno Haible  <bruno@clisp.org>
24485
24486         * tests/test-file-has-acl.sh: Remove unused code.
24487
24488 2008-06-01  Bruno Haible  <bruno@clisp.org>
24489
24490         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24491         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24492         messages.
24493         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24494
24495 2008-06-01  Bruno Haible  <bruno@clisp.org>
24496
24497         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24498         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24499         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24500         APIs.
24501         * modules/acl-tests (configure.ac): Remove tests now contained in
24502         m4/acl.m4.
24503
24504 2008-06-02  Jim Meyering  <meyering@redhat.com>
24505
24506         announce-gen: use a better key-server host name
24507         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24508         it may be more consistently reliable.  Suggested by Werner Koch
24509         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24510
24511 2008-06-01  Bruno Haible  <bruno@clisp.org>
24512
24513         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24514         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24515
24516 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24517
24518         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24519
24520 2008-06-01  Bruno Haible  <bruno@clisp.org>
24521
24522         New ACL tests.
24523         * tests/test-file-has-acl.sh: New file.
24524         * tests/test-file-has-acl.c: New file.
24525         * tests/test-set-mode-acl.sh: New file.
24526         * tests/test-set-mode-acl.c: New file.
24527         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24528         * tests/test-copy-acl.c: New file.
24529         * modules/acl-tests: New file, based on modules/copy-file-tests.
24530         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24531         (Depends-on): Add acl-tests.
24532         (configure.ac): Remove checks.
24533         (Makefile.am): Don't create test-sameacls program here any more.
24534
24535 2008-06-01  Bruno Haible  <bruno@clisp.org>
24536
24537         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24538         * tests/test-sameacls.c: Include progname.h.
24539         (main): Invoke set_program_name. Portability fixes for MacOS X,
24540         Solaris, HP-UX.
24541
24542 2008-06-01  Bruno Haible  <bruno@clisp.org>
24543
24544         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24545         function.
24546         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24547
24548 2008-06-01  Bruno Haible  <bruno@clisp.org>
24549
24550         * modules/rpmatch (Depends-on): Add strdup.
24551
24552 2008-06-01  Bruno Haible  <bruno@clisp.org>
24553
24554         * lib/pipe.c: Include unistd-safer.h.
24555         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24556         * modules/pipe (Depends-on): Add unistd-safer.
24557
24558 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24559
24560         * modules/autobuild (configure.ac): Call AB_INIT.
24561
24562 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24563
24564         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24565         Suggested by Bruno Haible <bruno@clisp.org>.
24566
24567 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24568
24569         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24570         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24571         <bruno@clisp.org>.
24572
24573 2008-05-29  Eric Blake  <ebb9@byu.net>
24574
24575         Prefer new POSIX 200x interfaces over futimesat.
24576         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24577         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24578         when available.
24579         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24580
24581 2008-05-28  Bruno Haible  <bruno@clisp.org>
24582
24583         * modules/stpcpy (License): Change to LGPLv2+.
24584         Requested by David Lutterkort <dlutter@redhat.com>.
24585
24586 2008-05-27  Bruno Haible  <bruno@clisp.org>
24587
24588         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24589         current mingw.
24590         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24591
24592 2008-05-27  Bruno Haible  <bruno@clisp.org>
24593
24594         * modules/iconv_open (Link): New section, from module 'iconv'.
24595         * modules/striconv (Link): Likewise.
24596         * modules/striconveh (Link): Likewise.
24597         * modules/xstriconv (Link): Likewise.
24598         * modules/unicodeio (Link): Likewise.
24599         * modules/propername (Link): Likewise.
24600         Reported by Jim Meyering.
24601
24602 2008-05-26  Jim Meyering  <meyering@redhat.com>
24603
24604         sha256: do not artificially restrict buffer length to be < 2^32
24605         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24606         uint32_t to size_t.
24607         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24608         to match.
24609
24610         avoid unaligned access errors, e.g., on sparc
24611         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24612         direct access through a possibly-unaligned uint64* pointer.
24613         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24614         direct access through a possibly-unaligned uint32* pointer.
24615         Prompted by this patch from Tom "spot" Callaway:
24616         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24617
24618         sha512.c: fix typo in comment
24619         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24620
24621 2008-05-25  Bruno Haible  <bruno@clisp.org>
24622
24623         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24624         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24625         (Makefile.am): Update lib_SOURCES.
24626
24627 2008-05-25  Bruno Haible  <bruno@clisp.org>
24628
24629         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24630
24631 2008-05-25  Jim Meyering  <meyering@redhat.com>
24632
24633         useless-if-before-free: freed expr may have white-space differences
24634         * build-aux/useless-if-before-free: Recognize cases in which the
24635         freed expression differs from the tested one in embedded white
24636         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24637         $1 was used, so we can't make any regexp shy.  Improved tests now
24638         detect this.
24639
24640         useless-if-before-free: accept white space in the expression.
24641         * build-aux/useless-if-before-free: For now, any white space
24642         in the expression must be identical in the free argument.
24643
24644         useless-if-before-free: efficiency tweak
24645         * build-aux/useless-if-before-free: Make the expression-matching
24646         regexp "shy".
24647         Make the *outer* regexp shy, not the expr-matching one.
24648
24649         update code-in-comment to accept cast of free arg
24650         * build-aux/useless-if-before-free: Update regexp.
24651
24652 2008-05-25  Bruno Haible  <bruno@clisp.org>
24653
24654         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24655         * modules/copy-file-tests (Files, Makefile.am): Update.
24656         * tests/test-copy-file.c (func_test_copy): Update.
24657
24658 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24659
24660         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24661
24662 2008-05-23  Bruno Haible  <bruno@clisp.org>
24663
24664         Improve support for ACLs on OSF/1.
24665         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24666         Remove fallback for unknown flavors of ACLs.
24667
24668 2008-05-22  Bruno Haible  <bruno@clisp.org>
24669
24670         Add support for ACLs on OSF/1.
24671         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24672         replacements.
24673         (acl_free_text): New macro fallback.
24674         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24675         acl_free.
24676         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24677         acl_free_text function. Require AC_C_INLINE.
24678
24679 2008-05-22  Bruno Haible  <bruno@clisp.org>
24680
24681         Make copy_acl work on MacOS X 10.5.
24682         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24683         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24684         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24685         If MODE_INSIDE_ACL, don't assume that every system has the same text
24686         representation for ACLs as FreeBSD.
24687         * lib/copy-acl.c (copy_acl): Add support for platforms with
24688         !MODE_INSIDE_ACL.
24689         * lib/file-has-acl.c (file_has_acl): Likewise.
24690         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24691         FreeBSD, MacOS X, or IRIX, respectively.
24692
24693 2008-05-22  Bruno Haible  <bruno@clisp.org>
24694
24695         * lib/acl.h: Don't include <sys/acl.h>.
24696         (GETACLCNT): Move fallback to lib/acl-internal.h.
24697         * lib/acl-internal.h: Include <sys/acl.h> here.
24698         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24699
24700 2008-05-22  Bruno Haible  <bruno@clisp.org>
24701
24702         Split off copy_acl function to separate file.
24703         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24704         * lib/acl.c (copy_acl): Moved function to separate file.
24705         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24706         * modules/acl (Files): Add lib/copy-acl.c.
24707         (Makefiles.am): Augment lib_SOURCES.
24708
24709 2008-05-22  Bruno Haible  <bruno@clisp.org>
24710
24711         * modules/copy-file-tests: New file.
24712         * tests/test-copy-file.sh: New file.
24713         * tests/test-copy-file.c: New file.
24714         * tests/test-copy-file-sameacls.c: New file.
24715
24716 2008-05-22  Eric Blake  <ebb9@byu.net>
24717
24718         Avoid gcc warning.
24719         * tests/test-memcmp.c (main): Pass NULL indirectly.
24720
24721 2008-05-21  Bruno Haible  <bruno@clisp.org>
24722
24723         Add reference doc about ACLs.
24724         * doc/acl-resources.txt: New file.
24725         * doc/acl-cygwin.txt: New file.
24726
24727 2008-05-21  Bruno Haible  <bruno@clisp.org>
24728
24729         Avoid one more warning from gcc.
24730         * lib/vasnprintf.c (IF_LINT): Update comments.
24731         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24732
24733 2008-05-21  Jim Meyering  <meyering@redhat.com>
24734
24735         avoid a warning from gcc
24736         * lib/vasnprintf.c (IF_LINT): Define.
24737         (scale10_round_decimal_long_double):
24738         Use it to avoid a "may be used uninitialized" warning.
24739         (scale10_round_decimal_double): Likewise.
24740
24741 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24742
24743         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24744         declared.
24745
24746 2008-05-20  Bruno Haible  <bruno@clisp.org>
24747
24748         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24749         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24750
24751 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24752
24753         * modules/memcmp-tests: New file.
24754         * tests/test-memcmp.c: New file.
24755
24756 2008-05-19  Bruno Haible  <bruno@clisp.org>
24757
24758         * modules/propername (Notice, configure.ac): Put quoted "..." into
24759         --keyword option.
24760         * lib/propername.h: Update comments accordingly.
24761         Reported by Eric Blake.
24762
24763 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24764
24765         * modules/getpass-gnu (Depends-on): Add fseeko.
24766
24767 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24768
24769         * modules/base64-tests: New file.
24770
24771 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24772
24773         * lib/base64.c (base64_decode_ctx): If a decode context structure
24774         was passed in use it to ignore newlines.  If a context structure
24775         was _not_ passed in, continue to treat newlines as garbage (this
24776         is the historical behavior).  Formerly base64_decode.
24777         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24778         takes a decode context structure.
24779         * lib/base64.h (base64_decode): Macro for four-argument calls.
24780         (base64_decode_alloc): Likewise.
24781         * lib/base64.c (base64_decode_ctx): If a decode context structure
24782         was passed in use it to ignore newlines.  If a context structure
24783         was _not_ passed in, continue to treat newlines as garbage (this
24784         is the historical behavior).  Formerly base64_decode.
24785         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24786         takes a decode context structure.
24787         * lib/base64.h (base64_decode): Macro for four-argument calls.
24788         (base64_decode_alloc): Likewise.
24789
24790 2008-05-19  Jim Meyering  <meyering@redhat.com>
24791
24792         avoid a warning from gcc
24793         * lib/trim.c (IF_LINT): Define.
24794         (trim2): Use it to avoid a "may be used uninitialized" warning.
24795
24796         Fix doc typo.
24797         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24798
24799 2008-05-19  Bruno Haible  <bruno@clisp.org>
24800
24801         * doc/glibc-functions/getpass.texi: Document limits of other
24802         implementations.
24803
24804 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24805             Bruno Haible <bruno@clisp.org>
24806
24807         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24808
24809 2008-05-18  Bruno Haible  <bruno@clisp.org>
24810
24811         * modules/propername: New file, from GNU gettext.
24812         * lib/propername.h: New file, from GNU gettext.
24813         * lib/propername.c: New file, from GNU gettext.
24814         * MODULES.html.sh (Internationalization functions): Add propername.
24815
24816 2008-05-16  Jim Meyering  <meyering@redhat.com>
24817             Bruno Haible  <bruno@clisp.org>
24818
24819         Avoid some warnings from "gcc -Wshadow".
24820         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24821
24822 2008-05-15  Eric Blake  <ebb9@byu.net>
24823
24824         Extend previous patch to cygwin 1.7.0.
24825         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24826         fast implementation in cygwin >= 1.7.0.
24827         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24828         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24829
24830 2008-05-15  Bruno Haible  <bruno@clisp.org>
24831
24832         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24833         implementation in glibc >= 2.9.
24834         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24835         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24836
24837 2008-05-15  Bruno Haible  <bruno@clisp.org>
24838
24839         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24840         (Unicode string functions): Add unilbrk/*.
24841         Reported by Karl Berry.
24842
24843 2008-05-15  Eric Blake  <ebb9@byu.net>
24844
24845         Fix violation of <stdbool.h> replacement in regex.
24846         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24847         * lib/regexec.c (re_search_internal): Likewise.
24848         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24849
24850 2008-05-15  Jim Meyering  <meyering@redhat.com>
24851
24852         avoid distracting test output when git or cvs is not found
24853         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24854         * tests/test-vc-list-files-git.sh: Likewise.
24855
24856 2008-05-15  Eric Blake  <ebb9@byu.net>
24857
24858         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24859         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24860         glibc version.
24861         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24862         * doc/posix-functions/strstr.texi (strstr): Likewise.
24863         * lib/str-two-way.h (MAX): Sychronize with glibc.
24864
24865 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24866
24867         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24868         opr.ctx_type.
24869         (calc_first): Initialize constraint field.
24870         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24871         Fix grammar.
24872         (duplicate_node): Merge constraint field for all node types.
24873         (calc_eclosure_iter): Look at constraint field for all node types.
24874         * lib/regex_internal.c (create_cd_newstate): Don't look at
24875         opr.ctx_type.
24876
24877 2008-05-14  Bruno Haible  <bruno@clisp.org>
24878
24879         Help GCC to do better code generation.
24880         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24881         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24882         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24883         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24884         Declare with attribute 'malloc' if supported.
24885
24886 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24887
24888         use "echo STR|wc -c" rather than unportable "expr length STR"
24889         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24890         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24891
24892 2008-05-14  Jim Meyering  <meyering@redhat.com>
24893
24894         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24895         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24896         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24897         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24898         via Collin Lasse.
24899
24900 2008-05-14  Eric Blake  <ebb9@byu.net>
24901
24902         Avoid quadratic growth in gl_LIBSOURCES.
24903         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24904         Suggested by Bruno Haible.
24905
24906         Test xmemdup0.
24907         * modules/xmemdup0-tests: New file.
24908         * tests/test-xmemdup0.c: Likewise.
24909
24910 2008-05-13  Eric Blake  <ebb9@byu.net>
24911
24912         Split xmemdup0 into its own module.
24913         * modules/xmemdup0: New file.
24914         * lib/xmemdup0.h: Likewise.
24915         * lib/xmemdup0.c: Likewise.
24916         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24917         * lib/xalloc.h (xmemdup0): Remove.
24918         * lib/xmalloc.c (xmemdup0): Likewise.
24919
24920 2008-05-13  Eric Blake  <ebb9@byu.net>
24921             Bruno Haible  <bruno@clisp.org>
24922
24923         Reduce number of forks required during autoconf.
24924         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24925         and gl_LIBSOURCES_DIR.
24926         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24927         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24928         m4_syscmd per file.
24929         <m4_foreach_w>: Move...
24930         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24931
24932 2008-05-13  Eric Blake  <ebb9@byu.net>
24933
24934         * gnulib-tool: Fix various comment typos.
24935
24936 2008-05-12  Bruno Haible  <bruno@clisp.org>
24937
24938         Tailor the linebreaking algorithm.
24939         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24940
24941 2008-05-12  Bruno Haible  <bruno@clisp.org>
24942
24943         Update to Unicode 5.0.0.
24944         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24945         LBP_JV, LBP_JT. Redistribute values.
24946         (unilbrk_table): Change size.
24947         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24948         Unicode TR#14 rev. 22.
24949         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24950         LBP_JV, LBP_JT. Redistribute values.
24951         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24952         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24953         Update.
24954         * lib/unilbrk/lbrkprop1.h: Regenerated.
24955         * lib/unilbrk/lbrkprop2.h: Regenerated.
24956         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24957         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24958         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24959         Likewise.
24960         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24961         Likewise.
24962         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24963         result.
24964         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24965         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24966         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24967         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24968         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24969         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24970
24971 2008-05-11  Bruno Haible  <bruno@clisp.org>
24972
24973         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24974
24975 2008-05-11  Bruno Haible  <bruno@clisp.org>
24976
24977         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24978         * modules/unilbrk/gen-lbrk: New file.
24979
24980 2008-05-11  Bruno Haible  <bruno@clisp.org>
24981
24982         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24983         * m4/sha512.m4 (gl_SHA512): Likewise.
24984
24985 2008-05-11  Jim Meyering  <meyering@redhat.com>
24986
24987         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24988         * modules/crypto/sha256: New file.
24989         * modules/crypto/sha512: Likewise.
24990         * lib/sha256.c: Likewise.
24991         * lib/sha256.h: Likewise.
24992         * lib/sha512.c: Likewise.
24993         * lib/sha512.h: Likewise.
24994         * lib/u64.h: Likewise.
24995         * m4/sha256.m4: Likewise.
24996         * m4/sha512.m4: Likewise.
24997         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24998
24999 2008-05-10  Bruno Haible  <bruno@clisp.org>
25000
25001         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25002         (Input/Output <stdio.h>): Add xprintf.
25003         (Signal handling <signal.h>): Add strsignal.
25004         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25005         (Core language properties): Add func.
25006         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25007         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25008         strings.
25009         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25010         (Input/output): New section.
25011         (File system functions): Add openat-die, stat-macros.
25012         (Networking functions): Add sockets.
25013         (Unicode string functions): Add unictype/*.
25014         (Support for building libraries and executables): Add gperf.
25015         (Support for building documentation): Add agpl-3.0.
25016         (Misc): Add nocrash.
25017
25018 2008-05-10  Bruno Haible  <bruno@clisp.org>
25019
25020         * modules/unictype/gen-ctype: New file.
25021
25022 2008-05-10  Jim Meyering  <meyering@redhat.com>
25023
25024         Make chdir-safer.c more efficient on a system with no symlinks.
25025         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25026         also if ELOOP is zero.  Suggested by Bruno Haible.
25027
25028         Make chdir-safer.c slightly safer.
25029         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25030         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25031
25032         Avoid compile failure on systems without ELOOP (like mingw).
25033         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25034         Reported by Bruno Haible.
25035
25036 2008-05-10  Bruno Haible  <bruno@clisp.org>
25037
25038         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25039         (is_utf8_encoding): Use a case-insensitive comparison.
25040         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25041         streq.
25042
25043 2008-05-10  Bruno Haible  <bruno@clisp.org>
25044
25045         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25046         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25047         * lib/unilbrk/ulc-common.h (iconv_string_length,
25048         iconv_string_keeping_offsets): Remove declarations.
25049         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25050         Don't include <iconv.h>, streq.h, xsize.h.
25051         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25052         conversion.
25053         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25054         <iconv.h>, streq.h, xsize.h.
25055         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25056         conversion.
25057         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25058         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25059         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25060         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25061
25062 2008-05-10  Bruno Haible  <bruno@clisp.org>
25063
25064         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25065         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25066
25067         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25068         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25069
25070         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25071         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25072
25073         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25074         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25075
25076         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25077         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25078
25079         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25080         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25081
25082         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25083         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25084
25085         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25086         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25087
25088 2008-05-10  Bruno Haible  <bruno@clisp.org>
25089
25090         Split up 'linebreak' module.
25091         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25092         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25093         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25094         modifications.
25095         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25096         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25097         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25098         lib/linebreak.c.
25099         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25100         lib/linebreak.c.
25101         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25102         lib/linebreak.c.
25103         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25104         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25105         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25106         lib/linebreak.c.
25107         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25108         lib/linebreak.c.
25109         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25110         lib/linebreak.c.
25111         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25112         lib/linebreak.c.
25113         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25114         lib/linebreak.c.
25115         * modules/unilbrk/base: New file.
25116         * modules/unilbrk/tables: New file.
25117         * modules/unilbrk/u8-possible-linebreaks: New file.
25118         * modules/unilbrk/u16-possible-linebreaks: New file.
25119         * modules/unilbrk/u32-possible-linebreaks: New file.
25120         * modules/unilbrk/ulc-common: New file.
25121         * modules/unilbrk/ulc-possible-linebreaks: New file.
25122         * modules/unilbrk/u8-width-linebreaks: New file.
25123         * modules/unilbrk/u16-width-linebreaks: New file.
25124         * modules/unilbrk/u32-width-linebreaks: New file.
25125         * modules/unilbrk/ulc-width-linebreaks: New file.
25126         * lib/linebreak.h: Remove file.
25127         * lib/linebreak.c: Remove file.
25128         * m4/linebreak.m4: Remove file.
25129         * modules/linebreak: Remove file.
25130         * NEWS: Mention the changes.
25131
25132 2008-05-09  Eric Blake  <ebb9@byu.net>
25133
25134         Add xmemdup0.
25135         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25136         implementation.
25137         * lib/xmalloc.c (xmemdup0): New C implementation.
25138
25139 2008-05-08  Bruno Haible  <bruno@clisp.org>
25140
25141         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25142
25143 2008-05-07  Eric Blake  <ebb9@byu.net>
25144
25145         Support cross-compilation of <wctype.h>.
25146         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25147         AC_CACHE_CHECK.
25148
25149 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25150
25151         * build-aux/vc-list-files: Add support for bzr.
25152
25153 2008-05-03  Jim Meyering  <meyering@redhat.com>
25154
25155         avoid failed assertion with tight malloc
25156         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25157
25158 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25159
25160         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25161         are needed from arpa/inet.h.
25162         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25163         Reported by Bruno Haible.
25164
25165 2008-05-02  Jim Meyering  <meyering@redhat.com>
25166
25167         avoid compilation error on FreeBSD 6
25168         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25169
25170 2008-05-01  Jim Meyering  <meyering@redhat.com>
25171
25172         useless-if-before-free: correct --help's exit status description
25173         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25174         for one or more matches, etc.  Reported by Bruno Haible.
25175
25176         vc-list-files: make the stand-alone gnulib test work
25177         * modules/vc-list-files-tests (configure.ac):
25178         Define and AC_SUBST abs_aux_dir.
25179         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25180         $(abs_top_srcdir) to each script and having each of them
25181         duplicate the work of setting PATH, set PATH here, using
25182         the new variable, abs_aux_dir instead.
25183         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25184         * tests/test-vc-list-files-git.sh: Likewise.
25185         Reported by Bruno Haible.
25186
25187 2008-05-01  Bruno Haible  <bruno@clisp.org>
25188
25189         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25190         reallocation. Rename 'done' to 'found_delimiter'.
25191
25192 2008-05-01  Jim Meyering  <meyering@redhat.com>
25193
25194         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25195         * build-aux/vc-list-files: Use `...`, not $(...).
25196
25197 2008-04-30  Jim Meyering  <meyering@redhat.com>
25198
25199         add tests for vc-list-files
25200         * modules/vc-list-files-tests: New module.
25201         * tests/test-vc-list-files-cvs.sh: New file.
25202         * tests/test-vc-list-files-git.sh: New file.
25203
25204         avoid a warning from gcc
25205         * lib/getndelim2.c (IF_LINT): Define.
25206         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25207
25208         vc-list-files: work properly with build-aux/cvsu, too
25209         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25210         to all cvs-based clauses.
25211
25212         vc-list-files: work properly in the CVS+awk case, too
25213         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25214
25215         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25216         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25217         take more than one file argument, so .  Add quotes, just in case $dir
25218         ever contains a shell meta-character.  Prompted by Soren Hansen in
25219         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25220
25221 2008-04-29  Eric Blake  <ebb9@byu.net>
25222
25223         Optimize getndelim2 to use block operations when possible.
25224         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25225         freadseek, and memchr2.
25226         * lib/getndelim2.c (getndelim2): Use them for block reads.
25227
25228 2008-04-29  Bruno Haible  <bruno@clisp.org>
25229
25230         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25231         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25232         * modules/inet_ntop (Depends-on): Add extensions.
25233         * modules/inet_pton (Depends-on): Likewise.
25234         Reported by Simon Josefsson.
25235
25236 2008-04-29  Jim Meyering  <meyering@redhat.com>
25237
25238         When the is more than one match in a block, match all of them.
25239         * build-aux/useless-if-before-free: Iterate through each block
25240         until there are no more matches.
25241
25242         Fix broken useless-if-before-free script.
25243         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25244         the expression to match cast of argument to free-like function.
25245
25246 2008-04-29  Eric Blake  <ebb9@byu.net>
25247
25248         Use new header.
25249         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25250
25251 2008-04-29  Jim Meyering  <meyering@redhat.com>
25252
25253         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25254         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25255         by gnulib to exist and to declare e.g., inet_ntop.
25256         Don't include "inet_ntop.h", now removed.
25257
25258         * m4/arpa_inet_h.m4: Remove trailing blanks.
25259
25260 2008-04-29  Eric Blake  <ebb9@byu.net>
25261
25262         Silence valgrind on safe reads beyond potential array bounds.
25263         * lib/rawmemchr.valgrind: New file.
25264         * lib/strchrnul.valgrind: Likewise.
25265         * modules/rawmemchr (Files): Distribute new file.
25266         * modules/strchrnul (Files): Likewise.
25267         Suggested by Bruno Haible.
25268
25269 2008-04-29  Bruno Haible  <bruno@clisp.org>
25270
25271         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25272         (inet_ntop, inet_pton): Change portability warning's wording.
25273         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25274         Invoke gl_CHECK_NEXT_HEADERS.
25275         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25276         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25277         set ARPA_INET_H.
25278         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25279         * modules/arpa_inet (Description): No longer only for systems that
25280         lack it.
25281         (Depends-on): Add include_next.
25282         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25283         HAVE_ARPA_INET_H.
25284
25285 2008-04-29  Jim Meyering  <meyering@redhat.com>
25286
25287         * modules/mkdir (License): Re-license as LGPLv2+.
25288
25289 2008-04-29  Bruno Haible  <bruno@clisp.org>
25290
25291         * modules/rawmemchr (Maintainer): Set to Eric.
25292         * modules/strchrnul (Maintainer): Likewise.
25293
25294 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25295
25296         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25297         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25298
25299         * modules/arpa_inet (arpa/inet.h): Use them.
25300
25301 2008-04-28  Eric Blake  <ebb9@byu.net>
25302
25303         Test getndelim2.
25304         * modules/getndelim2-tests: New file.
25305         * tests/test-getndelim2.c: Likewise.
25306         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25307         stream.
25308         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25309
25310         * MODULES.html.sh: Document new module.
25311
25312 2008-04-20  Bruno Haible  <bruno@clisp.org>
25313
25314         * lib/c-stack.c (die): Use raise.
25315         * modules/c-stack (Depends-on): Add raise.
25316
25317 2008-04-28  Bruno Haible  <bruno@clisp.org>
25318
25319         Expect rpmatch to be declared.
25320         * lib/yesno.c (rpmatch): Remove declaration.
25321
25322         Declare rpmatch.
25323         * lib/stdlib.in.h (rpmatch): New declaration.
25324         * lib/rpmatch.c: Include <stdlib.h> first.
25325         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25326         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25327         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25328         HAVE_RPMATCH.
25329         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25330         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25331         (Include): Set to <stdlib.h>.
25332         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25333         HAVE_RPMATCH.
25334         * NEWS: Document the change.
25335
25336 2008-04-28  Bruno Haible  <bruno@clisp.org>
25337
25338         Change rpmatch to use nl_langinfo when appropriate.
25339         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25340         (N_): New macro.
25341         (localized_pattern): New function/macro.
25342         (try): Remove match, nomatch arguments. Copy the pattern into safe
25343         memory before caching it.
25344         (rpmatch): Use localized_pattern. Add translator comments.
25345         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25346         Suggested by Eric Blake.
25347         * modules/rpmatch (Depends-on): Add stdbool.
25348
25349 2008-04-28  Eric Blake  <ebb9@byu.net>
25350
25351         Add rawmemchr module, matching glibc.
25352         * modules/string (Makefile.am): New indicator.
25353         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25354         * lib/string.in.h (rawmemchr): Declare when appropriate.
25355         * modules/rawmemchr: New file.
25356         * m4/rawmemchr.m4: Likewise.
25357         * lib/rawmemchr.c: Likewise.
25358         * modules/rawmemchr-tests: Likewise.
25359         * tests/test-rawmemchr.c: Likewise.
25360         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25361         module.
25362         * modules/strchrnul (Depends-on): Add rawmemchr.
25363         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25364
25365         Whitespace cleanup.
25366         * tests/test-strchrnul.c: Reindent.
25367         * lib/strchrnul.c: Likewise.
25368
25369         Optimize and test strchrnul.
25370         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25371         * modules/strchrnul-tests: New file.
25372         * tests/test-strchrnul.c: Likewise.
25373
25374         Remove intprops dependency.
25375         * modules/memchr (Depends-on): Remove intprops.
25376         * modules/memrchr (Depends-on): Likewise.
25377         * modules/memchr2 (Depends-on): Likewise.
25378         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25379         * lib/memrchr.c (__memrchr): Likewise.
25380         * lib/memrchr2.c (memchr2): Likewise.
25381         Reported by Simon Josefsson.
25382
25383 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25384
25385         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25386         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25387
25388 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25389
25390         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25391
25392         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25393
25394         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25395
25396         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25397         declarations.
25398         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25399
25400         * m4/inet_pton.m4: Don't check for header files.
25401
25402         * m4/inet_ntop.m4: Don't check for header files.
25403
25404 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25405
25406         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25407         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25408         trigger for cygwin).
25409         Reported by Bruno Haible  <bruno@clisp.org>.
25410
25411 2008-04-28  Bruno Haible  <bruno@clisp.org>
25412
25413         * doc/posix-functions/strdup.texi: Mention mingw problem.
25414
25415 2008-04-27  Bruno Haible  <bruno@clisp.org>
25416
25417         * modules/stat-time-tests (Depends-on): Add sleep.
25418         * tests/test-stat-time.c (force_unlink): New function.
25419         (cleanup): Use it.
25420         (test_mtime): Remove the ctime related tests.
25421         (test_ctime): New function, containing the ctime related tests.
25422         (main): Call test_ctime, except on native Windows platforms.
25423
25424 2008-04-27  Bruno Haible  <bruno@clisp.org>
25425
25426         * lib/rpmatch.c (rpmatch): Add some comments.
25427         Reported by James Youngman <jay@gnu.org>.
25428
25429 2008-04-27  Bruno Haible  <bruno@clisp.org>
25430
25431         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25432         quiet NaNs.
25433
25434 2008-04-27  Bruno Haible  <bruno@clisp.org>
25435
25436         Make test-yesno.sh work on mingw.
25437         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25438         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25439         (main): Set stdin to binary mode.
25440         * modules/yesno-tests (Depends-on): Add binary-io.
25441
25442 2008-04-27  Bruno Haible  <bruno@clisp.org>
25443
25444         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25445         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25446         argument that lie outside the IEEE 854 domain.
25447         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25448         (gl_ISFINITE): Use it.
25449         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25450
25451 2008-04-27  Bruno Haible  <bruno@clisp.org>
25452
25453         Allow local renaming in config.h.
25454         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25455
25456 2008-04-27  Bruno Haible  <bruno@clisp.org>
25457
25458         * lib/memchr.c (__memchr): Change type of 'i'.
25459         * lib/memchr2.c (memchr2): Likewise.
25460
25461 2008-04-26  Eric Blake  <ebb9@byu.net>
25462         and Bruno Haible  <bruno@clisp.org>
25463
25464         Optimize and test memrchr.
25465         * modules/memrchr (Depends-on): Add intprops.
25466         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25467         * modules/memrchr-tests: New file.
25468         * tests/test-memrchr.c: New file.
25469
25470 2008-04-26  Bruno Haible  <bruno@clisp.org>
25471
25472         Add tentative support for DragonFly BSD.
25473         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25474         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25475         fp.
25476         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25477         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25478         * lib/fpurge.c (fpurge): Likewise.
25479         * lib/freadable.c (freaadable): Likewise.
25480         * lib/freadahead.c (freadahead): Likewise.
25481         * lib/freading.c (freading): Likewise.
25482         * lib/freadptr.c (freadptr): Likewise.
25483         * lib/freadseek.c (freadptrinc): Likewise.
25484         * lib/fseeko.c (fseeko): Likewise.
25485         * lib/fseterr.c (fseterr): Likewise.
25486         * lib/fwritable.c (fwritable): Likewise.
25487         * lib/fwriting.c (fwriting): Likewise.
25488
25489 2008-04-26  Bruno Haible  <bruno@clisp.org>
25490
25491         * lib/stdio-impl.h: New file.
25492         * lib/fbufmode.c: Include stdio-impl.h.
25493         (fbufmode): Use fp_, remove redundant #defines.
25494         * lib/fflush.c: Include stdio-impl.h.
25495         (clear_ungetc_buffer): Remove redundant #defines.
25496         * lib/fpurge.c: Include stdio-impl.h.
25497         (fpurge): Remove redundant #defines.
25498         * lib/freadable.c: Include stdio-impl.h.
25499         (freadable): Remove redundant #defines.
25500         * lib/freadahead.c: Include stdio-impl.h.
25501         (freadahead): Remove redundant #defines.
25502         * lib/freading.c: Include stdio-impl.h.
25503         (freading): Remove redundant #defines.
25504         * lib/freadptr.c: Include stdio-impl.h.
25505         (freadptr): Remove redundant #defines.
25506         * lib/freadseek.c: Include stdio-impl.h.
25507         (freadptrinc): Remove redundant #defines.
25508         * lib/fseeko.c: Include stdio-impl.h.
25509         (rpl_fseeko): Remove redundant #defines.
25510         * lib/fseterr.c: Include stdio-impl.h.
25511         (fseterr): Remove redundant #defines.
25512         * lib/fwritable.c: Include stdio-impl.h.
25513         (fwritable: Remove redundant #defines.
25514         * lib/fwriting.c: Include stdio-impl.h.
25515         (fwriting): Remove redundant #defines.
25516         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25517         * modules/fflush (Files): Likewise.
25518         * modules/fpurge (Files): Likewise.
25519         * modules/freadable (Files): Likewise.
25520         * modules/freadahead (Files): Likewise.
25521         * modules/freading (Files): Likewise.
25522         * modules/freadptr (Files): Likewise.
25523         * modules/freadseek (Files): Likewise.
25524         * modules/fseeko (Files): Likewise.
25525         * modules/fseterr (Files): Likewise.
25526         * modules/fwritable (Files): Likewise.
25527         * modules/fwriting (Files): Likewise.
25528
25529 2008-04-26  Bruno Haible  <bruno@clisp.org>
25530
25531         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25532         restore_seek_optimization, update_fpos_cache): New functions, extracted
25533         from rpl_fflush.
25534         (rpl_fflush): Use them.
25535         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25536         (gl_REPLACE_FFLUSH): Use it.
25537
25538 2008-04-26  Bruno Haible  <bruno@clisp.org>
25539
25540         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25541         on Solaris.
25542         * tests/test-xstrtoimax.sh: Likewise.
25543         * tests/test-xstrtoumax.sh: Likewise.
25544         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25545
25546 2008-04-26  Bruno Haible  <bruno@clisp.org>
25547
25548         * modules/memchr-tests: New file.
25549         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25550
25551 2008-04-26  Eric Blake  <ebb9@byu.net>
25552             Bruno Haible  <bruno@clisp.org>
25553
25554         * lib/memchr.c: Include intprops.h.
25555         (__memchr): Optimize parallel detection of matching bytes. Rename local
25556         variables. Add explanatory comments.
25557
25558 2008-04-26  Bruno Haible  <bruno@clisp.org>
25559
25560         Fix module 'memchr', broken since 2000-10-28.
25561         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25562
25563 2008-04-26  Bruno Haible  <bruno@clisp.org>
25564
25565         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25566         comments.
25567
25568 2008-04-25  Eric Blake  <ebb9@byu.net>
25569
25570         Use native fstatat on cygwin 1.7.0.
25571         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25572         first.
25573
25574 2008-04-23  Eric Blake  <ebb9@byu.net>
25575
25576         Improve memchr2 performance.
25577         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25578         NUL bytes.
25579         * modules/memchr2 (Depends-on): Use intprops.h.
25580
25581 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25582
25583         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25584         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25585         <blp@cs.stanford.edu>.
25586
25587 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25588
25589         * lib/arpa_inet.in.h: New file.
25590
25591         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25592         (Makefile.am): Sed in substitute header file.
25593
25594         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25595         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25596
25597         * modules/inet_ntop (configure.ac): Use
25598         gl_ARPA_INET_MODULE_INDICATOR.
25599
25600         * modules/inet_pton (configure.ac): Use
25601         gl_ARPA_INET_MODULE_INDICATOR.
25602
25603 2008-04-22  Jim Meyering  <meyering@redhat.com>
25604
25605         * modules/verify (License): Re-license as LGPLv2+.
25606
25607 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25608
25609         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25610         parameter to void* as per POSIX standard (MinGW uses char*).
25611
25612 2008-04-21  Bruno Haible  <bruno@clisp.org>
25613
25614         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25615         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25616         Define to replacements if REPLACE_ISWCNTRL is 1.
25617         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25618         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25619         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25620         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25621         what it fixes.
25622         * doc/posix-functions/iswalpha.texi: Likewise.
25623         * doc/posix-functions/iswblank.texi: Likewise.
25624         * doc/posix-functions/iswcntrl.texi: Likewise.
25625         * doc/posix-functions/iswdigit.texi: Likewise.
25626         * doc/posix-functions/iswgraph.texi: Likewise.
25627         * doc/posix-functions/iswlower.texi: Likewise.
25628         * doc/posix-functions/iswprint.texi: Likewise.
25629         * doc/posix-functions/iswpunct.texi: Likewise.
25630         * doc/posix-functions/iswspace.texi: Likewise.
25631         * doc/posix-functions/iswupper.texi: Likewise.
25632         * doc/posix-functions/iswxdigit.texi: Likewise.
25633         Reported by Alain Guibert.
25634
25635 2008-04-21  Bruno Haible  <bruno@clisp.org>
25636
25637         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25638         Patch by Alain Guibert.
25639
25640 2008-04-21  Bruno Haible  <bruno@clisp.org>
25641
25642         Fix test failures on mingw.
25643         * tests/test-xstrtol.c (print_no_progname): New function.
25644         (main): Install it in error_print_progname hook.
25645         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25646         * tests/test-xstrtoimax.sh: Likewise.
25647         * tests/test-xstrtoumax.sh: Likewise.
25648
25649 2008-04-21  Bruno Haible  <bruno@clisp.org>
25650
25651         Fix test failure on mingw.
25652         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25653
25654 2008-04-21  Bruno Haible  <bruno@clisp.org>
25655
25656         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25657         Actually assign a value.
25658
25659 2008-04-20  Bruno Haible  <bruno@clisp.org>
25660
25661         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25662         take 2.
25663         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25664         'canonicalize-lgpl' module is also used.
25665         * lib/canonicalize-lgpl.c: Undo last change.
25666         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25667
25668 2008-04-20  Bruno Haible  <bruno@clisp.org>
25669
25670         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25671         config.h. Provide _mkdir based fallback for mingw.
25672         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25673         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25674         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25675         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25676         rather than defining mkdir in config.h.
25677         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25678         (gl_SYS_STAT_H_DEFAULTS): New macro.
25679         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25680         HAVE_IO_H any more.
25681         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25682         HAVE_DECL_MKDIR and HAVE_IO_H.
25683
25684 2008-04-20  Bruno Haible  <bruno@clisp.org>
25685
25686         * lib/isapipe.c: Port to native Windows platforms.
25687
25688 2008-04-20  Bruno Haible  <bruno@clisp.org>
25689
25690         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25691
25692 2008-04-21  Eric Blake  <ebb9@byu.net>
25693
25694         Work around preprocessors that don't handle UINTMAX_MAX.
25695         * lib/memchr2.c (memchr2): Avoid embedded #if.
25696         Reported by Alain Guibert, fix suggested by Bruno Haible.
25697
25698 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25699
25700         * doc/posix-functions/strftime.texi (strftime): Explain better
25701         Windows incompatibility.  Suggested by Micah Cowan
25702         <micah@cowan.name>.
25703
25704 2008-04-20  Bruno Haible  <bruno@clisp.org>
25705
25706         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25707         unistr/u8-mblen.
25708
25709 2008-04-20  Bruno Haible  <bruno@clisp.org>
25710
25711         Fix test failure on platforms with non-GNU iconv.
25712         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25713         (U_TO_U8): Use it, rather than u16_to_u8.
25714         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25715         units at the end of the input string.
25716         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25717
25718 2008-04-20  Bruno Haible  <bruno@clisp.org>
25719
25720         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25721         when the resulting length is 0.
25722         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25723
25724 2008-04-20  Bruno Haible  <bruno@clisp.org>
25725
25726         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25727         works.
25728         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25729
25730 2008-04-20  Bruno Haible  <bruno@clisp.org>
25731
25732         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25733         * modules/tsearch-tests (configure.ac): Test for initstate function.
25734
25735 2008-04-20  Bruno Haible  <bruno@clisp.org>
25736
25737         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25738         for nlink_t if missing.
25739         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25740
25741 2008-04-19  Bruno Haible  <bruno@clisp.org>
25742
25743         Work around snprintf bug on Linux libc5.
25744         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25745         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25746         gl_SNPRINTF_SIZE1.
25747         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25748         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25749         that test failed.
25750         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25751         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25752         * modules/snprintf (Files): Add m4/printf.m4.
25753         * modules/vsnprintf (Files): Likewise.
25754         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25755         * doc/posix-functions/vsnprintf.texi: Likewise.
25756
25757 2008-04-19  Bruno Haible  <bruno@clisp.org>
25758
25759         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25760         from 0.0058 to less than 10^-7.
25761
25762 2008-04-19  Bruno Haible  <bruno@clisp.org>
25763
25764         Fix rounding when a precision is given.
25765         * lib/vasnprintf.c (is_borderline): New function.
25766         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25767         9...9x.
25768         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25769         %e, %g.
25770         * tests/test-vasprintf-posix.c (test_function): Likewise.
25771         * tests/test-snprintf-posix.h (test_function): Likewise.
25772         * tests/test-sprintf-posix.h (test_function): Likewise.
25773         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25774         * tests/test-printf-posix.h (test_function): Likewise.
25775         * tests/test-printf-posix.output: Update.
25776         Reported by John Darrington <john@darrington.wattle.id.au> via
25777         Ben Pfaff <blp@cs.stanford.edu>.
25778
25779 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25780
25781         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25782         Suggested by Bruno Haible <bruno@clisp.org>.
25783
25784 2008-04-17  Bruno Haible  <bruno@clisp.org>
25785
25786         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25787         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25788         implementation.
25789         Patch by Bruce Merry <bmerry@gmail.com>.
25790
25791 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25792
25793         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25794         doesn't work under Windows.
25795
25796 2008-04-16  Bruno Haible  <bruno@clisp.org>
25797
25798         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25799         New macros.
25800         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25801         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25802         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25803         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25804         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25805         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25806         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25807         macros.
25808         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25809         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25810         Northern Sotho, Uighur.
25811
25812 2008-04-16  Bruno Haible  <bruno@clisp.org>
25813
25814         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25815         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25816         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25817         Reported by Daniel Bergström <daniel@octocode.com>.
25818
25819 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25820             Bruno Haible  <bruno@clisp.org>
25821
25822         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25823         function.
25824         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25825         New functions, mostly extracted from gl_locale_name_default.
25826         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25827
25828 2008-04-16  Eric Blake  <ebb9@byu.net>
25829
25830         Adjust strtod detection to catch glibc 2.7 bug.
25831         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25832         Reported by John Gatewood Ham.
25833
25834 2008-04-16  Bruno Haible  <bruno@clisp.org>
25835
25836         Add tentative support for Linux libc5.
25837         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25838         * lib/fpurge.c (fpurge): Likewise.
25839         * lib/freadable.c (freadable): Likewise.
25840         * lib/freadahead.c (freadahead): Likewise.
25841         * lib/freading.c (freading): Likewise.
25842         * lib/freadptr.c (freadptr): Likewise.
25843         * lib/freadseek.c (freadptrinc): Likewise.
25844         * lib/fseeko.c (rpl_fseeko): Likewise.
25845         * lib/fseterr.c (fseterr): Likewise.
25846         * lib/fwritable.c (fwritable): Likewise.
25847         * lib/fwriting.c (fwriting): Likewise.
25848         Reported by Alain Guibert <alguibert+bts@free.fr>.
25849
25850 2008-04-15  Bruno Haible  <bruno@clisp.org>
25851
25852         * modules/mathl (configure.ac): Define module indicator.
25853
25854 2008-04-15  Bruno Haible  <bruno@clisp.org>
25855
25856         * lib/logl.c (logl): Remove unused variables.
25857
25858 2008-04-15  Bruno Haible  <bruno@clisp.org>
25859
25860         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25861         fails.
25862
25863 2008-04-15  Bruno Haible  <bruno@clisp.org>
25864
25865         * lib/trim.c (trim2): Fix argument of isspace() macro.
25866
25867 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25868
25869         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25870         to 0.
25871         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25872
25873 2008-04-14  Bruno Haible  <bruno@clisp.org>
25874
25875         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25876         AC_LANG_PROGRAM argument.
25877         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25878         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25879         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25880         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25881         * m4/math_h.m4 (gl_MATH_H): Likewise.
25882         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25883         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25884         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25885         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25886         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25887         * m4/regex.m4 (gl_REGEX): Likewise.
25888         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25889         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25890         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25891         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25892         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25893         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25894         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25895         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25896
25897 2008-04-14  Jim Meyering  <meyering@redhat.com>
25898
25899         test-strtod: fix typos: s/abs/fabs/
25900         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25901
25902 2008-04-13  Bruno Haible  <bruno@clisp.org>
25903
25904         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25905         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25906         module is also used and while not building the reloc-wrapper.
25907
25908 2008-04-13  Bruno Haible  <bruno@clisp.org>
25909
25910         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25911
25912 2008-04-13  Bruno Haible  <bruno@clisp.org>
25913
25914         Fix AIX compilation failure introduced on 2008-04-02.
25915         * tests/test-frexp.c (exp): Undefine before redefining.
25916         * tests/test-frexpl.c (exp): Likewise.
25917
25918 2008-04-13  Bruno Haible  <bruno@clisp.org>
25919
25920         Work around a HP-UX stdio bug.
25921         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25922         * tests/test-ftello.c (main): Likewise.
25923         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25924         * doc/posix-functions/ftello.texi: Likewise.
25925
25926 2008-04-13  Bruno Haible  <bruno@clisp.org>
25927
25928         Make test-signbit pass on HP-UX/hppa.
25929         * tests/test-signbit.c (minus_zerol): New variable.
25930         (test_signbitl): Use it.
25931
25932 2008-04-13  Bruno Haible  <bruno@clisp.org>
25933
25934         Make truncl work on OSF/1 4.0.
25935         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25936         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25937         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25938         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25939         HAVE_DECL_TRUNCL.
25940         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25941         HAVE_DECL_TRUNCL.
25942         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25943
25944 2008-04-13  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25947
25948 2008-04-13  Bruno Haible  <bruno@clisp.org>
25949
25950         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25951         expression, so as to avoid HP-UX 11 cc compiler bug.
25952
25953 2008-04-13  Bruno Haible  <bruno@clisp.org>
25954
25955         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25956
25957 2008-04-13  Bruno Haible  <bruno@clisp.org>
25958
25959         * lib/git-merge-changelog.c: Remove empty declaration outside of
25960         functions.
25961
25962 2008-04-13  Bruno Haible  <bruno@clisp.org>
25963
25964         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25965
25966 2008-04-13  Bruno Haible  <bruno@clisp.org>
25967
25968         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25969         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25970         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25971         also if it exists but lacks definitions of the SHUT_* macros.
25972         * modules/sys_socket (Description): Update.
25973         Reported by Elbert Pol <e.pol@chello.nl>.
25974
25975 2008-04-13  Bruno Haible  <bruno@clisp.org>
25976
25977         * lib/localcharset.c (OS2): Don't redefine if already defined.
25978         Reported by Elbert Pol <e.pol@chello.nl>.
25979
25980 2008-04-13  Bruno Haible  <bruno@clisp.org>
25981
25982         * lib/binary-io.h [__EMX__]: Include <io.h>.
25983         Reported by Elbert Pol <e.pol@chello.nl>.
25984
25985 2008-04-12  Bruno Haible  <bruno@clisp.org>
25986
25987         * lib/fpucw.h: Enable the definitions also for x86_64.
25988         Needed for NetBSD/x86_64.
25989         Reported by Thomas Klausner <tk@giga.or.at>.
25990
25991 2008-04-12  Bruno Haible  <bruno@clisp.org>
25992
25993         * tests/test-strtod.c: Include isnand.h.
25994         (main): Use isnand instead of isnan.
25995         Reported by Jim Meyering.
25996
25997 2008-04-12  Bruno Haible  <bruno@clisp.org>
25998
25999         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26000         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26001
26002 2008-04-12  Jim Meyering  <meyering@redhat.com>
26003
26004         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26005
26006 2008-04-12  Bruno Haible  <bruno@clisp.org>
26007
26008         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26009         Reported by Elbert Pol <e.pol@chello.nl>.
26010
26011 2008-04-12  Eric Blake  <ebb9@byu.net>
26012
26013         Work around Solaris 10 math.h bug.
26014         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26015         (gl_MATH_H_DEFAULTS): Set up default.
26016         * modules/math (Makefile.am): Replace new indicators.
26017         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26018         * tests/test-math.c (main): Test this.
26019         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26020         * doc/posix-headers/math.texi (math.h): Mention bug.
26021         Reported by Nelson H. F. Beebe and Jim Meyering.
26022
26023 2008-04-11  Bruno Haible  <bruno@clisp.org>
26024
26025         Adapt to future versions of Apple GCC.
26026         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26027         Reported by Peter O'Gorman <peter@pogma.com>.
26028
26029 2008-04-11  Bruno Haible  <bruno@clisp.org>
26030
26031         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26032
26033 2008-04-11  Bruno Haible  <bruno@clisp.org>
26034
26035         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26036
26037         * modules/getaddrinfo-tests (Makefile.am): Define
26038         test_getaddrinfo_LDADD.
26039
26040 2008-04-11  Bruno Haible  <bruno@clisp.org>
26041
26042         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26043         (init): Fix syntax error.
26044         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26045         is declared.
26046
26047 2008-04-11  Bruno Haible  <bruno@clisp.org>
26048
26049         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26050         * modules/glob (Depends-on): Add stdbool.
26051
26052 2008-04-11  Bruno Haible  <bruno@clisp.org>
26053
26054         * lib/trim.c: Include <string.h>.
26055
26056 2008-04-11  Eric Blake  <ebb9@byu.net>
26057
26058         Avoid compile failure on OS/2.
26059         * lib/regex_internal.h (internal_function): Disable optimization
26060         on OS/2 (__EMX__), where it caused compiler error.
26061         Reported by Elbert Pol.
26062
26063 2008-04-11  Bruno Haible  <bruno@clisp.org>
26064
26065         Flush the standard error stream before aborting. Needed on mingw.
26066         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26067         * tests/test-array_list.c (ASSERT): Likewise.
26068         * tests/test-array_oset.c (ASSERT): Likewise.
26069         * tests/test-avltree_list.c (ASSERT): Likewise.
26070         * tests/test-avltree_oset.c (ASSERT): Likewise.
26071         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26072         * tests/test-binary-io.c (ASSERT): Likewise.
26073         * tests/test-byteswap.c (ASSERT): Likewise.
26074         * tests/test-c-ctype.c (ASSERT): Likewise.
26075         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26076         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26077         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26078         * tests/test-c-strstr.c (ASSERT): Likewise.
26079         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26080         * tests/test-canonicalize.c (ASSERT): Likewise.
26081         * tests/test-carray_list.c (ASSERT): Likewise.
26082         * tests/test-ceilf1.c (ASSERT): Likewise.
26083         * tests/test-ceilf2.c (ASSERT): Likewise.
26084         * tests/test-ceill.c (ASSERT): Likewise.
26085         * tests/test-count-one-bits.c (ASSERT): Likewise.
26086         * tests/test-fbufmode.c (ASSERT): Likewise.
26087         * tests/test-fflush2.c (ASSERT): Likewise.
26088         * tests/test-floorf1.c (ASSERT): Likewise.
26089         * tests/test-floorf2.c (ASSERT): Likewise.
26090         * tests/test-floorl.c (ASSERT): Likewise.
26091         * tests/test-fopen.c (ASSERT): Likewise.
26092         * tests/test-fpending.c (ASSERT): Likewise.
26093         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26094         * tests/test-fpurge.c (ASSERT): Likewise.
26095         * tests/test-freadable.c (ASSERT): Likewise.
26096         * tests/test-freadahead.c (ASSERT): Likewise.
26097         * tests/test-freading.c (ASSERT): Likewise.
26098         * tests/test-freadptr.c (ASSERT): Likewise.
26099         * tests/test-freadptr2.c (ASSERT): Likewise.
26100         * tests/test-freadseek.c (ASSERT): Likewise.
26101         * tests/test-freopen.c (ASSERT): Likewise.
26102         * tests/test-frexp.c (ASSERT): Likewise.
26103         * tests/test-frexpl.c (ASSERT): Likewise.
26104         * tests/test-fseek.c (ASSERT): Likewise.
26105         * tests/test-fseeko.c (ASSERT): Likewise.
26106         * tests/test-fstrcmp.c (ASSERT): Likewise.
26107         * tests/test-ftell.c (ASSERT): Likewise.
26108         * tests/test-ftello.c (ASSERT): Likewise.
26109         * tests/test-func.c (ASSERT): Likewise.
26110         * tests/test-fwritable.c (ASSERT): Likewise.
26111         * tests/test-fwriting.c (ASSERT): Likewise.
26112         * tests/test-getdelim.c (ASSERT): Likewise.
26113         * tests/test-getline.c (ASSERT): Likewise.
26114         * tests/test-i-ring.c (ASSERT): Likewise.
26115         * tests/test-iconv-utf.c (ASSERT): Likewise.
26116         * tests/test-iconv.c (ASSERT): Likewise.
26117         * tests/test-isfinite.c (ASSERT): Likewise.
26118         * tests/test-isnand.c (ASSERT): Likewise.
26119         * tests/test-isnanf.c (ASSERT): Likewise.
26120         * tests/test-isnanl.h (ASSERT): Likewise.
26121         * tests/test-ldexpl.c (ASSERT): Likewise.
26122         * tests/test-linked_list.c (ASSERT): Likewise.
26123         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26124         * tests/test-localename.c (ASSERT): Likewise.
26125         * tests/test-lseek.c (ASSERT): Likewise.
26126         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26127         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26128         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26129         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26130         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26131         * tests/test-mbschr.c (ASSERT): Likewise.
26132         * tests/test-mbscspn.c (ASSERT): Likewise.
26133         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26134         * tests/test-mbspbrk.c (ASSERT): Likewise.
26135         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26136         * tests/test-mbsrchr.c (ASSERT): Likewise.
26137         * tests/test-mbsspn.c (ASSERT): Likewise.
26138         * tests/test-mbsstr1.c (ASSERT): Likewise.
26139         * tests/test-mbsstr2.c (ASSERT): Likewise.
26140         * tests/test-mbsstr3.c (ASSERT): Likewise.
26141         * tests/test-memchr2.c (ASSERT): Likewise.
26142         * tests/test-memmem.c (ASSERT): Likewise.
26143         * tests/test-open.c (ASSERT): Likewise.
26144         * tests/test-printf-frexp.c (ASSERT): Likewise.
26145         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26146         * tests/test-printf-posix.c (ASSERT): Likewise.
26147         * tests/test-quotearg.c (ASSERT): Likewise.
26148         * tests/test-rbtree_list.c (ASSERT): Likewise.
26149         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26150         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26151         * tests/test-round1.c (ASSERT): Likewise.
26152         * tests/test-roundf1.c (ASSERT): Likewise.
26153         * tests/test-roundl.c (ASSERT): Likewise.
26154         * tests/test-signbit.c (ASSERT): Likewise.
26155         * tests/test-sleep.c (ASSERT): Likewise.
26156         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26157         * tests/test-snprintf.c (ASSERT): Likewise.
26158         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26159         * tests/test-stat-time.c (ASSERT): Likewise.
26160         * tests/test-strcasestr.c (ASSERT): Likewise.
26161         * tests/test-strerror.c (ASSERT): Likewise.
26162         * tests/test-striconv.c (ASSERT): Likewise.
26163         * tests/test-striconveh.c (ASSERT): Likewise.
26164         * tests/test-striconveha.c (ASSERT): Likewise.
26165         * tests/test-strsignal.c (ASSERT): Likewise.
26166         * tests/test-strstr.c (ASSERT): Likewise.
26167         * tests/test-strtod.c (ASSERT): Likewise.
26168         * tests/test-trunc1.c (ASSERT): Likewise.
26169         * tests/test-trunc2.c (ASSERT): Likewise.
26170         * tests/test-truncf1.c (ASSERT): Likewise.
26171         * tests/test-truncf2.c (ASSERT): Likewise.
26172         * tests/test-truncl.c (ASSERT): Likewise.
26173         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26174         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26175         * tests/test-vasnprintf.c (ASSERT): Likewise.
26176         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26177         * tests/test-vasprintf.c (ASSERT): Likewise.
26178         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26179         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26180         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26181         * tests/test-vsnprintf.c (ASSERT): Likewise.
26182         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26183         * tests/test-wcwidth.c (ASSERT): Likewise.
26184         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26185         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26186         * tests/test-xvasprintf.c (ASSERT): Likewise.
26187         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26188         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26189         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26190         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26191         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26192         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26193         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26194         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26195         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26196         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26197         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26198         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26199         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26200         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26201         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26202         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26203         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26204         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26205         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26206         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26207         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26208         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26209         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26210         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26211         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26212         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26213         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26214         * tests/unictype/test-combining.c (ASSERT): Likewise.
26215         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26216         * tests/unictype/test-digit.c (ASSERT): Likewise.
26217         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26218         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26219         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26220         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26221         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26222         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26223         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26224         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26225         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26226         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26227         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26228         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26229         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26230         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26231         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26232         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26233         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26234         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26235         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26236         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26237         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26238         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26239         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26240         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26241         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26242         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26243         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26244         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26245         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26246         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26247         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26248         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26249         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26250         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26251         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26252         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26253         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26254         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26255         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26256         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26257         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26258         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26259         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26260         Reported by Eric Blake.
26261
26262 2008-04-11  Bruno Haible  <bruno@clisp.org>
26263
26264         * lib/wchar.in.h: Tweak comment.
26265
26266 2008-04-11  Bruno Haible  <bruno@clisp.org>
26267
26268         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26269         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26270         gl_COMMON.
26271         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26272
26273 2008-04-11  Bruno Haible  <bruno@clisp.org>
26274
26275         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26276
26277 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26278
26279         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26280         of attempting to use non-existing /dev/*random.  Based on patch
26281         from Adam Strzelecki <ono@java.pl> in
26282         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26283
26284 2008-04-08  Bruno Haible  <bruno@clisp.org>
26285
26286         Add tentative support for emx+gcc.
26287         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26288         * lib/fpurge.c (fpurge): Likewise.
26289         * lib/freadable.c (freadable): Likewise.
26290         * lib/freadahead.c (freadahead): Likewise.
26291         * lib/freading.c (freading): Likewise.
26292         * lib/freadptr.c (freadptr): Likewise.
26293         * lib/freadseek.c (freadptrinc): Likewise.
26294         * lib/fseeko.c (rpl_fseeko): Likewise.
26295         * lib/fseterr.c (fseterr): Likewise.
26296         * lib/fwritable.c (fwritable): Likewise.
26297         * lib/fwriting.c (fwriting): Likewise.
26298         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26299
26300 2008-04-09  Eric Blake  <ebb9@byu.net>
26301
26302         Avoid some autoconf warnings.
26303         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26304         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26305         * m4/afs.m4 (gl_AFS): Likewise.
26306         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26307         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26308         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26309         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26310         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26311         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26312         (AC_CHECK_DECLS_ONCE): Likewise.
26313         Rename file...
26314         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26315         gnulib-tool requires autoconf 2.59 or better.
26316         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26317
26318 2008-04-08  Eric Blake  <ebb9@byu.net>
26319
26320         Use 'git describe --match' if present (added in git 1.5.5).
26321         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26322         if possible.
26323
26324 2008-04-08  Bruno Haible  <bruno@clisp.org>
26325
26326         Add tentative support for OpenServer.
26327         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26328         _ptr, _cnt.
26329         * lib/fpurge.c (fpurge): Likewise.
26330         * lib/freadable.c (freadable): Likewise.
26331         * lib/freadahead.c (freadahead): Likewise.
26332         * lib/freading.c (freading): Likewise.
26333         * lib/freadptr.c (freadptr): Likewise.
26334         * lib/freadseek.c (freadptrinc): Likewise.
26335         * lib/fseeko.c (rpl_fseeko): Likewise.
26336         * lib/fseterr.c (fseterr): Likewise.
26337         * lib/fwritable.c (fwritable): Likewise.
26338         * lib/fwriting.c (fwriting): Likewise.
26339         Reported by Roger Cornelius <rac@tenzing.org> and
26340         Brian K. White <brian@aljex.com>.
26341
26342 2008-04-06  Jim Meyering  <meyering@redhat.com>
26343
26344         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26345
26346 2008-04-06  Bruno Haible  <bruno@clisp.org>
26347
26348         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26349         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26350         * tests/test-printf-posix.sh: Likewise.
26351         * tests/test-vfprintf-posix.sh: Likewise.
26352         * tests/test-vprintf-posix.sh: Likewise.
26353         * tests/test-xprintf-posix.sh: Likewise.
26354
26355 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26356
26357         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26358         hide error from 'ls', needed on OS/2.
26359         Report by Elbert Pol <elbert.pol@gmail.com>.
26360
26361 2008-04-04  Eric Blake  <ebb9@byu.net>
26362
26363         Make test-fseeko.c failures meaningful.
26364         * tests/test-fseeko.c: Print line number on failure.
26365         * tests/test-fseek.c: Likewise.
26366         Reported by Nelson H. F. Beebe.
26367
26368         Improve strtod bug detection check.
26369         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26370         required for Solaris 10.
26371         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26372
26373 2008-04-04  Bruno Haible  <bruno@clisp.org>
26374
26375         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26376         by m4/setenv.m4.
26377
26378 2008-04-03  Eric Blake  <ebb9@byu.net>
26379
26380         Ensure sane .version contents.
26381         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26382         version string.
26383         * build-aux/git-version-gen: Improve documentation.
26384
26385         Make GNU make output nicer.
26386         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26387         MAKECMDGOALS to enforce message for all command line targets.  Set
26388         srcdir for use in maint.mk.
26389
26390         Another maintainer tweak.
26391         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26392         a target that regenerates version.
26393
26394 2008-04-03  Jim Meyering  <meyering@redhat.com>
26395
26396         vc-list-files: don't cause coreutils "make po-check" failure
26397         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26398
26399 2008-04-03  Eric Blake  <ebb9@byu.net>
26400
26401         Allow VPATH usage of vc-list-files.
26402         * build-aux/vc-list-files (scriptversion): Add timestamp.
26403         (options): Add --help, --version, -C.
26404         (CVS): Support installed cvsu.
26405
26406 2008-04-02  Bruno Haible  <bruno@clisp.org>
26407
26408         Avoid some "statement with no effect" warnings from gcc.
26409         * tests/test-wctype.c (main): Explicitly ignore unused values.
26410         Reported by Jim Meyering.
26411
26412 2008-04-02  Jim Meyering  <meyering@redhat.com>
26413
26414         Avoid some warnings from "gcc -Wshadow".
26415         * tests/test-frexp.c (exp): Define to a different identifier.
26416         * tests/test-frexpl.c (exp): Likewise.
26417
26418 2008-04-03  Jim Meyering  <meyering@redhat.com>
26419
26420         bootstrap: remove dangling *.[ch] symlinks from lib
26421         * build-aux/bootstrap [dangling symlink removal]: Move find's
26422         -depth option to precede all others, to avoid a warning.
26423         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26424
26425 2008-04-02  Bruno Haible  <bruno@clisp.org>
26426
26427         Avoid some warnings from "gcc -Wshadow".
26428         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26429         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26430         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26431         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26432         Reported by Jim Meyering.
26433
26434 2008-04-01  Bruno Haible  <bruno@clisp.org>
26435
26436         Fix test to work on IRIX 6.5 with cc.
26437         * tests/test-math.c (numeric_equal): New function.
26438         (main): Use it.
26439
26440 2008-04-01  Bruno Haible  <bruno@clisp.org>
26441
26442         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26443
26444 2008-04-01  Bruno Haible  <bruno@clisp.org>
26445
26446         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26447         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26448         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26449         (Depends-on): Remove math.
26450
26451         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26452         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26453         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26454         (Depends-on): Remove math.
26455
26456         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26457         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26458         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26459         (Depends-on): Remove math.
26460         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26461         (Depends-on): Remove math.
26462
26463         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26464         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26465         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26466         (Depends-on): Remove math.
26467         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26468         (Depends-on): Remove math.
26469
26470         * tests/test-round1.c: Include nan.h.
26471         (main): Use NaNd instead of NAN.
26472         * modules/round-tests (Files): Add tests/nan.h.
26473
26474         * tests/test-trunc1.c: Include nan.h.
26475         (main): Use NaNd instead of NAN.
26476         * modules/trunc-tests (Files): Add tests/nan.h.
26477
26478         * tests/test-roundf1.c: Include nan.h.
26479         (main): Use NaNf instead of NAN.
26480         * modules/roundf-tests (Files): Add tests/nan.h.
26481
26482         * tests/test-truncf1.c: Include nan.h.
26483         (main): Use NaNf instead of NAN.
26484         * modules/truncf-tests (Files): Add tests/nan.h.
26485
26486         * tests/test-ceilf1.c: Include nan.h.
26487         (main): Use NaNf instead of NAN.
26488         * modules/ceilf-tests (Files): Add tests/nan.h.
26489
26490         * tests/test-floorf1.c: Include nan.h.
26491         (main): Use NaNf instead of NAN.
26492         * modules/floorf-tests (Files): Add tests/nan.h.
26493
26494         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26495         (main): Use NaNf instead of NAN.
26496         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26497
26498         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26499         (main): Use NaNd instead of NAN.
26500         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26501
26502         * tests/test-frexp.c: Include nan.h.
26503         (main): Use NaNd instead of NAN.
26504         * modules/frexp-tests (Files): Add tests/nan.h.
26505
26506         * lib/isnan.c: Don't include <math.h>.
26507         (FUNC): Don't use NAN macro.
26508         * modules/isnand-nolibm (Depends-on): Remove math.
26509         * modules/isnanf-nolibm (Depends-on): Remove math.
26510         * modules/isnanl (Depends-on): Remove math.
26511         * modules/isnanl-nolibm (Depends-on): Remove math.
26512
26513         * tests/nan.h: New file.
26514
26515 2008-04-01  Eric Blake  <ebb9@byu.net>
26516
26517         Fix typos.
26518         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26519         values to be the right type.
26520
26521         For now, cater to gnulib strtod inaccuracies.
26522         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26523         fractional results.  While not as nice from a QoI perspective, it
26524         is a quicker patch than correctly implementing decimal to binary
26525         rounding.
26526
26527 2008-03-31  Eric Blake  <ebb9@byu.net>
26528
26529         Guarantee a definition of NAN.
26530         * lib/math.in.h (NAN): Define if missing.
26531         * tests/test-math.c (main): Test it.
26532         * doc/posix-headers/math.texi (math.h): Document this.
26533         * lib/isnan.c (rpl_isnand): Use it.
26534         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26535         * tests/test-floorf1.c (NaN): Likewise.
26536         * tests/test-frexp.c (NaN): Likewise.
26537         * tests/test-isnand.c (NaN): Likewise.
26538         * tests/test-isnanf.c (NaN): Likewise.
26539         * tests/test-round1.c (NaN): Likewise.
26540         * tests/test-roundf1.c (NaN): Likewise.
26541         * tests/test-snprintf-posix.h (NaN): Likewise.
26542         * tests/test-sprintf-posix.h (NaN): Likewise.
26543         * tests/test-trunc1.c (NaN): Likewise.
26544         * tests/test-truncf1.c (NaN): Likewise.
26545         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26546         * tests/test-vasprintf-posix.c (NaN): Likewise.
26547         * modules/isnand-nolibm (Depends-on): Add math.
26548         * modules/isnanf-nolibm (Depends-on): Likewise.
26549         * modules/isnanl (Depends-on): Likewise.
26550         * modules/isnanl-nolibm (Depends-on): Likewise.
26551         * modules/snprintf-posix-tests (Depends-on): Likewise.
26552         * modules/sprintf-posix-tests (Depends-on): Likewise.
26553         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26554         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26555         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26556         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26557
26558 2008-03-31  Bruno Haible  <bruno@clisp.org>
26559
26560         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26561         * doc/posix-functions/strtod.texi: Likewise.
26562
26563 2008-03-31  Bruno Haible  <bruno@clisp.org>
26564
26565         * tests/test-strtod.c (main): Don't use C99 syntax.
26566
26567 2008-03-31  Bruno Haible  <bruno@clisp.org>
26568
26569         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26570         Reported by Eric Blake.
26571
26572 2008-03-31  Jim Meyering  <meyering@redhat.com>
26573
26574         Don't compare actual signbit return values.
26575         * tests/test-strtod.c (main): Rather, compare only their
26576         zero/non-zero nature.
26577
26578 2008-03-31  Eric Blake  <ebb9@byu.net>
26579
26580         More strtod documentation.
26581         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26582         failures as distinct bugs.
26583
26584 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26585
26586         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26587         Problem reported by Erik Benada in
26588         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26589
26590 2008-03-30  Bruno Haible  <bruno@clisp.org>
26591
26592         * tests/test-strtod.c: Add comments about which assertion fails on which
26593         platform.
26594         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26595
26596 2008-03-30  Eric Blake  <ebb9@byu.net>
26597
26598         Test signbit behavior on zeros.
26599         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26600         (test_signbitd, test_signbitl): Likewise.
26601
26602         More strtod touchups.
26603         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26604         sign of negative underflow, for now.  Use .5, not .1.
26605         * doc/posix-functions/strtod.texi (strtod): Mention these
26606         limitations.
26607         Reported by Jim Meyering.
26608
26609 2008-03-30  Bruno Haible  <bruno@clisp.org>
26610
26611         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26612         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26613
26614 2008-03-30  Bruno Haible  <bruno@clisp.org>
26615
26616         Avoid failure when attempting to return empty iconv results on some
26617         platforms.
26618         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26619         allocation, don't report ENOMEM when the resulting string is empty.
26620
26621 2008-03-30  Bruno Haible  <bruno@clisp.org>
26622
26623         Fix buffer overrun.
26624         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26625         Don't consider the width for tmp_length. Check count against tmp_length
26626         before doing the padding. Ensure enough allocation during padding.
26627
26628 2008-03-30  Eric Blake  <ebb9@byu.net>
26629
26630         strtod touchups.
26631         * lib/strtod.c (strtod): Avoid compiler warnings.
26632         Reported by Jim Meyering.
26633
26634 2008-03-30  Bruno Haible  <bruno@clisp.org>
26635
26636         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26637         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26638         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26639         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26640         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26641         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26642         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26643         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26644
26645         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26646         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26647         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26648         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26649         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26650         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26651         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26652         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26653
26654         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26655         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26656         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26657         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26658         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26659         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26660         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26661         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26662
26663         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26664         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26665
26666         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26667         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26668
26669         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26670         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26671
26672         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26673         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26674         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26675
26676         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26677         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26678         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26679
26680         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26681         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26682         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26683
26684         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26685         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26686         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26687
26688         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26689         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26690         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26691         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26692         (Depends-on): Add EOVERFLOW.
26693         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26694         (Depends-on): Add EOVERFLOW.
26695         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26696         (Depends-on): Add EOVERFLOW.
26697         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26698         (Depends-on): Add EOVERFLOW.
26699         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26700         (Depends-on): Add EOVERFLOW.
26701         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26702         (Depends-on): Add EOVERFLOW.
26703         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26704         (Depends-on): Add EOVERFLOW.
26705         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26706         (Depends-on): Add EOVERFLOW.
26707
26708         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26709         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26710         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26711
26712         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26714         * modules/snprintf (Depends-on): Add EOVERFLOW.
26715
26716         * lib/poll.c (EOVERFLOW): Remove fallback.
26717         * modules/poll (Depends-on): Add EOVERFLOW.
26718
26719         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26720         * modules/getugroups (Depends-on): Add EOVERFLOW.
26721
26722         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26723         * modules/getdelim (Depends-on): Add EOVERFLOW.
26724
26725         * lib/ftell.c (EOVERFLOW): Remove fallback.
26726         * modules/ftell (Depends-on): Add EOVERFLOW.
26727
26728         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26729         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26730         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26731
26732         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26733
26734         * modules/EOVERFLOW-tests: New file.
26735         * tests/test-EOVERFLOW.c: New file.
26736
26737         * modules/EOVERFLOW: New file.
26738         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26739
26740 2008-03-30  Bruno Haible  <bruno@clisp.org>
26741
26742         Fix bug introduced on 2007-06-10.
26743         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26744         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26745
26746 2008-03-30  Bruno Haible  <bruno@clisp.org>
26747
26748         Improve freadseek's efficiency after ungetc.
26749         * lib/freadseek.c: Include freadahead.h.
26750         (freadptrinc): New function, extracted from freadseek.
26751         (freadseek): Use it in a loop. Use freadahead to determine the number
26752         of loop iterations.
26753         * modules/freadseek (Depends-on): Add freadahead.
26754         (configure.ac): Require AC_C_INLINE.
26755
26756 2008-03-30  Bruno Haible  <bruno@clisp.org>
26757
26758         * lib/freadseek.c (freadseek): Don't ignore the return value of
26759         freadptr.
26760
26761 2008-03-29  Eric Blake  <ebb9@byu.net>
26762
26763         Add hex float support.
26764         * modules/strtod (Depends-on): Add c-ctype.
26765         (Link): Mention POW_LIB.
26766         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26767         whitespace between 'e' and exponent.
26768         * tests/test-strtod.c (main): Enable hex float tests.
26769         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26770         now provides.
26771
26772         Document various strtod bugs, with some fixes.
26773         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26774         "-0x", "inf", "nan", and hex constants.
26775         * doc/posix-functions/atof.texi (atof): Likewise.
26776         * modules/stdlib (Makefile.am): Support strtod.
26777         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26778         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26779         detect additional strtod bugs.
26780         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26781         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26782         bool where appropriate.  Parse 'inf' and 'nan'.
26783         * tests/test-strtod.c: New file.
26784         * modules/strtod (Depends-on): Add stdbool, stdlib.
26785         (configure.ac): Turn on module indicator.
26786         * modules/strtod-tests: New module.
26787
26788 2008-03-29  Eric Blake  <ebb9@byu.net>
26789
26790         Fix ftell on mingw.
26791         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26792         * modules/ftell-tests (Depends-on): Add binary-io.
26793         * modules/ftello-tests (Depends-on): Likewise.
26794         * tests/test-ftell.c (main): Enhance test to cover behavior after
26795         ungetc.  Enforce binary mode.
26796         * tests/test-ftello.c (main): Likewise.
26797
26798         Pass test-freadseek on cygwin.
26799         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26800         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26801         ungetc buffer.
26802
26803         * tests/test-fflush2.c (main): Fix typo.
26804
26805 2008-03-29  Bruno Haible  <bruno@clisp.org>
26806
26807         * tests/test-fflush2.c (main): Temporarily disable the contents of
26808         this test.
26809         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26810         Reported by Eric Blake.
26811
26812 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26813
26814         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26815         (GC_SHA224_DIGEST_SIZE): Add.
26816
26817         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26818         (gc_hash_digest_length): Likewise.
26819         (gc_hash_buffer): Likewise.
26820
26821 2008-03-25  Bruno Haible  <bruno@clisp.org>
26822
26823         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26824         detail which gettext release to use.
26825         Reported by Simon Josefsson.
26826
26827 2008-03-26  Jim Meyering  <meyering@redhat.com>
26828
26829         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26830         * modules/gnumakefile (clean-GNUmakefile): Also, use
26831         test ... && ... || : syntax rather than if-then ... fi.
26832
26833         gnumakefile: Don't double-quote-expand $(VPATH) value.
26834         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26835
26836 2008-03-24  Eric Blake  <ebb9@byu.net>
26837
26838         Alter GNUmakefile to install into top directory.
26839         * modules/maintainer-makefile: Split, and add dependency...
26840         * modules/gnumakefile: to this new module.
26841         * build-aux/GNUmakefile: Move...
26842         * top/GNUmakefile: ...here.
26843         * build-aux/maint.mk: Move...
26844         * top/maint.mk: ...here.
26845         * MODULES.html.sh (Support for maintaining...): Document new
26846         module.
26847
26848 2008-03-23  Bruno Haible  <bruno@clisp.org>
26849
26850         * gnulib-tool: New options --vc-files, --no-vc-files.
26851         (func_usage): Document them.
26852         (vc_files): New variable.
26853         (func_import): Consider vc_files.
26854         (func_create_testdir): Set vc_files to empty.
26855         Suggested by Jim Meyering and Karl Berry.
26856
26857 2008-03-23  Bruno Haible  <bruno@clisp.org>
26858
26859         Fix regex compilation error on HP-UX 11.
26860         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26861         * modules/regex (Files): Add m4/mbstate_t.m4.
26862         Reported by Ton Voon <ton.voon@altinity.com>.
26863
26864 2008-03-23  Bruno Haible  <bruno@clisp.org>
26865
26866         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26867
26868 2008-03-23  Eric Blake  <ebb9@byu.net>
26869             Bruno Haible  <bruno@clisp.org>
26870
26871         Install files from top/ in the destination directory.
26872         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26873         augmentation also for the files from top/.
26874         (func_import, func_create_testdir): Rewrite file names:
26875         top/filename -> filename.
26876
26877 2008-03-23  Bruno Haible  <bruno@clisp.org>
26878
26879         Tweak "gnulib --version" output.
26880         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26881
26882 2008-03-23  Bruno Haible  <bruno@clisp.org>
26883
26884         Tweak "gnulib --version" output.
26885         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26886         rather than contents of ChangeLog, when possible.
26887
26888 2008-03-21  Eric Blake  <ebb9@byu.net>
26889
26890         More --version tweaks.
26891         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26892         date of last ChangeLog entry.
26893
26894 2008-03-21  Jim Meyering  <meyering@redhat.com>
26895
26896         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26897
26898 2008-03-20  Eric Blake  <ebb9@byu.net>
26899
26900         VPATH fix.
26901         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26902
26903 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26904
26905         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26906         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26907
26908 2008-03-20  Eric Blake  <ebb9@byu.net>
26909
26910         Sync GNUmakefile with coreutils.
26911         * build-aux/GNUmakefile (have-Makefile): Rename...
26912         (_have-Makefile): ...to this, for namespace consideration.
26913         (GNUmakefile.cfg): Include, if present.
26914         (_autoreconf): Define a default.
26915         (_is-dist-target): New rule for rebuilds to pick up intra-release
26916         version.
26917         (maint-cfg.mk): Rename...
26918         (cfg.mk): ...to this.
26919
26920 2008-03-18  Jim Meyering  <meyering@redhat.com>
26921
26922         New script and module: mktempd
26923         * MODULES.html.sh (maint+release support): Add mktempd.
26924         * build-aux/mktempd: New file.
26925         * modules/mktempd: New file.
26926
26927 2008-03-15  Jim Meyering  <meyering@redhat.com>
26928
26929         Undo last change.
26930         * lib/sha1.c, lib/md5.c: 63 != ~63.
26931         Reported by Andreas Schwab.
26932
26933         sha1.c, md5.c: Hoist a redundant expression.
26934         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26935         "ctx->buflen" only once, before calling *_process_block.
26936         * lib/md5.c (md5_process_bytes): Likewise.
26937
26938 2008-03-14  Eric Blake  <ebb9@byu.net>
26939
26940         Bump copyright year in files generated by gnulib-tool.
26941         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26942         gnulib-tool, rather than hard-coding it.
26943
26944         Fix 'gnulib-tool --version' output to work with git.
26945         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26946         (startup): ...here.
26947         (func_version): Use it to invoke git-version-gen, rather than
26948         relying on CVS keyword expansion.  Modernize wording.
26949         (cvsdatestamp, last_checkin_date, version): Kill unused
26950         variables.
26951
26952 2008-03-12  Jim Meyering  <meyering@redhat.com>
26953
26954         Recognize optional cast of the argument to free.
26955         * build-aux/useless-if-before-free: Update regexps.
26956
26957         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26958
26959 2008-03-11  Bruno Haible  <bruno@clisp.org>
26960
26961         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26962         by a single package.
26963         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26964         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26965         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26966         Reported by Sam Steingold <sds@gnu.org>.
26967
26968 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26969
26970         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26971         repositories.
26972
26973 2008-03-11  Bruno Haible  <bruno@clisp.org>
26974
26975         Avoid conflicts between local macro definitions.
26976         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26977         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26978
26979 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26980             Bruno Haible  <bruno@clisp.org>
26981
26982         Make va_copy work with some version of xlc on AIX 5.1.
26983         * lib/stdarg.in.h: New file.
26984         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26985         On AIX, use a <stdarg.h> file substitute.
26986         * modules/stdarg (Files): Add lib/stdarg.in.h.
26987         (Depends-on): Add include_next.
26988         (Makefile.am): Build a stdarg.h substitute if requested.
26989         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26990
26991 2008-03-10  Bruno Haible  <bruno@clisp.org>
26992
26993         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26994         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26995         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26996
26997 2008-03-10  Bruno Haible  <bruno@clisp.org>
26998
26999         * modules/stdlib (Depends-on): Add include_next, remove
27000         absolute-header.
27001
27002 2008-03-09  Bruno Haible  <bruno@clisp.org>
27003
27004         * lib/freadahead.h (freadahead): Document more precisely.
27005         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27006         the sum of both buffer sizes.
27007         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27008         * NEWS: Document the change.
27009
27010 2008-03-09  Bruno Haible  <bruno@clisp.org>
27011
27012         Extend freadptr to return also the buffer size.
27013         * lib/freadptr.h (freadptr): Add sizep argument.
27014         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27015         (freadptr): Add sizep argument. Determine buffer size like freadahead
27016         does.
27017         * tests/test-freadptr.c: Don't include freadahead.h.
27018         (main): Adapt for new calling convention of freadptr.
27019         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27020         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27021         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27022         tests/test-freadptr2.sh.
27023         (Depends): Remove freadahead.
27024         (TESTS): Add test-freadptr2.sh.
27025         (check_PROGRAMS): Add test-freadptr2.
27026
27027 2008-03-09  Bruno Haible  <bruno@clisp.org>
27028
27029         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27030         Report and solution by Simon Josefsson.
27031
27032 2008-03-06  Bruno Haible  <bruno@clisp.org>
27033
27034         Make fflush after ungetc work on BSD platforms.
27035         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27036         * tests/test-fflush2.c: New file.
27037         * tests/test-fflush2.sh: New file.
27038         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27039         tests/test-fflush2.c.
27040         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27041         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27042
27043 2008-03-06  Eric Blake  <ebb9@byu.net>
27044
27045         Likewise for ftello.
27046         * modules/ftello (Dependencies): Add extensions.
27047         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27048
27049 2008-03-06  Bruno Haible  <bruno@clisp.org>
27050
27051         * modules/fseeko (Dependencies): Add extensions.
27052         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27053         Needed on glibc systems.
27054
27055 2008-03-06  Bruno Haible  <bruno@clisp.org>
27056
27057         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27058         email address.
27059         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27060
27061 2008-03-06  Bruno Haible  <bruno@clisp.org>
27062
27063         * users.txt: Add libgnupdf.
27064
27065 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27066
27067         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27068         (Header File Substitutes, Function Substitutes,
27069         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27070         (Build robot for gnulib): Fix typo.
27071
27072 2008-03-06  Bruno Haible  <bruno@clisp.org>
27073
27074         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27075         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27076
27077 2008-03-06  Bruno Haible  <bruno@clisp.org>
27078
27079         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27080         * doc/gnulib.texi: Include it.
27081
27082 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27083
27084         * modules/func (License): Change license to unlimited; there was
27085         no LGPL parts in the module anyway.
27086
27087 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27088
27089         * modules/__func__: Renamed to modules/func.
27090         * modules/__func__-tests: Renamed to modules/func-tests.
27091         * tests/test-__func__.c: Renamed to tests/test-func.c.
27092         * m4/__func__.m4: Renamed to m4/func.m4.
27093         * doc/gnulib.texi (__func__): Section renamed to func.
27094         Suggested by Eric Blake <ebb9@byu.net>.
27095
27096 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27097
27098         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27099         about __func__.  Make example self-contained.  Suggested by Eric
27100         Blake <ebb9@byu.net>.
27101
27102         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27103         Suggested by Eric Blake <ebb9@byu.net>.
27104
27105 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27106
27107         * modules/__func__: New file.
27108         * modules/__func__-tests: New file.
27109         * tests/test-__func__.c: New file.
27110         * m4/__func__.m4: New file.
27111         * doc/gnulib.texi (__func__): Document __func__ module.
27112
27113 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27114
27115         * modules/byteswap (License): Re-license as LGPLv2+.
27116
27117 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27118
27119         * doc/Makefile: Add pdf target.
27120
27121 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27122
27123         * modules/inline (License): Use 'unlimited', since there are only
27124         *.m4 files in this module.
27125
27126 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27127             Bruno Haible  <bruno@clisp.org>
27128
27129         Add support for HP C 7.1 on OpenVMS 8.3.
27130         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27131
27132 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27133
27134         Update VMS specifics.
27135         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27136
27137 2008-03-02  Jim Meyering  <meyering@redhat.com>
27138
27139         Remove the last dependency on the "free" module.
27140         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27141         Reported by Bob Proulx.
27142
27143         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27144
27145         Remove useless "if" tests before free.  Deprecate "free" module.
27146         * doc/posix-functions/free.texi: Mention that this
27147         module is no longer useful.
27148         * modules/free (Notice): Say this module is obsolete.
27149         * modules/readutmp (Depends-on): Remove free.
27150         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27151         * lib/putenv.c (putenv): Likewise.
27152         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27153         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27154         * tests/test-c-strcasestr.c (main): Likewise.
27155         * tests/test-c-strstr.c (main): Likewise.
27156         * tests/test-mbscasestr1.c (main): Likewise.
27157         * tests/test-mbscasestr2.c (main): Likewise.
27158         * tests/test-mbsstr1.c (main): Likewise.
27159         * tests/test-mbsstr2.c (main): Likewise.
27160         * tests/test-memmem.c (main): Likewise.
27161         * tests/test-strcasestr.c (main): Likewise.
27162         * tests/test-striconv.c (main): Likewise.
27163         * tests/test-striconveh.c (main): Likewise.
27164         * tests/test-striconveha.c (main): Likewise.
27165         * tests/test-strstr.c (main): Likewise.
27166
27167         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27168
27169         bootstrap: sync from coreutils again
27170         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27171
27172 2008-03-01  Jim Meyering  <meyering@redhat.com>
27173
27174         bootstrap: sync from coreutils
27175         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27176         also when the target doesn't exist.
27177
27178 2008-03-01  Eric Blake  <ebb9@byu.net>
27179
27180         Fix bugs in last patch.
27181         * lib/memchr2.c (memchr2): Fix typo.
27182         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27183         extension.
27184         Reported by Bruce Korb.
27185
27186         New module 'memchr2'.
27187         * modules/memchr2: New file.
27188         * modules/memchr2-tests: Likewise.
27189         * lib/memchr2.h: Likewise.
27190         * lib/memchr2.c: Likewise, based on memchr.c.
27191         * tests/test-memchr2.c: New test.
27192         * MODULES.html.sh (String handling): Add memchr2.
27193
27194 2008-02-29  Bruno Haible  <bruno@clisp.org>
27195
27196         * modules/freadseek-tests: New file.
27197         * tests/test-freadseek.sh: New file.
27198         * tests/test-freadseek.c: New file.
27199
27200         New module 'freadseek'.
27201         * modules/freadseek: New file.
27202         * lib/freadseek.h: New file.
27203         * lib/freadseek.c: New file.
27204         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27205
27206 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27207
27208         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27209         wydawca.
27210
27211         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27212         program_invocation_name and program_invocation_short_name are
27213         present.
27214
27215 2008-02-28  Bruno Haible  <bruno@clisp.org>
27216
27217         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27218         * tests/test-freadptr.sh: Also test non-seekable stdin.
27219
27220 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27221
27222         * build-aux/bootstrap (source_base, m4_base)
27223         (doc_base, tests_base): New variables.
27224         (gnulib_tool_options): Do not hardcode base directories, use
27225         the above variables instead.
27226
27227 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27228
27229         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27230
27231 2008-02-28  Bruno Haible  <bruno@clisp.org>
27232
27233         * modules/freadptr-tests: New file.
27234         * tests/test-freadptr.sh: New file.
27235         * tests/test-freadptr.c: New file.
27236
27237         New module 'freadptr'.
27238         * modules/freadptr: New file.
27239         * lib/freadptr.h: New file.
27240         * lib/freadptr.c: New file.
27241         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27242
27243 2008-02-26  Karl Berry  <karl@freefriends.org>
27244
27245         Sync from Libtool:
27246         * libltdl/argz.c (argz_add, argz_count): New functions.
27247         * libltdl/argz.in.h: Declare them.
27248         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27249
27250 2008-02-22  Bruno Haible  <bruno@clisp.org>
27251
27252         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27253         is a pointer type.  Needed for HP-UX 10.
27254         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27255         * doc/posix-functions/gmtime_r.texi: Likewise.
27256         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27257
27258 2008-02-24  Bruno Haible  <bruno@clisp.org>
27259
27260         * modules/environ-tests: New file.
27261         * tests/test-environ.c: New file.
27262
27263         New module 'environ'.
27264         * modules/environ: New file.
27265         * lib/unistd.in.h (environ): New declaration.
27266         * m4/environ.m4: New file.
27267         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27268         after use.
27269         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27270         HAVE_DECL_ENVIRON.
27271         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27272         HAVE_DECL_ENVIRON.
27273         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27274         wrong claim that 'environ' is missing on some systems.
27275         * modules/execute (Depends-on): Add environ.
27276         * lib/execute.c (environ): Remove fallback declaration.
27277         * modules/pipe (Depends-on): Add environ.
27278         * lib/pipe.c (environ): Remove fallback declaration.
27279         * modules/setenv (Depends-on): Add environ.
27280         * lib/setenv.c (environ): Remove fallback declaration.
27281         * modules/unsetenv (Depends-on): Add environ.
27282         * lib/unsetenv.c (environ): Remove fallback declaration.
27283         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27284         m4/environ.m4.
27285         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27286         (gl_PREREQ_UNSETENV): Likewise.
27287
27288 2008-02-24  Bruno Haible  <bruno@clisp.org>
27289
27290         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27291
27292 2008-02-20  Bob Proulx  <bob@proulx.com>
27293
27294         Enable use of older two part flavor 'git describe'.
27295         * build-aux/git-version-gen: If using the older two part flavor of
27296         git version then recreate the third part now present in the
27297         newer three part flavor of git describe.
27298
27299 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27300
27301         * lib/fts.c (fts_build): Typo correction to comment.
27302
27303 2008-02-17  Bruno Haible  <bruno@clisp.org>
27304
27305         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27306         generating no-op conflicts.
27307
27308 2008-02-17  Bruno Haible  <bruno@clisp.org>
27309
27310         Speed up by 10%.
27311         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27312         result_entries, rather than an index-based loop.
27313
27314 2008-02-17  Bruno Haible  <bruno@clisp.org>
27315
27316         Speed up by 25%.
27317         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27318         'hashcode_cached'.
27319         (entry_create): New function.
27320         (entry_hashcode): Use the cached hashcode if possible.
27321         (read_changelog_file, try_split_merged_entry): Use entry_create.
27322
27323 2008-02-17  Bruno Haible  <bruno@clisp.org>
27324
27325         Speed up from O(n^2) to O(n) for long ChangeLog files.
27326         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27327         (read_changelog_file): Change implementation of entries_reversed list
27328         to rbtreehash.
27329         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27330
27331 2008-02-17  Bruno Haible  <bruno@clisp.org>
27332
27333         New option --split-merged-entry.
27334         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27335         (find_paragraph_end, try_split_merged_entry): New functions.
27336         (long_options): Add option --split-merged-entry.
27337         (usage): Document option --split-merged-entry.
27338         (main): Implement option --split-merged-entry.
27339         Reported by Eric Blake.
27340
27341 2008-02-17  Bruno Haible  <bruno@clisp.org>
27342
27343         * lib/git-merge-changelog.c: Include c-strstr.h.
27344         (main): Support the "git pull --rebase" situation.
27345         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27346         Reported by Eric Blake.
27347
27348 2008-02-16  Eric Blake  <ebb9@byu.net>
27349
27350         Avoid doubling \ in common case of "c-maybe" quoting style.
27351         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27352         eliding outer quotes.
27353         * lib/quotearg.h: Document this.
27354         * tests/test-quotearg.c (result_strings, inputs, results_g)
27355         (flag_results, locale_results): Test it by adding a new string to
27356         each test group.
27357         (compare_strings): Test new string.
27358
27359 2008-02-13  Eric Blake  <ebb9@byu.net>
27360
27361         Avoid trigraph quoting in default output.
27362         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27363         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27364         unless explicitly requested.
27365         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27366
27367 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27368
27369         Don't rely on signed integer overflowing to negative value.
27370         * lib/getugroups.c (getugroups): Include <limits.h>.
27371         Instead, compare against INT_MAX, and increment only if the test passes.
27372
27373 2008-02-13  Jim Meyering  <meyering@redhat.com>
27374         and Eric Blake  <ebb9@byu.net>
27375
27376         Avoid shadowing warning and compile errors on Linux.
27377         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27378         forwarding macros on Linux.
27379         (dcgettext): Define a stub, for Linux.
27380         (results_g, main): Avoid warnings.
27381
27382 2008-02-12  Eric Blake  <ebb9@byu.net>
27383
27384         Silence warning in last patch.
27385         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27386
27387         Quotearg part 4: add tests, fix c-maybe colon quoting.
27388         * lib/quotearg.h: Improve documentation.
27389         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27390         escapes when adding outer quotes.  When quoting trigraphs, use
27391         valid C notation.  When quoting NUL, omit extra characters if next
27392         character is not digit.  Alter prototype.
27393         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27394         callers.
27395         * modules/quotearg-tests: New module.
27396         * tests/test-quotearg.c: New test.
27397
27398 2008-02-07  Eric Blake  <ebb9@byu.net>
27399
27400         Quotearg part 3: add flag to control outer quote elision.
27401         * lib/quotearg.h (c_maybe_quoting_style): New style.
27402         (enum quoting_flags): Better documentation of flags.
27403         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27404         c-maybe style.
27405         (quotearg_buffer_restyled): Handle new flag to elide outer
27406         quotes.
27407
27408         Quotearg part 2: add flag that can control NUL elision.
27409         * lib/quotearg.h (set_quoting_flags): New prototype.
27410         * lib/quotearg.c (struct quoting_options): Add flag field.
27411         (set_quoting_flags): New function.
27412         (quotearg_buffer_restyled): Add flags parameter.
27413         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27414         (quotearg_n_options): Set the flag, since length cannot be
27415         returned.
27416         (quoting_options_from_style): Default flags correctly.
27417
27418         Quotearg part 1: more wrappers, restore quotearg_char state.
27419         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27420         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27421         (quotearg_colon_mem): New wrappers.
27422         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27423         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27424         functions.
27425         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27426         (quotearg_colon_mem): New functions.
27427
27428 2008-02-11  Bruno Haible  <bruno@clisp.org>
27429
27430         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27431         library in the current directory: it does not work with parallel make.
27432         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27433
27434 2008-02-11  Bruno Haible  <bruno@clisp.org>
27435
27436         * .gitattributes: New file.
27437
27438 2008-02-11  Jim Meyering  <meyering@redhat.com>
27439
27440         useless-if-before-free: Fix reversed exit values.
27441         * build-aux/useless-if-before-free: Use correct values
27442         for EXIT_MATCH and EXIT_NO_MATCH.
27443
27444         * build-aux/useless-if-before-free: Close stdout carefully.
27445
27446 2008-02-10  Bruno Haible  <bruno@clisp.org>
27447
27448         New module 'git-merge-changelog'.
27449         * modules/git-merge-changelog: New file.
27450         * lib/git-merge-changelog.c: New file.
27451
27452 2008-02-10  Jim Meyering  <meyering@redhat.com>
27453
27454         useless-if-before-free: New option: --list (-l).
27455
27456         useless-if-before-free: Don't exit immediately upon open failure.
27457         * build-aux/useless-if-before-free: Exit 2 for errors.
27458         Upon failure to open a file, don't exit immediately.
27459         Rather, just warn and continue with any remaining files.
27460
27461 2008-02-10  Bruno Haible  <bruno@clisp.org>
27462
27463         New abstract list operation 'node_set_value'.
27464         * lib/gl_list.h (gl_list_node_set_value): New function.
27465         (struct gl_list_implementation): New field node_set_value.
27466         * lib/gl_list.c (gl_list_node_set_value): New function.
27467         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27468         (gl_array_list_implementation): Update.
27469         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27470         (gl_carray_list_implementation): Update.
27471         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27472         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27473         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27474         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27475         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27476         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27477         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27478         Update.
27479         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27480         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27481         (gl_sublist_list_implementation): Update.
27482
27483 2008-02-10  Bruno Haible  <bruno@clisp.org>
27484
27485         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27486         Needed when ELEMENT is #defined to 'some_type *'.
27487
27488 2008-02-10  Jim Meyering  <meyering@redhat.com>
27489
27490         New script and module: useless-if-before-free
27491         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27492         * build-aux/useless-if-before-free: New file.
27493         * modules/useless-if-before-free: New file.
27494
27495         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27496
27497         xstrtol_error: Fix typo.
27498         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27499         s/exit_failure/exit_status/.
27500
27501 2008-02-09  Jim Meyering  <meyering@redhat.com>
27502
27503         New script and module: gitlog-to-changelog
27504         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27505         * modules/gitlog-to-changelog: New file.
27506         * build-aux/gitlog-to-changelog: New file.
27507
27508 2008-02-08  Jim Meyering  <meyering@redhat.com>
27509
27510         Avoid two "parameter unused" warnings.
27511         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27512         Mark "st" as used.
27513
27514         Use "git COMMAND", not "git-COMMAND".
27515         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27516         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27517         * build-aux/git-version-gen: Use "git status", not "git-status".
27518
27519 2008-02-07  Bruno Haible  <bruno@clisp.org>
27520
27521         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27522         Avoids a crash on Windows Vista.
27523         Reported by Adam Strzelecki <ono@java.pl> via
27524         Simon Josefsson <simon@josefsson.org>.
27525
27526 2008-02-06  Bruno Haible  <bruno@clisp.org>
27527
27528         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27529         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27530         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27532         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27533         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27534         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27535         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27536         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27537         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27538         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27539         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27540         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27541         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27542         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27543         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27544         left-adjust flag.
27545         * tests/test-snprintf-posix.h (test_function): Likewise.
27546         * tests/test-sprintf-posix.h (test_function): Likewise.
27547         * tests/test-vasprintf-posix.c (test_function): Likewise.
27548         * doc/posix-functions/fprintf.texi: Update.
27549         * doc/posix-functions/printf.texi: Update.
27550         * doc/posix-functions/snprintf.texi: Update.
27551         * doc/posix-functions/sprintf.texi: Update.
27552         * doc/posix-functions/vfprintf.texi: Update.
27553         * doc/posix-functions/vprintf.texi: Update.
27554         * doc/posix-functions/vsnprintf.texi: Update.
27555         * doc/posix-functions/vsprintf.texi: Update.
27556         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27557
27558 2008-02-06  Bruno Haible  <bruno@clisp.org>
27559
27560         Fix bug introduced on 2008-01-26.
27561         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27562
27563 2008-02-06  Bruno Haible  <bruno@clisp.org>
27564
27565         Fix bug introduced on 2007-06-10.
27566         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27567         !NEED_PRINTF_FLAG_ZERO.
27568
27569 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27570
27571         getloadavg: use libperfstat on AIX5
27572         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27573
27574 2008-02-03  Bruno Haible  <bruno@clisp.org>
27575
27576         * lib/diffseq.h: Add comments about required #includes.
27577         Reported by Michael Biggs <gnulib@doubleplum.net>.
27578
27579 2008-02-01  Bruno Haible  <bruno@clisp.org>
27580
27581         * users.txt: Add gnuit.
27582
27583 2008-01-31  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/md4.c (set_uint32): Mark as inline.
27586         * lib/md5.c (set_uint32): Likewise.
27587         * lib/sha1.c (set_uint32): Likewise.
27588         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27589         * m4/md5.m4 (gl_MD5): Likewise.
27590         * m4/sha1.m4 (gl_SHA1): Likewise.
27591
27592 2008-01-31  Jim Meyering  <meyering@redhat.com>
27593
27594         Use "sizeof VAR", rather than a literal "4".
27595         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27596         * lib/md4.c (md4_read_ctx): Likewise.
27597         * lib/sha1.c (sha1_read_ctx): Likewise.
27598
27599 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27600
27601         * tests/test-sha1.c: New file, based on test-md5.c.
27602
27603         * modules/crypto/sha1-tests: New file.
27604
27605 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27606
27607         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27608
27609 2008-01-31  Jim Meyering  <meyering@redhat.com>
27610
27611         Prefer "sizeof v" over the equivalent "4".
27612         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27613         * lib/md5.c (set_uint32): Likewise.
27614         * lib/sha1.c (set_uint32): Likewise.
27615
27616 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27617
27618         * lib/sha1.c (set_uint32): Mark function as static.
27619
27620 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27621
27622         md2: clarify comments to say that alignment is not required.
27623         * lib/md2.h: Remove warning about alignment in comment.
27624         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27625         never been required.
27626
27627 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27628
27629         md4: adapt alignment constraint fix from sha1.
27630         * lib/md4.c (set_uint32): New function, from sha1.c
27631         (md4_read_ctx): Use it.
27632         (md4_finish_ctx): Doc fix.
27633         * lib/md4.h: Doc fix.
27634
27635 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27636
27637         md5: adapt alignment constraint fix from sha1.
27638         * lib/md5.c (set_uint32): New function, from sha1.c
27639         (md5_read_ctx): Use it.
27640         (md5_finish_ctx): Doc fix.
27641         * lib/md5.h: Doc fix.
27642
27643 2008-01-30  Peter Palfrader  <weasel@debian.org>
27644
27645         sha1: remove the result buffer alignment constraint
27646         * lib/sha1.c (set_uint32): New function.
27647         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27648         constraint.
27649         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27650         * lib/sha1.h: Likewise.
27651
27652 2008-01-30  Andreas Schwab  <schwab@suse.de>
27653             Bruno Haible  <bruno@clisp.org>
27654
27655         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27656         correct definition of LDBL_MIN_EXP.
27657
27658 2008-01-30  Karl Berry  <karl@gnu.org>
27659
27660         * config/srclist-update: try to preserve x bit on updates.
27661         * config/srclistvars.sh: update for karl.
27662
27663 2008-01-29  Jim Meyering  <meyering@redhat.com>
27664
27665         vasnprintf.c: Avoid warning about unused label
27666         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27667         "overflow" label definition and associated code with the
27668         same cpp condition that guards the sole use of that label.
27669
27670 2008-01-26  Bruno Haible  <bruno@clisp.org>
27671
27672         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27673         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27674         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27675         * lib/isnanl-nolibm.h (isnanl): Likewise.
27676         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27677
27678 2008-01-26  Bruno Haible  <bruno@clisp.org>
27679
27680         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27681         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27682
27683 2008-01-26  Bruno Haible  <bruno@clisp.org>
27684
27685         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27686         GCC >= 4.0 built-in.
27687         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27688
27689 2008-01-26  Bruno Haible  <bruno@clisp.org>
27690
27691         Rename isnan, applicable to 'double' only, to isnand.
27692         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27693         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27694         (configure.ac): Update.
27695         (Include): Replace "isnan.h" with "isnand.h".
27696         * m4/isnand.m4: Renamed from m4/isnan.m4.
27697         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27698         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27699         instead of isnan.c.
27700         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27701         instead of HAVE_ISNAN_IN_LIBC.
27702         (isnand): Renamed from isnan.
27703         * lib/isnand.c: New file.
27704         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27705         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27706         (Makefile.am): Update.
27707         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27708         Include isnand.h instead of isnan.h.
27709         (main): Test isnand instead of isnan.
27710         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27711         isnan-nolibm.
27712         * modules/frexp (Depends-on): Likewise.
27713         * modules/frexp-tests (Depends-on): Likewise.
27714         * modules/frexp-nolibm (Depends-on): Likewise.
27715         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27716         * modules/isfinite (Depends-on): Likewise.
27717         * modules/round-tests (Depends-on): Likewise.
27718         * modules/signbit (Depends-on): Likewise.
27719         * modules/signbit-tests (Depends-on): Likewise.
27720         * modules/snprintf-posix (Depends-on): Likewise.
27721         * modules/sprintf-posix (Depends-on): Likewise.
27722         * modules/trunc-tests (Depends-on): Likewise.
27723         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27724         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27725         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27726         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27727         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27728         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27729         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27730         * modules/vasnprintf-posix (Depends-on): Likewise.
27731         * modules/vasprintf-posix (Depends-on): Likewise.
27732         * modules/vfprintf-posix (Depends-on): Likewise.
27733         * modules/vsnprintf-posix (Depends-on): Likewise.
27734         * modules/vsprintf-posix (Depends-on): Likewise.
27735         * lib/frexp.c: Include isnand.h instead of isnan.h.
27736         (ISNAN): Set to isnand instead of isnan.
27737         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27738         (gl_isfinited): Use isnand instead of isnan.
27739         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27740         (gl_signbitd): Use isnand instead of isnan.
27741         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27742         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27743         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27744         (main): Use isnand instead of isnan.
27745         * tests/test-round1.c: Include isnand.h.
27746         (main): Use isnand instead of isnan.
27747         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27748         (ISNAN): Set to isnand instead of isnan.
27749         * tests/test-trunc1.c: Include isnand.h.
27750         (main): Use isnand instead of isnan.
27751         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27752         (equal): Use isnand instead of isnan.
27753         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27754         isnand-nolibm.
27755         * NEWS: Mention the change.
27756
27757 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27758             Bruno Haible  <bruno@clisp.org>
27759
27760         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27761         the GCC builtins for signbits are present and set
27762         REPLACE_SIGNBIT_USING_GCC if so.
27763         * lib/math.in.h (signbit): Define using GCC builtins if
27764         REPLACE_SIGNBIT_USING_GCC is set.
27765         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27766         REPLACE_SIGNBIT_USING_GCC.
27767         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27768
27769 2008-01-25  Jim Meyering  <meyering@redhat.com>
27770
27771         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27772         * lib/poll.c: Include <config.h>, not "config.h".
27773         * tests/test-getaddrinfo.c: Likewise.
27774
27775 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27776
27777         * modules/sockets-tests: New file.
27778
27779 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27780
27781         * modules/sockets: New module, can be used to call WSA_Startup and
27782         WSA_Cleanup when needed.
27783
27784         * lib/sockets.h, lib/sockets.c: New files.
27785
27786         * m4/sockets.m4: New file.
27787
27788         * tests/test-sockets.c: New file.
27789
27790 2008-01-19  Bruno Haible  <bruno@clisp.org>
27791
27792         * doc/posix-headers: Renamed from doc/headers.
27793         * doc/posix-functions: Renamed from doc/functions.
27794         * doc/gnulib.texi: Update.
27795
27796 2008-01-19  Bruno Haible  <bruno@clisp.org>
27797
27798         * doc/glibc-functions/strcasestr.texi: Include contents of
27799         doc/functions/strcasestr.texi, fixing the list of platforms.
27800         * doc/functions/strcasestr.texi: Remove file.
27801
27802 2008-01-19  Bruno Haible  <bruno@clisp.org>
27803
27804         * doc/glibc-functions/memmem.texi: Include contents of
27805         doc/functions/memmem.texi.
27806         * doc/functions/memmem.texi: Remove file.
27807
27808 2008-01-18  Bruno Haible  <bruno@clisp.org>
27809
27810         * doc/glibc-functions/*.texi: New files.
27811         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27812         to use the new files.
27813
27814 2008-01-17  Bruno Haible  <bruno@clisp.org>
27815
27816         * tests/test-gethostname.c (main): Fix printf statement.
27817
27818 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27819
27820         * modules/gethostname-tests: New file.
27821
27822         * tests/test-gethostname.c: New file.
27823
27824 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27825
27826         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27827         used by the UNAME case.  Reported by Bruno Haible
27828         <bruno@clisp.org>.
27829
27830 2008-01-17  Eric Blake  <ebb9@byu.net>
27831
27832         Convert c-strcasestr to be more efficient.
27833         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27834         (Depends-on): Add c-strcase, remove malloca, strnlen.
27835         * tests/test-c-strcasestr.c (main): Enhance test.
27836         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27837
27838 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27839
27840         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27841         Use it in creating po/Makevars.
27842
27843 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27844
27845         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27846         Applications that requires it should initialize libgcrypt
27847         manually.
27848
27849 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27850
27851         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27852
27853 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27854
27855         Fix problem with getdate on mingw32 reported by Simon Josefsson
27856         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27857         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27858         tzname", when deciding whether to declare tzname.
27859         * lib/strftime.c (tzname): Likewise.
27860
27861 2008-01-15  Bruno Haible  <bruno@clisp.org>
27862
27863         Work around a MacOS X 10.5 bug in frexpl().
27864         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27865         * doc/functions/frexpl.texi: Document the bug.
27866         Reported by Elias Pipping <pipping@gentoo.org>.
27867
27868 2008-01-14  Eric Blake  <ebb9@byu.net>
27869
27870         Touch up previous patch.
27871         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27872         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27873
27874         Convert strcasestr module to use Two-Way algorithm.
27875         * modules/strcasestr-simple: New module, based on the old
27876         strcasestr, but with Two-Way rather than KMP.
27877         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27878         * lib/string.in.h (rpl_strcasestr): Declare.
27879         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27880         performance.
27881         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27882         * modules/string (Makefile.am): Support strcasestr.
27883         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27884         * modules/strcasestr-tests (Depends-on): Check for alarm.
27885         * tests/test-strcasestr.c: Augment test.
27886         * lib/str-two-way.h: Clean up stray macro.
27887         * NEWS: Document new module.
27888         * MODULES.html.sh (string handling): Likewise.
27889         * doc/functions/strcasestr.texi: New file.
27890         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27891         here, since it is not a POSIX function.
27892
27893 2008-01-14  Colin Watson  <cjwatson@debian.org>
27894             Bruno Haible  <bruno@clisp.org>
27895
27896         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27897         works fine; if not, set REPLACE_STRSIGNAL.
27898         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27899         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27900         REPLACE_STRSIGNAL.
27901         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27902         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27903         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27904
27905 2008-01-14  Bruno Haible  <bruno@clisp.org>
27906
27907         * modules/strsignal (Include): Change to <string.h>.
27908
27909 2008-01-14  Colin Watson  <cjwatson@debian.org>
27910
27911         * modules/argp (Notice): Add a notice recommending to change
27912         XGETTEXT_OPTIONS.
27913         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27914
27915 2008-01-13  Colin Watson  <cjwatson@debian.org>
27916
27917         * modules/strsignal-tests: New file.
27918         * tests/test-strsignal.c: New file.
27919
27920         * lib/strsignal.c: New file, from glibc with modifications.
27921         * lib/siglist.h: New file, from glibc with modifications.
27922         * lib/string.in.h (strsignal): New declaration.
27923         * m4/strsignal.m4: New file.
27924         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27925         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27926         * modules/strsignal: New file.
27927         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27928         HAVE_DECL_STRSIGNAL.
27929
27930 2008-01-13  Bruno Haible  <bruno@clisp.org>
27931
27932         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27933         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27934         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27935         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27936
27937 2008-01-13  Bruno Haible  <bruno@clisp.org>
27938
27939         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27940         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27941         * lib/argp.h (__attribute__): Likewise.
27942         * lib/c-stack.c (__attribute__): Likewise.
27943         * lib/error.h (__attribute__): Likewise.
27944         * lib/fts.c (__attribute__): Likewise.
27945         * lib/openat.h (__attribute__): Likewise.
27946         * lib/stdio.in.h (__attribute__): Likewise.
27947         * lib/string.in.h (__attribute__): Likewise.
27948         * lib/utimens.c (__attribute__): Likewise.
27949         * lib/vasnprintf.h (__attribute__): Likewise.
27950         * lib/xalloc.h (__attribute__): Likewise.
27951         * lib/xprintf.h (__attribute__): Likewise.
27952         * lib/xstrtol.h (__attribute__): Likewise.
27953         * lib/xvasprintf.h (__attribute__): Likewise.
27954
27955 2008-01-12  Bruno Haible  <bruno@clisp.org>
27956
27957         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27958         * doc/glibc-headers/a.out.texi: New file.
27959         * doc/glibc-headers/aliases.texi: New file.
27960         * doc/glibc-headers/alloca.texi: New file.
27961         * doc/glibc-headers/ar.texi: New file.
27962         * doc/glibc-headers/argp.texi: New file.
27963         * doc/glibc-headers/argz.texi: New file.
27964         * doc/glibc-headers/byteswap.texi: New file.
27965         * doc/glibc-headers/crypt.texi: New file.
27966         * doc/glibc-headers/endian.texi: New file.
27967         * doc/glibc-headers/envz.texi: New file.
27968         * doc/glibc-headers/err.texi: New file.
27969         * doc/glibc-headers/error.texi: New file.
27970         * doc/glibc-headers/execinfo.texi: New file.
27971         * doc/glibc-headers/fpu_control.texi: New file.
27972         * doc/glibc-headers/fstab.texi: New file.
27973         * doc/glibc-headers/fts.texi: New file.
27974         * doc/glibc-headers/getopt.texi: New file.
27975         * doc/glibc-headers/ieee754.texi: New file.
27976         * doc/glibc-headers/ifaddrs.texi: New file.
27977         * doc/glibc-headers/libintl.texi: New file.
27978         * doc/glibc-headers/mcheck.texi: New file.
27979         * doc/glibc-headers/mntent.texi: New file.
27980         * doc/glibc-headers/obstack.texi: New file.
27981         * doc/glibc-headers/paths.texi: New file.
27982         * doc/glibc-headers/printf.texi: New file.
27983         * doc/glibc-headers/pty.texi: New file.
27984         * doc/glibc-headers/resolv.texi: New file.
27985         * doc/glibc-headers/shadow.texi: New file.
27986         * doc/glibc-headers/sysexits.texi: New file.
27987         * doc/glibc-headers/ttyent.texi: New file.
27988
27989 2008-01-12  Jim Meyering  <meyering@redhat.com>
27990
27991         announce-gen: emit Gnulib's git-based version string.
27992         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27993         New option --gnulib-version=V, where V is expected to be
27994         the output of running git describe in the gnulib directory.
27995         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27996         not useful, and plan to stop publishing an xdelta file with each
27997         coreutils release.
27998
27999         * build-aux/announce-gen: Also check for lzma-compressed files.
28000
28001 2008-01-11  Bruno Haible  <bruno@clisp.org>
28002
28003         * tests/test-memmem.c (main): Increase maximum allowed time.
28004         * tests/test-strstr.c (main): Likewise.
28005
28006 2008-01-11  Bruno Haible  <bruno@clisp.org>
28007
28008         * doc/functions/memmem.texi: Add more precisions about platforms.
28009         * doc/functions/strstr.texi: Likewise.
28010
28011 2008-01-10  Eric Blake  <ebb9@byu.net>
28012
28013         * m4/strstr.m4: Delete cruft from copy-n-paste.
28014         Reported by Bruno Haible.
28015
28016 2008-01-10  Bruno Haible  <bruno@clisp.org>
28017
28018         Make c-strstr rely on strstr.
28019         * lib/c-strstr.c: Don't include str-kmp.h.
28020         (c_strstr): Define in terms of strstr.
28021         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28022         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28023
28024 2008-01-10  Bruno Haible  <bruno@clisp.org>
28025
28026         * doc/gnulib.texi (String Functions in C Locale): New section.
28027         * doc/c-ctype.texi: New file.
28028         * doc/c-strcase.texi: New file.
28029         * doc/c-strcaseeq.texi: New file.
28030         * doc/c-strcasestr.texi: New file.
28031         * doc/c-strstr.texi: New file.
28032         * doc/c-strtod.texi: New file.
28033         * doc/c-strtold.texi: New file.
28034
28035 2008-01-10  Eric Blake  <ebb9@byu.net>
28036
28037         * lib/relocatable.h: Fix a comment.
28038
28039 2008-01-10  Eric Blake  <ebb9@byu.net>
28040
28041         Share two-way algorithm.
28042         * lib/str-two-way.h: New file, merged from...
28043         * lib/memmem.c: ...here...
28044         * lib/strstr.c: ...and here.
28045         * modules/memmem (Files): Use it.
28046         * modules/strstr (Files): Likewise.
28047
28048         Avoid quadratic strstr implementations.
28049         * lib/strstr.c: New file.
28050         * m4/strstr.m4: Likewise.
28051         * modules/strstr: Likewise.
28052         * modules/strstr-tests: Likewise.
28053         * tests/test-strstr.c: Likewise.
28054         * lib/string.in.h (rpl_strstr): Declare.
28055         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28056         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28057         * modules/string (Makefile.am): Likewise.
28058         * MODULES.html.sh (string handling): Mention new module.
28059         * doc/functions/strstr.texi (strstr): Document the bug.
28060
28061 2008-01-10  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/relocatable.h (relocate): State whether result is freshly
28064         allocated or not.
28065         * lib/relocatable.c (relocate): Return a freshly allocated string
28066         instead of a pointer to a privately held string.
28067         Reported by Sylvain Beucler <beuc@gnu.org>.
28068
28069 2008-01-10  Colin Watson  <cjwatson@debian.org>
28070
28071         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28072         s/S_ISNLK/S_ISLNK/.
28073
28074 2008-01-09  Bruno Haible  <bruno@clisp.org>
28075
28076         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28077         and other files.
28078         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28079         if it's only a guess.
28080         * modules/memmem: Simplify by depending on memmem-simple.
28081
28082 2008-01-09  Bruno Haible  <bruno@clisp.org>
28083
28084         Work around OpenBSD 4.0 tdelete() bug.
28085         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28086         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28087         macros and don't redefine the enum values.
28088         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28089         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28090         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28091
28092 2008-01-09  Bruno Haible  <bruno@clisp.org>
28093
28094         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28095         (main): Don't perform the tests if setlocale did not install a UTF-8
28096         locale. Needed on OpenBSD 4.0.
28097         * modules/wcwidth-tests (Depends-on): Add localcharset.
28098
28099 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28100
28101         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28102         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28103         * NEWS: announce this.
28104         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28105
28106 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28107         and Eric Blake  <ebb9@byu.net>
28108
28109         Add memmem-simple module.
28110         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28111         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28112         * modules/memmem-simple: New file.
28113         * modules/memmem (Description): Tweak.
28114         * MODULES.html.sh (string handling): Mention new module.
28115         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28116         addressed by memmem-simple.
28117         * NEWS: Document the difference.
28118
28119 2008-01-09  Eric Blake  <ebb9@byu.net>
28120
28121         Give gcc some memmem optimization hints.
28122         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28123         (strcasestr): Declare as pure.
28124         * modules/memmem (Maintainer): Claim my implementation.
28125
28126 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28127
28128         Support AIX 6.1 and higher.
28129         * build-aux/config.libpath: Likewise.
28130         * build-aux/config.rpath: Likewise.
28131
28132 2008-01-08  Jim Meyering  <meyering@redhat.com>
28133             Bruno Haible  <bruno@clisp.org>
28134
28135         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28136         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28137         Reported by Peter Fales in
28138         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28139
28140 2008-01-08  Bruno Haible  <bruno@clisp.org>
28141
28142         * modules/unictype/category-of (Depends-on): Add
28143         unictype/category-none.
28144         * modules/unictype/category-and-tests (Depends-on): Add
28145         unictype/category-{L,N,Lu,Nd}.
28146         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28147         * modules/unictype/category-or-tests (Depends-on): Add
28148         unictype/category-{L,N}.
28149         * modules/unictype/category-name-tests (Depends-on): Add
28150         unictype/category-{Z,Nl}.
28151         Reported by Simon Josefsson.
28152
28153 2008-01-08  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28156         convention better.
28157         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28158         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28159         Reported by Peter Miller <millerp@canb.auug.org.au>.
28160
28161 2008-01-08  Eric Blake  <ebb9@byu.net>
28162
28163         Rewrite memmem to guarantee linear complexity without malloc.
28164         * lib/memmem.c (memmem): Use Two-Way rather than
28165         Knuth-Morris-Pratt, to allow O(1) space usage.
28166         (critical_factorization, two_way_short_needle)
28167         (two_way_long_needle): New functions.
28168         (knuth_morris_pratt): Delete.
28169         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28170         Add stdint.
28171         * tests/test-memmem.c (main): Add tests for periodic needle and
28172         sublinear performance.
28173         * doc/functions/memmem.texi (memmem): Document other deficiencies
28174         in cygwin and older glibc.
28175
28176 2008-01-08  Bruno Haible  <bruno@clisp.org>
28177
28178         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28179         augmentation.
28180
28181 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28182
28183         Add a configure time option: --disable-acl.
28184         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28185         AC_ARG_ENABLE(acl).
28186
28187 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28188
28189         * tests/test-localename.c: Don't include obsolete "setenv.h".
28190
28191         * modules/localename-tests (Depends-on): Need unsetenv.
28192
28193 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28194
28195         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28196
28197 2008-01-06  Colin Watson  <cjwatson@debian.org>
28198
28199         * users.txt: Add man-db.
28200
28201 2008-01-07  Bruno Haible  <bruno@clisp.org>
28202
28203         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28204         previous section name.
28205
28206 2008-01-07  Bruno Haible  <bruno@clisp.org>
28207
28208         * lib/progname.c (set_program_name): Don't strip off a leading
28209         "lt-" prefix outside a .libs directory.
28210         Suggested by Paul Eggert.
28211
28212 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28213             Bruno Haible  <bruno@clisp.org>
28214
28215         Improve memory cleanup in 'relocatable' module.
28216         * lib/relocatable.h (compute_curr_prefix): Change return type to
28217         'char *'.
28218         * lib/relocatable.c (compute_curr_prefix): Change return type to
28219         'char *'. Free curr_installdir after use.
28220         (relocate): Free curr_prefix_better after use.
28221         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28222
28223 2008-01-01  Bruno Haible  <bruno@clisp.org>
28224
28225         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28226         failure on older glibc systems.
28227         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28228
28229 2008-01-05  Eric Blake  <ebb9@byu.net>
28230
28231         Avoid quadratic system memmem.
28232         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28233         Reported by Ralf Wildenhues.
28234
28235         Fix memmem test for mingw.
28236         * modules/memmem-tests (configure.ac): Check for alarm.
28237         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28238         it.
28239         * doc/functions/memmem.texi: New file.
28240         * doc/gnulib.texi (Function Substitutes): Add memmem.
28241         Reported by Bruno Haible.
28242
28243 2008-01-04  Bruno Haible  <bruno@clisp.org>
28244
28245         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28246         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28247         gl_HEADER_STRING_H_DEFAULTS.
28248
28249 2008-01-04  Eric Blake  <ebb9@byu.net>
28250
28251         Shorten duration of memmem test.
28252         * tests/test-memmem.c (main): Use alarm to declare failure if test
28253         is taking too long.
28254         Reported by Ralf Wildenhues.
28255
28256 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28257
28258         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28259         string, needed by strerror.
28260
28261 2008-01-03  Colin Watson  <cjwatson@debian.org>
28262             Bruno Haible  <bruno@clisp.org>
28263
28264         * doc/gnulib-tool.texi (Localization): New section.
28265
28266 2008-01-02  Bruno Haible  <bruno@clisp.org>
28267
28268         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28269         variables to 'unsigned char *' type.
28270         Reported by Paul Eggert.
28271
28272 2008-01-02  Jim Meyering  <jim@meyering.net>
28273
28274         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28275
28276 2007-12-31  Jim Meyering  <jim@meyering.net>
28277
28278         Avoid use of private FTS type name.
28279         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28280
28281 2007-12-30  Karl Berry  <karl@gnu.org>
28282
28283         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28284         work around defect in Texinfo and/or the standalone Info browser.
28285
28286 2007-12-30  Bruno Haible  <bruno@clisp.org>
28287
28288         Unify 5 copies of the KMP code.
28289         * lib/str-kmp.h: New file.
28290         * lib/c-strcasestr.c: Include str-kmp.h.
28291         (knuth_morris_pratt): Remove function.
28292         (c_strcasestr): Update.
28293         * lib/c-strstr.c: Include str-kmp.h.
28294         (knuth_morris_pratt): Remove function.
28295         (c_strcasestr): Update.
28296         * lib/mbscasestr.c: Include str-kmp.h.
28297         (knuth_morris_pratt_unibyte): Remove function.
28298         * lib/mbsstr.c: Include str-kmp.h.
28299         (knuth_morris_pratt_unibyte): Remove function.
28300         * lib/strcasestr.c: Include str-kmp.h.
28301         (knuth_morris_pratt): Remove function.
28302         (strcasestr): Update.
28303         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28304         * modules/c-strstr (Files): Likewise.
28305         * modules/mbscasestr (Files): Likewise.
28306         * modules/mbsstr (Files): Likewise.
28307         * modules/strcasestr (Files): Likewise.
28308         Suggested by Paul Eggert.
28309
28310 2007-12-30  Bruno Haible  <bruno@clisp.org>
28311
28312         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28313         defined.
28314
28315 2007-12-30  Bruno Haible  <bruno@clisp.org>
28316
28317         * lib/xmalloca.h: Include xalloc.h.
28318         (xnmalloca): New macro.
28319
28320 2007-12-30  Bruno Haible  <bruno@clisp.org>
28321
28322         * lib/malloca.h (nmalloca): New macro.
28323         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28324         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28325         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28326         knuth_morris_pratt_multibyte): Likewise.
28327         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28328         knuth_morris_pratt_multibyte): Likewise.
28329         * lib/memmem.c (knuth_morris_pratt): Likewise.
28330         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28331
28332 2007-12-25  Bruno Haible  <bruno@clisp.org>
28333
28334         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28335         * lib/glob.c: Don't include openat.h.
28336         (link_exists2_p): Add back the code that deals with the
28337         !GLOB_ALTDIRFUNC case.
28338         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28339         let it do the filename concatenation.
28340         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28341         * modules/glob (Depends-on): Remove openat.
28342
28343 2007-12-31  Bruno Haible  <bruno@clisp.org>
28344
28345         * modules/dirfd (License): Change to LGPLv2+.
28346         Approved by Jim Meyering.
28347
28348 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28349
28350         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28351         when multiplying M by sizeof (size_t).
28352
28353 2007-12-10  Martin Lambers  <marlam@marlam.de>
28354
28355         Override getpagesize on mingw.
28356         * lib/getpagesize.c: New file.
28357         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28358         * modules/getpagesize (Files): Add lib/getpagesize.c.
28359         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28360         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28361         REPLACE_GETPAGESIZE.
28362         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28363
28364 2007-12-25  Bruno Haible  <bruno@clisp.org>
28365
28366         * modules/localcharset (Notice): New field.
28367         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28368         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28369
28370 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28371             Bruno Haible  <bruno@clisp.org>
28372
28373         Avoid using the syntax symbol() in formatted documentation.
28374         * MODULES.html.sh (func_module): When replacing symbol() with a
28375         hyperlink, remove the parentheses. Show an error if some remain.
28376         Recognize and render the '...' syntax.
28377         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28378         Rework. Add paragraph about GCC's inlining.
28379         * doc/alloca.texi: Likewise.
28380         * doc/error.texi: Remove parentheses from symbol reference.
28381         * doc/gnulib-intro.texi: Likewise.
28382         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28383         * modules/fnmatch (Description): Reword to say "the ... function".
28384         * modules/full-read (Description): Likewise.
28385         * modules/full-write (Description): Likewise.
28386         * modules/safe-read (Description): Likewise.
28387         * modules/safe-write (Description): Likewise.
28388         * modules/strchrnul (Description): Likewise.
28389         * modules/trim (Description): Likewise.
28390         * modules/error (Description): Remove parentheses from symbol
28391         references.
28392         * modules/verror (Description): Likewise.
28393         Reported by Karl Berry.
28394
28395 2007-12-25  Bruno Haible  <bruno@clisp.org>
28396
28397         Fixup after 2007-10-16 commit.
28398         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28399
28400 2007-12-24  Bruno Haible  <bruno@clisp.org>
28401
28402         Make --enable-relocatable work with DESTDIR.
28403         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28404         to compute installdir from destprog.
28405         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28406         also set the RELOC_DESTDIR variable.
28407         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28408
28409 2007-12-24  Bruno Haible  <bruno@clisp.org>
28410
28411         Fix link error due to xalloc_die().
28412         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28413         of xreadlink.
28414         * lib/relocwrapper.c: Update comments.
28415         * build-aux/install-reloc: Remove xreadlink.c from file list.
28416         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28417         xreadlink.c.
28418         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28419
28420 2007-12-24  Bruno Haible  <bruno@clisp.org>
28421
28422         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28423         * lib/setenv.h: Remove file.
28424         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28425         lib/setenv.h.
28426         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28427         (Depends-on): Add stdlib.
28428         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28429         gl_FUNC_UNSETENV.
28430         (Include): Replace setenv.h with <stdlib.h>.
28431         * modules/unsetenv: New file.
28432         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28433         * lib/unsetenv.c: Include <stdlib.h> first.
28434         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28435         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28436         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28437         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28438         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28439         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28440         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28441         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28442         * doc/functions/unsetenv.texi: Update.
28443         * modules/xsetenv (Depends-on): Add unsetenv.
28444         * modules/getdate (Depends-on): Likewise.
28445         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28446         * lib/xsetenv.c: Don't include setenv.h.
28447         * lib/getdate.y: Likewise.
28448         * lib/relocwrapper.c: Likewise.
28449         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28450         (Depends-on): Add stdlib.
28451         * NEWS: Mention the changes.
28452         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28453
28454 2007-12-23  Bruno Haible  <bruno@clisp.org>
28455
28456         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28457         indentation.
28458
28459 2007-12-23  Bruno Haible  <bruno@clisp.org>
28460
28461         * lib/c-strcasestr.c: Add more comments.
28462         * lib/c-strstr.c: Likewise.
28463         * lib/mbscasestr.c: Likewise.
28464         * lib/mbsstr.c: Likewise.
28465         * lib/strcasestr.c: Likewise.
28466         * lib/memmem.c: Likewise.
28467
28468 2007-12-23  Bruno Haible  <bruno@clisp.org>
28469
28470         * tests/test-memmem.c: Include <string.h> first.
28471
28472 2007-12-22  Bruno Haible  <bruno@clisp.org>
28473
28474         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28475         the contents of $testsbase.
28476         Reported by Ralf Wildenhues.
28477
28478 2007-12-22  Bruno Haible  <bruno@clisp.org>
28479
28480         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28481         two variables local_ldadd_before, local_ldadd_last.
28482
28483 2007-12-20  Eric Blake  <ebb9@byu.net>
28484
28485         Work around circular library issue when cross-compiling.
28486         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28487         that progname.o does not need to pull in rpl_memcmp.
28488
28489 2007-12-19  Eric Blake  <ebb9@byu.net>
28490
28491         Fix memmem to avoid O(n^2) worst-case complexity.
28492         * lib/memmem.c (knuth_morris_pratt): New function.
28493         (memmem): Use it if first few naive iterations fail.
28494         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28495         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28496         * modules/memchr (License): Likewise.
28497         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28498         malloca.
28499         * tests/test-memmem.c: Rewrite, borrowing ideas from
28500         test-mbsstr1.c; the old version wouldn't even compile!
28501         * modules/memmem-tests: New file.
28502         * lib/string.in.h (rpl_memmem): Add declaration.
28503         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28504         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28505         REPLACE_MEMMEM.
28506
28507 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28508
28509         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28510         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28511         before any system include files, and undef after them all.  This
28512         should fix a problem on VMS reported by John E. Malmberg in
28513         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28514
28515 2007-12-17  Eric Blake  <ebb9@byu.net>
28516
28517         Revert addition of verify, for BSD/OS.
28518         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28519         can't handle large files, for the sake of obsolete platforms.
28520         * modules/fseeko (Depends-on): Remove verify.
28521         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28522         * doc/functions/ftello.texi (ftello): Likewise.
28523         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28524         Reported by Larry Jones.
28525
28526 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28527
28528         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28529         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28530
28531 2007-12-17  Jim Meyering  <meyering@redhat.com>
28532
28533         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28534         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28535         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28536         * modules/getcwd (Depends-on): Add openat.
28537         Reported by Petr Salinger.
28538
28539 2007-12-17  Bruno Haible  <bruno@clisp.org>
28540
28541         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28542         avoid a segmentation fault of the configure test on x86_64 systems.
28543
28544 2007-12-15  Jim Meyering  <meyering@redhat.com>
28545
28546         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28547
28548 2007-12-13  Eric Blake  <ebb9@byu.net>
28549
28550         Another fseek test.
28551         * tests/test-fseek.c (main): Also test ungetc handling.
28552         * tests/test-fseeko.c (main): Likewise.
28553         * modules/fseeko (Depends-on): Add verify.
28554         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28555         large.
28556         Reported by Larry Jones.
28557
28558         Fix fseeko on mingw.
28559         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28560         seek.
28561
28562         Beef up fseek tests.
28563         * tests/test-fseek.c (main): Also test eof handling.
28564         * tests/test-fseeko.c (main): Likewise.
28565         Reported by Larry Jones.
28566
28567 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28568
28569         Fix fseeko on BSD-based platforms.
28570         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28571         successful seek.
28572
28573 2007-12-12  Eric Blake  <ebb9@byu.net>
28574
28575         Allow circular dependency of separate libtests.a
28576         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28577         when use_libtests.
28578
28579 2007-12-11  Eric Blake  <ebb9@byu.net>
28580
28581         Fix bug with -0.0L in previous patch.
28582         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28583         * tests/test-isnan.c (main): Also test on zeroes.
28584         * tests/test-isnanf.c (main): Likewise.
28585         * tests/test-isnanl.h (main): Likewise.
28586
28587         Detect pseudo-denormals on x86 even when cross-compiling.
28588         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28589         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28590         invalid bit patterns that happen to satisfy ==.
28591
28592         Avoid link failures with separate libtests.a.
28593         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28594         last, to satisfy circular dependencies.
28595
28596 2007-12-11  Eric Blake  <ebb9@byu.net>
28597         and Bruno Haible  <bruno@clisp.org>
28598
28599         Fix OpenBSD 4.0 <float.h> handling of long double.
28600         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28601         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28602         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28603
28604 2007-12-11  Jim Meyering  <meyering@redhat.com>
28605
28606         * users.txt: Add libvirt.
28607
28608         Support versions of autoconf prior to 2.59c.
28609         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28610         if it is not already defined.
28611
28612 2007-12-09  Bruno Haible  <bruno@clisp.org>
28613
28614         Let 'gnulib-tool --import' collect sources needed for the tests in
28615         tests/ rather than in lib/.
28616         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28617         argument. If true, add rules to generate libtests.a, and put libtests.a
28618         into $(LDADD). Consider source files in subdirectories and set
28619         uses_subdirs.
28620         (func_emit_initmacro_start, func_emit_initmacro_end,
28621         func_emit_initmacro_done): Pass all arguments explicitly.
28622         (func_import): Determine two module lists main_modules,
28623         testsrelated_modules. Determine use_libtests. Determine two variables
28624         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28625         instead of just sed_transform_lib_file. Determine two variables
28626         main_files and testsrelated_files. Compute 'files' as the union of
28627         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28628         func_add_or_update. In the generated gnulib-comp.m4, collect the
28629         object files for tests/ in different variables than those for lib/.
28630         Substitute LIBTESTS_LIBDEPS.
28631         (func_create_testdir): Combine the uses_subdirs results from
28632         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28633
28634 2007-12-09  Bruno Haible  <bruno@clisp.org>
28635
28636         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28637         the build-aux directory.
28638
28639 2007-12-09  Bruno Haible  <bruno@clisp.org>
28640
28641         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28642         introduced on 2006-09-09.
28643
28644 2007-12-07  Jim Meyering  <meyering@redhat.com>
28645
28646         Let these macros work also with autoconf-2.59.
28647         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28648         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28649         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28650
28651 2007-12-06  Jim Meyering  <meyering@redhat.com>
28652
28653         Avoid a configure-time syntax error in gl_FUNC_ACL.
28654         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28655         function in each branch, before testing the cache variable.
28656
28657 2007-12-04  Eric Blake  <ebb9@byu.net>
28658
28659         Make scripts executable.
28660         * build-aux/config.guess: Add execute permissions.
28661         * build-aux/config.sub: Likewise.
28662         * build-aux/gendocs.sh: Likewise.
28663
28664         Fix frexp on mingw.
28665         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28666         cross-compiling.
28667         * doc/functions/frexp.texi (frexp): Document the bug.
28668
28669         Make cygwin fseeko check more reliable.
28670         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28671         version numbers, rather than unrelated feature check.
28672         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28673         * doc/functions/ftello.texi (ftello): Likewise.
28674         Reported by Bruno Haible.
28675
28676         * m4/strerror.m4: Bump version number.
28677
28678 2007-12-03  Bruno Haible  <bruno@clisp.org>
28679
28680         * doc/functions/mprotect.texi: Mention the mingw problem.
28681
28682 2007-12-03  Eric Blake  <ebb9@byu.net>
28683
28684         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28685         REPLACE_STRERROR is initialized before this macro.
28686
28687 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28688
28689         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28690         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28691         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28692         put -lsec in even for programs other than 'ls'.  This fixes a problem
28693         for gettext reported by Bruno Haible in
28694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28695         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28696         Add support for Solaris 10.  This isn't efficient, but should get the
28697         job done for now.
28698
28699 2007-12-03  James Youngman  <jay@gnu.org>
28700
28701         * doc/regexprops-generic.texi: change "an close-group" to "a
28702         close-group" and "illegal" to "not allowed".
28703
28704 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28705
28706         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28707         pr_byname.h. Needed for the rare case when the maintainer has done
28708         "make maintainer-clean" in the source directory and then attempts a
28709         build outside the source directory.
28710         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28711         scripts_byname.h.
28712
28713 2007-12-02  Martin Lambers <marlam@marlam.de>
28714             Bruno Haible  <bruno@clisp.org>
28715
28716         * lib/getpagesize.h: Remove file.
28717         * lib/unistd.in.h: Include declaration of getpagesize here.
28718         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28719         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28720         HAVE_SYS_PARAM_H.
28721         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28722         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28723         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28724         (Depends-on): Add unistd.
28725         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28726         (Include): Use <unistd.h> instead of getpagesize.h.
28727         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28728         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28729         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28730         gl_GETPAGESIZE invocation, already handled by module dependency.
28731         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28732
28733 2007-12-02  Bruno Haible  <bruno@clisp.org>
28734
28735         * modules/strings-tests: New file.
28736         * tests/test-strings.c: New file.
28737
28738         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28739         * lib/strings.in.h: New file.
28740         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28741         * m4/strings_h.m4: New file.
28742         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28743         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28744         * modules/strings: New file.
28745         * modules/string (Makefile.am): Update.
28746         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28747         Reported by Karl Berry.
28748
28749 2007-12-01  Eric Blake  <ebb9@byu.net>
28750
28751         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28752         accomodate fix in cygwin 1.5.25.
28753
28754 2007-12-01  Jim Meyering  <meyering@redhat.com>
28755
28756         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28757         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28758         that would inhibit utf8-optimization of a regexp containing line-
28759         or buffer-anchors, e.g., `^', `$'.
28760
28761 2007-11-30  Bruno Haible  <bruno@clisp.org>
28762
28763         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28764         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28765         glthread_recursive_lock_init.
28766         * lib/lock.c (glthread_recursive_lock_init)
28767         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28768         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28769
28770 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28771
28772         New function qset_acl, like set_acl but with syscall semantics.
28773         * lib/acl.h (qset_acl): New decl.
28774         * lib/acl.c (qset_acl): New function.
28775         (set_acl): Use new function.  Use more-consistent diagnostics.
28776
28777 2007-11-28  Jim Meyering  <meyering@redhat.com>
28778
28779         * modules/physmem (License): Change from GPL to LGPLv2+.
28780
28781 2007-11-26  Bruno Haible  <bruno@clisp.org>
28782
28783         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28784         'long double' type has excess precision.
28785         Reported by Jim Meyering in
28786         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28787
28788 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28789
28790         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28791         Sync from <http://gnu.org/licenses>.
28792         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28793         with license text from same location.
28794         * doc/maintain.texi, doc/standards.texi:  Sync from
28795         <http://savannah.gnu.org/projects/gnustandards>.
28796
28797 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
28798         and Jim Meyering  <meyering@redhat.com>
28799
28800         Adjust getdate' grammar to accept a slightly more regular language.
28801         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28802         Before, the former was rejected.
28803         * lib/getdate.y (digits_to_date_time): New function, factored
28804         out of ...
28805         (number): ...here.  Just call digits_to_date_time.
28806         (hybrid): New non-terminal to handle an <unsigned number,
28807         signed relative offset> sequence consistently.
28808
28809 2007-11-18  Jim Meyering  <meyering@redhat.com>
28810
28811         Pull my changes from coreutils:
28812         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28813         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28814         use of $gnulib_tool_option_extras, so that it's separated from the
28815         preceding argument.
28816
28817         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28818         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28819         parent destination directories before copying a file into place.
28820
28821 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28822
28823         bootstrap: work also with 4-argument variant of AC_INIT
28824         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28825
28826 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28827
28828         Port test-getaddrinfo to Solaris.
28829         Problem reported by Bruno Haible in
28830         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28831         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28832         explanation of setting 'hints'.
28833         Don't reject an implementation merely because it returns EAI_SERVICE.
28834         (EAI_SERVICE): Define to 0 if not defined.
28835
28836 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28837
28838         The license of gnu-make and posix-shell is now "GPLed build tool".
28839         * modules/gnu-make (License): Likewise.
28840         * modules/posix-shell (License): Likewise.
28841
28842         New module posix-shell, for determining a POSIX shell
28843         or perhaps something that is close enough to a POSIX shell.
28844         * m4/posix-shell.m4: New file.
28845         * modules/posix-shell: New file.
28846
28847         * MODULES.html.sh: Mention new module.
28848
28849         New module gnu-make, for determining whether we're using GNU Make.
28850         * m4/gnu-make.m4: New file.
28851         * modules/gnu-make: New file.
28852         * MODULES.html.sh: Mention new module.
28853
28854 2007-11-14  Jim Meyering  <meyering@redhat.com>
28855
28856         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28857         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28858         use this macro to create a function _definition_.
28859         Remove useless "#undef ARGMATCH_DIE".
28860
28861 2007-11-14  Bruno Haible  <bruno@clisp.org>
28862
28863         * lib/config.charset: Update for OpenBSD 4.1.
28864         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28865
28866 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28867
28868         Document 64-bit #if problems in stdint.texi.
28869         * doc/headers/stdint.texi (stdint.h): Mention problems with
28870         64-bit-#if, and how to work around them.
28871
28872         Don't insist on 'long long int' support in the preprocessor.  It
28873         breaks too many things.  For example, PRIdMAX still uses a 'long
28874         long int' format with the latest Sun compiler, even though
28875         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28876         preprocessor problem.  This causes the latest coreutils to dump
28877         core on Solaris 10 sparc with the Sun C compiler.
28878         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28879         the troublesome expressions at configure-time, not at #if-time.
28880         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28881         preprocessor.
28882         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28883         compile-time C checks, done at 'configure'-time.
28884         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28885         * modules/inttypes (Makefile): Substitute the new symbols that
28886         gl_INTTYPES_H now generates.
28887         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28888
28889 2007-11-12  Bruno Haible  <bruno@clisp.org>
28890
28891         Tests for Unicode character classification functions.
28892
28893         * modules/unictype/bidicategory-byname-tests: New file.
28894         * modules/unictype/bidicategory-name-tests: New file.
28895         * modules/unictype/bidicategory-of-tests: New file.
28896         * modules/unictype/bidicategory-test-tests: New file.
28897         * modules/unictype/block-list-tests: New file.
28898         * modules/unictype/block-of-tests: New file.
28899         * modules/unictype/block-test-tests: New file.
28900         * modules/unictype/category-C-tests: New file.
28901         * modules/unictype/category-Cc-tests: New file.
28902         * modules/unictype/category-Cf-tests: New file.
28903         * modules/unictype/category-Cn-tests: New file.
28904         * modules/unictype/category-Co-tests: New file.
28905         * modules/unictype/category-Cs-tests: New file.
28906         * modules/unictype/category-L-tests: New file.
28907         * modules/unictype/category-Ll-tests: New file.
28908         * modules/unictype/category-Lm-tests: New file.
28909         * modules/unictype/category-Lo-tests: New file.
28910         * modules/unictype/category-Lt-tests: New file.
28911         * modules/unictype/category-Lu-tests: New file.
28912         * modules/unictype/category-M-tests: New file.
28913         * modules/unictype/category-Mc-tests: New file.
28914         * modules/unictype/category-Me-tests: New file.
28915         * modules/unictype/category-Mn-tests: New file.
28916         * modules/unictype/category-N-tests: New file.
28917         * modules/unictype/category-Nd-tests: New file.
28918         * modules/unictype/category-Nl-tests: New file.
28919         * modules/unictype/category-No-tests: New file.
28920         * modules/unictype/category-P-tests: New file.
28921         * modules/unictype/category-Pc-tests: New file.
28922         * modules/unictype/category-Pd-tests: New file.
28923         * modules/unictype/category-Pe-tests: New file.
28924         * modules/unictype/category-Pf-tests: New file.
28925         * modules/unictype/category-Pi-tests: New file.
28926         * modules/unictype/category-Po-tests: New file.
28927         * modules/unictype/category-Ps-tests: New file.
28928         * modules/unictype/category-S-tests: New file.
28929         * modules/unictype/category-Sc-tests: New file.
28930         * modules/unictype/category-Sk-tests: New file.
28931         * modules/unictype/category-Sm-tests: New file.
28932         * modules/unictype/category-So-tests: New file.
28933         * modules/unictype/category-Z-tests: New file.
28934         * modules/unictype/category-Zl-tests: New file.
28935         * modules/unictype/category-Zp-tests: New file.
28936         * modules/unictype/category-Zs-tests: New file.
28937         * modules/unictype/category-and-not-tests: New file.
28938         * modules/unictype/category-and-tests: New file.
28939         * modules/unictype/category-byname-tests: New file.
28940         * modules/unictype/category-name-tests: New file.
28941         * modules/unictype/category-none-tests: New file.
28942         * modules/unictype/category-of-tests: New file.
28943         * modules/unictype/category-or-tests: New file.
28944         * modules/unictype/category-test-withtable-tests: New file.
28945         * modules/unictype/combining-class-tests: New file.
28946         * modules/unictype/ctype-alnum-tests: New file.
28947         * modules/unictype/ctype-alpha-tests: New file.
28948         * modules/unictype/ctype-blank-tests: New file.
28949         * modules/unictype/ctype-cntrl-tests: New file.
28950         * modules/unictype/ctype-digit-tests: New file.
28951         * modules/unictype/ctype-graph-tests: New file.
28952         * modules/unictype/ctype-lower-tests: New file.
28953         * modules/unictype/ctype-print-tests: New file.
28954         * modules/unictype/ctype-punct-tests: New file.
28955         * modules/unictype/ctype-space-tests: New file.
28956         * modules/unictype/ctype-upper-tests: New file.
28957         * modules/unictype/ctype-xdigit-tests: New file.
28958         * modules/unictype/decimal-digit-tests: New file.
28959         * modules/unictype/digit-tests: New file.
28960         * modules/unictype/mirror-tests: New file.
28961         * modules/unictype/numeric-tests: New file.
28962         * modules/unictype/property-alphabetic-tests: New file.
28963         * modules/unictype/property-ascii-hex-digit-tests: New file.
28964         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28965         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28966         * modules/unictype/property-bidi-block-separator-tests: New file.
28967         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28968         * modules/unictype/property-bidi-common-separator-tests: New file.
28969         * modules/unictype/property-bidi-control-tests: New file.
28970         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28971         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28972         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28973         * modules/unictype/property-bidi-european-digit-tests: New file.
28974         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28975         * modules/unictype/property-bidi-left-to-right-tests: New file.
28976         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28977         * modules/unictype/property-bidi-other-neutral-tests: New file.
28978         * modules/unictype/property-bidi-pdf-tests: New file.
28979         * modules/unictype/property-bidi-segment-separator-tests: New file.
28980         * modules/unictype/property-bidi-whitespace-tests: New file.
28981         * modules/unictype/property-byname-tests: New file.
28982         * modules/unictype/property-combining-tests: New file.
28983         * modules/unictype/property-composite-tests: New file.
28984         * modules/unictype/property-currency-symbol-tests: New file.
28985         * modules/unictype/property-dash-tests: New file.
28986         * modules/unictype/property-decimal-digit-tests: New file.
28987         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28988         * modules/unictype/property-deprecated-tests: New file.
28989         * modules/unictype/property-diacritic-tests: New file.
28990         * modules/unictype/property-extender-tests: New file.
28991         * modules/unictype/property-format-control-tests: New file.
28992         * modules/unictype/property-grapheme-base-tests: New file.
28993         * modules/unictype/property-grapheme-extend-tests: New file.
28994         * modules/unictype/property-grapheme-link-tests: New file.
28995         * modules/unictype/property-hex-digit-tests: New file.
28996         * modules/unictype/property-hyphen-tests: New file.
28997         * modules/unictype/property-id-continue-tests: New file.
28998         * modules/unictype/property-id-start-tests: New file.
28999         * modules/unictype/property-ideographic-tests: New file.
29000         * modules/unictype/property-ids-binary-operator-tests: New file.
29001         * modules/unictype/property-ids-trinary-operator-tests: New file.
29002         * modules/unictype/property-ignorable-control-tests: New file.
29003         * modules/unictype/property-iso-control-tests: New file.
29004         * modules/unictype/property-join-control-tests: New file.
29005         * modules/unictype/property-left-of-pair-tests: New file.
29006         * modules/unictype/property-line-separator-tests: New file.
29007         * modules/unictype/property-logical-order-exception-tests: New file.
29008         * modules/unictype/property-lowercase-tests: New file.
29009         * modules/unictype/property-math-tests: New file.
29010         * modules/unictype/property-non-break-tests: New file.
29011         * modules/unictype/property-not-a-character-tests: New file.
29012         * modules/unictype/property-numeric-tests: New file.
29013         * modules/unictype/property-other-alphabetic-tests: New file.
29014         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29015         * modules/unictype/property-other-grapheme-extend-tests: New file.
29016         * modules/unictype/property-other-id-continue-tests: New file.
29017         * modules/unictype/property-other-id-start-tests: New file.
29018         * modules/unictype/property-other-lowercase-tests: New file.
29019         * modules/unictype/property-other-math-tests: New file.
29020         * modules/unictype/property-other-uppercase-tests: New file.
29021         * modules/unictype/property-paired-punctuation-tests: New file.
29022         * modules/unictype/property-paragraph-separator-tests: New file.
29023         * modules/unictype/property-pattern-syntax-tests: New file.
29024         * modules/unictype/property-pattern-white-space-tests: New file.
29025         * modules/unictype/property-private-use-tests: New file.
29026         * modules/unictype/property-punctuation-tests: New file.
29027         * modules/unictype/property-quotation-mark-tests: New file.
29028         * modules/unictype/property-radical-tests: New file.
29029         * modules/unictype/property-sentence-terminal-tests: New file.
29030         * modules/unictype/property-soft-dotted-tests: New file.
29031         * modules/unictype/property-space-tests: New file.
29032         * modules/unictype/property-terminal-punctuation-tests: New file.
29033         * modules/unictype/property-test-tests: New file.
29034         * modules/unictype/property-titlecase-tests: New file.
29035         * modules/unictype/property-unassigned-code-value-tests: New file.
29036         * modules/unictype/property-unified-ideograph-tests: New file.
29037         * modules/unictype/property-uppercase-tests: New file.
29038         * modules/unictype/property-variation-selector-tests: New file.
29039         * modules/unictype/property-white-space-tests: New file.
29040         * modules/unictype/property-xid-continue-tests: New file.
29041         * modules/unictype/property-xid-start-tests: New file.
29042         * modules/unictype/property-zero-width-tests: New file.
29043         * modules/unictype/scripts-tests: New file.
29044         * modules/unictype/syntax-c-ident-tests: New file.
29045         * modules/unictype/syntax-c-whitespace-tests: New file.
29046         * modules/unictype/syntax-java-ident-tests: New file.
29047         * modules/unictype/syntax-java-whitespace-tests: New file.
29048         * tests/unictype/test-bidi_byname.c: New file.
29049         * tests/unictype/test-bidi_name.c: New file.
29050         * tests/unictype/test-bidi_of.c: New file.
29051         * tests/unictype/test-bidi_test.c: New file.
29052         * tests/unictype/test-block_list.c: New file.
29053         * tests/unictype/test-block_of.c: New file.
29054         * tests/unictype/test-block_test.c: New file.
29055         * tests/unictype/test-categ_and.c: New file.
29056         * tests/unictype/test-categ_and_not.c: New file.
29057         * tests/unictype/test-categ_byname.c: New file.
29058         * tests/unictype/test-categ_name.c: New file.
29059         * tests/unictype/test-categ_none.c: New file.
29060         * tests/unictype/test-categ_of.c: New file.
29061         * tests/unictype/test-categ_or.c: New file.
29062         * tests/unictype/test-categ_test_withtable.c: New file.
29063         * tests/unictype/test-combining.c: New file.
29064         * tests/unictype/test-decdigit.c: New file.
29065         * tests/unictype/test-digit.c: New file.
29066         * tests/unictype/test-mirror.c: New file.
29067         * tests/unictype/test-numeric.c: New file.
29068         * tests/unictype/test-pr_byname.c: New file.
29069         * tests/unictype/test-pr_test.c: New file.
29070         * tests/unictype/test-predicate-part1.h: New file.
29071         * tests/unictype/test-predicate-part2.h: New file.
29072         * tests/unictype/test-scripts.c: New file.
29073         * tests/unictype/test-sy_c_ident.c: New file.
29074         * tests/unictype/test-sy_java_ident.c: New file.
29075
29076         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29077         for Unicode 5.0.0.
29078         * tests/unictype/test-categ_Cc.c: Likewise.
29079         * tests/unictype/test-categ_Cf.c: Likewise.
29080         * tests/unictype/test-categ_Cn.c: Likewise.
29081         * tests/unictype/test-categ_Co.c: Likewise.
29082         * tests/unictype/test-categ_Cs.c: Likewise.
29083         * tests/unictype/test-categ_L.c: Likewise.
29084         * tests/unictype/test-categ_Ll.c: Likewise.
29085         * tests/unictype/test-categ_Lm.c: Likewise.
29086         * tests/unictype/test-categ_Lo.c: Likewise.
29087         * tests/unictype/test-categ_Lt.c: Likewise.
29088         * tests/unictype/test-categ_Lu.c: Likewise.
29089         * tests/unictype/test-categ_M.c: Likewise.
29090         * tests/unictype/test-categ_Mc.c: Likewise.
29091         * tests/unictype/test-categ_Me.c: Likewise.
29092         * tests/unictype/test-categ_Mn.c: Likewise.
29093         * tests/unictype/test-categ_N.c: Likewise.
29094         * tests/unictype/test-categ_Nd.c: Likewise.
29095         * tests/unictype/test-categ_Nl.c: Likewise.
29096         * tests/unictype/test-categ_No.c: Likewise.
29097         * tests/unictype/test-categ_P.c: Likewise.
29098         * tests/unictype/test-categ_Pc.c: Likewise.
29099         * tests/unictype/test-categ_Pd.c: Likewise.
29100         * tests/unictype/test-categ_Pe.c: Likewise.
29101         * tests/unictype/test-categ_Pf.c: Likewise.
29102         * tests/unictype/test-categ_Pi.c: Likewise.
29103         * tests/unictype/test-categ_Po.c: Likewise.
29104         * tests/unictype/test-categ_Ps.c: Likewise.
29105         * tests/unictype/test-categ_S.c: Likewise.
29106         * tests/unictype/test-categ_Sc.c: Likewise.
29107         * tests/unictype/test-categ_Sk.c: Likewise.
29108         * tests/unictype/test-categ_Sm.c: Likewise.
29109         * tests/unictype/test-categ_So.c: Likewise.
29110         * tests/unictype/test-categ_Z.c: Likewise.
29111         * tests/unictype/test-categ_Zl.c: Likewise.
29112         * tests/unictype/test-categ_Zp.c: Likewise.
29113         * tests/unictype/test-categ_Zs.c: Likewise.
29114         * tests/unictype/test-ctype_alnum.c: Likewise.
29115         * tests/unictype/test-ctype_alpha.c: Likewise.
29116         * tests/unictype/test-ctype_blank.c: Likewise.
29117         * tests/unictype/test-ctype_cntrl.c: Likewise.
29118         * tests/unictype/test-ctype_digit.c: Likewise.
29119         * tests/unictype/test-ctype_graph.c: Likewise.
29120         * tests/unictype/test-ctype_lower.c: Likewise.
29121         * tests/unictype/test-ctype_print.c: Likewise.
29122         * tests/unictype/test-ctype_punct.c: Likewise.
29123         * tests/unictype/test-ctype_space.c: Likewise.
29124         * tests/unictype/test-ctype_upper.c: Likewise.
29125         * tests/unictype/test-ctype_xdigit.c: Likewise.
29126         * tests/unictype/test-decdigit.h: Likewise.
29127         * tests/unictype/test-digit.h: Likewise.
29128         * tests/unictype/test-numeric.h: Likewise.
29129         * tests/unictype/test-pr_alphabetic.c: Likewise.
29130         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29131         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29132         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29133         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29134         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29135         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29136         * tests/unictype/test-pr_bidi_control.c: Likewise.
29137         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29138         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29139         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29140         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29141         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29142         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29143         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29144         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29145         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29146         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29147         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29148         * tests/unictype/test-pr_combining.c: Likewise.
29149         * tests/unictype/test-pr_composite.c: Likewise.
29150         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29151         * tests/unictype/test-pr_dash.c: Likewise.
29152         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29153         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29154         * tests/unictype/test-pr_deprecated.c: Likewise.
29155         * tests/unictype/test-pr_diacritic.c: Likewise.
29156         * tests/unictype/test-pr_extender.c: Likewise.
29157         * tests/unictype/test-pr_format_control.c: Likewise.
29158         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29159         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29160         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29161         * tests/unictype/test-pr_hex_digit.c: Likewise.
29162         * tests/unictype/test-pr_hyphen.c: Likewise.
29163         * tests/unictype/test-pr_id_continue.c: Likewise.
29164         * tests/unictype/test-pr_id_start.c: Likewise.
29165         * tests/unictype/test-pr_ideographic.c: Likewise.
29166         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29167         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29168         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29169         * tests/unictype/test-pr_iso_control.c: Likewise.
29170         * tests/unictype/test-pr_join_control.c: Likewise.
29171         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29172         * tests/unictype/test-pr_line_separator.c: Likewise.
29173         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29174         * tests/unictype/test-pr_lowercase.c: Likewise.
29175         * tests/unictype/test-pr_math.c: Likewise.
29176         * tests/unictype/test-pr_non_break.c: Likewise.
29177         * tests/unictype/test-pr_not_a_character.c: Likewise.
29178         * tests/unictype/test-pr_numeric.c: Likewise.
29179         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29180         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29181         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29182         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29183         * tests/unictype/test-pr_other_id_start.c: Likewise.
29184         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29185         * tests/unictype/test-pr_other_math.c: Likewise.
29186         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29187         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29188         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29189         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29190         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29191         * tests/unictype/test-pr_private_use.c: Likewise.
29192         * tests/unictype/test-pr_punctuation.c: Likewise.
29193         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29194         * tests/unictype/test-pr_radical.c: Likewise.
29195         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29196         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29197         * tests/unictype/test-pr_space.c: Likewise.
29198         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29199         * tests/unictype/test-pr_titlecase.c: Likewise.
29200         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29201         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29202         * tests/unictype/test-pr_uppercase.c: Likewise.
29203         * tests/unictype/test-pr_variation_selector.c: Likewise.
29204         * tests/unictype/test-pr_white_space.c: Likewise.
29205         * tests/unictype/test-pr_xid_continue.c: Likewise.
29206         * tests/unictype/test-pr_xid_start.c: Likewise.
29207         * tests/unictype/test-pr_zero_width.c: Likewise.
29208         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29209         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29210
29211 2007-11-12  Bruno Haible  <bruno@clisp.org>
29212
29213         Unicode character classification functions.
29214         * lib/unictype.h: New file.
29215         * modules/unictype/base: New file.
29216         * modules/unictype/category-L: New file.
29217         * modules/unictype/category-Lu: New file.
29218         * modules/unictype/category-Ll: New file.
29219         * modules/unictype/category-Lt: New file.
29220         * modules/unictype/category-Lm: New file.
29221         * modules/unictype/category-Lo: New file.
29222         * modules/unictype/category-M: New file.
29223         * modules/unictype/category-Mn: New file.
29224         * modules/unictype/category-Mc: New file.
29225         * modules/unictype/category-Me: New file.
29226         * modules/unictype/category-N: New file.
29227         * modules/unictype/category-Nd: New file.
29228         * modules/unictype/category-Nl: New file.
29229         * modules/unictype/category-No: New file.
29230         * modules/unictype/category-P: New file.
29231         * modules/unictype/category-Pc: New file.
29232         * modules/unictype/category-Pd: New file.
29233         * modules/unictype/category-Ps: New file.
29234         * modules/unictype/category-Pe: New file.
29235         * modules/unictype/category-Pi: New file.
29236         * modules/unictype/category-Pf: New file.
29237         * modules/unictype/category-Po: New file.
29238         * modules/unictype/category-S: New file.
29239         * modules/unictype/category-Sm: New file.
29240         * modules/unictype/category-Sc: New file.
29241         * modules/unictype/category-Sk: New file.
29242         * modules/unictype/category-So: New file.
29243         * modules/unictype/category-Z: New file.
29244         * modules/unictype/category-Zs: New file.
29245         * modules/unictype/category-Zl: New file.
29246         * modules/unictype/category-Zp: New file.
29247         * modules/unictype/category-C: New file.
29248         * modules/unictype/category-Cc: New file.
29249         * modules/unictype/category-Cf: New file.
29250         * modules/unictype/category-Cs: New file.
29251         * modules/unictype/category-Co: New file.
29252         * modules/unictype/category-Cn: New file.
29253         * modules/unictype/category-or: New file.
29254         * modules/unictype/category-of: New file.
29255         * modules/unictype/category-test: New file.
29256         * modules/unictype/category-test-withtable: New file.
29257         * modules/unictype/category-byname: New file.
29258         * modules/unictype/category-none: New file.
29259         * modules/unictype/category-and: New file.
29260         * modules/unictype/category-and-not: New file.
29261         * modules/unictype/category-name: New file.
29262         * modules/unictype/combining-class: New file.
29263         * modules/unictype/category-all: New file.
29264         * modules/unictype/bidicategory-all: New file.
29265         * modules/unictype/bidicategory-byname: New file.
29266         * modules/unictype/bidicategory-name: New file.
29267         * modules/unictype/bidicategory-of: New file.
29268         * modules/unictype/bidicategory-test: New file.
29269         * modules/unictype/decimal-digit: New file.
29270         * modules/unictype/digit: New file.
29271         * modules/unictype/numeric: New file.
29272         * modules/unictype/mirror: New file.
29273         * modules/unictype/property-white-space: New file.
29274         * modules/unictype/property-alphabetic: New file.
29275         * modules/unictype/property-other-alphabetic: New file.
29276         * modules/unictype/property-not-a-character: New file.
29277         * modules/unictype/property-default-ignorable-code-point: New file.
29278         * modules/unictype/property-other-default-ignorable-code-point: New
29279         file.
29280         * modules/unictype/property-deprecated: New file.
29281         * modules/unictype/property-logical-order-exception: New file.
29282         * modules/unictype/property-variation-selector: New file.
29283         * modules/unictype/property-private-use: New file.
29284         * modules/unictype/property-unassigned-code-value: New file.
29285         * modules/unictype/property-uppercase: New file.
29286         * modules/unictype/property-other-uppercase: New file.
29287         * modules/unictype/property-lowercase: New file.
29288         * modules/unictype/property-other-lowercase: New file.
29289         * modules/unictype/property-titlecase: New file.
29290         * modules/unictype/property-soft-dotted: New file.
29291         * modules/unictype/property-id-start: New file.
29292         * modules/unictype/property-other-id-start: New file.
29293         * modules/unictype/property-id-continue: New file.
29294         * modules/unictype/property-other-id-continue: New file.
29295         * modules/unictype/property-xid-start: New file.
29296         * modules/unictype/property-xid-continue: New file.
29297         * modules/unictype/property-pattern-white-space: New file.
29298         * modules/unictype/property-pattern-syntax: New file.
29299         * modules/unictype/property-join-control: New file.
29300         * modules/unictype/property-grapheme-base: New file.
29301         * modules/unictype/property-grapheme-extend: New file.
29302         * modules/unictype/property-other-grapheme-extend: New file.
29303         * modules/unictype/property-grapheme-link: New file.
29304         * modules/unictype/property-bidi-control: New file.
29305         * modules/unictype/property-bidi-left-to-right: New file.
29306         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29307         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29308         * modules/unictype/property-bidi-european-digit: New file.
29309         * modules/unictype/property-bidi-eur-num-separator: New file.
29310         * modules/unictype/property-bidi-eur-num-terminator: New file.
29311         * modules/unictype/property-bidi-arabic-digit: New file.
29312         * modules/unictype/property-bidi-common-separator: New file.
29313         * modules/unictype/property-bidi-block-separator: New file.
29314         * modules/unictype/property-bidi-segment-separator: New file.
29315         * modules/unictype/property-bidi-whitespace: New file.
29316         * modules/unictype/property-bidi-non-spacing-mark: New file.
29317         * modules/unictype/property-bidi-boundary-neutral: New file.
29318         * modules/unictype/property-bidi-pdf: New file.
29319         * modules/unictype/property-bidi-embedding-or-override: New file.
29320         * modules/unictype/property-bidi-other-neutral: New file.
29321         * modules/unictype/property-hex-digit: New file.
29322         * modules/unictype/property-ascii-hex-digit: New file.
29323         * modules/unictype/property-ideographic: New file.
29324         * modules/unictype/property-unified-ideograph: New file.
29325         * modules/unictype/property-radical: New file.
29326         * modules/unictype/property-ids-binary-operator: New file.
29327         * modules/unictype/property-ids-trinary-operator: New file.
29328         * modules/unictype/property-zero-width: New file.
29329         * modules/unictype/property-space: New file.
29330         * modules/unictype/property-non-break: New file.
29331         * modules/unictype/property-iso-control: New file.
29332         * modules/unictype/property-format-control: New file.
29333         * modules/unictype/property-dash: New file.
29334         * modules/unictype/property-hyphen: New file.
29335         * modules/unictype/property-punctuation: New file.
29336         * modules/unictype/property-line-separator: New file.
29337         * modules/unictype/property-paragraph-separator: New file.
29338         * modules/unictype/property-quotation-mark: New file.
29339         * modules/unictype/property-sentence-terminal: New file.
29340         * modules/unictype/property-terminal-punctuation: New file.
29341         * modules/unictype/property-currency-symbol: New file.
29342         * modules/unictype/property-math: New file.
29343         * modules/unictype/property-other-math: New file.
29344         * modules/unictype/property-paired-punctuation: New file.
29345         * modules/unictype/property-left-of-pair: New file.
29346         * modules/unictype/property-combining: New file.
29347         * modules/unictype/property-composite: New file.
29348         * modules/unictype/property-decimal-digit: New file.
29349         * modules/unictype/property-numeric: New file.
29350         * modules/unictype/property-diacritic: New file.
29351         * modules/unictype/property-extender: New file.
29352         * modules/unictype/property-ignorable-control: New file.
29353         * modules/unictype/property-test: New file.
29354         * modules/unictype/property-byname: New file.
29355         * modules/unictype/property-all: New file.
29356         * modules/unictype/scripts: New file.
29357         * modules/unictype/scripts-all: New file.
29358         * modules/unictype/block-of: New file.
29359         * modules/unictype/block-test: New file.
29360         * modules/unictype/block-list: New file.
29361         * modules/unictype/block-all: New file.
29362         * modules/unictype/syntax-c-whitespace: New file.
29363         * modules/unictype/syntax-java-whitespace: New file.
29364         * modules/unictype/syntax-c-ident: New file.
29365         * modules/unictype/syntax-java-ident: New file.
29366         * modules/unictype/ctype-alnum: New file.
29367         * modules/unictype/ctype-alpha: New file.
29368         * modules/unictype/ctype-cntrl: New file.
29369         * modules/unictype/ctype-digit: New file.
29370         * modules/unictype/ctype-graph: New file.
29371         * modules/unictype/ctype-lower: New file.
29372         * modules/unictype/ctype-print: New file.
29373         * modules/unictype/ctype-punct: New file.
29374         * modules/unictype/ctype-space: New file.
29375         * modules/unictype/ctype-upper: New file.
29376         * modules/unictype/ctype-xdigit: New file.
29377         * modules/unictype/ctype-blank: New file.
29378         * lib/unictype/bidi_byname.c: New file.
29379         * lib/unictype/bidi_name.c: New file.
29380         * lib/unictype/bidi_of.c: New file.
29381         * lib/unictype/bidi_test.c: New file.
29382         * lib/unictype/bitmap.h: New file.
29383         * lib/unictype/block_test.c: New file.
29384         * lib/unictype/blocks.c: New file.
29385         * lib/unictype/categ_C.c: New file.
29386         * lib/unictype/categ_Cc.c: New file.
29387         * lib/unictype/categ_Cf.c: New file.
29388         * lib/unictype/categ_Cn.c: New file.
29389         * lib/unictype/categ_Co.c: New file.
29390         * lib/unictype/categ_Cs.c: New file.
29391         * lib/unictype/categ_L.c: New file.
29392         * lib/unictype/categ_Ll.c: New file.
29393         * lib/unictype/categ_Lm.c: New file.
29394         * lib/unictype/categ_Lo.c: New file.
29395         * lib/unictype/categ_Lt.c: New file.
29396         * lib/unictype/categ_Lu.c: New file.
29397         * lib/unictype/categ_M.c: New file.
29398         * lib/unictype/categ_Mc.c: New file.
29399         * lib/unictype/categ_Me.c: New file.
29400         * lib/unictype/categ_Mn.c: New file.
29401         * lib/unictype/categ_N.c: New file.
29402         * lib/unictype/categ_Nd.c: New file.
29403         * lib/unictype/categ_Nl.c: New file.
29404         * lib/unictype/categ_No.c: New file.
29405         * lib/unictype/categ_P.c: New file.
29406         * lib/unictype/categ_Pc.c: New file.
29407         * lib/unictype/categ_Pd.c: New file.
29408         * lib/unictype/categ_Pe.c: New file.
29409         * lib/unictype/categ_Pf.c: New file.
29410         * lib/unictype/categ_Pi.c: New file.
29411         * lib/unictype/categ_Po.c: New file.
29412         * lib/unictype/categ_Ps.c: New file.
29413         * lib/unictype/categ_S.c: New file.
29414         * lib/unictype/categ_Sc.c: New file.
29415         * lib/unictype/categ_Sk.c: New file.
29416         * lib/unictype/categ_Sm.c: New file.
29417         * lib/unictype/categ_So.c: New file.
29418         * lib/unictype/categ_Z.c: New file.
29419         * lib/unictype/categ_Zl.c: New file.
29420         * lib/unictype/categ_Zp.c: New file.
29421         * lib/unictype/categ_Zs.c: New file.
29422         * lib/unictype/categ_and.c: New file.
29423         * lib/unictype/categ_and_not.c: New file.
29424         * lib/unictype/categ_byname.c: New file.
29425         * lib/unictype/categ_name.c: New file.
29426         * lib/unictype/categ_none.c: New file.
29427         * lib/unictype/categ_of.c: New file.
29428         * lib/unictype/categ_or.c: New file.
29429         * lib/unictype/categ_test.c: New file.
29430         * lib/unictype/combining.c: New file.
29431         * lib/unictype/ctype_alnum.c: New file.
29432         * lib/unictype/ctype_alpha.c: New file.
29433         * lib/unictype/ctype_blank.c: New file.
29434         * lib/unictype/ctype_cntrl.c: New file.
29435         * lib/unictype/ctype_digit.c: New file.
29436         * lib/unictype/ctype_graph.c: New file.
29437         * lib/unictype/ctype_lower.c: New file.
29438         * lib/unictype/ctype_print.c: New file.
29439         * lib/unictype/ctype_punct.c: New file.
29440         * lib/unictype/ctype_space.c: New file.
29441         * lib/unictype/ctype_upper.c: New file.
29442         * lib/unictype/ctype_xdigit.c: New file.
29443         * lib/unictype/decdigit.c: New file.
29444         * lib/unictype/digit.c: New file.
29445         * lib/unictype/identsyntaxmap.h: New file.
29446         * lib/unictype/mirror.c: New file.
29447         * lib/unictype/numeric.c: New file.
29448         * lib/unictype/pr_alphabetic.c: New file.
29449         * lib/unictype/pr_ascii_hex_digit.c: New file.
29450         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29451         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29452         * lib/unictype/pr_bidi_block_separator.c: New file.
29453         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29454         * lib/unictype/pr_bidi_common_separator.c: New file.
29455         * lib/unictype/pr_bidi_control.c: New file.
29456         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29457         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29458         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29459         * lib/unictype/pr_bidi_european_digit.c: New file.
29460         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29461         * lib/unictype/pr_bidi_left_to_right.c: New file.
29462         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29463         * lib/unictype/pr_bidi_other_neutral.c: New file.
29464         * lib/unictype/pr_bidi_pdf.c: New file.
29465         * lib/unictype/pr_bidi_segment_separator.c: New file.
29466         * lib/unictype/pr_bidi_whitespace.c: New file.
29467         * lib/unictype/pr_byname.c: New file.
29468         * lib/unictype/pr_byname.gperf: New file.
29469         * lib/unictype/pr_combining.c: New file.
29470         * lib/unictype/pr_composite.c: New file.
29471         * lib/unictype/pr_currency_symbol.c: New file.
29472         * lib/unictype/pr_dash.c: New file.
29473         * lib/unictype/pr_decimal_digit.c: New file.
29474         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29475         * lib/unictype/pr_deprecated.c: New file.
29476         * lib/unictype/pr_diacritic.c: New file.
29477         * lib/unictype/pr_extender.c: New file.
29478         * lib/unictype/pr_format_control.c: New file.
29479         * lib/unictype/pr_grapheme_base.c: New file.
29480         * lib/unictype/pr_grapheme_extend.c: New file.
29481         * lib/unictype/pr_grapheme_link.c: New file.
29482         * lib/unictype/pr_hex_digit.c: New file.
29483         * lib/unictype/pr_hyphen.c: New file.
29484         * lib/unictype/pr_id_continue.c: New file.
29485         * lib/unictype/pr_id_start.c: New file.
29486         * lib/unictype/pr_ideographic.c: New file.
29487         * lib/unictype/pr_ids_binary_operator.c: New file.
29488         * lib/unictype/pr_ids_trinary_operator.c: New file.
29489         * lib/unictype/pr_ignorable_control.c: New file.
29490         * lib/unictype/pr_iso_control.c: New file.
29491         * lib/unictype/pr_join_control.c: New file.
29492         * lib/unictype/pr_left_of_pair.c: New file.
29493         * lib/unictype/pr_line_separator.c: New file.
29494         * lib/unictype/pr_logical_order_exception.c: New file.
29495         * lib/unictype/pr_lowercase.c: New file.
29496         * lib/unictype/pr_math.c: New file.
29497         * lib/unictype/pr_non_break.c: New file.
29498         * lib/unictype/pr_not_a_character.c: New file.
29499         * lib/unictype/pr_numeric.c: New file.
29500         * lib/unictype/pr_other_alphabetic.c: New file.
29501         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29502         * lib/unictype/pr_other_grapheme_extend.c: New file.
29503         * lib/unictype/pr_other_id_continue.c: New file.
29504         * lib/unictype/pr_other_id_start.c: New file.
29505         * lib/unictype/pr_other_lowercase.c: New file.
29506         * lib/unictype/pr_other_math.c: New file.
29507         * lib/unictype/pr_other_uppercase.c: New file.
29508         * lib/unictype/pr_paired_punctuation.c: New file.
29509         * lib/unictype/pr_paragraph_separator.c: New file.
29510         * lib/unictype/pr_pattern_syntax.c: New file.
29511         * lib/unictype/pr_pattern_white_space.c: New file.
29512         * lib/unictype/pr_private_use.c: New file.
29513         * lib/unictype/pr_punctuation.c: New file.
29514         * lib/unictype/pr_quotation_mark.c: New file.
29515         * lib/unictype/pr_radical.c: New file.
29516         * lib/unictype/pr_sentence_terminal.c: New file.
29517         * lib/unictype/pr_soft_dotted.c: New file.
29518         * lib/unictype/pr_space.c: New file.
29519         * lib/unictype/pr_terminal_punctuation.c: New file.
29520         * lib/unictype/pr_test.c: New file.
29521         * lib/unictype/pr_titlecase.c: New file.
29522         * lib/unictype/pr_unassigned_code_value.c: New file.
29523         * lib/unictype/pr_unified_ideograph.c: New file.
29524         * lib/unictype/pr_uppercase.c: New file.
29525         * lib/unictype/pr_variation_selector.c: New file.
29526         * lib/unictype/pr_white_space.c: New file.
29527         * lib/unictype/pr_xid_continue.c: New file.
29528         * lib/unictype/pr_xid_start.c: New file.
29529         * lib/unictype/pr_zero_width.c: New file.
29530         * lib/unictype/scripts.c: New file.
29531         * lib/unictype/sy_c_ident.c: New file.
29532         * lib/unictype/sy_c_whitespace.c: New file.
29533         * lib/unictype/sy_java_ident.c: New file.
29534         * lib/unictype/sy_java_whitespace.c: New file.
29535
29536         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29537         Unicode 5.0.0.
29538         * lib/unictype/blocks.h: Likewise.
29539         * lib/unictype/categ_C.h: Likewise.
29540         * lib/unictype/categ_Cc.h: Likewise.
29541         * lib/unictype/categ_Cf.h: Likewise.
29542         * lib/unictype/categ_Cn.h: Likewise.
29543         * lib/unictype/categ_Co.h: Likewise.
29544         * lib/unictype/categ_Cs.h: Likewise.
29545         * lib/unictype/categ_L.h: Likewise.
29546         * lib/unictype/categ_Ll.h: Likewise.
29547         * lib/unictype/categ_Lm.h: Likewise.
29548         * lib/unictype/categ_Lo.h: Likewise.
29549         * lib/unictype/categ_Lt.h: Likewise.
29550         * lib/unictype/categ_Lu.h: Likewise.
29551         * lib/unictype/categ_M.h: Likewise.
29552         * lib/unictype/categ_Mc.h: Likewise.
29553         * lib/unictype/categ_Me.h: Likewise.
29554         * lib/unictype/categ_Mn.h: Likewise.
29555         * lib/unictype/categ_N.h: Likewise.
29556         * lib/unictype/categ_Nd.h: Likewise.
29557         * lib/unictype/categ_Nl.h: Likewise.
29558         * lib/unictype/categ_No.h: Likewise.
29559         * lib/unictype/categ_P.h: Likewise.
29560         * lib/unictype/categ_Pc.h: Likewise.
29561         * lib/unictype/categ_Pd.h: Likewise.
29562         * lib/unictype/categ_Pe.h: Likewise.
29563         * lib/unictype/categ_Pf.h: Likewise.
29564         * lib/unictype/categ_Pi.h: Likewise.
29565         * lib/unictype/categ_Po.h: Likewise.
29566         * lib/unictype/categ_Ps.h: Likewise.
29567         * lib/unictype/categ_S.h: Likewise.
29568         * lib/unictype/categ_Sc.h: Likewise.
29569         * lib/unictype/categ_Sk.h: Likewise.
29570         * lib/unictype/categ_Sm.h: Likewise.
29571         * lib/unictype/categ_So.h: Likewise.
29572         * lib/unictype/categ_Z.h: Likewise.
29573         * lib/unictype/categ_Zl.h: Likewise.
29574         * lib/unictype/categ_Zp.h: Likewise.
29575         * lib/unictype/categ_Zs.h: Likewise.
29576         * lib/unictype/categ_of.h: Likewise.
29577         * lib/unictype/combining.h: Likewise.
29578         * lib/unictype/ctype_alnum.h: Likewise.
29579         * lib/unictype/ctype_alpha.h: Likewise.
29580         * lib/unictype/ctype_blank.h: Likewise.
29581         * lib/unictype/ctype_cntrl.h: Likewise.
29582         * lib/unictype/ctype_digit.h: Likewise.
29583         * lib/unictype/ctype_graph.h: Likewise.
29584         * lib/unictype/ctype_lower.h: Likewise.
29585         * lib/unictype/ctype_print.h: Likewise.
29586         * lib/unictype/ctype_punct.h: Likewise.
29587         * lib/unictype/ctype_space.h: Likewise.
29588         * lib/unictype/ctype_upper.h: Likewise.
29589         * lib/unictype/ctype_xdigit.h: Likewise.
29590         * lib/unictype/decdigit.h: Likewise.
29591         * lib/unictype/digit.h: Likewise.
29592         * lib/unictype/mirror.h: Likewise.
29593         * lib/unictype/numeric.h: Likewise.
29594         * lib/unictype/pr_alphabetic.h: Likewise.
29595         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29596         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29597         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29598         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29599         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29600         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29601         * lib/unictype/pr_bidi_control.h: Likewise.
29602         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29603         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29604         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29605         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29606         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29607         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29608         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29609         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29610         * lib/unictype/pr_bidi_pdf.h: Likewise.
29611         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29612         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29613         * lib/unictype/pr_combining.h: Likewise.
29614         * lib/unictype/pr_composite.h: Likewise.
29615         * lib/unictype/pr_currency_symbol.h: Likewise.
29616         * lib/unictype/pr_dash.h: Likewise.
29617         * lib/unictype/pr_decimal_digit.h: Likewise.
29618         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29619         * lib/unictype/pr_deprecated.h: Likewise.
29620         * lib/unictype/pr_diacritic.h: Likewise.
29621         * lib/unictype/pr_extender.h: Likewise.
29622         * lib/unictype/pr_format_control.h: Likewise.
29623         * lib/unictype/pr_grapheme_base.h: Likewise.
29624         * lib/unictype/pr_grapheme_extend.h: Likewise.
29625         * lib/unictype/pr_grapheme_link.h: Likewise.
29626         * lib/unictype/pr_hex_digit.h: Likewise.
29627         * lib/unictype/pr_hyphen.h: Likewise.
29628         * lib/unictype/pr_id_continue.h: Likewise.
29629         * lib/unictype/pr_id_start.h: Likewise.
29630         * lib/unictype/pr_ideographic.h: Likewise.
29631         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29632         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29633         * lib/unictype/pr_ignorable_control.h: Likewise.
29634         * lib/unictype/pr_iso_control.h: Likewise.
29635         * lib/unictype/pr_join_control.h: Likewise.
29636         * lib/unictype/pr_left_of_pair.h: Likewise.
29637         * lib/unictype/pr_line_separator.h: Likewise.
29638         * lib/unictype/pr_logical_order_exception.h: Likewise.
29639         * lib/unictype/pr_lowercase.h: Likewise.
29640         * lib/unictype/pr_math.h: Likewise.
29641         * lib/unictype/pr_non_break.h: Likewise.
29642         * lib/unictype/pr_not_a_character.h: Likewise.
29643         * lib/unictype/pr_numeric.h: Likewise.
29644         * lib/unictype/pr_other_alphabetic.h: Likewise.
29645         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29646         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29647         * lib/unictype/pr_other_id_continue.h: Likewise.
29648         * lib/unictype/pr_other_id_start.h: Likewise.
29649         * lib/unictype/pr_other_lowercase.h: Likewise.
29650         * lib/unictype/pr_other_math.h: Likewise.
29651         * lib/unictype/pr_other_uppercase.h: Likewise.
29652         * lib/unictype/pr_paired_punctuation.h: Likewise.
29653         * lib/unictype/pr_paragraph_separator.h: Likewise.
29654         * lib/unictype/pr_pattern_syntax.h: Likewise.
29655         * lib/unictype/pr_pattern_white_space.h: Likewise.
29656         * lib/unictype/pr_private_use.h: Likewise.
29657         * lib/unictype/pr_punctuation.h: Likewise.
29658         * lib/unictype/pr_quotation_mark.h: Likewise.
29659         * lib/unictype/pr_radical.h: Likewise.
29660         * lib/unictype/pr_sentence_terminal.h: Likewise.
29661         * lib/unictype/pr_soft_dotted.h: Likewise.
29662         * lib/unictype/pr_space.h: Likewise.
29663         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29664         * lib/unictype/pr_titlecase.h: Likewise.
29665         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29666         * lib/unictype/pr_unified_ideograph.h: Likewise.
29667         * lib/unictype/pr_uppercase.h: Likewise.
29668         * lib/unictype/pr_variation_selector.h: Likewise.
29669         * lib/unictype/pr_white_space.h: Likewise.
29670         * lib/unictype/pr_xid_continue.h: Likewise.
29671         * lib/unictype/pr_xid_start.h: Likewise.
29672         * lib/unictype/pr_zero_width.h: Likewise.
29673         * lib/unictype/scripts.h: Likewise.
29674         * lib/unictype/scripts_byname.gperf: Likewise.
29675         * lib/unictype/sy_c_ident.h: Likewise.
29676         * lib/unictype/sy_c_whitespace.h: Likewise.
29677         * lib/unictype/sy_java_ident.h: Likewise.
29678         * lib/unictype/sy_java_whitespace.h: Likewise.
29679
29680         * lib/unictype/Makefile: New file.
29681         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29682         glibc.
29683         * lib/unictype/3level.h: New file, copied from glibc.
29684         * lib/unictype/3levelbit.h: New file.
29685
29686 2007-11-11  Bruno Haible  <bruno@clisp.org>
29687
29688         * modules/gperf: New file.
29689         * modules/iconv_open (Depends-on): Add it.
29690         (Makefile.am): Remove the GPERF definition.
29691
29692 2007-11-11  Bruno Haible  <bruno@clisp.org>
29693
29694         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29695         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29696
29697 2007-11-11  Bruno Haible  <bruno@clisp.org>
29698
29699         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29700         (usage): Remove function.
29701
29702 2007-11-11  Bruno Haible  <bruno@clisp.org>
29703
29704         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29705         gl_FUNC_CEILF_LIBS.
29706         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29707         gl_FUNC_CEIL_LIBS.
29708         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29709         gl_FUNC_CEILL_LIBS.
29710         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29711         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29712         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29713
29714 2007-11-11  Bruno Haible  <bruno@clisp.org>
29715
29716         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29717         roundf were declared but do not exist on functions.
29718         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29719         roundl were declared but do not exist on functions.
29720         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29721         HAVE_FLOORL_AND_CEILL, respectively.
29722         Needed for Sun C on Solaris 10.
29723
29724 2007-11-11  Bruno Haible  <bruno@clisp.org>
29725
29726         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29727         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29728         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29729         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29730         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29731         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29732         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29733         HAVE_DECL_ROUNDF.
29734         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29735         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29736         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29737         of HAVE_DECL_ROUND*.
29738         * modules/math (Makefile.am): Update.
29739
29740 2007-11-10  Bruno Haible  <bruno@clisp.org>
29741
29742         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29743         ptrdiff_t as m4/intl.m4.
29744
29745 2007-11-10  Jim Meyering  <meyering@redhat.com>
29746
29747         Avoid link failure for the argmatch test.
29748         * tests/test-argmatch.c (usage): Define function to avoid a link
29749         failure: argmatch_die requires a usage function.
29750
29751 2007-11-09  Bruno Haible  <bruno@clisp.org>
29752
29753         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29754         * doc/functions/vsnprintf.texi: Likewise.
29755         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29756         with a size argument < 2.
29757
29758 2007-11-09  Bruno Haible  <bruno@clisp.org>
29759
29760         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29761         buffer. Fixes an inefficiency introduced on 2007-11-03.
29762
29763 2007-11-09  Bruno Haible  <bruno@clisp.org>
29764
29765         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29766         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29767
29768 2007-11-08  Jim Meyering  <meyering@redhat.com>
29769
29770         Change cache variable name prefix "jm_" to "gl_" everywhere.
29771         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29772         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29773         * m4/uptime.m4: s/gl_/jm_/
29774
29775 2007-11-07  Bruno Haible  <bruno@clisp.org>
29776
29777         Update to GNU gettext 0.17.
29778         * m4/intl.m4: Update to GNU gettext 0.17.
29779         * m4/po.m4: Likewise.
29780         * modules/gettext (Files): Remove m4/ulonglong.m4.
29781         (configure.ac): Require gettext infrastructure from version 0.17.
29782
29783 2007-11-06  Bruno Haible  <bruno@clisp.org>
29784
29785         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29786         symbolic values are not defined in a public header.
29787         * lib/freadable.c (freadable) [QNX]: Likewise.
29788         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29789         * lib/freading.c (freading) [QNX]: Likewise.
29790         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29791         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29792         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29793         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29794         Reported by Alain Magloire.
29795
29796         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29797
29798 2007-11-05  Bruno Haible  <bruno@clisp.org>
29799
29800         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29801         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29802         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29803         Reported by Eric Blake.
29804
29805 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29806             Bruno Haible  <bruno@clisp.org>
29807
29808         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29809         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29810         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29811         (malloc): Undefine also before including <stdlib.h>.
29812         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29813         Needed on OSF/1 4.0.
29814
29815 2007-11-05  Jim Meyering  <meyering@redhat.com>
29816
29817         git-version-gen: sync from coreutils.
29818         * build-aux/git-version-gen: Add comments.
29819         Change the first '-' to '.' in the snapshot version string,
29820         e.g., 6.9-377-08144 -> 6.9.377-08144
29821         Remove first parameter.
29822         Don't declare a version "-dirty" merely because a time
29823         stamp has changed.
29824
29825 2007-11-04  Bruno Haible  <bruno@clisp.org>
29826
29827         * lib/lock.h: Protect all macro definitions containing an 'if'
29828         statement through a "do { ... } while (0)".
29829         * lib/tls.h: Likewise.
29830
29831 2007-11-04  Bruno Haible  <bruno@clisp.org>
29832
29833         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29834
29835 2007-11-04  Bruno Haible  <bruno@clisp.org>
29836
29837         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29838         * modules/fprintf-posix (Depends-on): Add nocrash.
29839         * modules/snprintf-posix (Depends-on): Likewise.
29840         * modules/sprintf-posix (Depends-on): Likewise.
29841         * modules/vasnprintf-posix (Depends-on): Likewise.
29842         * modules/vasprintf-posix (Depends-on): Likewise.
29843         * modules/vfprintf-posix (Depends-on): Likewise.
29844         * modules/vsnprintf-posix (Depends-on): Likewise.
29845         * modules/vsprintf-posix (Depends-on): Likewise.
29846         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29847         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29848         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29849         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29850         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29851         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29852         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29853
29854 2007-11-04  Bruno Haible  <bruno@clisp.org>
29855
29856         * modules/nocrash: New file.
29857         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29858         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29859
29860 2007-11-04  Bruno Haible  <bruno@clisp.org>
29861
29862         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29863         precision handling.
29864         * tests/test-vasprintf-posix.c (test_function): Likewise.
29865         * tests/test-snprintf-posix.h (test_function): Likewise.
29866         * tests/test-sprintf-posix.h (test_function): Likewise.
29867
29868         Fix *printf behaviour for large precisions on mingw and BeOS.
29869         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29870         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29871         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29872         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29873         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29874         gl_PRINTF_PRECISION and test its result. Invoke
29875         gl_PREREQ_VASNPRINTF_PRECISION.
29876         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29877         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29878         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29879         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29880         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29881         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29882         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29883         * doc/functions/fprintf.texi: Update.
29884         * doc/functions/printf.texi: Update.
29885         * doc/functions/snprintf.texi: Update.
29886         * doc/functions/sprintf.texi: Update.
29887         * doc/functions/vfprintf.texi: Update.
29888         * doc/functions/vprintf.texi: Update.
29889         * doc/functions/vsnprintf.texi: Update.
29890         * doc/functions/vsprintf.texi: Update.
29891
29892 2007-11-04  Bruno Haible  <bruno@clisp.org>
29893
29894         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29895
29896 2007-11-04  Bruno Haible  <bruno@clisp.org>
29897
29898         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29899         Reported by Sylvain Beucler <beuc@gnu.org>.
29900
29901 2007-11-03  Bruno Haible  <bruno@clisp.org>
29902
29903         * tests/test-fprintf-posix2.sh: New file.
29904         * tests/test-fprintf-posix2.c: New file.
29905         * modules/fprintf-posix-tests (Files): Add them.
29906         (TESTS): Add test-fprintf-posix2.sh.
29907         (configure.ac): Check for getrlimit and setrlimit.
29908         (check_PROGRAMS): Add test-fprintf-posix2.
29909
29910         * tests/test-printf-posix2.sh: New file.
29911         * tests/test-printf-posix2.c: New file.
29912         * modules/printf-posix-tests (Files): Add them.
29913         (TESTS): Add test-printf-posix2.sh.
29914         (configure.ac): Check for getrlimit and setrlimit.
29915         (check_PROGRAMS): Add test-printf-posix2.
29916
29917         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29918         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29919         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29920         (decode_double): New function, copied from decode_long_double.
29921         (scale10_round_decimal_decoded): New function, extracted from
29922         scale10_round_decimal_long_double.
29923         (scale10_round_decimal_long_double): Use it.
29924         (scale10_round_decimal_double): New function.
29925         (floorlog10): New function.
29926         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29927         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29928         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29929         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29930         gl_PRINTF_ENOMEM and test its result. Invoke
29931         gl_PREREQ_VASNPRINTF_ENOMEM.
29932         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29933         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29934         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29935         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29936         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29937         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29938         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29939         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29940         * modules/snprintf-posix (Depends-on): Likewise.
29941         * modules/sprintf-posix (Depends-on): Likewise.
29942         * modules/vasnprintf-posix (Depends-on): Likewise.
29943         * modules/vasprintf-posix (Depends-on): Likewise.
29944         * modules/vfprintf-posix (Depends-on): Likewise.
29945         * modules/vsnprintf-posix (Depends-on): Likewise.
29946         * modules/vsprintf-posix (Depends-on): Likewise.
29947         * doc/functions/fprintf.texi: Update.
29948         * doc/functions/printf.texi: Update.
29949         * doc/functions/snprintf.texi: Update.
29950         * doc/functions/sprintf.texi: Update.
29951         * doc/functions/vfprintf.texi: Update.
29952         * doc/functions/vprintf.texi: Update.
29953         * doc/functions/vsnprintf.texi: Update.
29954         * doc/functions/vsprintf.texi: Update.
29955
29956 2007-11-03  Bruno Haible  <bruno@clisp.org>
29957
29958         * modules/frexp-nolibm-tests: New file.
29959
29960         * modules/frexp-nolibm: New file.
29961         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29962
29963 2007-11-03  Bruno Haible  <bruno@clisp.org>
29964
29965         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29966         value is C99 compliant.
29967         Needed for OSF/1 5.1.
29968
29969 2007-11-03  Bruno Haible  <bruno@clisp.org>
29970
29971         Fix out-of-memory handling of vasnprintf.
29972         * lib/printf-parse.c: Include <errno.h>.
29973         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29974         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29975         is already set.
29976
29977 2007-11-02  Eric Blake  <ebb9@byu.net>
29978
29979         Fix tests on cygwin.
29980         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29981
29982 2007-11-01  Bruno Haible  <bruno@clisp.org>
29983
29984         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29985         warning.
29986         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29987         needed for POSIX compatibility.
29988
29989 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29990
29991         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29992         for compatibility with GNU.
29993
29994 2007-11-01  Bruno Haible  <bruno@clisp.org>
29995
29996         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29997         (putenv): Renamed from rpl_putenv. Change argument type from
29998         'const char *' to 'char *'.
29999         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30000         of defining putenv in config.h, just set REPLACE_PUTENV.
30001         * modules/putenv (Depends-on): Add stdlib.
30002         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30003         (Include): Use <stdlib.h>.
30004         * lib/stdlib.in.h (putenv): New declaration.
30005         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30006         REPLACE_PUTENV.
30007         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30008         REPLACE_PUTENV.
30009         Needed for MacOS X 10.5.0.
30010         Reported by Peter O'Gorman <peter@pogma.com>.
30011
30012 2007-11-01  Jim Meyering  <meyering@redhat.com>
30013
30014         Treat an empty date string exactly like "0".
30015         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30016         if the remaining date string (to be parsed) is empty, use "0".
30017         Reported by Mischa Molhoek and discussed in this thread:
30018         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30019
30020 2007-10-31  Bruno Haible  <bruno@clisp.org>
30021
30022         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30023         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30024         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30025         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30026         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30027         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30028
30029 2007-10-31  Bruno Haible  <bruno@clisp.org>
30030
30031         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30032         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30033         (AC_TYPE_LONG_LONG_INT): Use it.
30034         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30035         it as well.
30036         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30037         to m4/longlong.m4.
30038         * modules/stdint (Files): Remove m4/ulonglong.m4.
30039         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30040         m4/ulonglong.m4.
30041         * modules/strtoumax (Files): Likewise.
30042
30043 2007-10-30  Bruno Haible  <bruno@clisp.org>
30044
30045         * modules/xvasprintf-posix: New file.
30046         Suggested by Eric Blake.
30047
30048 2007-10-30  Bruno Haible  <bruno@clisp.org>
30049
30050         * modules/xprintf-posix-tests: New file.
30051         * tests/test-xprintf-posix.sh: New file.
30052         * tests/test-xprintf-posix.c: New file.
30053         * tests/test-xfprintf-posix.c: New file.
30054
30055         * modules/xprintf-posix: New file.
30056
30057 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30058
30059         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30060         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30061         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30062
30063 2007-10-29  Bruno Haible  <bruno@clisp.org>
30064
30065         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30066         contain the special marker '_cv_'.
30067         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30068         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30069         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30070         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30071         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30072         Reported by Ralf Wildenhues.
30073
30074 2007-10-29  Bruno Haible  <bruno@clisp.org>
30075
30076         * gnulib-tool (func_import): When --lgpl is not specified, set
30077         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30078         GPLv3.
30079         Reported by Simon Josefsson.
30080
30081 2007-10-28  Bruno Haible  <bruno@clisp.org>
30082
30083         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30084         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30085         HAVE_DECL_ISFINITE.
30086         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30087         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30088         HAVE_DECL_ISFINITE.
30089
30090 2007-10-28  Bruno Haible  <bruno@clisp.org>
30091
30092         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30093         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30094
30095 2007-10-28  Bruno Haible  <bruno@clisp.org>
30096
30097         Fix link errors with Sun C 5.0 on Solaris 10.
30098         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30099         function is declared but not present in the compiler's libm.
30100         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30101         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30102         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30103         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30104         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30105         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30106         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30107         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30108         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30109         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30110         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30111         HAVE_DECL_FLOORL.
30112
30113 2007-10-28  Bruno Haible  <bruno@clisp.org>
30114
30115         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30116         gl_FUNC_FLOORL. Cache the result.
30117         (gl_FUNC_FLOORL): Use it.
30118         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30119         gl_FUNC_CEILL. Cache the result.
30120         (gl_FUNC_CEILL): Use it.
30121
30122         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30123         gl_FUNC_FLOOR. Cache the result.
30124         (gl_FUNC_FLOOR): Use it.
30125         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30126         gl_FUNC_CEIL. Cache the result.
30127         (gl_FUNC_CEIL): Use it.
30128
30129         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30130         gl_FUNC_FLOORF. Cache the result.
30131         (gl_FUNC_FLOORF): Use it.
30132         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30133         gl_FUNC_CEILF. Cache the result.
30134         (gl_FUNC_CEILF): Use it.
30135
30136 2007-10-28  Bruno Haible  <bruno@clisp.org>
30137
30138         * gnulib-tool: Allow specifying the LGPL version number through
30139         --lgpl=2 or --lgpl=3.
30140         (func_usage): Document --lgpl with argument.
30141         Handle --lgpl=... arguments.
30142         (func_import): Recognize also gl_LGPL calls with an argument. When
30143         --lgpl=2 is used and the module's license is just LGPL, report an
30144         error. Set sed_transform_lib_file according to the lgpl variable. In
30145         the generated files, use --lgpl or gl_LGPL invocations with argument,
30146         if necessary.
30147         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30148         an LGPv2+ license.
30149         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30150         gl_LGPL macro.
30151
30152 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30153             Bruno Haible  <bruno@clisp.org>
30154
30155         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30156         (u16_uctomb_aux): Likewise.
30157         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30158         !HAVE_INLINE.
30159         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30160
30161 2007-10-28  Bruno Haible  <bruno@clisp.org>
30162
30163         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30164         Invoke AM_GETTEXT_OPTION if it exists.
30165         * modules/vasprintf: Likewise.
30166         * modules/verror: Likewise.
30167         * modules/xprintf: Likewise.
30168         * modules/xvasprintf: Likewise.
30169
30170 2007-10-27  Ben Pfaff  <blp@gnu.org>
30171
30172         * lib/math.in.h: Define isfinite macro and prototypes for
30173         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30174         implementations.
30175         * m4/math_h.m4: New substitutions for isfinite module.
30176         * lib/isfinite.c: New file.
30177         * m4/isfinite.m4: New file.
30178         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30179         * modules/isfinite: New file.
30180         * modules/isfinite-tests: New file.
30181         * tests/tests-isfinite.c: New file.
30182         * doc/functions/isfinite.texi: Mention isfinite module.
30183         * MODULES.html.sh: Mention new module.
30184
30185 2007-10-27  Ben Pfaff  <blp@gnu.org>
30186
30187         Ralf Wildenhues reported that Tru64 4.0D declares the round
30188         functions but does not have definitions.
30189         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30190         cannot be found in any library, set the output variable to
30191         "missing" instead of "".
30192         * m4/round.m4: Also use our substitute if we cannot find round in
30193         any library, even if it is declared.
30194         * m4/roundf.m4: Likewise for roundf.
30195         * m4/roundl.m4: Likewise for roundl.
30196         * lib/math.in.h: Undefine roundf, round, roundl before defining
30197         their replacements, to allow for hypothetical systems where these
30198         may be defined as macros but not available in libraries.
30199
30200 2007-10-27  Bruno Haible  <bruno@clisp.org>
30201
30202         * doc/gnulib.texi: Invoke @firstparagraphindent.
30203         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30204         changes in gnulib.
30205         (Source changes): New section.
30206
30207 2007-10-26  Bruno Haible  <bruno@clisp.org>
30208
30209         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30210         borrowed from autoconf.
30211
30212 2007-10-26  Bruno Haible  <bruno@clisp.org>
30213
30214         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30215         strerror returned the empty string. Needed on HP-UX 11.00.
30216
30217 2007-10-24  Micah Cowan  <micah@cowan.name>
30218
30219         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30220         * build-aux/bootstrap: Remove support for now-unnecessary option,
30221         --cvs-user, and envvars CVS_USER, CVS_RSH.
30222
30223 2007-10-24  Jim Meyering  <meyering@redhat.com>
30224
30225         Avoid diagnostics from sha1sum when there is no cached checksum.
30226         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30227         if the po.s1 file hasn't been created yet.
30228
30229         * build-aux/bootstrap: Sync from coreutils:
30230         2007-10-24  Jim Meyering  <meyering@redhat.com>
30231         Get gnulib from the git repository, not from an obsolete cvs one.
30232         * build-aux/bootstrap: Suggestion from Micah Cowan.
30233         2007-10-04  Jim Meyering  <jim@meyering.net>
30234         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30235         (update_po_files): Work also when there are no .po files in po/.
30236
30237 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30238
30239         * README: Append ".git" to git and cg examples.
30240         Problem reported by Benoit Sigoure.
30241
30242 2007-10-23  Micah Cowan  <micah@cowan.name>
30243
30244         * users.txt: Add wget.
30245
30246 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30247
30248         Fix linking of some unistdio tests on FreeBSD.
30249         * modules/unistdio/u16-vsnprintf-tests
30250         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30251         * modules/unistdio/u16-vsprintf-tests
30252         (test_u16_vsnprintf1_LDADD): Likewise.
30253         * modules/unistdio/u32-vsnprintf-tests
30254         (test_u32_vsnprintf1_LDADD): Likewise.
30255         * modules/unistdio/u32-vsprintf-tests
30256         (test_u32_vsprintf1_LDADD): Likewise.
30257         * modules/unistdio/u8-vsnprintf-tests
30258         (test_u8_vsnprintf1_LDADD): Likewise.
30259         * modules/unistdio/u8-vsprintf-tests
30260         (test_u8_vsprintf1_LDADD): Likewise.
30261         * modules/unistdio/ulc-vsnprintf-tests
30262         (test_ulc_vsnprintf1_LDADD): Likewise.
30263         * modules/unistdio/ulc-vsprintf-tests
30264         (test_ulc_vsprintf1_LDADD): Likewise.
30265
30266         Fix linking of some uniconv tests on FreeBSD.
30267         * modules/uniconv/u16-conv-from-enc-tests
30268         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30269         * modules/uniconv/u16-conv-to-enc-tests
30270         (test_u16_conv_to_enc_LDADD): Likewise.
30271         * modules/uniconv/u16-strconv-from-enc-tests
30272         (test_u16_strconv_from_enc_LDADD): Likewise.
30273         * modules/uniconv/u16-strconv-to-enc-tests
30274         (test_u16_strconv_to_enc_LDADD): Likewise.
30275         * modules/uniconv/u32-conv-from-enc-tests
30276         (test_u32_conv_from_enc_LDADD): Likewise.
30277         * modules/uniconv/u32-conv-to-enc-tests
30278         (test_u32_conv_to_enc_LDADD): Likewise.
30279         * modules/uniconv/u32-strconv-from-enc-tests
30280         (test_u32_strconv_from_enc_LDADD): Likewise.
30281         * modules/uniconv/u32-strconv-to-enc-tests
30282         (test_u32_strconv_to_enc_LDADD): Likewise.
30283         * modules/uniconv/u8-conv-from-enc-tests
30284         (test_u8_conv_from_enc_LDADD): Likewise.
30285         * modules/uniconv/u8-conv-to-enc-tests
30286         (test_u8_conv_to_enc_LDADD): Likewise.
30287         * modules/uniconv/u8-strconv-from-enc-tests
30288         (test_u8_strconv_from_enc_LDADD): Likewise.
30289         * modules/uniconv/u8-strconv-to-enc-tests
30290         (test_u8_strconv_to_enc_LDADD): Likewise.
30291
30292 2007-10-22  Bruno Haible  <bruno@clisp.org>
30293
30294         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30295         size.
30296
30297 2007-10-22  Eric Blake  <ebb9@byu.net>
30298
30299         Tweak x*printf documentation.
30300         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30301         variable name and comments.
30302         Suggested by Bruno Haible.
30303
30304 2007-10-22  Bruno Haible  <bruno@clisp.org>
30305
30306         * lib/acl.c (copy_acl): Fix file name in comment.
30307
30308 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30309
30310         Fix Tru64 problem with stdbool.h.
30311         * lib/stdbool.in.h (false, true):
30312         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30313         Don't declare as an enum in this situation; it runs afoul of Tru64.
30314         Problem reported by Steven M. Schweda in
30315         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30316
30317 2007-10-22  Eric Blake  <ebb9@byu.net>
30318
30319         Also wrap vf?printf.
30320         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30321         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30322         (xvprintf, xvfprintf): New functions.
30323
30324 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30325
30326         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30327         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30328
30329         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30330         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30331
30332 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30333
30334         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30335         by Bruno Haible.
30336
30337 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30338
30339         * lib/getloadavg.c
30340         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30341         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30342
30343         * tests/test-i-ring.c: Work for C89.
30344
30345 2007-10-22  Bruno Haible  <bruno@clisp.org>
30346
30347         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30348         -1u, in preprocessor expression, so that we don't test for the bug
30349         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30350         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30351
30352 2007-10-22  Eric Blake  <ebb9@byu.net>
30353
30354         * tests/test-yesno.sh: Silence stderr during test.
30355
30356 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30357
30358         * modules/crypto/gc-camellia: New file.
30359
30360         * m4/gc-camellia.m4: New file.
30361
30362         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30363
30364         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30365
30366 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30367
30368         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30369         --help to stdout.  Reported by sms@antinode.org (Steven
30370         M. Schweda).
30371
30372 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30373
30374         * users.txt: Fix link to libksba.
30375
30376 2007-10-21  Ben Pfaff  <blp@gnu.org>
30377
30378         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30379         round.c roundf implementation that depends on floorf and ceilf to
30380         be tested unconditionally.
30381
30382 2007-10-21  Ben Pfaff  <blp@gnu.org>
30383
30384         * m4/check-libm-func.m4: Removed.
30385         * m4/check-math-lib.m4: New file.
30386         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30387         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30388         definition and lack of AC_LIBOBJ([roundf]).
30389         * m4/roundl.m4: Ditto, and similarly for roundl.
30390         * modules/round: Reference new m4 file.
30391         * modules/roundf: Ditto.
30392         * modules/roundl: Ditto.
30393         * tests/test-round2.c (main): Use ROUND instead of round.
30394         Bug report from Bruno Haible.
30395
30396 2007-10-21  Bruno Haible  <bruno@clisp.org>
30397
30398         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30399         context.
30400
30401 2007-10-21  Bruno Haible  <bruno@clisp.org>
30402
30403         * tests/test-wcwidth.c (main): Allow negative result for some control
30404         characters.
30405
30406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30407         Needed on OSF/1 5.1.
30408
30409 2007-10-21  Bruno Haible  <bruno@clisp.org>
30410
30411         * tests/test-floorf1.c: Include isnanf.h.
30412         (main): Use isnanf() instead of isnan().
30413         * tests/test-ceilf1.c: Include isnanf.h.
30414         (main): Use isnanf() instead of isnan().
30415         * tests/test-truncf1.c: Include isnanf.h.
30416         (main): Use isnanf() instead of isnan().
30417         * tests/test-roundf1.c: Include isnanf.h.
30418         (main): Use isnanf() instead of isnan().
30419
30420 2007-10-21  Eric Blake  <ebb9@byu.net>
30421
30422         * users.txt: Update URL for m4.
30423
30424 2007-10-21  Bruno Haible  <bruno@clisp.org>
30425
30426         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30427
30428 2007-10-21  Bruno Haible  <bruno@clisp.org>
30429
30430         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30431         Git's management files if the CVS files are not present.
30432
30433 2007-10-20  Bruno Haible  <bruno@clisp.org>
30434
30435         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30436         gcc-3.4.x.
30437
30438 2007-10-20  Ben Pfaff  <blp@gnu.org>
30439
30440         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30441         implementations.
30442         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30443         * lib/round.c: New file.
30444         * lib/roundf.c: New file.
30445         * lib/roundl.c: New file.
30446         * m4/round.m4: New file.
30447         * m4/roundf.m4: New file.
30448         * m4/roundl.m4: New file.
30449         * m4/check-libm-func-m4: New file.
30450         * modules/math: Replace round, roundf, roundl related @VARS@ in
30451         math.in.h.
30452         * modules/round: New file.
30453         * modules/round-tests: New file.
30454         * modules/roundf: New file.
30455         * modules/roundf-tests: New file.
30456         * modules/roundl: New file.
30457         * modules/roundl-tests: New file.
30458         * tests/test-round1.c: New file.
30459         * tests/test-round2.c: New file.
30460         * tests/test-roundf1.c: New file.
30461         * tests/test-roundf2.c: New file.
30462         * tests/test-roundl.c: New file.
30463         * doc/functions/round.texi: Mention round module.
30464         * doc/functions/roundf.texi: Mention roundf module.
30465         * doc/functions/roundl.texi: Mention roundl module.
30466         * MODULES.html.sh: Mention new modules.
30467         Thanks to Bruno Haible for suggestions.
30468
30469 2007-10-20  Jim Meyering  <meyering@redhat.com>
30470
30471         * lib/xprintf.c: Include <config.h> unconditionally.
30472
30473         Change xprintf's license to GPL.
30474         * modules/xprintf (License): s/LGPL/GPL/, since this module
30475         depends on modules (exit and exitfail) which are GPL.
30476         Suggestion from Bruno Haible.
30477
30478         xprintf fixes.
30479         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30480         Use a clearer diagnostic.
30481         Patch from Bruno Haible.
30482
30483 2007-10-20  Bruno Haible  <bruno@clisp.org>
30484
30485         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30486         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30487         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30488
30489 2007-10-20  Bruno Haible  <bruno@clisp.org>
30490
30491         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30492         precision in the comparison result > x - 1 or similar.
30493         * tests/test-ceilf2.c (correct_result_p): Likewise.
30494         * tests/test-truncf2.c (correct_result_p): Likewise.
30495         * tests/test-trunc2.c (correct_result_p): Likewise.
30496         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30497
30498 2007-10-20  Bruno Haible  <bruno@clisp.org>
30499
30500         * modules/ceil: New file.
30501         * m4/ceil.m4: New file.
30502         * doc/functions/ceil.texi: Mention the 'ceil' module.
30503
30504 2007-10-20  Bruno Haible  <bruno@clisp.org>
30505
30506         * modules/floor: New file.
30507         * m4/floor.m4: New file.
30508         * doc/functions/floor.texi: Mention the 'floor' module.
30509
30510 2007-10-20  Bruno Haible  <bruno@clisp.org>
30511
30512         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30513         of %a.
30514         * modules/floorf-tests (Depends-on): Likewise.
30515         * modules/truncf-tests (Depends-on): Likewise.
30516         * modules/trunc-tests (Depends-on): Likewise.
30517         Reported by Ben Pfaff.
30518
30519 2007-10-19  Jim Meyering  <meyering@redhat.com>
30520
30521         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30522         Don't bother testing specific errno values.  Just test ferror.
30523
30524         New module: xprintf
30525         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30526
30527 2007-10-19  Bruno Haible  <bruno@clisp.org>
30528
30529         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30530         syntax.
30531         * modules/javaexec (Makefile.am): Likewise.
30532         * modules/relocatable-prog (Makefile.am): Likewise.
30533         Suggested by Jim Meyering.
30534
30535 2007-10-18  Bruno Haible  <bruno@clisp.org>
30536
30537         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30538         Reported by Jim Meyering.
30539
30540 2007-10-18  Eric Blake  <ebb9@byu.net>
30541
30542         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30543
30544 2007-10-18  Bruno Haible  <bruno@clisp.org>
30545
30546         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30547         the format string into writable memory. Needed in Fortify conditions.
30548
30549 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30550             Bruno Haible  <bruno@clisp.org>
30551
30552         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30553         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30554         * modules/trim (Depends-on): Add mbchar.
30555         (configure.ac): Add gl_FUNC_MBRTOWC.
30556         (Makefile.am): Augment lib_SOURCES.
30557
30558 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30559
30560         Modify glob.c to use fstatat and dirfd, to simplify it.
30561         Suggested by Eric Blake.
30562         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30563         Don't include <stdbool.h>; not used.
30564         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30565         (link_exists_p): Simplify implementation, since we can now assume
30566         dirfd and fstatat.
30567         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30568
30569 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30570
30571         * gnulib-tool (func_get_dependencies): Fix sed script to
30572         match only tests.
30573
30574 2007-10-17  Bruno Haible  <bruno@clisp.org>
30575
30576         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30577         allow locale names without encoding suffix.
30578         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30579         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30580
30581 2007-10-16  Bruno Haible  <bruno@clisp.org>
30582
30583         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30584         * lib/getgroups.c (getgroups): Likewise.
30585         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30586
30587 2007-10-16  Bruno Haible  <bruno@clisp.org>
30588
30589         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30590         * modules/malloc-posix (License): Likewise.
30591         * modules/realloc-posix (License): Likewise.
30592         * modules/calloc-posix (License): Likewise.
30593         * modules/intprops (License): Change from GPL to LGPL, with
30594         Paul Eggert's approval.
30595
30596 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30597
30598         Merge glibc changes into lib/glob.c.
30599
30600         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30601         2007-10-15 04:59:03 UTC.  Here are the changes:
30602
30603         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30604
30605         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30606
30607         * lib/glob.c: Add some branch prediction throughout.
30608
30609         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30610
30611         [BZ #5103]
30612         * lib/glob.c (glob): Recognize patterns starting \/.
30613
30614         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30615
30616         [BZ #3996]
30617         * lib/glob.c (attribute_hidden): Define if not defined.
30618         (glob): Unescape dirname, filename or username when needed and not
30619         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30620         is NULL.  Handle unescaped [ in pattern without closing ].
30621         Don't pass GLOB_CHECK down to recursive glob for directories.
30622         (__glob_pattern_type): New function.
30623         (__glob_pattern_p): Implement using __glob_pattern_type.
30624         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30625         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30626         Remove unreachable code.
30627
30628         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30629
30630         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30631         explain why there are no leaks.
30632
30633         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30634
30635         [BZ #3253]
30636         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30637         time, rather allocate increasingly bigger arrays of pointers, if
30638         possible with alloca, if too large with malloc.
30639
30640 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30641
30642         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30643         Problem reported by H.Merijn Brand in
30644         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30645         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30646         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30647
30648 2007-10-15  Bruno Haible  <bruno@clisp.org>
30649
30650         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30651         with explicit rpl_ prefix.
30652         * lib/fopen.c (fopen): Likewise.
30653         * lib/freopen.c (freopen): Likewise.
30654         * lib/iconv.c (iconv): Likewise.
30655         * lib/iconv_close.c (iconv_close): Likewise.
30656
30657 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30658
30659         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30660
30661 2007-10-15  Bruno Haible  <bruno@clisp.org>
30662
30663         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30664         <stddef.h> instead of <stdlib.h> since we only need NULL.
30665         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30666
30667 2007-10-15  Bruno Haible  <bruno@clisp.org>
30668
30669         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30670         Replace paragraph talking about LIBOBJS.
30671         Reported by Colin Watson <cjwatson@debian.org>.
30672
30673 2007-10-15  Bruno Haible  <bruno@clisp.org>
30674
30675         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30676         <stdlib.h> before using NULL.
30677
30678 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30679
30680         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30681         Reported by Albert Chin <china@thewrittenword.com>.
30682
30683 2007-10-14  Bruno Haible  <bruno@clisp.org>
30684
30685         * modules/iconv_open-utf-tests: New file.
30686         * tests/test-iconv-utf.c: New file.
30687
30688         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30689         * modules/iconv_open-utf: New file.
30690         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30691         (iconv, iconv_close): New declarations.
30692         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30693         be defined.
30694         (iconv_open): Add special handling of conversion between UTF-8 and
30695         UTF-{16,32}{BE,LE}.
30696         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30697         * lib/iconv_close.c: New file.
30698         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30699         gl_FUNC_ICONV_OPEN.
30700         (gl_FUNC_ICONV_OPEN): Use it.
30701         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30702         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30703         and REPLACE_ICONV_UTF.
30704         * modules/iconv_open (Depends-on): Add c-strcase.
30705         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30706         ICONV_CONST.
30707         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30708
30709 2007-10-13  Albert Chin  <china@thewrittenword.com>
30710             Bruno Haible  <bruno@clisp.org>
30711
30712         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30713         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30714
30715 2007-10-13  Bruno Haible  <bruno@clisp.org>
30716
30717         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30718         defined, use the ISO C99 inline semantics.
30719         * lib/argp.h (ARGP_EI): Likewise.
30720
30721 2007-10-13  Bruno Haible  <bruno@clisp.org>
30722
30723         Handle 'inline' change in gcc 4.3.0.
30724         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30725         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30726         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30727         argp_fmtstream_point): Disable 'extern' declaration if the function
30728         definition is going to be provided inline.
30729         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30730         semantics, not the ISO C99 inline semantics.
30731         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30732         'extern' declaration if the function definition is going to be provided
30733         inline.
30734         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30735         the GNU C inline semantics, not the ISO C99 inline semantics. With
30736         GCC 4.2, avoid a warning.
30737
30738 2007-10-13  Bruno Haible  <bruno@clisp.org>
30739
30740         * lib/freading.h (freading): Enable the use of __freading for
30741         glibc >= 2.7.
30742         * lib/freading.c (freading): Likewise.
30743
30744 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30745
30746         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30747         "warning: C99 inline functions are not supported; using GNU89".
30748
30749 2007-10-12  Bruno Haible  <bruno@clisp.org>
30750
30751         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30752         of 2.
30753         * tests/test-ceilf2.c: New file.
30754         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30755
30756         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30757         * modules/ceilf-tests: Update.
30758
30759 2007-10-12  Bruno Haible  <bruno@clisp.org>
30760
30761         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30762         of 2.
30763         * tests/test-floorf2.c: New file.
30764         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30765
30766         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30767         * modules/floorf-tests: Update.
30768
30769 2007-10-12  Bruno Haible  <bruno@clisp.org>
30770
30771         * tests/test-trunc2.c: New file.
30772         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30773
30774         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30775         * modules/trunc-tests: Update.
30776
30777 2007-10-12  Bruno Haible  <bruno@clisp.org>
30778
30779         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30780         of 2.
30781         * tests/test-truncf2.c: New file.
30782         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30783
30784         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30785         * modules/truncf-tests: Update.
30786
30787 2007-10-11  Eric Blake  <ebb9@byu.net>
30788
30789         Don't claim strerror is broken on Interix.
30790         * doc/functions/strerror.texi (strerror): Known broken systems are
30791         now Solaris 8, and not Interix.
30792         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30793         Interix on cross-compile.
30794         Reported by Martin Koeppe in
30795         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30796
30797 2007-10-11  Bruno Haible  <bruno@clisp.org>
30798
30799         * modules/i-ring-tests: New file.
30800         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30801         instead of assert.
30802
30803 2007-10-11  Bruno Haible  <bruno@clisp.org>
30804
30805         * modules/filenamecat-tests: New file.
30806         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30807         * lib/filenamecat.c: Remove test code.
30808
30809 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30810
30811         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30812
30813         * lib/strerror.c: Include <string.h> always, to test interface,
30814         and to remove the need for the dummy.
30815         Include intprops.h to compute width instead of doing it ourselves
30816         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30817         (strerror): Define it to return NULL if there's no system strerror.
30818         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30819         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30820         ancient pre-strerror Unix systems well any more.  Saying "unknown
30821         system error" is enough.
30822         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30823         simpler strerror.c implementation.
30824         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30825         Simplify the tests to reflect the simpler strerror implementation.
30826         * modules/strerror (Depends-on): Add intprops.
30827
30828 2007-10-09  Eric Blake  <ebb9@byu.net>
30829
30830         Silence test-fpending.
30831         * modules/fpending-tests (Files): Add wrapper script.
30832         * tests/test-fpending.sh: New file.
30833
30834 2007-10-09  Bruno Haible  <bruno@clisp.org>
30835
30836         * MODULES.html.sh (func_module): Don't create a hyperlink for
30837         function names like 'printf_frexp'.
30838         (Misc): Add crc, memxor.
30839         (Characteristics of floating types): New section.
30840         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30841         isnanf-nolibm, signbit, trunc, truncf, truncl.
30842         (Enhancements for ISO C 99 functions): New subsection Input/output.
30843         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30844         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30845         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30846         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30847         (Enhancements for POSIX:2001 functions): Add chdir-long.
30848         (File system functions): Add areadlink, chdir-safer, read-file.
30849         Remove cycle-check.
30850         (File system as inode set): New section.
30851         (Date and time): Add gethrxtime.
30852         (Multithreading): Add openmp.
30853         (Internationalization functions): Add localename.
30854         (Unicode string functions): Add unistr/u*-mbsnlen.
30855         (Support for maintaining and releasing projects): Add git-version-gen.
30856         (Lone files): Remove directories.
30857
30858 2007-10-08  Ben Pfaff  <blp@gnu.org>
30859
30860         * lib/xmalloca.h: Fix typo in comment.
30861
30862 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30863
30864         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30865         when avoiding problems with integer overflow.  Use a portable test
30866         instead.
30867
30868 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30869
30870         * modules/dummy (License): Change to LGPLv2+.
30871         * modules/float (License): Likewise
30872         * modules/realloc (License): Likewise
30873         * modules/stdlib (License): Likewise
30874
30875 2007-10-07  Bruno Haible  <bruno@clisp.org>
30876
30877         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30878         * floor.c (TWO_MANT_DIG): Likewise.
30879         * ceil.c (TWO_MANT_DIG): Likewise.
30880         Reported by Ben Pfaff.
30881
30882 2007-10-07  Bruno Haible  <bruno@clisp.org>
30883
30884         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30885         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30886         * lib/frexp.c (FUNC): Likewise.
30887         * lib/printf-frexp.h (printf_frexp): Likewise.
30888         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30889         * lib/printf-frexp.c (FUNC): Likewise.
30890         Suggested by Jim Meyering.
30891
30892 2007-10-07  Jim Meyering  <meyering@redhat.com>
30893
30894         Make xnanosleep's integer overflow test more robust.
30895         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30896         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30897
30898 2007-10-07  Bruno Haible  <bruno@clisp.org>
30899
30900         * NEWS: Mention the license change.
30901
30902         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30903         abbreviations in the modules files.
30904
30905         Change copyright notice from GPLv2+ to GPLv3+.
30906         * README: Change copyright notice.
30907         * MODULES.html.sh: Likewise.
30908         * build-aux/bootstrap.conf: Likewise.
30909         * build-aux/config.libpath: Likewise.
30910         * build-aux/csharpcomp.sh.in: Likewise.
30911         * build-aux/csharpexec.sh.in: Likewise.
30912         * build-aux/install-reloc: Likewise.
30913         * build-aux/javacomp.sh.in: Likewise.
30914         * build-aux/javaexec.sh.in: Likewise.
30915         * build-aux/ldd.sh.in: Likewise.
30916         * build-aux/reloc-ldflags: Likewise.
30917         * build-aux/relocatable.sh.in: Likewise.
30918         * build-aux/x-to-1.in: Likewise.
30919         * check-module: Likewise.
30920         * config/srclistvars.sh: Likewise.
30921         * gnulib-tool: Likewise.
30922         * lib/acl-internal.h: Likewise.
30923         * lib/acl.c: Likewise.
30924         * lib/acl.h: Likewise.
30925         * lib/acl_entries.c: Likewise.
30926         * lib/areadlink-with-size.c: Likewise.
30927         * lib/areadlink.c: Likewise.
30928         * lib/areadlink.h: Likewise.
30929         * lib/argmatch.c: Likewise.
30930         * lib/argmatch.h: Likewise.
30931         * lib/argp-ba.c: Likewise.
30932         * lib/argp-eexst.c: Likewise.
30933         * lib/argp-fmtstream.c: Likewise.
30934         * lib/argp-fmtstream.h: Likewise.
30935         * lib/argp-fs-xinl.c: Likewise.
30936         * lib/argp-help.c: Likewise.
30937         * lib/argp-namefrob.h: Likewise.
30938         * lib/argp-parse.c: Likewise.
30939         * lib/argp-pin.c: Likewise.
30940         * lib/argp-pv.c: Likewise.
30941         * lib/argp-pvh.c: Likewise.
30942         * lib/argp-xinl.c: Likewise.
30943         * lib/argp.h: Likewise.
30944         * lib/at-func.c: Likewise.
30945         * lib/atanl.c: Likewise.
30946         * lib/backupfile.c: Likewise.
30947         * lib/backupfile.h: Likewise.
30948         * lib/basename.c: Likewise.
30949         * lib/binary-io.h: Likewise.
30950         * lib/byteswap.in.h: Likewise.
30951         * lib/c-stack.c: Likewise.
30952         * lib/c-stack.h: Likewise.
30953         * lib/c-strcasestr.c: Likewise.
30954         * lib/c-strcasestr.h: Likewise.
30955         * lib/c-strstr.c: Likewise.
30956         * lib/c-strstr.h: Likewise.
30957         * lib/c-strtod.c: Likewise.
30958         * lib/calloc.c: Likewise.
30959         * lib/canon-host.c: Likewise.
30960         * lib/canon-host.h: Likewise.
30961         * lib/canonicalize-lgpl.c: Likewise.
30962         * lib/canonicalize.c: Likewise.
30963         * lib/canonicalize.h: Likewise.
30964         * lib/ceil.c: Likewise.
30965         * lib/ceilf.c: Likewise.
30966         * lib/ceill.c: Likewise.
30967         * lib/chdir-long.c: Likewise.
30968         * lib/chdir-long.h: Likewise.
30969         * lib/chdir-safer.c: Likewise.
30970         * lib/chdir-safer.h: Likewise.
30971         * lib/chown.c: Likewise.
30972         * lib/classpath.c: Likewise.
30973         * lib/classpath.h: Likewise.
30974         * lib/clean-temp.c: Likewise.
30975         * lib/clean-temp.h: Likewise.
30976         * lib/cloexec.c: Likewise.
30977         * lib/close-stream.c: Likewise.
30978         * lib/closein.c: Likewise.
30979         * lib/closein.h: Likewise.
30980         * lib/closeout.c: Likewise.
30981         * lib/closeout.h: Likewise.
30982         * lib/concat-filename.c: Likewise.
30983         * lib/copy-file.c: Likewise.
30984         * lib/copy-file.h: Likewise.
30985         * lib/count-one-bits.h: Likewise.
30986         * lib/crc.c: Likewise.
30987         * lib/crc.h: Likewise.
30988         * lib/creat-safer.c: Likewise.
30989         * lib/csharpcomp.c: Likewise.
30990         * lib/csharpcomp.h: Likewise.
30991         * lib/csharpexec.c: Likewise.
30992         * lib/csharpexec.h: Likewise.
30993         * lib/cycle-check.c: Likewise.
30994         * lib/cycle-check.h: Likewise.
30995         * lib/diacrit.c: Likewise.
30996         * lib/diacrit.h: Likewise.
30997         * lib/diffseq.h: Likewise.
30998         * lib/dirchownmod.c: Likewise.
30999         * lib/dirent.in.h: Likewise.
31000         * lib/dirfd.c: Likewise.
31001         * lib/dirfd.h: Likewise.
31002         * lib/dirname.c: Likewise.
31003         * lib/dirname.h: Likewise.
31004         * lib/dummy.c: Likewise.
31005         * lib/dup-safer.c: Likewise.
31006         * lib/dup2.c: Likewise.
31007         * lib/eealloc.h: Likewise.
31008         * lib/error.c: Likewise.
31009         * lib/error.h: Likewise.
31010         * lib/euidaccess.c: Likewise.
31011         * lib/exclude.c: Likewise.
31012         * lib/exclude.h: Likewise.
31013         * lib/execute.c: Likewise.
31014         * lib/execute.h: Likewise.
31015         * lib/exitfail.c: Likewise.
31016         * lib/exitfail.h: Likewise.
31017         * lib/expl.c: Likewise.
31018         * lib/fatal-signal.c: Likewise.
31019         * lib/fatal-signal.h: Likewise.
31020         * lib/fbufmode.c: Likewise.
31021         * lib/fbufmode.h: Likewise.
31022         * lib/fchdir.c: Likewise.
31023         * lib/fchmodat.c: Likewise.
31024         * lib/fchownat.c: Likewise.
31025         * lib/fcntl--.h: Likewise.
31026         * lib/fcntl-safer.h: Likewise.
31027         * lib/fcntl.in.h: Likewise.
31028         * lib/fd-safer.c: Likewise.
31029         * lib/fflush.c: Likewise.
31030         * lib/file-has-acl.c: Likewise.
31031         * lib/file-set.c: Likewise.
31032         * lib/file-type.c: Likewise.
31033         * lib/file-type.h: Likewise.
31034         * lib/fileblocks.c: Likewise.
31035         * lib/filemode.c: Likewise.
31036         * lib/filemode.h: Likewise.
31037         * lib/filename.h: Likewise.
31038         * lib/filenamecat.c: Likewise.
31039         * lib/filenamecat.h: Likewise.
31040         * lib/findprog.c: Likewise.
31041         * lib/findprog.h: Likewise.
31042         * lib/float.in.h: Likewise.
31043         * lib/floor.c: Likewise.
31044         * lib/floorf.c: Likewise.
31045         * lib/floorl.c: Likewise.
31046         * lib/fopen-safer.c: Likewise.
31047         * lib/fopen.c: Likewise.
31048         * lib/fpending.c: Likewise.
31049         * lib/fpending.h: Likewise.
31050         * lib/fprintf.c: Likewise.
31051         * lib/fprintftime.h: Likewise.
31052         * lib/fpucw.h: Likewise.
31053         * lib/fpurge.c: Likewise.
31054         * lib/fpurge.h: Likewise.
31055         * lib/freadable.c: Likewise.
31056         * lib/freadable.h: Likewise.
31057         * lib/freadahead.c: Likewise.
31058         * lib/freadahead.h: Likewise.
31059         * lib/freading.c: Likewise.
31060         * lib/freading.h: Likewise.
31061         * lib/free.c: Likewise.
31062         * lib/freopen.c: Likewise.
31063         * lib/frexp.c: Likewise.
31064         * lib/frexpl.c: Likewise.
31065         * lib/fseek.c: Likewise.
31066         * lib/fseterr.c: Likewise.
31067         * lib/fseterr.h: Likewise.
31068         * lib/fstatat.c: Likewise.
31069         * lib/fstrcmp.c: Likewise.
31070         * lib/fstrcmp.h: Likewise.
31071         * lib/fsusage.c: Likewise.
31072         * lib/fsusage.h: Likewise.
31073         * lib/ftell.c: Likewise.
31074         * lib/ftello.c: Likewise.
31075         * lib/fts-cycle.c: Likewise.
31076         * lib/fts.c: Likewise.
31077         * lib/fts_.h: Likewise.
31078         * lib/full-read.c: Likewise.
31079         * lib/full-read.h: Likewise.
31080         * lib/full-write.c: Likewise.
31081         * lib/full-write.h: Likewise.
31082         * lib/fwritable.c: Likewise.
31083         * lib/fwritable.h: Likewise.
31084         * lib/fwriteerror.c: Likewise.
31085         * lib/fwriteerror.h: Likewise.
31086         * lib/fwriting.c: Likewise.
31087         * lib/fwriting.h: Likewise.
31088         * lib/gcd.c: Likewise.
31089         * lib/gcd.h: Likewise.
31090         * lib/getcwd.c: Likewise.
31091         * lib/getdate.h: Likewise.
31092         * lib/getdate.y: Likewise.
31093         * lib/getdomainname.c: Likewise.
31094         * lib/getdomainname.h: Likewise.
31095         * lib/getgroups.c: Likewise.
31096         * lib/gethostname.c: Likewise.
31097         * lib/gethrxtime.c: Likewise.
31098         * lib/gethrxtime.h: Likewise.
31099         * lib/getloadavg.c: Likewise.
31100         * lib/getndelim2.c: Likewise.
31101         * lib/getndelim2.h: Likewise.
31102         * lib/getnline.c: Likewise.
31103         * lib/getnline.h: Likewise.
31104         * lib/getopt.c: Likewise.
31105         * lib/getopt.in.h: Likewise.
31106         * lib/getopt1.c: Likewise.
31107         * lib/getopt_int.h: Likewise.
31108         * lib/getpagesize.h: Likewise.
31109         * lib/getsubopt.c: Likewise.
31110         * lib/gettime.c: Likewise.
31111         * lib/getugroups.c: Likewise.
31112         * lib/getugroups.h: Likewise.
31113         * lib/getusershell.c: Likewise.
31114         * lib/gl_anyavltree_list1.h: Likewise.
31115         * lib/gl_anyavltree_list2.h: Likewise.
31116         * lib/gl_anyhash_list1.h: Likewise.
31117         * lib/gl_anyhash_list2.h: Likewise.
31118         * lib/gl_anylinked_list1.h: Likewise.
31119         * lib/gl_anylinked_list2.h: Likewise.
31120         * lib/gl_anyrbtree_list1.h: Likewise.
31121         * lib/gl_anyrbtree_list2.h: Likewise.
31122         * lib/gl_anytree_list1.h: Likewise.
31123         * lib/gl_anytree_list2.h: Likewise.
31124         * lib/gl_anytree_oset.h: Likewise.
31125         * lib/gl_anytreehash_list1.h: Likewise.
31126         * lib/gl_anytreehash_list2.h: Likewise.
31127         * lib/gl_array_list.c: Likewise.
31128         * lib/gl_array_list.h: Likewise.
31129         * lib/gl_array_oset.c: Likewise.
31130         * lib/gl_array_oset.h: Likewise.
31131         * lib/gl_avltree_list.c: Likewise.
31132         * lib/gl_avltree_list.h: Likewise.
31133         * lib/gl_avltree_oset.c: Likewise.
31134         * lib/gl_avltree_oset.h: Likewise.
31135         * lib/gl_avltreehash_list.c: Likewise.
31136         * lib/gl_avltreehash_list.h: Likewise.
31137         * lib/gl_carray_list.c: Likewise.
31138         * lib/gl_carray_list.h: Likewise.
31139         * lib/gl_linked_list.c: Likewise.
31140         * lib/gl_linked_list.h: Likewise.
31141         * lib/gl_linkedhash_list.c: Likewise.
31142         * lib/gl_linkedhash_list.h: Likewise.
31143         * lib/gl_list.c: Likewise.
31144         * lib/gl_list.h: Likewise.
31145         * lib/gl_oset.c: Likewise.
31146         * lib/gl_oset.h: Likewise.
31147         * lib/gl_rbtree_list.c: Likewise.
31148         * lib/gl_rbtree_list.h: Likewise.
31149         * lib/gl_rbtree_oset.c: Likewise.
31150         * lib/gl_rbtree_oset.h: Likewise.
31151         * lib/gl_rbtreehash_list.c: Likewise.
31152         * lib/gl_rbtreehash_list.h: Likewise.
31153         * lib/gl_sublist.c: Likewise.
31154         * lib/gl_sublist.h: Likewise.
31155         * lib/group-member.c: Likewise.
31156         * lib/group-member.h: Likewise.
31157         * lib/hard-locale.c: Likewise.
31158         * lib/hard-locale.h: Likewise.
31159         * lib/hash-pjw.c: Likewise.
31160         * lib/hash-pjw.h: Likewise.
31161         * lib/hash-triple.c: Likewise.
31162         * lib/hash.c: Likewise.
31163         * lib/hash.h: Likewise.
31164         * lib/human.c: Likewise.
31165         * lib/human.h: Likewise.
31166         * lib/i-ring.c: Likewise.
31167         * lib/i-ring.h: Likewise.
31168         * lib/idcache.c: Likewise.
31169         * lib/imaxabs.c: Likewise.
31170         * lib/imaxdiv.c: Likewise.
31171         * lib/inet_pton.c: Likewise.
31172         * lib/inet_pton.h: Likewise.
31173         * lib/intprops.h: Likewise.
31174         * lib/inttostr.c: Likewise.
31175         * lib/inttostr.h: Likewise.
31176         * lib/inttypes.in.h: Likewise.
31177         * lib/isapipe.c: Likewise.
31178         * lib/isdir.c: Likewise.
31179         * lib/isnan.c: Likewise.
31180         * lib/isnan.h: Likewise.
31181         * lib/isnanf.c: Likewise.
31182         * lib/isnanf.h: Likewise.
31183         * lib/isnanl-nolibm.h: Likewise.
31184         * lib/isnanl.c: Likewise.
31185         * lib/isnanl.h: Likewise.
31186         * lib/javacomp.c: Likewise.
31187         * lib/javacomp.h: Likewise.
31188         * lib/javaexec.c: Likewise.
31189         * lib/javaexec.h: Likewise.
31190         * lib/javaversion.c: Likewise.
31191         * lib/javaversion.h: Likewise.
31192         * lib/javaversion.java: Likewise.
31193         * lib/lbrkprop.h: Likewise.
31194         * lib/lchmod.h: Likewise.
31195         * lib/lchown.c: Likewise.
31196         * lib/ldexpl.c: Likewise.
31197         * lib/linebreak.c: Likewise.
31198         * lib/linebreak.h: Likewise.
31199         * lib/linebuffer.c: Likewise.
31200         * lib/linebuffer.h: Likewise.
31201         * lib/locale.in.h: Likewise.
31202         * lib/logl.c: Likewise.
31203         * lib/long-options.c: Likewise.
31204         * lib/long-options.h: Likewise.
31205         * lib/lstat.c: Likewise.
31206         * lib/lstat.h: Likewise.
31207         * lib/math.in.h: Likewise.
31208         * lib/mbchar.c: Likewise.
31209         * lib/mbchar.h: Likewise.
31210         * lib/mbfile.h: Likewise.
31211         * lib/mbiter.h: Likewise.
31212         * lib/mbscasecmp.c: Likewise.
31213         * lib/mbscasestr.c: Likewise.
31214         * lib/mbschr.c: Likewise.
31215         * lib/mbscspn.c: Likewise.
31216         * lib/mbslen.c: Likewise.
31217         * lib/mbsncasecmp.c: Likewise.
31218         * lib/mbsnlen.c: Likewise.
31219         * lib/mbspbrk.c: Likewise.
31220         * lib/mbspcasecmp.c: Likewise.
31221         * lib/mbsrchr.c: Likewise.
31222         * lib/mbssep.c: Likewise.
31223         * lib/mbsspn.c: Likewise.
31224         * lib/mbsstr.c: Likewise.
31225         * lib/mbstok_r.c: Likewise.
31226         * lib/mbswidth.c: Likewise.
31227         * lib/mbswidth.h: Likewise.
31228         * lib/mbuiter.h: Likewise.
31229         * lib/memcasecmp.c: Likewise.
31230         * lib/memcasecmp.h: Likewise.
31231         * lib/memchr.c: Likewise.
31232         * lib/memcmp.c: Likewise.
31233         * lib/memcoll.c: Likewise.
31234         * lib/memcoll.h: Likewise.
31235         * lib/memcpy.c: Likewise.
31236         * lib/memrchr.c: Likewise.
31237         * lib/mkancesdirs.c: Likewise.
31238         * lib/mkdir-p.c: Likewise.
31239         * lib/mkdir-p.h: Likewise.
31240         * lib/mkdir.c: Likewise.
31241         * lib/mkdirat.c: Likewise.
31242         * lib/mkdtemp.c: Likewise.
31243         * lib/mkstemp-safer.c: Likewise.
31244         * lib/mkstemp.c: Likewise.
31245         * lib/modechange.c: Likewise.
31246         * lib/modechange.h: Likewise.
31247         * lib/mountlist.c: Likewise.
31248         * lib/mountlist.h: Likewise.
31249         * lib/mpsort.c: Likewise.
31250         * lib/nanosleep.c: Likewise.
31251         * lib/obstack.c: Likewise.
31252         * lib/obstack.h: Likewise.
31253         * lib/open-safer.c: Likewise.
31254         * lib/open.c: Likewise.
31255         * lib/openat-die.c: Likewise.
31256         * lib/openat-priv.h: Likewise.
31257         * lib/openat-proc.c: Likewise.
31258         * lib/openat.c: Likewise.
31259         * lib/openat.h: Likewise.
31260         * lib/pagealign_alloc.c: Likewise.
31261         * lib/pagealign_alloc.h: Likewise.
31262         * lib/physmem.c: Likewise.
31263         * lib/physmem.h: Likewise.
31264         * lib/pipe-safer.c: Likewise.
31265         * lib/pipe.c: Likewise.
31266         * lib/pipe.h: Likewise.
31267         * lib/posixtm.c: Likewise.
31268         * lib/posixtm.h: Likewise.
31269         * lib/posixver.c: Likewise.
31270         * lib/printf-frexp.c: Likewise.
31271         * lib/printf-frexp.h: Likewise.
31272         * lib/printf-frexpl.c: Likewise.
31273         * lib/printf-frexpl.h: Likewise.
31274         * lib/printf.c: Likewise.
31275         * lib/progname.c: Likewise.
31276         * lib/progname.h: Likewise.
31277         * lib/progreloc.c: Likewise.
31278         * lib/putenv.c: Likewise.
31279         * lib/quote.c: Likewise.
31280         * lib/quote.h: Likewise.
31281         * lib/quotearg.c: Likewise.
31282         * lib/quotearg.h: Likewise.
31283         * lib/raise.c: Likewise.
31284         * lib/readline.c: Likewise.
31285         * lib/readline.h: Likewise.
31286         * lib/readlink.c: Likewise.
31287         * lib/readtokens.c: Likewise.
31288         * lib/readtokens.h: Likewise.
31289         * lib/readtokens0.c: Likewise.
31290         * lib/readtokens0.h: Likewise.
31291         * lib/readutmp.c: Likewise.
31292         * lib/readutmp.h: Likewise.
31293         * lib/realloc.c: Likewise.
31294         * lib/relocwrapper.c: Likewise.
31295         * lib/rename-dest-slash.c: Likewise.
31296         * lib/rename.c: Likewise.
31297         * lib/rmdir.c: Likewise.
31298         * lib/rpmatch.c: Likewise.
31299         * lib/safe-read.c: Likewise.
31300         * lib/safe-read.h: Likewise.
31301         * lib/safe-write.c: Likewise.
31302         * lib/safe-write.h: Likewise.
31303         * lib/same-inode.h: Likewise.
31304         * lib/same.c: Likewise.
31305         * lib/same.h: Likewise.
31306         * lib/save-cwd.c: Likewise.
31307         * lib/save-cwd.h: Likewise.
31308         * lib/savedir.c: Likewise.
31309         * lib/savedir.h: Likewise.
31310         * lib/savewd.c: Likewise.
31311         * lib/savewd.h: Likewise.
31312         * lib/search.in.h: Likewise.
31313         * lib/setenv.c: Likewise.
31314         * lib/setenv.h: Likewise.
31315         * lib/settime.c: Likewise.
31316         * lib/sh-quote.c: Likewise.
31317         * lib/sh-quote.h: Likewise.
31318         * lib/sig2str.c: Likewise.
31319         * lib/sig2str.h: Likewise.
31320         * lib/signal.in.h: Likewise.
31321         * lib/signbitd.c: Likewise.
31322         * lib/signbitf.c: Likewise.
31323         * lib/signbitl.c: Likewise.
31324         * lib/sigprocmask.c: Likewise.
31325         * lib/sincosl.c: Likewise.
31326         * lib/sleep.c: Likewise.
31327         * lib/sprintf.c: Likewise.
31328         * lib/sqrtl.c: Likewise.
31329         * lib/stat-time.h: Likewise.
31330         * lib/stdio--.h: Likewise.
31331         * lib/stdio-safer.h: Likewise.
31332         * lib/stdlib--.h: Likewise.
31333         * lib/stdlib-safer.h: Likewise.
31334         * lib/stdlib.in.h: Likewise.
31335         * lib/stpcpy.c: Likewise.
31336         * lib/stpncpy.c: Likewise.
31337         * lib/strchrnul.c: Likewise.
31338         * lib/strcspn.c: Likewise.
31339         * lib/strerror.c: Likewise.
31340         * lib/strftime.c: Likewise.
31341         * lib/strftime.h: Likewise.
31342         * lib/striconveh.c: Likewise.
31343         * lib/striconveh.h: Likewise.
31344         * lib/striconveha.c: Likewise.
31345         * lib/striconveha.h: Likewise.
31346         * lib/stripslash.c: Likewise.
31347         * lib/strnlen1.c: Likewise.
31348         * lib/strnlen1.h: Likewise.
31349         * lib/strtod.c: Likewise.
31350         * lib/strtoimax.c: Likewise.
31351         * lib/strtok_r.c: Likewise.
31352         * lib/strtol.c: Likewise.
31353         * lib/strtoll.c: Likewise.
31354         * lib/strtoul.c: Likewise.
31355         * lib/strtoull.c: Likewise.
31356         * lib/sysexits.in.h: Likewise.
31357         * lib/tempname.c: Likewise.
31358         * lib/tempname.h: Likewise.
31359         * lib/timespec.h: Likewise.
31360         * lib/tls.c: Likewise.
31361         * lib/tls.h: Likewise.
31362         * lib/tmpdir.c: Likewise.
31363         * lib/tmpdir.h: Likewise.
31364         * lib/tmpfile-safer.c: Likewise.
31365         * lib/tmpfile.c: Likewise.
31366         * lib/trigl.c: Likewise.
31367         * lib/trigl.h: Likewise.
31368         * lib/trim.c: Likewise.
31369         * lib/trim.h: Likewise.
31370         * lib/trunc.c: Likewise.
31371         * lib/truncf.c: Likewise.
31372         * lib/truncl.c: Likewise.
31373         * lib/tsearch.c: Likewise.
31374         * lib/unicodeio.c: Likewise.
31375         * lib/unicodeio.h: Likewise.
31376         * lib/unistd--.h: Likewise.
31377         * lib/unistd-safer.h: Likewise.
31378         * lib/unistdio/ulc-fprintf.c: Likewise.
31379         * lib/unistdio/ulc-vfprintf.c: Likewise.
31380         * lib/unlinkdir.c: Likewise.
31381         * lib/unlinkdir.h: Likewise.
31382         * lib/unlocked-io.h: Likewise.
31383         * lib/unsetenv.c: Likewise.
31384         * lib/userspec.c: Likewise.
31385         * lib/utime.c: Likewise.
31386         * lib/utimecmp.c: Likewise.
31387         * lib/utimecmp.h: Likewise.
31388         * lib/utimens.c: Likewise.
31389         * lib/verify.h: Likewise.
31390         * lib/verror.c: Likewise.
31391         * lib/verror.h: Likewise.
31392         * lib/version-etc-fsf.c: Likewise.
31393         * lib/version-etc.c: Likewise.
31394         * lib/version-etc.h: Likewise.
31395         * lib/vfprintf.c: Likewise.
31396         * lib/vprintf.c: Likewise.
31397         * lib/vsprintf.c: Likewise.
31398         * lib/w32spawn.h: Likewise.
31399         * lib/wait-process.c: Likewise.
31400         * lib/wait-process.h: Likewise.
31401         * lib/wcwidth.c: Likewise.
31402         * lib/write-any-file.c: Likewise.
31403         * lib/xalloc-die.c: Likewise.
31404         * lib/xalloc.h: Likewise.
31405         * lib/xasprintf.c: Likewise.
31406         * lib/xgetcwd.c: Likewise.
31407         * lib/xgetcwd.h: Likewise.
31408         * lib/xgetdomainname.c: Likewise.
31409         * lib/xgetdomainname.h: Likewise.
31410         * lib/xgethostname.c: Likewise.
31411         * lib/xmalloc.c: Likewise.
31412         * lib/xmalloca.c: Likewise.
31413         * lib/xmalloca.h: Likewise.
31414         * lib/xmemcoll.c: Likewise.
31415         * lib/xnanosleep.c: Likewise.
31416         * lib/xreadlink.c: Likewise.
31417         * lib/xreadlink.h: Likewise.
31418         * lib/xsetenv.c: Likewise.
31419         * lib/xsetenv.h: Likewise.
31420         * lib/xstriconv.c: Likewise.
31421         * lib/xstriconv.h: Likewise.
31422         * lib/xstrndup.c: Likewise.
31423         * lib/xstrndup.h: Likewise.
31424         * lib/xstrtod.c: Likewise.
31425         * lib/xstrtod.h: Likewise.
31426         * lib/xstrtol-error.c: Likewise.
31427         * lib/xstrtol.c: Likewise.
31428         * lib/xstrtol.h: Likewise.
31429         * lib/xtime.h: Likewise.
31430         * lib/xvasprintf.c: Likewise.
31431         * lib/xvasprintf.h: Likewise.
31432         * lib/yesno.c: Likewise.
31433         * lib/yesno.h: Likewise.
31434         * posix-modules: Likewise.
31435         * tests/test-alloca-opt.c: Likewise.
31436         * tests/test-arcfour.c: Likewise.
31437         * tests/test-arctwo.c: Likewise.
31438         * tests/test-argmatch.c: Likewise.
31439         * tests/test-argp-2.sh: Likewise.
31440         * tests/test-argp.c: Likewise.
31441         * tests/test-arpa_inet.c: Likewise.
31442         * tests/test-array_list.c: Likewise.
31443         * tests/test-array_oset.c: Likewise.
31444         * tests/test-atexit.c: Likewise.
31445         * tests/test-avltree_list.c: Likewise.
31446         * tests/test-avltree_oset.c: Likewise.
31447         * tests/test-avltreehash_list.c: Likewise.
31448         * tests/test-base64.c: Likewise.
31449         * tests/test-binary-io.c: Likewise.
31450         * tests/test-byteswap.c: Likewise.
31451         * tests/test-c-ctype.c: Likewise.
31452         * tests/test-c-strcasecmp.c: Likewise.
31453         * tests/test-c-strcasestr.c: Likewise.
31454         * tests/test-c-strncasecmp.c: Likewise.
31455         * tests/test-c-strstr.c: Likewise.
31456         * tests/test-canonicalize-lgpl.c: Likewise.
31457         * tests/test-canonicalize.c: Likewise.
31458         * tests/test-carray_list.c: Likewise.
31459         * tests/test-ceilf.c: Likewise.
31460         * tests/test-ceill.c: Likewise.
31461         * tests/test-count-one-bits.c: Likewise.
31462         * tests/test-crc.c: Likewise.
31463         * tests/test-dirname.c: Likewise.
31464         * tests/test-fbufmode.c: Likewise.
31465         * tests/test-fcntl.c: Likewise.
31466         * tests/test-fflush.c: Likewise.
31467         * tests/test-floorf.c: Likewise.
31468         * tests/test-floorl.c: Likewise.
31469         * tests/test-fopen.c: Likewise.
31470         * tests/test-fprintf-posix.c: Likewise.
31471         * tests/test-fprintf-posix.h: Likewise.
31472         * tests/test-fpurge.c: Likewise.
31473         * tests/test-freadable.c: Likewise.
31474         * tests/test-freadahead.c: Likewise.
31475         * tests/test-freading.c: Likewise.
31476         * tests/test-freopen.c: Likewise.
31477         * tests/test-frexp.c: Likewise.
31478         * tests/test-frexpl.c: Likewise.
31479         * tests/test-fseek.c: Likewise.
31480         * tests/test-fseeko.c: Likewise.
31481         * tests/test-fseterr.c: Likewise.
31482         * tests/test-fstrcmp.c: Likewise.
31483         * tests/test-ftell.c: Likewise.
31484         * tests/test-ftello.c: Likewise.
31485         * tests/test-fwritable.c: Likewise.
31486         * tests/test-fwriting.c: Likewise.
31487         * tests/test-getaddrinfo.c: Likewise.
31488         * tests/test-getpass.c: Likewise.
31489         * tests/test-gettimeofday.c: Likewise.
31490         * tests/test-hmac-md5.c: Likewise.
31491         * tests/test-hmac-sha1.c: Likewise.
31492         * tests/test-iconv.c: Likewise.
31493         * tests/test-iconvme.c: Likewise.
31494         * tests/test-inttypes.c: Likewise.
31495         * tests/test-isnan.c: Likewise.
31496         * tests/test-isnanf.c: Likewise.
31497         * tests/test-isnanl-nolibm.c: Likewise.
31498         * tests/test-isnanl.c: Likewise.
31499         * tests/test-isnanl.h: Likewise.
31500         * tests/test-ldexpl.c: Likewise.
31501         * tests/test-linked_list.c: Likewise.
31502         * tests/test-linkedhash_list.c: Likewise.
31503         * tests/test-locale.c: Likewise.
31504         * tests/test-localename.c: Likewise.
31505         * tests/test-lock.c: Likewise.
31506         * tests/test-lseek.c: Likewise.
31507         * tests/test-malloca.c: Likewise.
31508         * tests/test-math.c: Likewise.
31509         * tests/test-mbscasecmp.c: Likewise.
31510         * tests/test-mbscasestr1.c: Likewise.
31511         * tests/test-mbscasestr2.c: Likewise.
31512         * tests/test-mbscasestr3.c: Likewise.
31513         * tests/test-mbscasestr4.c: Likewise.
31514         * tests/test-mbschr.c: Likewise.
31515         * tests/test-mbscspn.c: Likewise.
31516         * tests/test-mbsncasecmp.c: Likewise.
31517         * tests/test-mbspbrk.c: Likewise.
31518         * tests/test-mbspcasecmp.c: Likewise.
31519         * tests/test-mbsrchr.c: Likewise.
31520         * tests/test-mbsspn.c: Likewise.
31521         * tests/test-mbsstr1.c: Likewise.
31522         * tests/test-mbsstr2.c: Likewise.
31523         * tests/test-mbsstr3.c: Likewise.
31524         * tests/test-md5.c: Likewise.
31525         * tests/test-memmem.c: Likewise.
31526         * tests/test-netinet_in.c: Likewise.
31527         * tests/test-open.c: Likewise.
31528         * tests/test-printf-frexp.c: Likewise.
31529         * tests/test-printf-frexpl.c: Likewise.
31530         * tests/test-printf-posix.c: Likewise.
31531         * tests/test-printf-posix.h: Likewise.
31532         * tests/test-rbtree_list.c: Likewise.
31533         * tests/test-rbtree_oset.c: Likewise.
31534         * tests/test-rbtreehash_list.c: Likewise.
31535         * tests/test-read-file.c: Likewise.
31536         * tests/test-rijndael.c: Likewise.
31537         * tests/test-search.c: Likewise.
31538         * tests/test-signbit.c: Likewise.
31539         * tests/test-sleep.c: Likewise.
31540         * tests/test-snprintf-posix.c: Likewise.
31541         * tests/test-snprintf-posix.h: Likewise.
31542         * tests/test-snprintf.c: Likewise.
31543         * tests/test-sprintf-posix.c: Likewise.
31544         * tests/test-sprintf-posix.h: Likewise.
31545         * tests/test-stat-time.c: Likewise.
31546         * tests/test-stdbool.c: Likewise.
31547         * tests/test-stdint.c: Likewise.
31548         * tests/test-stdio.c: Likewise.
31549         * tests/test-stdlib.c: Likewise.
31550         * tests/test-stpncpy.c: Likewise.
31551         * tests/test-strcasestr.c: Likewise.
31552         * tests/test-striconv.c: Likewise.
31553         * tests/test-striconveh.c: Likewise.
31554         * tests/test-striconveha.c: Likewise.
31555         * tests/test-string.c: Likewise.
31556         * tests/test-sys_select.c: Likewise.
31557         * tests/test-sys_socket.c: Likewise.
31558         * tests/test-sys_stat.c: Likewise.
31559         * tests/test-sys_time.c: Likewise.
31560         * tests/test-sysexits.c: Likewise.
31561         * tests/test-time.c: Likewise.
31562         * tests/test-tls.c: Likewise.
31563         * tests/test-trunc.c: Likewise.
31564         * tests/test-truncf.c: Likewise.
31565         * tests/test-truncl.c: Likewise.
31566         * tests/test-unistd.c: Likewise.
31567         * tests/test-vasnprintf-posix.c: Likewise.
31568         * tests/test-vasnprintf-posix2.c: Likewise.
31569         * tests/test-vasnprintf.c: Likewise.
31570         * tests/test-vasprintf-posix.c: Likewise.
31571         * tests/test-vasprintf.c: Likewise.
31572         * tests/test-verify.c: Likewise.
31573         * tests/test-vfprintf-posix.c: Likewise.
31574         * tests/test-vprintf-posix.c: Likewise.
31575         * tests/test-vsnprintf-posix.c: Likewise.
31576         * tests/test-vsnprintf.c: Likewise.
31577         * tests/test-vsprintf-posix.c: Likewise.
31578         * tests/test-wchar.c: Likewise.
31579         * tests/test-wctype.c: Likewise.
31580         * tests/test-wcwidth.c: Likewise.
31581         * tests/test-xstrtol.c: Likewise.
31582         * tests/test-xvasprintf.c: Likewise.
31583         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31584         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31585         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31586         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31587         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31588         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31589         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31590         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31591         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31592         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31593         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31594         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31595         * tests/uniname/test-uninames.c: Likewise.
31596         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31597         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31598         * tests/unistdio/test-u16-printf1.h: Likewise.
31599         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31600         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31601         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31602         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31603         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31604         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31605         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31606         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31607         * tests/unistdio/test-u32-printf1.h: Likewise.
31608         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31609         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31610         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31611         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31612         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31613         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31614         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31615         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31616         * tests/unistdio/test-u8-printf1.h: Likewise.
31617         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31618         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31619         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31620         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31621         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31622         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31623         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31624         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31625         * tests/unistdio/test-ulc-printf1.h: Likewise.
31626         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31627         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31628         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31629         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31630         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31631         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31632         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31633         * tests/uniwidth/test-u16-width.c: Likewise.
31634         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31635         * tests/uniwidth/test-u32-width.c: Likewise.
31636         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31637         * tests/uniwidth/test-u8-width.c: Likewise.
31638         * tests/uniwidth/test-uc_width.c: Likewise.
31639         * config/srclist-update: Likewise.
31640         (fixlicense): Update to GPLv3+.
31641
31642         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31643         * tests/test-tsearch.c: Change copyright notice.
31644
31645         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31646         * lib/c-strcaseeq.h: Change copyright notice.
31647         * lib/streq.h: Likewise.
31648         * lib/uniconv.h: Likewise.
31649         * lib/uniconv/u-conv-from-enc.h: Likewise.
31650         * lib/uniconv/u-conv-to-enc.h: Likewise.
31651         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31652         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31653         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31654         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31655         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31656         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31657         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31658         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31659         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31660         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31661         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31662         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31663         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31664         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31665         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31666         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31667         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31668         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31669         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31670         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31671         * lib/uniname.h: Likewise.
31672         * lib/uniname/uniname.c: Likewise.
31673         * lib/unistdio.h: Likewise.
31674         * lib/unistdio/u-asnprintf.h: Likewise.
31675         * lib/unistdio/u-asprintf.h: Likewise.
31676         * lib/unistdio/u-printf-args.c: Likewise.
31677         * lib/unistdio/u-printf-args.h: Likewise.
31678         * lib/unistdio/u-printf-parse.h: Likewise.
31679         * lib/unistdio/u-snprintf.h: Likewise.
31680         * lib/unistdio/u-sprintf.h: Likewise.
31681         * lib/unistdio/u-vasprintf.h: Likewise.
31682         * lib/unistdio/u-vsnprintf.h: Likewise.
31683         * lib/unistdio/u-vsprintf.h: Likewise.
31684         * lib/unistdio/u16-asnprintf.c: Likewise.
31685         * lib/unistdio/u16-asprintf.c: Likewise.
31686         * lib/unistdio/u16-printf-parse.c: Likewise.
31687         * lib/unistdio/u16-snprintf.c: Likewise.
31688         * lib/unistdio/u16-sprintf.c: Likewise.
31689         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31690         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31691         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31692         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31693         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31694         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31695         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31696         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31697         * lib/unistdio/u16-vasnprintf.c: Likewise.
31698         * lib/unistdio/u16-vasprintf.c: Likewise.
31699         * lib/unistdio/u16-vsnprintf.c: Likewise.
31700         * lib/unistdio/u16-vsprintf.c: Likewise.
31701         * lib/unistdio/u32-asnprintf.c: Likewise.
31702         * lib/unistdio/u32-asprintf.c: Likewise.
31703         * lib/unistdio/u32-printf-parse.c: Likewise.
31704         * lib/unistdio/u32-snprintf.c: Likewise.
31705         * lib/unistdio/u32-sprintf.c: Likewise.
31706         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31707         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31708         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31709         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31710         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31711         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31712         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31713         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31714         * lib/unistdio/u32-vasnprintf.c: Likewise.
31715         * lib/unistdio/u32-vasprintf.c: Likewise.
31716         * lib/unistdio/u32-vsnprintf.c: Likewise.
31717         * lib/unistdio/u32-vsprintf.c: Likewise.
31718         * lib/unistdio/u8-asnprintf.c: Likewise.
31719         * lib/unistdio/u8-asprintf.c: Likewise.
31720         * lib/unistdio/u8-printf-parse.c: Likewise.
31721         * lib/unistdio/u8-snprintf.c: Likewise.
31722         * lib/unistdio/u8-sprintf.c: Likewise.
31723         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31724         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31725         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31726         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31727         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31728         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31729         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31730         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31731         * lib/unistdio/u8-vasnprintf.c: Likewise.
31732         * lib/unistdio/u8-vasprintf.c: Likewise.
31733         * lib/unistdio/u8-vsnprintf.c: Likewise.
31734         * lib/unistdio/u8-vsprintf.c: Likewise.
31735         * lib/unistdio/ulc-asnprintf.c: Likewise.
31736         * lib/unistdio/ulc-asprintf.c: Likewise.
31737         * lib/unistdio/ulc-printf-parse.c: Likewise.
31738         * lib/unistdio/ulc-snprintf.c: Likewise.
31739         * lib/unistdio/ulc-sprintf.c: Likewise.
31740         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31741         * lib/unistdio/ulc-vasprintf.c: Likewise.
31742         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31743         * lib/unistdio/ulc-vsprintf.c: Likewise.
31744         * lib/unistr.h: Likewise.
31745         * lib/unistr/u-cpy-alloc.h: Likewise.
31746         * lib/unistr/u-cpy.h: Likewise.
31747         * lib/unistr/u-endswith.h: Likewise.
31748         * lib/unistr/u-move.h: Likewise.
31749         * lib/unistr/u-set.h: Likewise.
31750         * lib/unistr/u-startswith.h: Likewise.
31751         * lib/unistr/u-stpcpy.h: Likewise.
31752         * lib/unistr/u-stpncpy.h: Likewise.
31753         * lib/unistr/u-strcat.h: Likewise.
31754         * lib/unistr/u-strcpy.h: Likewise.
31755         * lib/unistr/u-strcspn.h: Likewise.
31756         * lib/unistr/u-strdup.h: Likewise.
31757         * lib/unistr/u-strlen.h: Likewise.
31758         * lib/unistr/u-strncat.h: Likewise.
31759         * lib/unistr/u-strncpy.h: Likewise.
31760         * lib/unistr/u-strnlen.h: Likewise.
31761         * lib/unistr/u-strpbrk.h: Likewise.
31762         * lib/unistr/u-strspn.h: Likewise.
31763         * lib/unistr/u-strstr.h: Likewise.
31764         * lib/unistr/u-strtok.h: Likewise.
31765         * lib/unistr/u16-check.c: Likewise.
31766         * lib/unistr/u16-chr.c: Likewise.
31767         * lib/unistr/u16-cmp.c: Likewise.
31768         * lib/unistr/u16-cpy-alloc.c: Likewise.
31769         * lib/unistr/u16-cpy.c: Likewise.
31770         * lib/unistr/u16-endswith.c: Likewise.
31771         * lib/unistr/u16-mblen.c: Likewise.
31772         * lib/unistr/u16-mbsnlen.c: Likewise.
31773         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31774         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31775         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31776         * lib/unistr/u16-mbtouc.c: Likewise.
31777         * lib/unistr/u16-mbtoucr.c: Likewise.
31778         * lib/unistr/u16-move.c: Likewise.
31779         * lib/unistr/u16-next.c: Likewise.
31780         * lib/unistr/u16-prev.c: Likewise.
31781         * lib/unistr/u16-set.c: Likewise.
31782         * lib/unistr/u16-startswith.c: Likewise.
31783         * lib/unistr/u16-stpcpy.c: Likewise.
31784         * lib/unistr/u16-stpncpy.c: Likewise.
31785         * lib/unistr/u16-strcat.c: Likewise.
31786         * lib/unistr/u16-strchr.c: Likewise.
31787         * lib/unistr/u16-strcmp.c: Likewise.
31788         * lib/unistr/u16-strcpy.c: Likewise.
31789         * lib/unistr/u16-strcspn.c: Likewise.
31790         * lib/unistr/u16-strdup.c: Likewise.
31791         * lib/unistr/u16-strlen.c: Likewise.
31792         * lib/unistr/u16-strmblen.c: Likewise.
31793         * lib/unistr/u16-strmbtouc.c: Likewise.
31794         * lib/unistr/u16-strncat.c: Likewise.
31795         * lib/unistr/u16-strncmp.c: Likewise.
31796         * lib/unistr/u16-strncpy.c: Likewise.
31797         * lib/unistr/u16-strnlen.c: Likewise.
31798         * lib/unistr/u16-strpbrk.c: Likewise.
31799         * lib/unistr/u16-strrchr.c: Likewise.
31800         * lib/unistr/u16-strspn.c: Likewise.
31801         * lib/unistr/u16-strstr.c: Likewise.
31802         * lib/unistr/u16-strtok.c: Likewise.
31803         * lib/unistr/u16-to-u32.c: Likewise.
31804         * lib/unistr/u16-to-u8.c: Likewise.
31805         * lib/unistr/u16-uctomb-aux.c: Likewise.
31806         * lib/unistr/u16-uctomb.c: Likewise.
31807         * lib/unistr/u32-check.c: Likewise.
31808         * lib/unistr/u32-chr.c: Likewise.
31809         * lib/unistr/u32-cmp.c: Likewise.
31810         * lib/unistr/u32-cpy-alloc.c: Likewise.
31811         * lib/unistr/u32-cpy.c: Likewise.
31812         * lib/unistr/u32-endswith.c: Likewise.
31813         * lib/unistr/u32-mblen.c: Likewise.
31814         * lib/unistr/u32-mbsnlen.c: Likewise.
31815         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31816         * lib/unistr/u32-mbtouc.c: Likewise.
31817         * lib/unistr/u32-mbtoucr.c: Likewise.
31818         * lib/unistr/u32-move.c: Likewise.
31819         * lib/unistr/u32-next.c: Likewise.
31820         * lib/unistr/u32-prev.c: Likewise.
31821         * lib/unistr/u32-set.c: Likewise.
31822         * lib/unistr/u32-startswith.c: Likewise.
31823         * lib/unistr/u32-stpcpy.c: Likewise.
31824         * lib/unistr/u32-stpncpy.c: Likewise.
31825         * lib/unistr/u32-strcat.c: Likewise.
31826         * lib/unistr/u32-strchr.c: Likewise.
31827         * lib/unistr/u32-strcmp.c: Likewise.
31828         * lib/unistr/u32-strcpy.c: Likewise.
31829         * lib/unistr/u32-strcspn.c: Likewise.
31830         * lib/unistr/u32-strdup.c: Likewise.
31831         * lib/unistr/u32-strlen.c: Likewise.
31832         * lib/unistr/u32-strmblen.c: Likewise.
31833         * lib/unistr/u32-strmbtouc.c: Likewise.
31834         * lib/unistr/u32-strncat.c: Likewise.
31835         * lib/unistr/u32-strncmp.c: Likewise.
31836         * lib/unistr/u32-strncpy.c: Likewise.
31837         * lib/unistr/u32-strnlen.c: Likewise.
31838         * lib/unistr/u32-strpbrk.c: Likewise.
31839         * lib/unistr/u32-strrchr.c: Likewise.
31840         * lib/unistr/u32-strspn.c: Likewise.
31841         * lib/unistr/u32-strstr.c: Likewise.
31842         * lib/unistr/u32-strtok.c: Likewise.
31843         * lib/unistr/u32-to-u16.c: Likewise.
31844         * lib/unistr/u32-to-u8.c: Likewise.
31845         * lib/unistr/u32-uctomb.c: Likewise.
31846         * lib/unistr/u8-check.c: Likewise.
31847         * lib/unistr/u8-chr.c: Likewise.
31848         * lib/unistr/u8-cmp.c: Likewise.
31849         * lib/unistr/u8-cpy-alloc.c: Likewise.
31850         * lib/unistr/u8-cpy.c: Likewise.
31851         * lib/unistr/u8-endswith.c: Likewise.
31852         * lib/unistr/u8-mblen.c: Likewise.
31853         * lib/unistr/u8-mbsnlen.c: Likewise.
31854         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31855         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31856         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31857         * lib/unistr/u8-mbtouc.c: Likewise.
31858         * lib/unistr/u8-mbtoucr.c: Likewise.
31859         * lib/unistr/u8-move.c: Likewise.
31860         * lib/unistr/u8-next.c: Likewise.
31861         * lib/unistr/u8-prev.c: Likewise.
31862         * lib/unistr/u8-set.c: Likewise.
31863         * lib/unistr/u8-startswith.c: Likewise.
31864         * lib/unistr/u8-stpcpy.c: Likewise.
31865         * lib/unistr/u8-stpncpy.c: Likewise.
31866         * lib/unistr/u8-strcat.c: Likewise.
31867         * lib/unistr/u8-strchr.c: Likewise.
31868         * lib/unistr/u8-strcmp.c: Likewise.
31869         * lib/unistr/u8-strcpy.c: Likewise.
31870         * lib/unistr/u8-strcspn.c: Likewise.
31871         * lib/unistr/u8-strdup.c: Likewise.
31872         * lib/unistr/u8-strlen.c: Likewise.
31873         * lib/unistr/u8-strmblen.c: Likewise.
31874         * lib/unistr/u8-strmbtouc.c: Likewise.
31875         * lib/unistr/u8-strncat.c: Likewise.
31876         * lib/unistr/u8-strncmp.c: Likewise.
31877         * lib/unistr/u8-strncpy.c: Likewise.
31878         * lib/unistr/u8-strnlen.c: Likewise.
31879         * lib/unistr/u8-strpbrk.c: Likewise.
31880         * lib/unistr/u8-strrchr.c: Likewise.
31881         * lib/unistr/u8-strspn.c: Likewise.
31882         * lib/unistr/u8-strstr.c: Likewise.
31883         * lib/unistr/u8-strtok.c: Likewise.
31884         * lib/unistr/u8-to-u16.c: Likewise.
31885         * lib/unistr/u8-to-u32.c: Likewise.
31886         * lib/unistr/u8-uctomb-aux.c: Likewise.
31887         * lib/unistr/u8-uctomb.c: Likewise.
31888         * lib/unitypes.h: Likewise.
31889         * lib/uniwidth.h: Likewise.
31890         * lib/uniwidth/cjk.h: Likewise.
31891         * lib/uniwidth/u16-strwidth.c: Likewise.
31892         * lib/uniwidth/u16-width.c: Likewise.
31893         * lib/uniwidth/u32-strwidth.c: Likewise.
31894         * lib/uniwidth/u32-width.c: Likewise.
31895         * lib/uniwidth/u8-strwidth.c: Likewise.
31896         * lib/uniwidth/u8-width.c: Likewise.
31897         * lib/uniwidth/width.c: Likewise.
31898
31899 2007-10-07  Bruno Haible  <bruno@clisp.org>
31900
31901         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31902         The file is still under LGPL (see modules/inttypes).
31903
31904 2007-10-06  Bruno Haible  <bruno@clisp.org>
31905
31906         * modules/trunc (Dependencies): Add 'extensions'.
31907         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31908         Reported by Ben Pfaff <blp@gnu.org>.
31909
31910 2007-10-06  Bruno Haible  <bruno@clisp.org>
31911
31912         * modules/freopen-tests: New file.
31913         * tests/test-freopen.c: New file.
31914
31915         * modules/fopen-tests: New file.
31916         * tests/test-fopen.c: New file.
31917
31918         * modules/fopen: New file.
31919         * lib/fopen.c: New file.
31920         * m4/fopen.m4: New file.
31921         * modules/freopen: New file.
31922         * lib/freopen.c: New file.
31923         * m4/freopen.m4: New file.
31924         * lib/stdio.in.h (fopen, freopen): New declarations.
31925         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31926         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31927         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31928         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31929         * doc/functions/fopen.texi: Mention the 'fopen' module.
31930         * doc/functions/freopen.texi: Mention the 'freopen' module.
31931
31932 2007-10-06  Bruno Haible  <bruno@clisp.org>
31933
31934         * modules/open-tests: New file.
31935         * tests/test-open.c: New file.
31936
31937         * modules/open: New file.
31938         * lib/open.c: New file.
31939         * m4/open.m4: New file.
31940         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31941         lib/open.c does.
31942         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31943         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31944         macros.
31945         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31946         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31947         REPLACE_OPEN.
31948         * doc/functions/open.texi: Mention the 'open' module.
31949
31950 2007-10-04  Bruno Haible  <bruno@clisp.org>
31951
31952         * modules/ceill-tests: New file.
31953         * tests/test-ceill.c: New file.
31954
31955         * modules/ceill: New file.
31956         * lib/ceill.c: Replace entire file.
31957         * m4/ceill.m4: New file.
31958         * lib/math.in.h (ceill): Replace declaration.
31959         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31960         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31961         * doc/functions/ceill.texi: Mention the 'ceill' module.
31962         * modules/mathl (Files): Remove lib/ceill.c.
31963         (Depends-on): Add ceill.
31964
31965 2007-10-04  Bruno Haible  <bruno@clisp.org>
31966
31967         * modules/ceilf-tests: New file.
31968         * tests/test-ceilf.c: New file.
31969
31970         * modules/ceilf: New file.
31971         * lib/ceil.c: New file.
31972         * lib/ceilf.c: New file.
31973         * m4/ceilf.m4: New file.
31974         * lib/math.in.h (ceilf): New declaration.
31975         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31976         HAVE_DECL_CEILF.
31977         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31978         HAVE_DECL_CEILF.
31979         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31980
31981 2007-10-04  Bruno Haible  <bruno@clisp.org>
31982
31983         * modules/floorl-tests: New file.
31984         * tests/test-floorl.c: New file.
31985
31986         * modules/floorl: New file.
31987         * lib/floorl.c: Replace entire file.
31988         * m4/floorl.m4: New file.
31989         * lib/math.in.h (floorl): Replace declaration.
31990         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31991         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31992         * doc/functions/floorl.texi: Mention the 'floorl' module.
31993         * modules/mathl (Files): Remove lib/floorl.c.
31994         (Depends-on): Add floorl.
31995
31996 2007-10-04  Bruno Haible  <bruno@clisp.org>
31997
31998         * modules/floorf-tests: New file.
31999         * tests/test-floorf.c: New file.
32000
32001         * modules/floorf: New file.
32002         * lib/floor.c: New file.
32003         * lib/floorf.c: New file.
32004         * m4/floorf.m4: New file.
32005         * lib/math.in.h (floorf): New declaration.
32006         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32007         HAVE_DECL_FLOORF.
32008         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32009         HAVE_DECL_FLOORF.
32010         * doc/functions/floorf.texi: Mention the 'floorf' module.
32011
32012 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32013             Bruno Haible  <bruno@clisp.org>
32014
32015         Advertise for the Git server instead of the CVS server.
32016         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32017         repository instead of the CVS one.
32018         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32019         about all VCS systems generically.
32020         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32021
32022 2007-10-04  Bruno Haible  <bruno@clisp.org>
32023
32024         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32025         means.
32026         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32027
32028 2007-10-04  Bruno Haible  <bruno@clisp.org>
32029
32030         * modules/truncl-tests: New file.
32031         * tests/test-truncl.c: New file.
32032
32033         * modules/truncl: New file.
32034         * lib/truncl.c: New file.
32035         * m4/truncl.m4: New file.
32036         * lib/math.in.h (truncl): New declaration.
32037         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32038         HAVE_DECL_TRUNCL.
32039         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32040         HAVE_DECL_TRUNCL.
32041         * doc/functions/truncl.texi: Mention the 'truncl' module.
32042
32043 2007-10-04  Bruno Haible  <bruno@clisp.org>
32044
32045         * modules/truncf-tests: New file.
32046         * tests/test-truncf.c: New file.
32047
32048         * modules/truncf: New file.
32049         * lib/trunc.c: Make paramerizable through USE_* macros.
32050         * lib/truncf.c: New file.
32051         * m4/truncf.m4: New file.
32052         * lib/math.in.h (truncf): New declaration.
32053         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32054         HAVE_DECL_TRUNCF.
32055         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32056         HAVE_DECL_TRUNCF.
32057         * doc/functions/truncf.texi: Mention the 'truncf' module.
32058
32059 2007-10-03  Bruno Haible  <bruno@clisp.org>
32060
32061         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32062         augmentation also for tests modules.
32063         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32064         * modules/atexit-tests (Makefile.am): Likewise.
32065         * modules/binary-io-tests (Makefile.am): Likewise.
32066         * modules/c-strcase-tests (Makefile.am): Likewise.
32067         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32068         * modules/canonicalize-tests (Makefile.am): Likewise.
32069         * modules/closein-tests (Makefile.am): Likewise.
32070         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32071         * modules/freadahead-tests (Makefile.am): Likewise.
32072         * modules/fseek-tests (Makefile.am): Likewise.
32073         * modules/fseeko-tests (Makefile.am): Likewise.
32074         * modules/ftell-tests (Makefile.am): Likewise.
32075         * modules/ftello-tests (Makefile.am): Likewise.
32076         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32077         * modules/isnanl-tests (Makefile.am): Likewise.
32078         * modules/lseek-tests (Makefile.am): Likewise.
32079         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32080         * modules/mbscasestr-tests (Makefile.am): Likewise.
32081         * modules/mbschr-tests (Makefile.am): Likewise.
32082         * modules/mbscspn-tests (Makefile.am): Likewise.
32083         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32084         * modules/mbspbrk-tests (Makefile.am): Likewise.
32085         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32086         * modules/mbsrchr-tests (Makefile.am): Likewise.
32087         * modules/mbsspn-tests (Makefile.am): Likewise.
32088         * modules/mbsstr-tests (Makefile.am): Likewise.
32089         * modules/printf-posix-tests (Makefile.am): Likewise.
32090         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32091         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32092         * modules/tsearch-tests (Makefile.am): Likewise.
32093         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32094         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32095         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32096         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32097         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32098         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32099         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32100         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32101         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32102         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32103         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32104         * modules/xstrtol-tests (Makefile.am): Likewise.
32105         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32106         * modules/yesno-tests (Makefile.am): Likewise.
32107
32108 2007-10-03  Bruno Haible  <bruno@clisp.org>
32109
32110         * modules/trunc-tests: New file.
32111         * tests/test-trunc.c: New file.
32112
32113         * modules/trunc: New file.
32114         * lib/trunc.c: New file.
32115         * m4/trunc.m4: New file.
32116         * lib/math.in.h (trunc): New declaration.
32117         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32118         HAVE_DECL_TRUNC.
32119         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32120         HAVE_DECL_TRUNC.
32121         * doc/functions/trunc.texi: Mention the 'trunc' module.
32122
32123 2007-10-03  Bruno Haible  <bruno@clisp.org>
32124
32125         * tests/test-fpending.c: New file, mostly copied
32126         from coreutils/lib/t-fpending.c.
32127         * modules/fpending-tests: New file.
32128
32129 2007-10-03  Bruno Haible  <bruno@clisp.org>
32130
32131         Port the stdio extensions to QNX (untested).
32132         * lib/fseterr.c (fseterr): Add support for QNX.
32133         * lib/fbufmode.c (fbufmode): Likewise.
32134         * lib/freadable.c (freadable): Likewise.
32135         * lib/fwritable.c (fwritable): Likewise.
32136         * lib/freading.c (freading): Likewise.
32137         * lib/fwriting.c (fwriting): Likewise.
32138         * lib/freadahead.c (freadahed): Likewise.
32139         * lib/fpurge.c (fpurge): Likewise.
32140         * lib/fseeko.c (rpl_fseeko): Likewise.
32141
32142 2007-10-03  Bruno Haible  <bruno@clisp.org>
32143             Jim Meyering  <jim@meyering.net>
32144             Eric Blake  <ebb9@byu.net>
32145
32146         * doc/relocatable.texi: Use @command instead of @program.
32147
32148 2007-10-02  Jim Meyering  <jim@meyering.net>
32149
32150         Perform one more "_.h" -> ".in.h" substitution.
32151         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32152         instead of unistd_.h here, too.
32153
32154 2007-10-01  Bruno Haible  <bruno@clisp.org>
32155
32156         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32157         Needed for the alloca-opt module.
32158
32159 2007-09-30  Bruno Haible  <bruno@clisp.org>
32160
32161         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32162         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32163         alloca_.h.
32164         * lib/argz.in.h: Renamed from lib/argz_.h.
32165         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32166         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32167         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32168         byteswap_.h.
32169         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32170         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32171         dirent_.h.
32172         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32173         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32174         fcntl_.h.
32175         * lib/float.in.h: Renamed from lib/float_.h.
32176         * modules/float (Files, Makefile.am): Use float.in.h instead of
32177         float_.h.
32178         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32179         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32180         fnmatch_.h.
32181         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32182         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32183         getopt_.h.
32184         * lib/glob.in.h: Renamed from lib/glob_.h.
32185         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32186         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32187         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32188         iconv_.h.
32189         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32190         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32191         inttypes_.h.
32192         * lib/locale.in.h: Renamed from lib/locale_.h.
32193         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32194         locale_.h.
32195         * lib/math.in.h: Renamed from lib/math_.h.
32196         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32197         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32198         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32199         of netinet_in_.h. Add dependency.
32200         * lib/poll.in.h: Renamed from lib/poll_.h.
32201         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32202         * lib/search.in.h: Renamed from lib/search_.h.
32203         * modules/search (Files, Makefile.am): Use search.in.h instead of
32204         search_.h.
32205         * lib/signal.in.h: Renamed from lib/signal_.h.
32206         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32207         _signal.h.
32208         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32209         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32210         stdbool_.h.
32211         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32212         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32213         stdint_.h.
32214         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32215         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32216         stdio_.h.
32217         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32218         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32219         stdlib_.h.
32220         * lib/string.in.h: Renamed from lib/string_.h.
32221         * modules/string (Files, Makefile.am): Use string.in.h instead of
32222         string_.h.
32223         * doc/gnulib-tool.texi (Initial import): Update.
32224         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32225         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32226         of sys_select_.h. Add dependency.
32227         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32228         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32229         of sys_socket_.h.
32230         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32231         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32232         sys_stat_.h.
32233         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32234         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32235         sys_time_.h.
32236         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32237         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32238         sysexits_.h.
32239         * lib/time.in.h: Renamed from lib/time_.h.
32240         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32241         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32242         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32243         unistd_.h.
32244         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32245         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32246         wchar_.h.
32247         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32248         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32249         wctype_.h.
32250         * build-aux/bootstrap (slurp): Update.
32251         * lib/.cppi-disable: Update.
32252
32253 2007-09-30  Bruno Haible  <bruno@clisp.org>
32254
32255         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32256         Needed on BeOS.
32257
32258 2007-09-30  Bruno Haible  <bruno@clisp.org>
32259
32260         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32261
32262 2007-09-29  Bruno Haible  <bruno@clisp.org>
32263
32264         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32265
32266 2007-09-29  Bruno Haible  <bruno@clisp.org>
32267
32268         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32269         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32270         * build-aux/install-reloc: Compile also areadlink.c.
32271         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32272
32273 2007-09-29  Bruno Haible  <bruno@clisp.org>
32274
32275         * gnulib-tool (func_emit_initmacro_done): Indentation.
32276
32277 2007-09-29  Bruno Haible  <bruno@clisp.org>
32278
32279         * README: Add CVS checkout update instructions.
32280         Info from Bob Proulx <bob@proulx.com>.
32281
32282 2007-09-28  Eric Blake  <ebb9@byu.net>
32283
32284         Provide move-if-change.
32285         * build-aux/move-if-change: New file, based on best practice
32286         rather than any canonical upstream location.
32287
32288 2007-09-28  Jim Meyering  <jim@meyering.net>
32289
32290         Fix canonicalize loop-detection corner case.
32291         Do not attempt to stat the symlink values stored via seen_triple.
32292         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32293         on linux-2.6.18, (but not 2.6.22).
32294         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32295         triple_compare.  The former compares dev,ino,filename, while the latter
32296         would actually stat dirname(filename) when dev and ino were equal.
32297         * lib/hash-triple.c: Install <string.h>.
32298         (STREQ): Define.
32299         (triple_compare_ino_str): New function.
32300         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32301
32302 2007-09-28  Eric Blake  <ebb9@byu.net>
32303
32304         Enforce that AC_REPLACE_FUNCS files exist.
32305         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32306         override check for typos.
32307
32308         Fix test-closein on Solaris 10.
32309         * tests/test-closein.c (main): Don't assume stdin can be inherited
32310         closed on all systems.
32311         * tests/test-closein.sh: Likewise.
32312         Reported by Piotr Tarnowski.
32313
32314 2007-09-28  Jim Meyering  <jim@meyering.net>
32315
32316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32317
32318 2007-09-27  Jim Meyering  <jim@meyering.net>
32319
32320         canonicalize: Avoid a false-positive cycle failure.
32321         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32322         Sort.  Remove cycle-check.
32323         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32324         not cycle-check.h.
32325         (seen_triple): New function.
32326         (canonicalize_filename_mode): Use it instead of cycle-check.
32327         * tests/test-canonicalize.c: Add a test for this bug.
32328         * tests/test-canonicalize.sh: Set up and run the test.
32329
32330         New module, file-set, from coreutils.
32331         * modules/file-set: Define it.
32332         * lib/file-set.c, lib/file-set.h: Implement.
32333
32334         New module, hash-triple, from coreutils.
32335         * modules/hash-triple: Define it.
32336         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32337
32338 2007-09-25  Eric Blake  <ebb9@byu.net>
32339
32340         Fix strerror on Interix.
32341         * lib/string_.h (strerror): Declare replacement.
32342         * doc/functions/strerror.texi (strerror): Document the Interix
32343         shortcoming.
32344         * modules/string (Makefile.am): Support new hooks.
32345         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32346         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32347         gl_FUNC_STRERROR_SEPARATE.
32348         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32349         * lib/strerror.c (rpl_strerror): Provide replacement.
32350         * modules/strerror (Depends-on): Add string.
32351         (configure.ac): Detect use of module.
32352         * tests/test-strerror.c: New file.
32353         * modules/strerror-tests: New test module.
32354         * modules/argp (Depends-on): Add strerror.
32355         * modules/error (Depends-on): Likewise.
32356         Reported by Martin Koeppe.
32357
32358 2007-09-24  Bruno Haible  <bruno@clisp.org>
32359
32360         * README: Update git instructions.
32361
32362 2007-09-24  Eric Blake  <ebb9@byu.net>
32363
32364         Revert fpending breakage from 2007-09-08.
32365         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32366         __fpending.c.
32367
32368 2007-09-24  Jim Meyering  <jim@meyering.net>
32369
32370         filenamecat.c: Add a test.
32371         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32372         showing how the function works when DIR is the empty string.
32373
32374 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32375
32376         * tests/test-canonicalize.sh: Turn on executable bit.
32377
32378 2007-09-19  Eric Blake  <ebb9@byu.net>
32379
32380         * README: Update CVS instructions.
32381
32382 2007-09-18  Bruno Haible  <bruno@clisp.org>
32383
32384         * modules/areadlink: New file.
32385         * lib/areadlink.h (areadlink): New declaration.
32386         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32387
32388 2007-09-17  Jim Meyering  <jim@meyering.net>
32389
32390         * lib/savewd.c (ESTALE) [!defined]: Define.
32391         Reported to be required on Interix by Martin Koeppe.
32392
32393 2007-09-17  Bruno Haible  <bruno@clisp.org>
32394
32395         * gnulib-tool (func_version): Use $version.
32396
32397 2007-09-16  Bruno Haible  <bruno@clisp.org>
32398
32399         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32400         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32401         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32402         Reported by Greg Schafer <gschafer@zip.com.au>.
32403
32404 2007-09-15  Bruno Haible  <bruno@clisp.org>
32405
32406         * gnulib-tool (sed): Try a little harder to make bash understand the
32407         alias.
32408         Reported by Bruce Korb <bruce.korb@gmail.com>.
32409
32410 2007-09-13  Eric Blake  <ebb9@byu.net>
32411
32412         * ChangeLog: Remove conflict markers.
32413
32414 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32415
32416         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32417         Reported by Bruno Haible <bruno@clisp.org>.
32418
32419 2007-09-12  Bruno Haible  <bruno@clisp.org>
32420
32421         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32422         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32423         is not defined.
32424
32425 2007-09-12  Eric Blake  <ebb9@byu.net>
32426
32427         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32428         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32429         Autoconf definition.
32430         * modules/euidaccess (Depends-on): Add extensions, for
32431         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32432         * modules/fnmatch (Depends-on): Likewise.
32433         * modules/getaddrinfo (Depends-on): Likewise.
32434         * modules/getdelim (Depends-on): Likewise.
32435         * modules/getline (Depends-on): Likewise.
32436         * modules/getsubopt (Depends-on): Likewise.
32437         * modules/gettext (Depends-on): Likewise.
32438         * modules/group-member (Depends-on): Likewise.
32439         * modules/mbchar (Depends-on): Likewise.
32440         * modules/memmem (Depends-on): Likewise.
32441         * modules/mempcpy (Depends-on): Likewise.
32442         * modules/memrchr (Depends-on): Likewise.
32443         * modules/pagealign_alloc (Depends-on): Likewise.
32444         * modules/readutmp (Depends-on): Likewise.
32445         * modules/stpcpy (Depends-on): Likewise.
32446         * modules/stpncpy (Depends-on): Likewise.
32447         * modules/strchrnul (Depends-on): Likewise.
32448         * modules/strndup (Depends-on): Likewise.
32449         * modules/strsep (Depends-on): Likewise.
32450         * modules/strverscmp (Depends-on): Likewise.
32451         * modules/vasprintf (Depends-on): Likewise.
32452         * modules/wcwidth (Depends-on): Likewise.
32453         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32454         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32455         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32456         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32457         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32458         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32459         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32460         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32461         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32462         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32463         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32464         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32465         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32466         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32467         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32468         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32469         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32470         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32471         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32472         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32473         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32474         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32475         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32476         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32477         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32478         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32479         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32480         so that lock.m4 can be used in gettext without extensions module.
32481
32482 2007-09-11  Bruno Haible  <bruno@clisp.org>
32483
32484         * m4/isc-posix.m4: Remove file.
32485         Suggested by Eric Blake.
32486
32487 2007-09-11  Eric Blake  <ebb9@byu.net>
32488
32489         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32490
32491 2007-09-10  Bruno Haible  <bruno@clisp.org>
32492
32493         * posix-modules: Fix typo in error message.
32494         Reported by Matt <mkraai@beckman.com>.
32495
32496 2007-09-09  Bruno Haible  <bruno@clisp.org>
32497
32498         * doc/functions/getdelim.texi: Update list of platforms lacking the
32499         function.
32500         * doc/functions/getline.texi: Likewise.
32501
32502 2007-09-09  Jim Meyering  <jim@meyering.net>
32503
32504         * lib/hash.c (hash_initialize): Detect calloc failure.
32505         Reported by Bruno Haible.
32506
32507 2007-09-09  Bruno Haible  <bruno@clisp.org>
32508
32509         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32510         malloc or realloc fails.
32511
32512 2007-09-09  Bruno Haible  <bruno@clisp.org>
32513
32514         * modules/getcwd (Depends-on): Add malloc-posix.
32515         * modules/glob (Depends-on): Likewise.
32516         * modules/putenv (Depends-on): Likewise.
32517         * modules/strdup (Depends-on): Likewise.
32518         * modules/getdelim (Depends-on): Add realloc-posix.
32519         * modules/read-file (Depends-on): Likewise.
32520
32521 2007-09-09  Bruno Haible  <bruno@clisp.org>
32522
32523         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32524         (gl_FUNC_MALLOC_POSIX): Require it.
32525         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32526         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32527         * modules/realloc (Files): Add m4/malloc.m4.
32528         * modules/calloc (Files): Likewise.
32529
32530 2007-09-09  Bruno Haible  <bruno@clisp.org>
32531
32532         * modules/malloc-posix: New file.
32533         * modules/malloc (Depends-on): Add malloc-posix.
32534         * lib/malloc.c: Include errno.h.
32535         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32536         and a POSIX-compatible malloc into a single function. Set ENOMEM
32537         when returning NULL.
32538         * m4/malloc.m4: New file.
32539         * doc/functions/malloc.texi: Mention the malloc-posix module.
32540         * lib/stdlib_.h (malloc): New declaration.
32541         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32542         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32543         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32544         and HAVE_MALLOC_POSIX.
32545
32546 2007-09-09  Bruno Haible  <bruno@clisp.org>
32547
32548         * modules/realloc-posix: New file.
32549         * modules/realloc (Depends-on): Add realloc-posix.
32550         * lib/realloc.c: Include errno.h.
32551         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32552         and a POSIX-compatible realloc into a single function. Set ENOMEM
32553         when returning NULL.
32554         * m4/realloc.m4: New file.
32555         * doc/functions/realloc.texi: Mention the realloc-posix module.
32556         * lib/stdlib_.h (realloc): New declaration.
32557         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32558         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32559         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32560         and HAVE_REALLOC_POSIX.
32561
32562 2007-09-09  Bruno Haible  <bruno@clisp.org>
32563
32564         * modules/calloc-posix: New file.
32565         * modules/calloc (Depends-on): Add calloc-posix.
32566         * lib/calloc.c: Include errno.h.
32567         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32568         and a POSIX-compatible calloc into a single function. Set ENOMEM
32569         when returning NULL.
32570         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32571         * doc/functions/calloc.texi: Mention the calloc-posix module.
32572         * lib/stdlib_.h (calloc): New declaration.
32573         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32574         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32575         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32576         and HAVE_CALLOC_POSIX.
32577
32578 2007-09-09  Bruno Haible  <bruno@clisp.org>
32579
32580         Allow for modules to show an arbitrary notice.
32581         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32582         * gnulib-tool: New option --extract-notice.
32583         (func_usage): Document it.
32584         (sed_extract_prog): Update.
32585         (func_get_notice): New function.
32586         (func_modules_notice): New function.
32587         (func_import, func_create_testdir): Invoke it.
32588         Suggested by Jim Meyering.
32589
32590 2007-09-09  Bruno Haible  <bruno@clisp.org>
32591
32592         * gnulib-tool: New options --verbose, --quiet.
32593         (func_usage): Document them.
32594         (verbose): New variable.
32595         (func_execute_command): New function.
32596         (func_import): Don't show the module list and the file list if
32597         $verbose < 0.
32598         (func_create_testdir): Likewise. Use func_execute_command.
32599         (func_create_megatestdir): Use func_execute_command.
32600
32601 2007-09-08  Bruno Haible  <bruno@clisp.org>
32602
32603         * gnulib-tool (func_import): Prefer rsync over wget when available,
32604         for fetching the PO files.
32605
32606 2007-09-08  Bruno Haible  <bruno@clisp.org>
32607
32608         * posix-modules: New file. Portions copied from gnulib-tool.
32609         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32610
32611 2007-09-08  Jim Meyering  <jim@meyering.net>
32612
32613         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32614         * lib/fpending.h: Rename from __fpending.h.
32615         * lib/fpending.c: Rename from __fpending.c.
32616         Include "fpending.h", not "__fpending.h".
32617         * lib/__fpending.h, lib/__fpending.c: Remove files.
32618         * modules/fpending (Files): Reflect new file names.
32619         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32620
32621 2007-09-08  Bruno Haible  <bruno@clisp.org>
32622
32623         * m4/inttypes-h.m4: Remove stub file.
32624
32625 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32626
32627         * doc/headers/stdint.texi: Discuss #include_next issue.
32628
32629 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32630
32631         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32632
32633 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32634
32635         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32636         in variable name.
32637
32638 2007-09-03  Jim Meyering  <jim@meyering.net>
32639
32640         New module: git-version-gen.
32641         * modules/git-version-gen: New file.
32642
32643         Import changes from coreutils for bootstrap script.
32644
32645         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32646
32647         bootstrap: uses rsync to download the .po files
32648         * build-aux/bootstrap (po_download_command_format): New global.
32649         (download_po_files): Use rsync.
32650         (update_po_files): Don't remove .po files after download,
32651         so future rsync runs can take advantage of the copies.
32652
32653         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32654
32655         Solve the unnecessary-.po-file-regeneration problem once and for all.
32656         * build-aux/bootstrap (download_po_files): New function, renamed from
32657         get_translations.  Now, downloads, but doesn't update LINGUAS.
32658         (update_po_files): New function.
32659
32660         bootstrap: Ignore more.
32661         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32662         uniwidth to e.g., lib/.gitignore.
32663         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32664
32665         * build-aux/bootstrap: New setting: vc_ignore.
32666         (insert_sorted_if_absent): Create $file if absent.
32667         Adapt to new, possibly empty, list: $vc_ignore.
32668
32669         bootstrap: generate more ignorable names
32670         * build-aux/bootstrap (slurp): When generating ignorable names,
32671         also map .sin to .sed, .gperf to .c, and .y to .c.
32672
32673 2007-09-03  Jim Meyering  <jim@meyering.net>
32674
32675         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32676         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32677
32678 2007-09-02  Bruno Haible  <bruno@clisp.org>
32679
32680         Fix mis-recognition of 'mcs' on QNX 6.
32681         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32682         output contains the string "Mono".
32683         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32684         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32685
32686 2007-09-01  Bruno Haible  <bruno@clisp.org>
32687
32688         Fix collision between uniwidth/* and linebreak modules.
32689         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32690         u32_width): Remove declarations.
32691         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32692         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32693         streq3, streq2, streq1, streq0): Remove functions.
32694         (STREQ): Remove macro.
32695         (is_cjk_encoding): Remove function.
32696         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32697         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32698         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32699         * NEWS: Document the change.
32700
32701 2007-09-01  Bruno Haible  <bruno@clisp.org>
32702
32703         * lib/streq.h: Add double-inclusion guard.
32704
32705 2007-09-01  Karl Berry  <karl@gnu.org>
32706
32707         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32708
32709 2007-08-28  Jim Meyering  <jim@meyering.net>
32710
32711         Rename mreadlink_with_size to areadlink_with_size.
32712         * NEWS: Document the change.
32713         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32714         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32715         * lib/mreadlink.h: Rename this to...
32716         * lib/areadlink.h: ...this.
32717         * modules/mreadlink-with-size: Rename this to...
32718         * modules/areadlink-with-size: ...this.
32719         * lib/canonicalize.c: Reflect the renaming.
32720         * modules/canonicalize: Likewise.
32721
32722 2007-08-26  Bruno Haible  <bruno@clisp.org>
32723
32724         * gnulib-tool (func_import): When deciding which files to remove,
32725         consider also dangling symbolic links.
32726         Reported by Eric Blake.
32727
32728 2007-08-26  Bruno Haible  <bruno@clisp.org>
32729
32730         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32731
32732 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32733
32734         * lib/readline.c: Don't include getline.h, the prototype is now
32735         found in stdio.h.
32736
32737 2007-08-23  Jim Meyering  <jim@meyering.net>
32738
32739         Getdelim touchup.
32740         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32741         around the funlockfile call, since funlockfile never sets errno.
32742         Don't set errno upon failed realloc.
32743
32744 2007-08-22  Eric Blake  <ebb9@byu.net>
32745
32746         Getline touchups.
32747         * lib/getdelim.c (getdelim): Revert regression that required *n to
32748         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32749         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32750         getdelim, rather than whether implementation is missing.
32751         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32752         * lib/stdio_.h (getline): Also declare if replacement is
32753         required.
32754         * doc/functions/getdelim.texi: New file.
32755         * doc/functions/getline.texi: Likewise.
32756         * doc/gnulib.texi (Function Substitutes): Add new files.
32757         Reported by Bruno Haible.
32758
32759 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32760
32761         * users.txt: Add Guile.
32762
32763 2007-08-22  Eric Blake  <ebb9@byu.net>
32764
32765         * tests/test-getdelim.c (main): Use remove, not unlink.
32766         * tests/test-getline.c (main): Likewise.
32767
32768         Move getline and getdelim into stdio.h, per POSIX 200x.
32769         * modules/getline (Files): Remove getline.h.
32770         (Depends-on): Add stdio.
32771         (configure.ac): Add module indicator.
32772         * modules/getdelim (Files): Remove getdelim.h.
32773         (Depends-on): Add stdio.
32774         (configure.ac): Add module indicator.
32775         * modules/stdio (Makefile.am): Work with new indicators.
32776         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32777         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32778         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32779         * lib/getdelim.h: Delete.
32780         * lib/getline.h: Delete.
32781         * lib/stdio_.h (getdelim, getline): Declare.
32782         * modules/getdelim-tests: New module.
32783         * modules/getline-tests: Likewise.
32784         * tests/test-getdelim.c: New file.
32785         * tests/test-getline.c: Likewise.
32786         * NEWS: Document the change.
32787         * lib/getline.c: Update choice of header.
32788         * lib/csharpcomp.c: Likewise.
32789         * lib/getpass.c: Likewise.
32790         * lib/javacomp.c: Likewise.
32791         * lib/javaversion.c: Likewise.
32792         * lib/yesno.c: Likewise.
32793         * lib/getdelim.c: Likewise.
32794         (getdelim): Set errno on failure, and avoid memory leak.
32795
32796 2007-08-19  Bruno Haible  <bruno@clisp.org>
32797
32798         * modules/closein (Depends-on): Add freadahead.
32799         * lib/closein.c: Include freadahead.h.
32800         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32801         is zero.
32802
32803 2007-08-19  Bruno Haible  <bruno@clisp.org>
32804
32805         * modules/freadahead-tests: New file.
32806         * tests/test-freadahead.sh: New file.
32807         * tests/test-freadahead.c: New file.
32808
32809         * modules/freadahead: New file.
32810         * lib/freadahead.h: New file.
32811         * lib/freadahead.c: New file.
32812         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32813         fbufmode, fpurge, freadable, fwritable.
32814
32815 2007-08-19  Eric Blake  <ebb9@byu.net>
32816
32817         Test yesno in combination with closein.
32818         * lib/yesno.c (yesno): Document use of stdin.
32819         * modules/yesno-tests (Files): New module.
32820         * tests/test-yesno.c (main): New file.
32821         * tests/test-yesno.sh: Likewise.
32822
32823 2007-08-19  Bruno Haible  <bruno@clisp.org>
32824
32825         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32826         * lib/fseeko.c (rpl_fseeko): Likewise.
32827         * lib/fseterr.c (fseterr): Likewise.
32828
32829 2007-08-19  Bruno Haible  <bruno@clisp.org>
32830
32831         * tests/test-lseek.c (main): Disable a test for BeOS.
32832         * doc/functions/lseek.texi: Document the BeOS bug.
32833
32834 2007-08-19  Bruno Haible  <bruno@clisp.org>
32835             Eric Blake  <ebb9@byu.net>
32836
32837         * lib/lseek.c: Include <sys/stat.h>.
32838         (rpl_lseek): Add workaround code also for Unix platforms.
32839         Needed for BeOS.
32840         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32841         * doc/functions/lseek.texi: Document BeOS definiency.
32842
32843 2007-08-18  Bruno Haible  <bruno@clisp.org>
32844
32845         * modules/fstrcmp-tests: New file.
32846         * tests/test-fstrcmp.c: New file.
32847
32848 2007-08-18  Bruno Haible  <bruno@clisp.org>
32849
32850         * modules/fstrcmp: New file, from GNU gettext with modifications.
32851         * lib/fstrcmp.h: New file, from GNU gettext.
32852         * lib/fstrcmp.c: New file, from GNU gettext.
32853         * MODULES.html.sh (String handling): Add fstrcmp.
32854
32855 2007-08-18  Bruno Haible  <bruno@clisp.org>
32856
32857         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32858         'bool'.
32859         (diag, compareseq): Remove const from the ctxt argument.
32860         (USE_HEURISTIC): Undefine at the end.
32861
32862 2007-08-18  Jim Meyering  <jim@meyering.net>
32863
32864         New file: lib/idcache.h
32865         * NEWS: Mention the addition.
32866         * modules/idcache (Files): Add lib/idcache.h
32867         * lib/idcache.c: Include "idcache.h".
32868         Don't include <sys/types.h>.
32869         Add a FIXME comment.
32870         Move file-scoped "static" declarations to the top.
32871         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32872
32873 2007-08-17  Bruno Haible  <bruno@clisp.org>
32874         and Paul Eggert  <eggert@cs.ucla.edu>
32875
32876         * MODULES.html.sh: Add diffseq.
32877         * modules/diffseq: New file.
32878         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32879         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32880
32881 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32882
32883         Import changes from coreutils for bootstrap script.
32884
32885         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32886
32887         * build-aux/bootstrap (slurp): Work even in environments where
32888         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32889         current code does not slurp files whose names start with ".", and
32890         this looks like it might be a troublesome area.
32891
32892         2007-07-11  Jim Meyering  <jim@meyering.net>
32893
32894         If there's a GPL vN copyright comment, require that N == 3.
32895
32896         2007-07-08  Jim Meyering  <jim@meyering.net>
32897
32898         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32899         * build-aux/bootstrap (mam_template): Move definition out of loop.
32900
32901         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32902
32903         * build-aux/bootstrap (symlink_to_dir): Rename function from
32904         symlink_to_gnulib.  Add a directory parameter.  Update all
32905         callers.
32906         (cp_mark_as_generated): Also check for -- and link to -- files in
32907         gl/.
32908
32909         2007-07-08  Jim Meyering  <jim@meyering.net>
32910
32911         Adapt to deeper hierarchy in gnulib.
32912         * build-aux/bootstrap (symlink_to_dir): If the destination
32913         directory doesn't exist, create it. This is required at least for
32914         "lib/uniwidth/cjk.h".
32915
32916         2007-05-15  Jim Meyering  <jim@meyering.net>
32917
32918         * build-aux/bootstrap: Now that generated Makefile.am files
32919         are no longer under version control, they must be created at
32920         bootstrap time.
32921
32922 2007-08-14  Ben Pfaff  <blp@gnu.org>
32923
32924         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32925
32926 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32927
32928         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32929         given the changes below.
32930         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32931         even on hosts that have padding bits beyond the supported 64.
32932
32933 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32936         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32937         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32938         depends on it.
32939         (xstrtol_error): Remove.
32940         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32941         but with a different signature.
32942         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32943         * lib/xstrtol-error.c: Include exitfail.h.
32944         (xstrtol_fatal): New function, with a different signature from the
32945         old xstrtol_error, so that the caller need not worry about passing
32946         in an exit status, or about storage management of the option argument.
32947         (xstrtol_error): Now a static function.  Redo signature to
32948         implement xstrtol_fatal.  Output the correct number of hyphens in
32949         front of the option so that the caller need not worry about
32950         storage management.
32951         (N_): New macro.
32952         (_): Remove; not used now.
32953         * modules/xstrtol: Depend on getopt.
32954         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32955         of old STRTOL_FATAL_ERROR macro.
32956         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32957         of test program.
32958         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32959         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32960
32961 2007-08-08  Eric Blake  <ebb9@byu.net>
32962
32963         * lib/xstrtol-error.c: Add missing include.
32964
32965         Move xstrtol messages into gnulib domain, when --pobase is used.
32966         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32967         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32968         * modules/xstrtol (Files): Distribute new file.
32969         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32970         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32971         * tests/test-xstrtol.c: ...into new file.
32972         * tests/test-xstrtoul.c: Also test xstrtoul.
32973         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32974         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32975         * tests/test-xstrtol.sh: Drive the tests.
32976         * tests/test-xstrtoimax.sh: Likewise.
32977         * tests/test-xstrtoumax.sh: Likewise.
32978         * modules/xstrtol-tests: New module.
32979         * modules/xstrtoimax-tests: Likewise.
32980         * modules/xstrtoumax-tests: Likewise.
32981
32982 2007-08-08  Jim Meyering  <jim@meyering.net>
32983
32984         New function: mfile_name_concat.
32985         * lib/filenamecat.c (mfile_name_concat): New function, just like
32986         file_name_concat, but return NULL upon failure rather than exiting
32987         with a diagnostic.
32988         * lib/filenamecat.h: Declare it.
32989
32990 2007-08-07  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32993         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32994         warning from gcc.
32995         Reported by Eric Blake.
32996
32997 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32998
32999         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33000         * modules/crypto/arcfour (License): Likewise.
33001         * modules/crypto/des-tests (License): Likewise.
33002         * modules/crypto/gc-arctwo-tests (License): Likewise.
33003         * modules/crypto/gc-des-tests (License): Likewise.
33004         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33005         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33006         * modules/crypto/gc-md2-tests (License): Likewise.
33007         * modules/crypto/gc-md4-tests (License): Likewise.
33008         * modules/crypto/gc-md5-tests (License): Likewise.
33009         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33010         * modules/crypto/gc-rijndael-tests (License): Likewise.
33011         * modules/crypto/gc-sha1-tests (License): Likewise.
33012         * modules/crypto/gc-tests (License): Likewise.
33013         * modules/crypto/hmac-md5 (License): Likewise.
33014         * modules/crypto/hmac-sha1 (License): Likewise.
33015         * modules/crypto/md2-tests (License): Likewise.
33016         * modules/crypto/md4-tests (License): Likewise.
33017         * modules/crypto/md5 (License): Likewise.
33018         * modules/crypto/rijndael (License): Likewise.
33019         * modules/crypto/sha1 (License): Likewise.
33020         * modules/memxor (License): Likewise.
33021
33022 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33023         and Bruno Haible  <bruno@clisp.org>
33024
33025         * NEWS: Describe interface changes to human, xstrtol.
33026         * lib/human.h: Include <xstrtol.h>.
33027         (human_options): Return enum strtol_error, not int.  Remove
33028         bool arg; take int * instead.
33029         * lib/human.c: Don't include "gettext.h".
33030         (_): Remove; no longer used.
33031         Don't include <xstrtol.h>, since human.h does it.
33032         (human_options): Adjust to abovementioned interface changes.
33033         Do not report error to stderr; that's now the caller's
33034         responsibility.
33035         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33036         interface change.
33037         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33038         Str, Argument_type_string.  All uses changed.  Put " argument"
33039         in diagnostics to make them clearer.  Change wording of suffix
33040         message for clarity.
33041         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33042         Argument_type_string.
33043         (STRTOL_FATAL_WARN): Remove; no longer used.
33044         * modules/human (Depends-on): Remove gettext-h.
33045
33046 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33047
33048         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33049
33050 2007-07-31  Bruno Haible  <bruno@clisp.org>
33051
33052         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33053         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33054         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33055
33056 2007-07-31  Bruno Haible  <bruno@clisp.org>
33057
33058         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33059         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33060
33061 2007-07-30  Bruno Haible  <bruno@clisp.org>
33062
33063         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33064         * modules/c-ctype (License): Likewise.
33065         * modules/c-strcase (License): Likewise.
33066         * modules/check-version (License): Likewise.
33067         * modules/iconv (License): Likewise.
33068         * modules/iconv_open (License): Likewise.
33069         * modules/read-file (License): Likewise.
33070         * modules/striconv (License): Likewise.
33071         * modules/strverscmp (License): Likewise.
33072         * modules/vasprintf (License): Likewise.
33073         * modules/crypto/des (License): Likewise.
33074         * modules/crypto/gc (License): Likewise.
33075         * modules/crypto/gc-arcfour (License): Likewise.
33076         * modules/crypto/gc-arctwo (License): Likewise.
33077         * modules/crypto/gc-des (License): Likewise.
33078         * modules/crypto/gc-hmac-md5 (License): Likewise.
33079         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33080         * modules/crypto/gc-md2 (License): Likewise.
33081         * modules/crypto/gc-md4 (License): Likewise.
33082         * modules/crypto/gc-md5 (License): Likewise.
33083         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33084         * modules/crypto/gc-random (License): Likewise.
33085         * modules/crypto/gc-rijndael (License): Likewise.
33086         * modules/crypto/gc-sha1 (License): Likewise.
33087         * modules/crypto/md2 (License): Likewise.
33088         * modules/crypto/md4 (License): Likewise.
33089
33090 2007-07-30  Jim Meyering  <jim@meyering.net>
33091
33092         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33093         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33094         it has valid stat data.  This bug would cause du not to count the
33095         sizes of inaccessible directories.
33096         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33097         in <http://bugzilla.redhat.com/250077>.
33098
33099 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33100             Bruno Haible  <bruno@clisp.org>
33101
33102         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33103         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33104         #include_next, gives a diagnostic about it, but reports no error in
33105         the exit code.
33106         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33107
33108 2007-07-24  Ben Pfaff  <blp@gnu.org>
33109
33110         Improve name: "count-one-bits" is better than "popcount".
33111         * MODULES.html.sh: Update name.
33112         * lib/popcount.h: Renamed lib/count-one-bits.h.
33113         (popcount): Renamed count_one_bits.
33114         (popcountl): Renamed count_one_bits_l.
33115         (popcountll): Renamed count_one_bits_ll.
33116         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33117         * modules/popcount: Renamed module/count-one-bits.
33118         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33119         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33120
33121 2007-07-23  Ben Pfaff  <blp@gnu.org>
33122
33123         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33124         better code generation, and add U to large constants to avoid
33125         warnings, in non-GCC case.
33126         Suggested by Bruno Haible.
33127
33128 2007-07-23  Ben Pfaff  <blp@gnu.org>
33129
33130         * lib/popcount.h: Use verify_true instead of if...abort.
33131         * modules/popcount: Depend on verify module.
33132         Suggested by Jim Meyering.
33133
33134 2007-07-23  Bruno Haible  <bruno@clisp.org>
33135
33136         * gnulib-tool (func_import): Create a .cvsignore file also when the
33137         directory is not yet in CVS but the toplevel directory is. When
33138         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33139         Reported by Karl Berry.
33140
33141 2007-07-22  Ben Pfaff  <blp@gnu.org>
33142
33143         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33144         case.
33145         Suggested by Eric Blake.
33146
33147 2007-07-22  Ben Pfaff  <blp@gnu.org>
33148
33149         New module: popcount.
33150         * MODULES.html.sh: Add popcount.
33151         * modules/popcount: New file.
33152         * modules/popcount-tests: New file.
33153         * tests/test-popcount.c: New file.
33154         * lib/popcount.h: New file.
33155         * m4/popcount.m4: New file.
33156
33157 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33158
33159         * build-aux/announce-gen: Update to GPLv3.
33160
33161         * build-aux/config.guess: Update from config.
33162
33163 2007-07-21  Bruno Haible  <bruno@clisp.org>
33164
33165         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33166         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33167
33168 2007-07-20  Jim Meyering  <jim@meyering.net>
33169
33170         * check-module: Diagnose a self-dependency.
33171
33172 2007-07-19  Bruno Haible  <bruno@clisp.org>
33173
33174         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33175         empty.
33176         Reported by Eric Blake.
33177
33178 2007-07-18  Bruno Haible  <bruno@clisp.org>
33179
33180         * gnulib-tool: New options --po-base, --po-domain.
33181         (func_usage): Document them.
33182         (pobase, po_domain): New variables.
33183         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33184         DEFAULT_TEXT_DOMAIN.
33185         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33186         (func_import): Consider pobase and po_domain. Create a po/ directory.
33187         (func_create_testdir): Set pobase and po_domain to empty.
33188         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33189         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33190
33191 2007-07-18  Bruno Haible  <bruno@clisp.org>
33192
33193         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33194         EXTRA_DIST augmentation for files in build-aux/.
33195
33196 2007-07-16  Bruno Haible  <bruno@clisp.org>
33197
33198         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33199         * modules/getdelim (License): Likewise.
33200
33201 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33202
33203         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33204         * modules/d-type (License): Likewise.
33205         * modules/extensions (License): Likewise.
33206         * modules/fnmatch (License): Likewise.
33207         * modules/fseeko (License): Likewise.
33208         * modules/getaddrinfo (License): Likewise.
33209         * modules/getline (License): Likewise.
33210         * modules/getlogin_r (License): Likewise.
33211         * modules/getpass (License): Likewise.
33212         * modules/gettimeofday (License): Likewise.
33213         * modules/glob (License): Likewise.
33214         * modules/inet_ntop (License): Likewise.
33215         * modules/malloc (License): Likewise.
33216         * modules/malloca (License): Likewise.
33217         * modules/memmem (License): Likewise.
33218         * modules/mempcpy (License): Likewise.
33219         * modules/memset (License): Likewise.
33220         * modules/minmax (License): Likewise.
33221         * modules/mktime (License): Likewise.
33222         * modules/netinet_in (License): Likewise.
33223         * modules/pathmax (License): Likewise.
33224         * modules/poll (License): Likewise.
33225         * modules/regex (License): Likewise.
33226         * modules/snprintf (License): Likewise.
33227         * modules/stdbool (License): Likewise.
33228         * modules/stdint (License): Likewise.
33229         * modules/stdio (License): Likewise.
33230         * modules/strcase (License): Likewise.
33231         * modules/strcasestr (License): Likewise.
33232         * modules/strdup (License): Likewise.
33233         * modules/string (License): Likewise.
33234         * modules/strndup (License): Likewise.
33235         * modules/strnlen (License): Likewise.
33236         * modules/strpbrk (License): Likewise.
33237         * modules/strptime (License): Likewise.
33238         * modules/strsep (License): Likewise.
33239         * modules/sys_select (License): Likewise.
33240         * modules/sys_socket (License): Likewise.
33241         * modules/sys_stat (License): Likewise.
33242         * modules/sys_time (License): Likewise.
33243         * modules/time (License): Likewise.
33244         * modules/time_r (License): Likewise.
33245         * modules/timegm (License): Likewise.
33246         * modules/unistd (License): Likewise.
33247         * modules/vsnprintf (License): Likewise.
33248         * modules/wctype (License): Likewise.
33249
33250 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33251
33252         * modules/argz (License): LGPLv2+.
33253
33254 2007-07-15  Karl Berry  <karl@gnu.org>
33255
33256         * doc/gnulib.texi: revise node structure per new fdl.texi.
33257
33258 2007-07-14  Bruno Haible  <bruno@clisp.org>
33259
33260         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33261         the output file.
33262         * lib/uniname/uninames.h: Regenerated.
33263
33264 2007-07-14  Karl Berry  <karl@gnu.org>
33265
33266         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33267         omitting sectioning and index commands.
33268
33269 2007-07-13  Bruno Haible  <bruno@clisp.org>
33270
33271         New gnulib-tool option --more-symlinks.
33272         * gnulib-tool (func_usage): Document --more-symlinks.
33273         (do_copyrights): New variable.
33274         Recognize option --more-symlinks.
33275         (func_import): Don't add a copyright notice transform to
33276         sed_transform_lib_file if do_copyrights is empty.
33277
33278 2007-07-13  Bruno Haible  <bruno@clisp.org>
33279
33280         * lib/vasnprintf.c (decimal_point_char): Define also if
33281         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33282         && !NEED_PRINTF_DIRECTIVE_A.
33283         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33284         Gary V. Vaughan <gary@gnu.org>.
33285
33286 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33287
33288         * lib/inttypes_.h: Undo previous change, since it was fixed
33289         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33290
33291 2007-07-13  Bruno Haible  <bruno@clisp.org>
33292
33293         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33294         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33295
33296 2007-07-13  Jim Meyering  <jim@meyering.net>
33297
33298         df: Don't fail for Tru64's "file-on-file mount".
33299         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33300         so we fall through and use statfs instead.  Details here:
33301         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33302         Reported by Albert Chin.
33303
33304 2007-07-13  Bruno Haible  <bruno@clisp.org>
33305
33306         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33307         * modules/configmake (License): Likewise.
33308         * modules/gettext (License): Likewise.
33309         * modules/gettext-h (License): Likewise.
33310         * modules/include_next (License): Likewise.
33311         * modules/link-warning (License): Likewise.
33312         * modules/localcharset (License): Likewise.
33313         * modules/localename (License): Likewise.
33314         * modules/lock (License): Likewise.
33315         * modules/relocatable-lib-lgpl (License): Likewise.
33316         * modules/size_max (License): Likewise.
33317         * modules/vasnprintf (License): Likewise.
33318         * modules/wchar (License): Likewise.
33319         * modules/xsize (License): Likewise.
33320
33321 2007-07-13  Bruno Haible  <bruno@clisp.org>
33322
33323         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33324         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33325
33326 2007-07-12  Bruno Haible  <bruno@clisp.org>
33327
33328         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33329         in the modules files.
33330
33331 2007-07-11  Karl Berry  <karl@gnu.org>
33332
33333         * MODULES.html.sh (func_module): use
33334          sed -e '\|^'"${includefile}"'$|d'
33335          instead of /.../d, to avoid errors on $includefile's containing /.
33336
33337 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33338
33339         * gnulib-tool (func_import): Avoid duplication of --avoid
33340         statements
33341         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33342         names to `_' in variable names.
33343
33344 2007-07-10  Eric Blake  <ebb9@byu.net>
33345
33346         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33347         * NEWS: Document this change.
33348
33349 2007-07-08  Bruno Haible  <bruno@clisp.org>
33350
33351         Update to Unicode 5.0.
33352         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33353         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33354         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33355         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33356         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33357         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33358         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33359         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33360         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33361         U+10A3F, U+1D242..U+1D244.
33362         (nonspacing_table_ind): Update.
33363         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33364         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33365
33366 2007-07-08  Bruno Haible  <bruno@clisp.org>
33367
33368         Update to Unicode 5.0.
33369         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33370         code transform. Extend the name index field of unicode_name_to_code and
33371         unicode_code_to_name from 16 to 24 bits.
33372         * lib/uniname/uniname.c (unicode_character_name,
33373         unicode_name_character): Add the range 0x12xxx to the code transform.
33374         * lib/uniname/uninames.h: Regenerated.
33375         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33376
33377 2007-07-07  Bruno Haible  <bruno@clisp.org>
33378
33379         * modules/wcwidth-tests: New file.
33380         * tests/test-wcwidth.c: New file.
33381
33382         Work around MacOS X wcwidth() bug.
33383         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33384         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33385         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33386         original wcwidth in non-UTF-8 locales.
33387         * modules/wcwidth (Depends-on): Add localcharset, streq,
33388         uniwidth/width.
33389         * doc/functions/wcwidth.texi: Update.
33390
33391 2007-07-07  Bruno Haible  <bruno@clisp.org>
33392
33393         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33394         (wcwidth): New declaration.
33395         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33396         macros.
33397         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33398         here. Prepare for creating <wchar.h> unconditionally.
33399         * modules/wchar (Depends-on): Add link-warning.
33400         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33401         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33402         * lib/wcwidth.h: Remove file.
33403         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33404         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33405         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33406         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33407         (Include): Replace wcwidth.h with <wchar.h>.
33408         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33409         * lib/mbchar.h: Don't include wcwidth.h.
33410         * lib/mbswidth.c: Likewise.
33411         * NEWS: Mention the change.
33412
33413 2007-07-07  Bruno Haible  <bruno@clisp.org>
33414
33415         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33416         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33417         definition with an external declaration.
33418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33419         defined as a function. Remove AC_C_INLINE requirement.
33420         * modules/wcwidth (Files): Add lib/wcwidth.c.
33421         (Makefile.am): Remove redundant statement.
33422
33423 2007-07-07  Bruno Haible  <bruno@clisp.org>
33424
33425         * MODULES.html.sh (Unicode string functions): Add the new modules.
33426
33427         * tests/uniwidth/test-u32-strwidth.c: New file.
33428         * modules/uniwidth/u32-strwidth-tests: New file.
33429
33430         * lib/uniwidth/u32-strwidth.c: New file.
33431         * modules/uniwidth/u32-strwidth: New file.
33432
33433         * tests/uniwidth/test-u16-strwidth.c: New file.
33434         * modules/uniwidth/u16-strwidth-tests: New file.
33435
33436         * lib/uniwidth/u16-strwidth.c: New file.
33437         * modules/uniwidth/u16-strwidth: New file.
33438
33439         * tests/uniwidth/test-u8-strwidth.c: New file.
33440         * modules/uniwidth/u8-strwidth-tests: New file.
33441
33442         * lib/uniwidth/u8-strwidth.c: New file.
33443         * modules/uniwidth/u8-strwidth: New file.
33444
33445         * tests/uniwidth/test-u32-width.c: New file.
33446         * modules/uniwidth/u32-width-tests: New file.
33447
33448         * lib/uniwidth/u32-width.c: New file.
33449         * modules/uniwidth/u32-width: New file.
33450
33451         * tests/uniwidth/test-u16-width.c: New file.
33452         * modules/uniwidth/u16-width-tests: New file.
33453
33454         * lib/uniwidth/u16-width.c: New file.
33455         * modules/uniwidth/u16-width: New file.
33456
33457         * tests/uniwidth/test-u8-width.c: New file.
33458         * modules/uniwidth/u8-width-tests: New file.
33459
33460         * lib/uniwidth/u8-width.c: New file.
33461         * modules/uniwidth/u8-width: New file.
33462
33463         * tests/uniwidth/test-uc_width.c: New file.
33464         * modules/uniwidth/width-tests: New file.
33465
33466         * lib/uniwidth/width.c: New file, from GNU libiconv.
33467         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33468         * modules/uniwidth/width: New file.
33469
33470         * lib/uniwidth.h: New file, from GNU libiconv.
33471         * modules/uniwidth/base: New file.
33472
33473 2007-07-07  Bruno Haible  <bruno@clisp.org>
33474
33475         * lib/uniname.h: New file, from GNU gettext.
33476         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33477         * lib/uniname/uninames.h: New file, from GNU gettext.
33478         * lib/uniname/uniname.c: New file, from GNU gettext.
33479         * tests/uniname/test-uninames.sh: New file.
33480         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33481         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33482         * modules/uniname/base: New file.
33483         * modules/uniname/uniname: New file.
33484         * modules/uniname/uniname-tests: New file.
33485         * MODULES.html.sh (Unicode string functions): Add the new modules.
33486
33487 2007-07-06  Bruno Haible  <bruno@clisp.org>
33488
33489         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33490
33491 2007-07-06  Bruno Haible  <bruno@clisp.org>
33492
33493         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33494         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33495         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33496         include <sys/time.h>.
33497         Reported by Eric Blake.
33498
33499 2007-07-06  Eric Blake  <ebb9@byu.net>
33500
33501         Fix testing canonicalize on cygwin.
33502         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33503         Revert patch from 2007-06-19.
33504         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33505         canonicalize module is also in use.
33506         * tests/test-canonicalize.c: New file.
33507         * tests/test-canonicalize.sh: Likewise.
33508         * modules/canonicalize-tests: Likewise.
33509
33510 2007-07-06  Jim Meyering  <jim@meyering.net>
33511
33512         * lib/getugroups.c (getugroups): Detect getgrent failure.
33513         Adjust comment to reflect reality: this function may return -1.
33514
33515 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33516
33517         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33518         the new TP address.
33519         (usage): Fix typo
33520         (gnulib_mk): New variable.
33521
33522 2007-07-05  Jim Meyering  <jim@meyering.net>
33523
33524         Don't let endgrent clobber errno, no matter how improbable.
33525         * lib/getugroups.c (getugroups): Save and restore errno around
33526         endgrent call.
33527
33528         Close the group DB even when failing with 2^31 or more members.
33529         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33530
33531 2007-07-04  Jim Meyering  <jim@meyering.net>
33532
33533         * lib/getugroups.h: New file.
33534         * lib/getugroups.c: Include "getugroups.h".
33535         Remove uses of "register" keyword.
33536         Move local variable, "cp", down into scope where used.
33537         Give "username" parameter the "const" attribute.
33538         * modules/getugroups (Files): Add lib/getugroups.h
33539
33540 2007-07-04  Karl Berry  <karl@gnu.org>
33541
33542         * MODULES.html.sh (func_all_modules): Complete rename of
33543         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33544
33545 2007-07-02  Bruno Haible  <bruno@clisp.org>
33546
33547         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33548         mode, when inttypes.h comes from gnulib.
33549         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33550
33551 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33552
33553         * NEWS: Mention lgpl module name change.
33554
33555         * modules/lgpl-2.1: Renamed from lgpl.
33556
33557         * NEWS: Mention gpl module name change.
33558
33559         * modules/gpl-3.0: New file, based on gpl-2.0.
33560
33561         * modules/gpl-2.0: Renamed from gpl.
33562
33563         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33564         doc/gpl-2.0.texi.
33565
33566 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33567
33568         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33569         #define __STDC_LIMIT_MACROS temporarily while including
33570         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33571         Problem reported by Joel E. Denny in
33572         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33573
33574 2007-07-01  Bruno Haible  <bruno@clisp.org>
33575
33576         * lib/unistdio.h: New file.
33577         * lib/unistdio/u-asnprintf.h: New file.
33578         * lib/unistdio/u-asprintf.h: New file.
33579         * lib/unistdio/u-printf-args.c: New file.
33580         * lib/unistdio/u-printf-args.h: New file.
33581         * lib/unistdio/u-printf-parse.h: New file.
33582         * lib/unistdio/u-snprintf.h: New file.
33583         * lib/unistdio/u-sprintf.h: New file.
33584         * lib/unistdio/u-vasprintf.h: New file.
33585         * lib/unistdio/u-vsnprintf.h: New file.
33586         * lib/unistdio/u-vsprintf.h: New file.
33587         * lib/unistdio/ulc-asnprintf.c: New file.
33588         * lib/unistdio/ulc-asprintf.c: New file.
33589         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33590         * lib/unistdio/ulc-printf-parse.c: New file.
33591         * lib/unistdio/ulc-snprintf.c: New file.
33592         * lib/unistdio/ulc-sprintf.c: New file.
33593         * lib/unistdio/ulc-vasnprintf.c: New file.
33594         * lib/unistdio/ulc-vasprintf.c: New file.
33595         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33596         * lib/unistdio/ulc-vsnprintf.c: New file.
33597         * lib/unistdio/ulc-vsprintf.c: New file.
33598         * lib/unistdio/u8-asnprintf.c: New file.
33599         * lib/unistdio/u8-asprintf.c: New file.
33600         * lib/unistdio/u8-printf-parse.c: New file.
33601         * lib/unistdio/u8-snprintf.c: New file.
33602         * lib/unistdio/u8-sprintf.c: New file.
33603         * lib/unistdio/u8-vasnprintf.c: New file.
33604         * lib/unistdio/u8-vasprintf.c: New file.
33605         * lib/unistdio/u8-vsnprintf.c: New file.
33606         * lib/unistdio/u8-vsprintf.c: New file.
33607         * lib/unistdio/u8-u8-asnprintf.c: New file.
33608         * lib/unistdio/u8-u8-asprintf.c: New file.
33609         * lib/unistdio/u8-u8-snprintf.c: New file.
33610         * lib/unistdio/u8-u8-sprintf.c: New file.
33611         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33612         * lib/unistdio/u8-u8-vasprintf.c: New file.
33613         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33614         * lib/unistdio/u8-u8-vsprintf.c: New file.
33615         * lib/unistdio/u16-asnprintf.c: New file.
33616         * lib/unistdio/u16-asprintf.c: New file.
33617         * lib/unistdio/u16-printf-parse.c: New file.
33618         * lib/unistdio/u16-snprintf.c: New file.
33619         * lib/unistdio/u16-sprintf.c: New file.
33620         * lib/unistdio/u16-vasnprintf.c: New file.
33621         * lib/unistdio/u16-vasprintf.c: New file.
33622         * lib/unistdio/u16-vsnprintf.c: New file.
33623         * lib/unistdio/u16-vsprintf.c: New file.
33624         * lib/unistdio/u16-u16-asnprintf.c: New file.
33625         * lib/unistdio/u16-u16-asprintf.c: New file.
33626         * lib/unistdio/u16-u16-snprintf.c: New file.
33627         * lib/unistdio/u16-u16-sprintf.c: New file.
33628         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33629         * lib/unistdio/u16-u16-vasprintf.c: New file.
33630         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33631         * lib/unistdio/u16-u16-vsprintf.c: New file.
33632         * lib/unistdio/u32-asnprintf.c: New file.
33633         * lib/unistdio/u32-asprintf.c: New file.
33634         * lib/unistdio/u32-printf-parse.c: New file.
33635         * lib/unistdio/u32-snprintf.c: New file.
33636         * lib/unistdio/u32-sprintf.c: New file.
33637         * lib/unistdio/u32-vasnprintf.c: New file.
33638         * lib/unistdio/u32-vasprintf.c: New file.
33639         * lib/unistdio/u32-vsnprintf.c: New file.
33640         * lib/unistdio/u32-vsprintf.c: New file.
33641         * lib/unistdio/u32-u32-asnprintf.c: New file.
33642         * lib/unistdio/u32-u32-asprintf.c: New file.
33643         * lib/unistdio/u32-u32-snprintf.c: New file.
33644         * lib/unistdio/u32-u32-sprintf.c: New file.
33645         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33646         * lib/unistdio/u32-u32-vasprintf.c: New file.
33647         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33648         * lib/unistdio/u32-u32-vsprintf.c: New file.
33649         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33650         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33651         * tests/unistdio/test-ulc-printf1.h: New file.
33652         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33653         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33654         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33655         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33656         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33657         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33658         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33659         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33660         * tests/unistdio/test-u8-asnprintf1.c: New file.
33661         * tests/unistdio/test-u8-asnprintf1.h: New file.
33662         * tests/unistdio/test-u8-printf1.h: New file.
33663         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33664         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33665         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33666         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33667         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33668         * tests/unistdio/test-u8-vasprintf1.c: New file.
33669         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33670         * tests/unistdio/test-u8-vsprintf1.c: New file.
33671         * tests/unistdio/test-u16-asnprintf1.c: New file.
33672         * tests/unistdio/test-u16-asnprintf1.h: New file.
33673         * tests/unistdio/test-u16-printf1.h: New file.
33674         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33675         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33676         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33677         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33678         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33679         * tests/unistdio/test-u16-vasprintf1.c: New file.
33680         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33681         * tests/unistdio/test-u16-vsprintf1.c: New file.
33682         * tests/unistdio/test-u32-asnprintf1.c: New file.
33683         * tests/unistdio/test-u32-asnprintf1.h: New file.
33684         * tests/unistdio/test-u32-printf1.h: New file.
33685         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33686         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33687         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33688         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33689         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33690         * tests/unistdio/test-u32-vasprintf1.c: New file.
33691         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33692         * tests/unistdio/test-u32-vsprintf1.c: New file.
33693         * modules/unistdio/base: New file.
33694         * modules/unistdio/u-printf-args: New file.
33695         * modules/unistdio/ulc-asnprintf: New file.
33696         * modules/unistdio/ulc-asprintf: New file.
33697         * modules/unistdio/ulc-fprintf: New file.
33698         * modules/unistdio/ulc-printf-parse: New file.
33699         * modules/unistdio/ulc-snprintf: New file.
33700         * modules/unistdio/ulc-sprintf: New file.
33701         * modules/unistdio/ulc-vasnprintf: New file.
33702         * modules/unistdio/ulc-vasprintf: New file.
33703         * modules/unistdio/ulc-vfprintf: New file.
33704         * modules/unistdio/ulc-vsnprintf: New file.
33705         * modules/unistdio/ulc-vsprintf: New file.
33706         * modules/unistdio/u8-asnprintf: New file.
33707         * modules/unistdio/u8-asprintf: New file.
33708         * modules/unistdio/u8-printf-parse: New file.
33709         * modules/unistdio/u8-snprintf: New file.
33710         * modules/unistdio/u8-sprintf: New file.
33711         * modules/unistdio/u8-vasnprintf: New file.
33712         * modules/unistdio/u8-vasprintf: New file.
33713         * modules/unistdio/u8-vsnprintf: New file.
33714         * modules/unistdio/u8-vsprintf: New file.
33715         * modules/unistdio/u8-u8-asnprintf: New file.
33716         * modules/unistdio/u8-u8-asprintf: New file.
33717         * modules/unistdio/u8-u8-snprintf: New file.
33718         * modules/unistdio/u8-u8-sprintf: New file.
33719         * modules/unistdio/u8-u8-vasnprintf: New file.
33720         * modules/unistdio/u8-u8-vasprintf: New file.
33721         * modules/unistdio/u8-u8-vsnprintf: New file.
33722         * modules/unistdio/u8-u8-vsprintf: New file.
33723         * modules/unistdio/u16-asnprintf: New file.
33724         * modules/unistdio/u16-asprintf: New file.
33725         * modules/unistdio/u16-printf-parse: New file.
33726         * modules/unistdio/u16-snprintf: New file.
33727         * modules/unistdio/u16-sprintf: New file.
33728         * modules/unistdio/u16-vasnprintf: New file.
33729         * modules/unistdio/u16-vasprintf: New file.
33730         * modules/unistdio/u16-vsnprintf: New file.
33731         * modules/unistdio/u16-vsprintf: New file.
33732         * modules/unistdio/u16-u16-asnprintf: New file.
33733         * modules/unistdio/u16-u16-asprintf: New file.
33734         * modules/unistdio/u16-u16-snprintf: New file.
33735         * modules/unistdio/u16-u16-sprintf: New file.
33736         * modules/unistdio/u16-u16-vasnprintf: New file.
33737         * modules/unistdio/u16-u16-vasprintf: New file.
33738         * modules/unistdio/u16-u16-vsnprintf: New file.
33739         * modules/unistdio/u16-u16-vsprintf: New file.
33740         * modules/unistdio/u32-asnprintf: New file.
33741         * modules/unistdio/u32-asprintf: New file.
33742         * modules/unistdio/u32-printf-parse: New file.
33743         * modules/unistdio/u32-snprintf: New file.
33744         * modules/unistdio/u32-sprintf: New file.
33745         * modules/unistdio/u32-vasnprintf: New file.
33746         * modules/unistdio/u32-vasprintf: New file.
33747         * modules/unistdio/u32-vsnprintf: New file.
33748         * modules/unistdio/u32-vsprintf: New file.
33749         * modules/unistdio/u32-u32-asnprintf: New file.
33750         * modules/unistdio/u32-u32-asprintf: New file.
33751         * modules/unistdio/u32-u32-snprintf: New file.
33752         * modules/unistdio/u32-u32-sprintf: New file.
33753         * modules/unistdio/u32-u32-vasnprintf: New file.
33754         * modules/unistdio/u32-u32-vasprintf: New file.
33755         * modules/unistdio/u32-u32-vsnprintf: New file.
33756         * modules/unistdio/u32-u32-vsprintf: New file.
33757         * modules/unistdio/ulc-asnprintf-tests: New file.
33758         * modules/unistdio/ulc-vasnprintf-tests: New file.
33759         * modules/unistdio/ulc-vasprintf-tests: New file.
33760         * modules/unistdio/ulc-vsnprintf-tests: New file.
33761         * modules/unistdio/ulc-vsprintf-tests: New file.
33762         * modules/unistdio/u8-asnprintf-tests: New file.
33763         * modules/unistdio/u8-vasnprintf-tests: New file.
33764         * modules/unistdio/u8-vasprintf-tests: New file.
33765         * modules/unistdio/u8-vsnprintf-tests: New file.
33766         * modules/unistdio/u8-vsprintf-tests: New file.
33767         * modules/unistdio/u16-asnprintf-tests: New file.
33768         * modules/unistdio/u16-vasnprintf-tests: New file.
33769         * modules/unistdio/u16-vasprintf-tests: New file.
33770         * modules/unistdio/u16-vsnprintf-tests: New file.
33771         * modules/unistdio/u16-vsprintf-tests: New file.
33772         * modules/unistdio/u32-asnprintf-tests: New file.
33773         * modules/unistdio/u32-vasnprintf-tests: New file.
33774         * modules/unistdio/u32-vasprintf-tests: New file.
33775         * modules/unistdio/u32-vsnprintf-tests: New file.
33776         * modules/unistdio/u32-vsprintf-tests: New file.
33777         * MODULES.html.sh (Unicode string functions): Add the new modules.
33778
33779 2007-07-01  Bruno Haible  <bruno@clisp.org>
33780
33781         * lib/sprintf.c (sprintf): Limit the available length estimation,
33782         to avoid address wraparound.
33783         * lib/vsprintf.c (vsprintf): Likewise.
33784         * modules/sprintf-posix (Dependencies): Add stdint.
33785         * modules/vsprintf-posix (Dependencies): Likewise.
33786
33787 2007-07-01  Bruno Haible  <bruno@clisp.org>
33788
33789         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33790         Windows PATH as well. Conservative double-quoting. Comments.
33791
33792 2007-07-01  Bruno Haible  <bruno@clisp.org>
33793             Eric Blake  <ebb9@byu.net>
33794             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33795
33796         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33797         empty components in $PATH, denoting '.'.
33798
33799 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33800
33801         * gnulib-tool: Fix indentation.
33802         (func_create_megatestdir): Likewise.
33803         Report by Bruno Haible.
33804
33805 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33806
33807         Sync from Automake.
33808         * build-aux/gnupload: Fix shell portability issues with for loops.
33809         Report by Karl Berry.
33810
33811 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33812
33813         * build-aux/maint.mk (POURL): Use translationproject.org.
33814
33815 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33816             Bruno Haible  <bruno@clisp.org>
33817
33818         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33819         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33820         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33821         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33822         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33823
33824 2007-06-27  Bruno Haible  <bruno@clisp.org>
33825
33826         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33827         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33828
33829 2007-06-26  Karl Berry  <karl@gnu.org>
33830
33831         * MODULES.html.sh: remove xreadlink-with-size.
33832
33833 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33834
33835         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33836         method that I hope also handles the double-include problem noted
33837         by Bruno Haible in
33838         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33839
33840 2007-06-23  Bruno Haible  <bruno@clisp.org>
33841
33842         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33843         Don't let the 'mostlyclean' target fail if the last subdirectory could
33844         not be removed.
33845         Reported by Karl Berry.
33846
33847 2007-06-23  Bruno Haible  <bruno@clisp.org>
33848
33849         * gnulib-tool (echo): Add a speedier workaround for ksh.
33850         * tests/test-echo.sh: Likewise.
33851
33852 2007-06-23  Bruno Haible  <bruno@clisp.org>
33853
33854         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33855         * tests/test-echo.sh: Likewise.
33856
33857 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33858
33859         * gnulib-tool (IFS): Initialize early, so we don't set it to
33860         empty later.
33861         (self_abspathname): Rewrite algorithm to set it, reindent.
33862         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33863         (func_create_megatestdir): Merge some sed scripts.
33864
33865 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33866
33867         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33868         exposed by Sun Studio 11 cc on Solaris 8.
33869
33870 2007-06-22  Bruno Haible  <bruno@clisp.org>
33871
33872         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33873         backslashes.
33874         * tests/test-echo.sh: New file.
33875
33876 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33877
33878         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33879         simplify `sed_replace_build_aux' scripts, they are portable but
33880         echoing them with `echo' is not.
33881         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33882
33883 2007-06-21  Karl Berry  <karl@gnu.org>
33884
33885         * config/srclist.txt: guess we can't handle the licenses via
33886         srclist at the moment.
33887
33888 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33889
33890         * MODULES.html.sh: Add include_next.
33891         * modules/include_next: New file.
33892
33893 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33894
33895         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33896         INCLUDE_NEXT.
33897         (gl_CHECK_NEXT_HEADERS): New macro.
33898         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33899         the obsolescent gl_ABSOLUTE_HEADER.
33900         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33901         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33902         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33903         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33904         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33905         * m4/math_h.m4 (gl_MATH_H): Likewise.
33906         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33907         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33908         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33909         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33910         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33911         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33912         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33913         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33914         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33915         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33916         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33917         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33918         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33919         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33920         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33921         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33922         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33923         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33924         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33925         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33926         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33927         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33928         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33929         * lib/float_.h: Likewise.
33930         * lib/inttypes_.h: Likewise.
33931         * lib/math_.h: Likewise.
33932         * lib/search_.h: Likewise.
33933         * lib/signal_.h: Likewise.
33934         * lib/stdint_.h: Likewise.
33935         * lib/stdio_.h: Likewise.
33936         * lib/stdlib_.h: Likewise.
33937         * lib/string_.h: Likewise.
33938         * lib/sys_stat_.h: Likewise.
33939         * lib/sys_time_.h: Likewise.
33940         * lib/time_.h: Likewise.
33941         * lib/unistd_.h: Likewise.
33942         * lib/wchar_.h: Likewise.
33943         * lib/wctype_.h: Likewise.
33944         * lib/dirent_.h: Likewise.
33945         * lib/iconv_.h: Likewise.
33946         * lib/locale_.h: Likewise.
33947         * lib/netinet_in_.h: Likewise.
33948         * lib/sys_select_.h: Likewise.
33949         * lib/sys_socket_.h: Likewise.
33950         * lib/sysexits_.h: Likewise.
33951         * modules/fcntl (Depends-on): Depend on include_next, not
33952         absolute_header.
33953         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33954         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33955         * modules/fchdir: Likewise.
33956         * modules/float: Likewise.
33957         * modules/iconv_open: Likewise.
33958         * modules/inttypes: Likewise.
33959         * modules/locale: Likewise.
33960         * modules/math: Likewise.
33961         * modules/netinet_in: Likewise.
33962         * modules/search: Likewise.
33963         * modules/signal: Likewise.
33964         * modules/stdint: Likewise.
33965         * modules/stdio: Likewise.
33966         * modules/stdlib: Likewise.
33967         * modules/string: Likewise.
33968         * modules/sys_select: Likewise.
33969         * modules/sys_socket: Likewise.
33970         * modules/sys_stat: Likewise.
33971         * modules/sys_time: Likewise.
33972         * modules/sysexits: Likewise.
33973         * modules/time: Likewise.
33974         * modules/unistd: Likewise.
33975         * modules/wchar: Likewise.
33976         * modules/wctype: Likewise.
33977         * modules/sys_stat: Change maintainer to "all".
33978         * modules/unistd: Likewise.
33979
33980 2007-06-20  Karl Berry  <karl@gnu.org>
33981
33982         * config/srclist.txt: track www changes in license files.
33983
33984 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33985
33986         * build-aux/bootstrap: Remove stray dot.
33987         Make sure build_aux settings are honored when linking
33988         gnulib_extra_files.
33989
33990 2007-06-19  Eric Blake  <ebb9@byu.net>
33991
33992         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33993         Allow compilation on cygwin.
33994
33995 2007-06-19  Jim Meyering  <jim@meyering.net>
33996
33997         xreadlink-with-size: Remove module.  No longer used.
33998         Ex-callers now use xreadlink or mreadlink-with-size.
33999         * modules/xreadlink-with-size: Remove module.
34000         * lib/xreadlink-with-size.c: Remove file.
34001         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34002         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34003         just before the function definition *is* accurate.
34004
34005         Eliminate one way canonicalize_filename_mode could exit.
34006         * lib/canonicalize.c (canonicalize_filename_mode):
34007         Use mreadlink_with_size, not xreadlink_with_size.
34008
34009 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         Detect porting problems to FreeBSD/arm, which has time_t wider than
34012         long int.  Original problem reported for GNU diff by Xin Li in
34013         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34014         * modules/getdate (Depends-on): Add intprops, verify.
34015         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34016         is an integer type no wider than long int.
34017
34018 2007-06-18  Jim Meyering  <jim@meyering.net>
34019
34020         New module: mreadlink-with-size.
34021         * MODULES.html.sh: Add mreadlink-with-size.
34022         * modules/mreadlink-with-size: New module
34023         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34024         not xreadlink-with-size.
34025         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34026
34027 2007-06-16  Bruno Haible  <bruno@clisp.org>
34028
34029         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34030         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34031         Reported by Gary V. Vaughan <gary@gnu.org>.
34032
34033 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34034
34035         Revamp lchown so that it lives in unistd.h where it belongs.
34036         * lib/lchown.h: Remove.
34037         * lib/dirchownmod.c: Don't include lib/lchown.h.
34038         * lib/fchownat.c: Likewise.
34039         * lib/openat.c: Likewise.
34040         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34041         does not follow symlinks.
34042         (EOPNOTSUPP): Define if not defined.
34043         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34044         is defined to 0.
34045         (lchown): New decl.
34046         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34047         Do not check for lchown decl.
34048         Set REPLACE_LCHOWN.
34049         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34050         REPLACE_LCHOWN.
34051         * modules/chown: Make it clear it follows symlinks.
34052         * modules/lchown: Make it clear it doesn't follow symlinks.
34053         (Files): Remove lib/lchown.h
34054         (Depends-on): Add unistd.
34055         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34056         (Include): Include <unistd.h>, not "lchown.h".
34057         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34058         REPLACE_LCHOWN.
34059
34060 2007-06-15  Jim Meyering  <jim@meyering.net>
34061
34062         Change license (GPL to LGPL) of fsusage and dependents.
34063         * modules/fsusage (License): Change to LGPL.
34064         * modules/full-read (License): Likewise.
34065         * modules/full-write (License): Likewise.
34066         * modules/safe-read (License): Likewise.
34067         * modules/safe-write (License): Likewise.
34068
34069 2007-06-14  Ben Pfaff  <blp@gnu.org>
34070
34071         Missing part of allocsa -> malloca transition.
34072         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34073         gl_MALLOCA.
34074
34075 2007-06-12  Bruno Haible  <bruno@clisp.org>
34076
34077         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34078         to ia64, x86_64, i386.
34079         Reported by Eric Blake.
34080
34081 2007-06-12  Bruno Haible  <bruno@clisp.org>
34082
34083         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34084         cross-compiling to x86_64.
34085
34086 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34087
34088         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34089         glitch reported by Ralf Wildenhues in
34090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34091
34092         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34093         Vin Shelton.
34094
34095 2007-06-11  Bruno Haible  <bruno@clisp.org>
34096
34097         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34098         replacement string.
34099         Reported by Eric Blake.
34100
34101 2007-06-10  Bruno Haible  <bruno@clisp.org>
34102
34103         Prepare vasnprintf code for use with Unicode strings.
34104         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34105         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34106         TYPE_U32_STRING.
34107         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34108         a_u32_string variants.
34109         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34110         * lib/printf-args.c: Don't include config.h and the specification
34111         header if PRINTF_FETCHARGS is already defined.
34112         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34113         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34114         TYPE_U16_STRING, TYPE_U32_STRING.
34115         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34116         u16_directive, u16_directives, u32_directive, u32_directives): New
34117         types.
34118         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34119         New declarations.
34120         * lib/printf-parse.c: Don't include config.h and the specification
34121         header if PRINTF_PARSE is already defined. Eliminate the set of
34122         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34123         them now. Include c-ctype.h.
34124         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34125         directive and CHAR_T_ONLY_ASCII.
34126         * lib/vasnprintf.c: Don't include config.h and the specification header
34127         if VASNPRINTF is already defined.
34128         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34129         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34130         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34131         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34132         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34133         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34134         code accordingly.
34135         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34136         pad_ourselves also in this case, with the 'c' and 's' directives, and
34137         with a different notion of "width".
34138         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34139
34140 2007-06-10  Bruno Haible  <bruno@clisp.org>
34141
34142         * modules/unistr/u32-mbsnlen: New file.
34143         * lib/unistr/u32-mbsnlen.c: New file.
34144
34145         * modules/unistr/u16-mbsnlen: New file.
34146         * lib/unistr/u16-mbsnlen.c: New file.
34147
34148         * modules/unistr/u8-mbsnlen: New file.
34149         * lib/unistr/u8-mbsnlen.c: New file.
34150
34151         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34152         declarations.
34153
34154 2007-06-10  Bruno Haible  <bruno@clisp.org>
34155
34156         * lib/string_.h (mbsnlen): New declaration.
34157         * lib/mbsnlen.c: New file.
34158         * m4/mbsnlen.m4: New file.
34159         * modules/mbsnlen: New file.
34160         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34161         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34162         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34163
34164 2007-06-10  Bruno Haible  <bruno@clisp.org>
34165
34166         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34167
34168 2007-06-10  Bruno Haible  <bruno@clisp.org>
34169
34170         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34171         * lib/mbuiter.h: Likewise.
34172
34173 2007-06-10  Bruno Haible  <bruno@clisp.org>
34174
34175         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34176         declaration.
34177
34178 2007-06-10  Karl Berry  <karl@gnu.org>
34179
34180         * config/srclist.txt: remove gettext entries, Bruno prefers
34181         to update individually.
34182
34183 2007-06-10  Bruno Haible  <bruno@clisp.org>
34184
34185         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34186         'maxlen'. Ensure only length + width bytes are allocated, not
34187         length + 1 + width.
34188
34189 2007-06-09  Bruno Haible  <bruno@clisp.org>
34190
34191         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34192         (CHAR_T): Remove macro.
34193         (VASNPRINTF): Update.
34194
34195 2007-06-09  Bruno Haible  <bruno@clisp.org>
34196
34197         * MODULES.html.sh (Unicode string functions): Add the new modules.
34198
34199         * modules/uniconv/u32-conv-to-enc: New file.
34200         * lib/uniconv/u32-conv-to-enc.c: New file.
34201         * modules/uniconv/u32-conv-to-enc-tests: New file.
34202         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34203
34204         * modules/uniconv/u16-conv-to-enc: New file.
34205         * lib/uniconv/u16-conv-to-enc.c: New file.
34206         * lib/uniconv/u-conv-to-enc.h: New file.
34207         * modules/uniconv/u16-conv-to-enc-tests: New file.
34208         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34209
34210         * modules/uniconv/u8-conv-to-enc: New file.
34211         * lib/uniconv/u8-conv-to-enc.c: New file.
34212         * modules/uniconv/u8-conv-to-enc-tests: New file.
34213         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34214
34215         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34216         u32_conv_to_encoding): New declarations.
34217
34218 2007-06-09  Bruno Haible  <bruno@clisp.org>
34219
34220         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34221
34222 2007-06-09  Bruno Haible  <bruno@clisp.org>
34223
34224         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34225         * modules/malloca: Renamed from modules/allocsa, updated.
34226         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34227         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34228         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34229         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34230         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34231         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34232         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34233         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34234         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34235         * modules/c-strcasestr (Depends-on): Update.
34236         * lib/c-strcasestr.c: Update.
34237         * modules/c-strstr (Depends-on): Update.
34238         * lib/c-strstr.c: Update.
34239         * modules/canonicalize-lgpl (Depends-on): Update.
34240         * lib/canonicalize-lgpl.c: Update.
34241         * modules/clean-temp (Depends-on): Update.
34242         * lib/clean-temp.c: Update.
34243         * modules/csharpcomp (Depends-on): Update.
34244         * lib/csharpcomp.c: Update.
34245         * modules/csharpexec (Depends-on): Update.
34246         * lib/csharpexec.c: Update.
34247         * modules/javacomp (Depends-on): Update.
34248         * lib/javacomp.c: Update.
34249         * modules/javaexec (Depends-on): Update.
34250         * lib/javaexec.c: Update.
34251         * modules/mbscasestr (Depends-on): Update.
34252         * lib/mbscasestr.c: Update.
34253         * modules/mbsstr (Depends-on): Update.
34254         * lib/mbsstr.c: Update.
34255         * modules/setenv (Depends-on): Update.
34256         * lib/setenv.c: Update.
34257         * modules/strcasestr (Depends-on): Update.
34258         * lib/strcasestr.c: Update.
34259         * modules/striconveha (Depends-on): Update.
34260         * lib/striconveha.c: Update.
34261         * modules/relocatable-prog-wrapper (Files): Update.
34262         * lib/relocwrapper.c: Update.
34263         * build-aux/install-reloc: Update.
34264         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34265
34266 2007-06-08  Bruno Haible  <bruno@clisp.org>
34267
34268         Port to uClibc.
34269         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34270         * lib/fpurge.c (fpurge): Likewise.
34271         * lib/freading.c (freading): Likewise.
34272         * lib/fseeko.c (rpl_fseeko): Likewise.
34273         * lib/fseterr.c (fseterr): Likewise.
34274         * lib/fwriting.c (fwriting): Likewise.
34275         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34276
34277 2007-06-08  Bruno Haible  <bruno@clisp.org>
34278
34279         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34280         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34281         * modules/gettext (Files): Add m4/intlmacosx.m4.
34282
34283 2007-06-07  Bruno Haible  <bruno@clisp.org>
34284
34285         * modules/localename-tests: New file.
34286         * tests/test-localename.c: New file.
34287
34288         New module 'localename'.
34289         * lib/localename.h: New file.
34290         * lib/localename.c: New file, from GNU gettext.
34291         * m4/localename.m4: New file.
34292         * modules/localename: New file.
34293
34294 2007-06-07  Bruno Haible  <bruno@clisp.org>
34295
34296         Work around the lack of <wchar.h> on some builds of uClibc.
34297         * doc/headers/wchar.texi: Update.
34298         * lib/wchar_.h: Include <wchar.h> only if it exists.
34299         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34300         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34301         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34302         doesn't exist.
34303         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34304         * modules/mbfile (Depends-on): Add wchar.
34305         * modules/mbiter (Depends-on): Likewise.
34306         * modules/mbuiter (Depends-on): Likewise.
34307         Reported by Simon Josefsson.
34308
34309 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34310
34311         Work around problem reported by Steven M. Schweda in
34312         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34313         Tru64 5.1B with the Compaq compiler environment installed declares
34314         an 'isblank' function but does not define it in the C library.
34315         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34316         * lib/regex_internal.h (isblank): Likewise.
34317         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34318         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34319
34320 2007-06-05  Bruno Haible  <bruno@clisp.org>
34321
34322         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34323         ia64.
34324         * modules/printf-safe: New file.
34325         * modules/fprintf-posix (Depends-on): Add printf-safe.
34326         * modules/printf-posix (Depends-on): Likewise.
34327         * modules/snprintf-posix (Depends-on): Likewise.
34328         * modules/sprintf-posix (Depends-on): Likewise.
34329         * modules/vasnprintf-posix (Depends-on): Likewise.
34330         * modules/vasprintf-posix (Depends-on): Likewise.
34331         * modules/vfprintf-posix (Depends-on): Likewise.
34332         * modules/vprintf-posix (Depends-on): Likewise.
34333         * modules/vsnprintf-posix (Depends-on): Likewise.
34334         * modules/vsprintf-posix (Depends-on): Likewise.
34335         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34336         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34337         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34338         "no" on i386, x86_64, ia64.
34339         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34340         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34341         on i386, x86_64, ia64.
34342         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34343         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34344         on i386, x86_64, ia64.
34345         * tests/test-vasnprintf-posix.c: Include float.h.
34346         (LDBL80_WORDS): New macro.
34347         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34348         on i386, x86_64, ia64.
34349         * tests/test-vasprintf-posix.c: Include float.h.
34350         (LDBL80_WORDS): New macro.
34351         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34352         on i386, x86_64, ia64.
34353         * tests/test-snprintf-posix.c: Include float.h.
34354         * tests/test-sprintf-posix.c: Likewise.
34355         * tests/test-vsnprintf-posix.c: Likewise.
34356         * tests/test-vsprintf-posix.c: Likewise.
34357
34358 2007-06-05  Bruno Haible  <bruno@clisp.org>
34359
34360         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34361         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34362         non-IEEE numbers on i386, x86_64, ia64.
34363         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34364         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34365         * tests/test-isnanl.h: Include float.h.
34366         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34367
34368 2007-06-05  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34371         also the %a / %A. Handle the %a / %A code before this extra handling.
34372
34373 2007-06-05  Bruno Haible  <bruno@clisp.org>
34374
34375         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34376         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34377
34378 2007-06-05  Bruno Haible  <bruno@clisp.org>
34379
34380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34381         typo in variable name.
34382
34383 2007-06-05  Eric Blake  <ebb9@byu.net>
34384
34385         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34386         Reported by Simon Josefsson.
34387
34388 2007-06-04  Bruno Haible  <bruno@clisp.org>
34389
34390         Avoid test failures on some PowerPC platforms.
34391         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34392         Define differently for PowerPC.
34393         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34394         Reported by Gary V. Vaughan <gary@gnu.org>.
34395
34396 2007-06-02  Bruno Haible  <bruno@clisp.org>
34397
34398         Fix test-stdint failure on FreeBSD/ia64.
34399         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34400         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34401         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34402         * doc/headers/stdint.texi: Update.
34403
34404 2007-06-01  Bruno Haible  <bruno@clisp.org>
34405
34406         * tests/test-binary-io.c (main): Pass a third argument to open().
34407         Reported by Gary V. Vaughan <gary@gnu.org>.
34408
34409 2007-06-01  Bruno Haible  <bruno@clisp.org>
34410
34411         * doc/functions/frexpl.texi: Update for mingw.
34412
34413 2007-06-01  Bruno Haible  <bruno@clisp.org>
34414
34415         * tests/test-lseek.c (main): Disable test of errno for invalid third
34416         argument.
34417         * doc/functions/lseek.texi: Update.
34418         Reported by Gary V. Vaughan <gary@gnu.org>.
34419
34420 2007-05-28  Bruno Haible  <bruno@clisp.org>
34421
34422         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34423
34424 2007-05-31  Eric Blake  <ebb9@byu.net>
34425
34426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34427         cross compiling.
34428
34429 2007-05-30  Eric Blake  <ebb9@byu.net>
34430         and Bruno Haible  <bruno@clisp.org>
34431
34432         Work around mingw test failures exposed by m4-1.4.9b.
34433         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34434         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34435         moment.
34436
34437 2007-05-30  Bruno Haible  <bruno@clisp.org>
34438
34439         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34440         assuming that they are closed. Needed on HP-UX 11.
34441
34442 2007-05-29  Bruno Haible  <bruno@clisp.org>
34443
34444         Fix a problem with #include_next.
34445         * lib/dirent_.h: Split the double-inclusion guard.
34446         * lib/fcntl_.h: Likewise.
34447         * lib/float_.h: Likewise.
34448         * lib/iconv_.h: Likewise.
34449         * lib/inttypes_.h: Likewise.
34450         * lib/locale_.h: Likewise.
34451         * lib/math_.h: Likewise.
34452         * lib/netinet_in_.h: Likewise.
34453         * lib/search_.h: Likewise.
34454         * lib/signal_.h: Likewise.
34455         * lib/stdint_.h: Likewise.
34456         * lib/stdio_.h: Likewise.
34457         * lib/stdlib_.h: Likewise.
34458         * lib/string_.h: Likewise.
34459         * lib/sys_select_.h: Likewise.
34460         * lib/sys_socket_.h: Likewise.
34461         * lib/sys_stat_.h: Likewise.
34462         * lib/sys_time_.h: Likewise.
34463         * lib/sysexits_.h: Likewise.
34464         * lib/time_.h: Likewise.
34465         * lib/unistd_.h: Likewise.
34466         * lib/wchar_.h: Likewise.
34467         * lib/wctype_.h: Likewise.
34468
34469 2007-05-29  Bruno Haible  <bruno@clisp.org>
34470
34471         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34472         for the moment.
34473
34474 2007-05-29  Bruno Haible  <bruno@clisp.org>
34475
34476         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34477         invocation.
34478         Reported by Eric Blake.
34479
34480 2007-05-29  Bruno Haible  <bruno@clisp.org>
34481
34482         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34483         compiling case.
34484
34485 2007-05-29  Eric Blake  <ebb9@byu.net>
34486             Bruno Haible  <bruno@clisp.org>
34487
34488         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34489         cross compiles.
34490
34491 2007-05-28  Eric Blake  <ebb9@byu.net>
34492
34493         * modules/closein-tests (test_closein_LDADD): Support test on
34494         cygwin with libtool.
34495
34496 2007-05-28  Bruno Haible  <bruno@clisp.org>
34497
34498         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34499         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34500         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34501         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34502         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34503         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34504         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34505         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34506         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34507
34508 2007-05-28  Eric Blake  <ebb9@byu.net>
34509
34510         Unconditionally include <config.h> in unit tests.
34511         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34512         * tests/test-allocsa.c, tests/test-arcfour.c,
34513         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34514         tests/test-array_list.c, tests/test-array_oset.c,
34515         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34516         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34517         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34518         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34519         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34520         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34521         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34522         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34523         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34524         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34525         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34526         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34527         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34528         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34529         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34530         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34531         test-md5.c, test-memmem.c, test-printf-posix.c,
34532         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34533         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34534         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34535         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34536         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34537         test-vasnprintf-posix2.c, test-vasnprintf.c,
34538         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34539         test-vfprintf-posix.c, test-vprintf-posix.c,
34540         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34541         test-xvasprintf.c: Likewise.
34542
34543 2007-05-28  Bruno Haible  <bruno@clisp.org>
34544
34545         * gnulib-tool (func_import): Remember the --with-tests command-line
34546         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34547         Reported by Eric Blake.
34548
34549 2007-05-28  Bruno Haible  <bruno@clisp.org>
34550
34551         * modules/ftell-tests: New file.
34552         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34553         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34554
34555         * lib/ftell.c: New file.
34556         * modules/ftell: New file.
34557         * m4/ftell.m4: New file.
34558         * doc/functions/ftell.texi: Update.
34559         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34560         REPLACE_FTELL.
34561         * lib/stdio_.h (rpl_ftell): New declaration.
34562         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34563         REPLACE_FTELL.
34564
34565 2007-05-28  Eric Blake  <ebb9@byu.net>
34566
34567         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34568
34569 2007-05-28  Bruno Haible  <bruno@clisp.org>
34570
34571         * modules/fseek-tests: New file.
34572         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34573         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34574
34575         * lib/fseek.c: New file.
34576         * modules/fseek: New file.
34577         * m4/fseek.m4: New file.
34578         * doc/functions/fseek.texi: Update.
34579         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34580         REPLACE_FSEEK.
34581         * lib/stdio_.h (rpl_fseek): New declaration.
34582         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34583         REPLACE_FSEEK.
34584
34585 2007-05-28  Bruno Haible  <bruno@clisp.org>
34586
34587         * lib/stdio_.h (fflush): More comments.
34588
34589 2007-05-28  Bruno Haible  <bruno@clisp.org>
34590
34591         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34592         runtime test.
34593
34594 2007-05-28  Eric Blake  <ebb9@byu.net>
34595
34596         Improve lseek module.
34597         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34598         * lib/unistd_.h (lseek): Scale back link warning message.
34599         * tests/test-lseek.c: Beef up test.
34600         * tests/test-lseek.sh: Exercise more facets of lseek.
34601         Reported by Bruno Haible.
34602
34603 2007-05-28  Bruno Haible  <bruno@clisp.org>
34604
34605         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34606         to define.
34607
34608 2007-05-27  Bruno Haible  <bruno@clisp.org>
34609
34610         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34611
34612 2007-05-27  Bruno Haible  <bruno@clisp.org>
34613
34614         * modules/openmp: New file.
34615         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34616         Noah Misch.
34617
34618 2007-05-26  Bruno Haible  <bruno@clisp.org>
34619
34620         * modules/chdir-long (Depends-on): Add fchdir.
34621         * modules/chdir-safer (Depends-on): Likewise.
34622         * modules/fts (Depends-on): Likewise.
34623         * modules/fts-lgpl (Depends-on): Likewise.
34624         * modules/openat (Depends-on): Likewise.
34625         * modules/savewd (Depends-on): Likewise.
34626
34627 2007-05-24  Eric Blake  <ebb9@byu.net>
34628
34629         Fix lseek on mingw.
34630         * modules/lseek: New module.
34631         * m4/lseek.m4: New file.
34632         * lib/lseek.c: New file.
34633         * modules/lseek-tests: New file.
34634         * tests/test-lseek.c: New file.
34635         * tests/test-lseek.sh: New file.
34636         * MODULES.html.sh: Document lseek module.
34637         * modules/fflush (Depends-on): Add lseek, fseeko.
34638         * modules/fseeko (Depends-on): Likewise.
34639         * modules/ftello (Depends-on): Likewise.
34640         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34641         broken.
34642         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34643         broken.
34644         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34645         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34646         * lib/ftello.c (rpl_ftello): Likewise.
34647         * tests/test-fseeko.c (main): Test this.
34648         * tests/test-fseeko.sh: Likewise.
34649         * tests/test-ftello.c (main): Likewise.
34650         * tests/test-ftello.sh: Likewise.
34651         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34652         implies replacing fseek.
34653         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34654         HAVE_FTELLO.
34655         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34656         * modules/unistd (Makefile.am): Likewise.
34657         * lib/unistd_.h (lseek): Declare a replacement.
34658         * doc/functions/lseek.texi (lseek): Document this fix.
34659         * doc/functions/fseek.texi (fseek): Likewise.
34660         * doc/functions/ftell.texi (ftell): Likewise.
34661
34662 2007-05-24  Bruno Haible  <bruno@clisp.org>
34663
34664         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34665         in the printed representation of a NaN.
34666         * tests/test-vasprintf-posix.c (test_function): Likewise.
34667         * tests/test-snprintf-posix.h (test_function): Likewise.
34668         * tests/test-sprintf-posix.h (test_function): Likewise.
34669         Reported by Eric Blake.
34670
34671 2007-05-23  Eric Blake  <ebb9@byu.net>
34672
34673         Fix fseeko/ftello on cygwin 1.5.24.
34674         * doc/functions/fseeko.texi (fseeko): Document the fix.
34675         * doc/functions/ftello.texi (ftello): Document the fix.
34676         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34677         * doc/functions/stdout.text (stdout): New file.
34678         * doc/functions/stderr.text (stderr): New file.
34679         * doc/gnulib.texi (Function Substitutes): Use new files.
34680         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34681         prior to 1.7.0.
34682         * tests/test-ftello.c (main): Likewise for ftello.
34683         * tests/test-fseeko.sh: New file.
34684         * tests/test-ftello.sh: New file.
34685         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34686         with seekable stdin.
34687         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34688         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34689         (gl_REPLACE_FSEEKO): New macro.
34690         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34691         * modules/fseeko (Files): Distribute fseeko.c.
34692         * modules/ftello (Files): Distribute ftello.c.
34693         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34694         mode.
34695         * lib/ftello.c (rpl_ftello): New file.
34696         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34697         fseeko, ftello.
34698         (gl_STDIN_LARGE_OFFSET): New macro.
34699         * modules/stdio (Makefile.am): Perform the replacement.
34700         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34701
34702 2007-05-23  Bruno Haible  <bruno@clisp.org>
34703
34704         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34705         GNULIB_POSIXCHECK is defined.
34706
34707 2007-05-21  Bruno Haible  <bruno@clisp.org>
34708
34709         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34710         Check also the output for NaN arguments. When cross-compiling, guess
34711         no on IRIX.
34712         * lib/vasnprintf.c: Update comments.
34713         * tests/test-vasnprintf-posix.c (strisnan): New function.
34714         (test_function): Use it.
34715         * tests/test-vasprintf-posix.c (strisnan): New function.
34716         (test_function): Use it.
34717         * tests/test-snprintf-posix.h (strisnan): New function.
34718         (test_function): Use it.
34719         * tests/test-sprintf-posix.h (strisnan): New function.
34720         (test_function): Use it.
34721         Reported by Eric Blake.
34722
34723 2007-05-20  Bruno Haible  <bruno@clisp.org>
34724
34725         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34726         numbers that fails on BeOS.
34727         * doc/functions/frexpl.texi: Update.
34728
34729 2007-05-20  Jim Meyering  <jim@meyering.net>
34730
34731         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34732         forced upon us by glibc-2.6.
34733
34734 2007-05-20  Bruno Haible  <bruno@clisp.org>
34735
34736         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34737         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34738         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34739         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34740         NEED_PRINTF_INFINITE.
34741         (is_infinitel): New function.
34742         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34743         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34744         gl_PREREQ_VASNPRINTF_INFINITE.
34745         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34746         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34747         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34748         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34749         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34750         gl_PREREQ_VASNPRINTF_INFINITE.
34751         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34752         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34753         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34754         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34755         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34756         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34757         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34758         * doc/functions/fprintf.texi: Update.
34759         * doc/functions/printf.texi: Update.
34760         * doc/functions/snprintf.texi: Update.
34761         * doc/functions/sprintf.texi: Update.
34762         * doc/functions/vfprintf.texi: Update.
34763         * doc/functions/vprintf.texi: Update.
34764         * doc/functions/vsnprintf.texi: Update.
34765         * doc/functions/vsprintf.texi: Update.
34766
34767 2007-05-20  Bruno Haible  <bruno@clisp.org>
34768
34769         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34770         was not found in libc.
34771         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34772
34773 2007-05-20  Bruno Haible  <bruno@clisp.org>
34774
34775         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34776         printed as "-nan" instead of "nan".
34777         * tests/test-vasprintf-posix.c (test_function): Likewise.
34778         * tests/test-snprintf-posix.h (test_function): Likewise.
34779         * tests/test-sprintf-posix.h (test_function): Likewise.
34780         Needed for HP-UX 11.
34781
34782 2007-05-20  Jim Meyering  <jim@meyering.net>
34783
34784         Fix buggy test for the fchownat-deref bug.
34785         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34786         symlink required for the run-test.  Without it, this test would
34787         always declare that fchownat doesn't work, and client code would
34788         unnecessarily use the replacement function with fixed libc.
34789         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34790         Reported by Greg Schafer.
34791
34792 2007-05-19  Bruno Haible  <bruno@clisp.org>
34793
34794         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34795         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34796         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34797         Needed for IRIX 6.5 and Solaris 2.5.1.
34798
34799 2007-05-19  Bruno Haible  <bruno@clisp.org>
34800
34801         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34802         (test_function): Skip tests involving -0.0 on platforms where
34803         -0.0 = 0.0.
34804         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34805         (test_function): Skip tests involving -0.0 on platforms where
34806         -0.0 = 0.0.
34807         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34808         (test_function): Skip tests involving -0.0 on platforms where
34809         -0.0 = 0.0.
34810         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34811         (test_function): Skip tests involving -0.0 on platforms where
34812         -0.0 = 0.0.
34813         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34814         tests.
34815         * tests/test-printf-posix.h (test_function): Likewise.
34816         * tests/test-printf-posix.output: Remove all -0.0 related results.
34817         Needed for IRIX 6.5.
34818
34819 2007-05-19  Bruno Haible  <bruno@clisp.org>
34820
34821         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34822         printed as "nan0x7fffffff" instead of "nan".
34823         * tests/test-vasprintf-posix.c (test_function): Likewise.
34824         * tests/test-snprintf-posix.h (test_function): Likewise.
34825         * tests/test-sprintf-posix.h (test_function): Likewise.
34826         * tests/test-fprintf-posix.h (NaN): Remove macro.
34827         (test_function): Remove all NaN related tests.
34828         * tests/test-printf-posix.h (NaN): Remove macro.
34829         (test_function): Remove all NaN related tests.
34830         * tests/test-printf-posix.output: Remove all NaN related results.
34831         Needed for IRIX 6.5.
34832
34833 2007-05-19  Bruno Haible  <bruno@clisp.org>
34834
34835         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34836         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34837
34838 2007-05-19  Bruno Haible  <bruno@clisp.org>
34839
34840         * lib/float_.h: New file.
34841         * m4/float_h.m4: New file.
34842         * modules/float: New file.
34843         * modules/isnanl (Dependencies): Add float.
34844         * modules/isnanl-nolibm (Dependencies): Likewise.
34845         * modules/mathl (Dependencies): Likewise.
34846         * modules/printf-frexpl (Dependencies): Likewise.
34847         * modules/signbit (Dependencies): Likewise.
34848         * modules/vasnprintf (Dependencies): Likewise.
34849         * doc/headers/float.texi: Update.
34850
34851 2007-05-19  Jim Meyering  <jim@meyering.net>
34852
34853         * lib/utimens.c (gl_futimens): Rename from futimens,
34854         now that glibc-2.6 declares futimens.
34855         * lib/utimens.h: Likewise.
34856
34857 2007-05-19  Bruno Haible  <bruno@clisp.org>
34858
34859         Avoid test failures on mingw.
34860         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34861         * tests/test-printf-posix.sh: Likewise.
34862         * tests/test-vfprintf-posix.sh: Likewise.
34863         * tests/test-vprintf-posix.sh: Likewise.
34864
34865 2007-05-19  Bruno Haible  <bruno@clisp.org>
34866
34867         Fix *printf result for NaN, Inf, -0.0 on mingw.
34868         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34869         * lib/vasnprintf.c: Include math.h and isnan.h.
34870         (is_infinite_or_zero): New function.
34871         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34872         values in the %f, %F, %e, %E, %g, %G directives.
34873         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34874         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34875         gl_PRINTF_INFINITE and test its result. Invoke
34876         gl_PREREQ_VASNPRINTF_INFINITE.
34877         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34878         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34879         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34880         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34881         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34882         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34883         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34884         * doc/functions/fprintf.texi: Update.
34885         * doc/functions/printf.texi: Update.
34886         * doc/functions/snprintf.texi: Update.
34887         * doc/functions/sprintf.texi: Update.
34888         * doc/functions/vfprintf.texi: Update.
34889         * doc/functions/vprintf.texi: Update.
34890         * doc/functions/vsnprintf.texi: Update.
34891         * doc/functions/vsprintf.texi: Update.
34892
34893 2007-05-19  Bruno Haible  <bruno@clisp.org>
34894
34895         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34896         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34897         Instead of multiplying with 10^k, set extra_zeroes to k.
34898         (scale10_round_long_double): Remove function.
34899
34900 2007-05-18  Bruno Haible  <bruno@clisp.org>
34901
34902         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34903         introduced on 2007-05-06.
34904
34905 2007-05-18  Bruno Haible  <bruno@clisp.org>
34906
34907         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34908         %g directives.
34909         * tests/test-vasprintf-posix.c (test_function): Likewise.
34910         * tests/test-snprintf-posix.h (test_function): Likewise.
34911         * tests/test-sprintf-posix.h (test_function): Likewise.
34912
34913 2007-05-18  Bruno Haible  <bruno@clisp.org>
34914
34915         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34916         (strmatch): New function.
34917         (test_function): Test the %f directive on numbers of various exponents.
34918         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34919         (strmatch): New function.
34920         (test_function): Test the %f directive on numbers of various exponents.
34921         * tests/test-snprintf-posix.h (strmatch): New function.
34922         (test_function): Test the %f directive on numbers of various exponents.
34923         * tests/test-sprintf-posix.h (strmatch): New function.
34924         (test_function): Test the %f directive on numbers of various exponents.
34925         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34926         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34927         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34928         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34929
34930 2007-05-18  Bruno Haible  <bruno@clisp.org>
34931
34932         Add support for 'long double' number output.
34933         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34934         * lib/vasnprintf.c: Include math.h and float+.h.
34935         (mp_limb_t): New type.
34936         (GMP_LIMB_BITS): New macro.
34937         (mp_twolimb_t): New type.
34938         (GMP_TWOLIMB_BITS): New macro.
34939         (mpn_t): New type.
34940         (multiply, divide, convert_to_decimal, decode_long_double,
34941         scale10_round_long_double, scale10_round_decimal_long_double,
34942         floorlog10l): New functions.
34943         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34944         for the %f, %F, %e, %E, %g, %G directives.
34945         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34946         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34947         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34948         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34949         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34950         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34951         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34952         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34953         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34954         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34955         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34956         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34957         * modules/snprintf-posix (Depends-on): Likewise.
34958         * modules/sprintf-posix (Depends-on): Likewise.
34959         * modules/vasnprintf-posix (Depends-on): Likewise.
34960         * modules/vasprintf-posix (Depends-on): Likewise.
34961         * modules/vfprintf-posix (Depends-on): Likewise.
34962         * modules/vsnprintf-posix (Depends-on): Likewise.
34963         * modules/vsprintf-posix (Depends-on): Likewise.
34964         * modules/vasnprintf (Files): Add lib/float+.h.
34965         * doc/functions/fprintf.texi: Update.
34966         * doc/functions/printf.texi: Update.
34967         * doc/functions/snprintf.texi: Update.
34968         * doc/functions/sprintf.texi: Update.
34969         * doc/functions/vfprintf.texi: Update.
34970         * doc/functions/vprintf.texi: Update.
34971         * doc/functions/vsnprintf.texi: Update.
34972         * doc/functions/vsprintf.texi: Update.
34973
34974 2007-05-18  Bruno Haible  <bruno@clisp.org>
34975
34976         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34977
34978 2007-05-18  Bruno Haible  <bruno@clisp.org>
34979
34980         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34981         for printing 64-bit integers. Needed for mingw.
34982
34983 2007-05-18  Bruno Haible  <bruno@clisp.org>
34984
34985         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34986         gl_FUNC_FREXPL_WORKS.
34987         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34988
34989 2007-05-18  Bruno Haible  <bruno@clisp.org>
34990
34991         * modules/frexpl-nolibm-tests: New file.
34992
34993         * modules/frexpl-nolibm: New file.
34994         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34995
34996 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34997
34998         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34999         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35000         GCC 4.2, which otherwise issues a lot of warnings.
35001         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35002         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35003         Likewise.
35004         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35005         * modules/iconv_open (iconv.h): Likewise.
35006         * modules/locale (locale.h): Likewise.
35007         * modules/netinet_in (netinet/in.h): Likewise.
35008         * modules/sys_select (sys_select.h): Likewise.
35009         * modules/sys_socket (sys/socket.h): Likewise.
35010         * modules/sys_stat (sys/stat.h): Likewise.
35011         * modules/sysexits (sysexits.h): Likewise.
35012         * modules/unistd (unistd.h): Likewise.
35013
35014 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35015
35016         * modules/closein-tests (Makefile.am): Distribute
35017         `test-closein.sh'.
35018
35019 2007-05-17  Bruno Haible  <bruno@clisp.org>
35020
35021         * tests/test-printf-posix.output: Renamed from
35022         tests/test-fprintf-posix.out.
35023         * modules/fprintf-posix-tests: Update.
35024         * modules/printf-posix-tests: Update.
35025         * modules/vfprintf-posix-tests: Update.
35026         * modules/vprintf-posix-tests: Update.
35027         * tests/test-fprintf-posix.sh: Update.
35028         * tests/test-printf-posix.sh: Update.
35029         * tests/test-vfprintf-posix.sh: Update.
35030         * tests/test-vprintf-posix.sh: Update.
35031         Reported by Ralf Wildenhues.
35032
35033 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35034
35035         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35036         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35037         GCC 4.2, which otherwise issues a lot of warnings.
35038         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35039         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35040         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35041         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35042         it should no longer be needed.
35043         * lib/string_.h: Likewise.
35044         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35045         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35046         * modules/inttypes (inttypes.h): Likewise.
35047         * modules/math (math.h): Likewise.
35048         * modules/search (search.h): Likewise.
35049         * modules/signal (signal.h): Likewise.
35050         * modules/stdint (stdint.h): Likewise.
35051         * modules/stdio (stdio.h): Likewise.
35052         * modules/stdlib (stdlib.h): Likewise.
35053         * modules/string (string.h): Likewise.
35054         * modules/sys_time (sys/time.h): Likewise.
35055         * modules/time (time.h): Likewise.
35056         * modules/wchar (wchar.h): Likewise.
35057         * modules/wctype (wtype.h): Likewise.
35058
35059 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35060
35061         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35062
35063 2007-05-13  Bruno Haible  <bruno@clisp.org>
35064
35065         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35066         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35067         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35068         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35069         (gl_PREREQ_STRTOK_R): Don't require it here.
35070
35071 2007-05-13  Bruno Haible  <bruno@clisp.org>
35072
35073         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35074         when used in C++ mode.
35075
35076 2007-05-12  Bruno Haible  <bruno@clisp.org>
35077
35078         * lib/linebuffer.h: Tweak doc.
35079         * lib/linebuffer.c: Likewise.
35080
35081 2007-05-12  James Youngman  <jay@gnu.org>
35082
35083         * lib/linebuffer.c (readlinebuffer_delim): New function,
35084         like readlinebuffer, but use a caller-specified delimiter.
35085         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35086         as the delimiter.
35087         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35088
35089 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35090
35091         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35092         * modules/openat (Files): Remove openat-die.c.
35093         (Depends-on): Add openat-die.
35094         * modules/openat-die: New module.
35095
35096 2007-05-06  Bruno Haible  <bruno@clisp.org>
35097
35098         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35099         Update with info about Cygwin.
35100         * doc/functions/fprintf.texi: Update.
35101         * doc/functions/printf.texi: Update.
35102         * doc/functions/snprintf.texi: Update.
35103         * doc/functions/sprintf.texi: Update.
35104         * doc/functions/vfprintf.texi: Update.
35105         * doc/functions/vprintf.texi: Update.
35106         * doc/functions/vsnprintf.texi: Update.
35107         * doc/functions/vsprintf.texi: Update.
35108         Reported by Eric Blake.
35109
35110 2007-05-06  Bruno Haible  <bruno@clisp.org>
35111
35112         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35113         padding ourselves for the floating-point directives.
35114         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35116         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35117         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35118         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35119         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35120         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35121         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35122         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35123         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35124         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35125         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35126         * tests/test-snprintf-posix.h (test_function): Also check the width
35127         and some flags in the %f directive.
35128         * tests/test-sprintf-posix.h (test_function): Likewise.
35129         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35130         * tests/test-vasprintf-posix.c (test_function): Likewise.
35131         * doc/functions/fprintf.texi: Update.
35132         * doc/functions/printf.texi: Update.
35133         * doc/functions/snprintf.texi: Update.
35134         * doc/functions/sprintf.texi: Update.
35135         * doc/functions/vfprintf.texi: Update.
35136         * doc/functions/vprintf.texi: Update.
35137         * doc/functions/vsnprintf.texi: Update.
35138         * doc/functions/vsprintf.texi: Update.
35139
35140 2007-05-06  Bruno Haible  <bruno@clisp.org>
35141
35142         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35143         pass the ' flag character to sprintf or snprintf.
35144         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35145         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35146         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35147         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35148         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35149         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35150         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35151         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35152         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35153         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35154         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35155         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35156         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35157         flag.
35158         * tests/test-sprintf-posix.h (test_function): Likewise.
35159         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35160         * tests/test-vasprintf-posix.c (test_function): Likewise.
35161         * doc/functions/fprintf.texi: Update.
35162         * doc/functions/printf.texi: Update.
35163         * doc/functions/snprintf.texi: Update.
35164         * doc/functions/sprintf.texi: Update.
35165         * doc/functions/vfprintf.texi: Update.
35166         * doc/functions/vprintf.texi: Update.
35167         * doc/functions/vsnprintf.texi: Update.
35168         * doc/functions/vsprintf.texi: Update.
35169
35170 2007-05-01  Bruno Haible  <bruno@clisp.org>
35171
35172         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35173
35174 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35175
35176         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35177         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35178
35179 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35180
35181         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35182         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35184
35185 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35186
35187         * lib/argp-help.c (struct hol_entry): New member `ord'.
35188         (HOL_ENTRY_PTRCMP): Use ord for comparison
35189         (hol_sort): Initialize ord.
35190
35191 2007-05-01  Bruno Haible  <bruno@clisp.org>
35192
35193         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35194         Reported by Eric Blake.
35195         * doc/gnulib.texi (Function Substitutes): Update.
35196
35197 2007-05-01  Bruno Haible  <bruno@clisp.org>
35198
35199         * doc/functions.texi: Remove file, now redundant through
35200         doc/functions/*.texi.
35201
35202 2007-05-01  Bruno Haible  <bruno@clisp.org>
35203
35204         * modules/argp (Depends-on): Add sleep.
35205
35206 2007-05-01  Bruno Haible  <bruno@clisp.org>
35207
35208         * modules/sleep-tests: New file.
35209         * tests/test-sleep.c: New file.
35210
35211         * modules/sleep: New file.
35212         * lib/sleep.c: New file.
35213         * m4/sleep.m4: New file.
35214         * lib/unistd_.h (sleep): New declaration.
35215         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35216         HAVE_SLEEP.
35217         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35218         * doc/functions/sleep.texi: Document the sleep module.
35219
35220 2007-05-01  Bruno Haible  <bruno@clisp.org>
35221
35222         * lib/sigprocmask.h: Remove file.
35223         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35224         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35225         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35226         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35227         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35228         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35229         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35230         HAVE_SIGSET_T as a shell variable.
35231         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35232         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35233         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35234         (Depends-on): Add signal. Remove verify.
35235         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35236         (Include): Mention <signal.h> instead of sigprocmask.h.
35237         * NEWS: Mention the change.
35238         * lib/fatal-signal.c: Don't include sigprocmask.h.
35239
35240 2007-05-01  Bruno Haible  <bruno@clisp.org>
35241
35242         * modules/signal: New file.
35243         * lib/signal_.h: New file.
35244         * m4/signal_h.m4: New file.
35245
35246 2007-05-01  Bruno Haible  <bruno@clisp.org>
35247
35248         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35249         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35250         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35251         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35252
35253 2007-05-01  Bruno Haible  <bruno@clisp.org>
35254
35255         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35256         configure time.
35257         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35258         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35259         * modules/sys_stat (Makefile.am): Substitute their values into
35260         sys/stat.h.
35261
35262 2007-05-01  Bruno Haible  <bruno@clisp.org>
35263
35264         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35265         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35266         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35267
35268 2007-05-01  Bruno Haible  <bruno@clisp.org>
35269
35270         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35271         'assert' module here.
35272
35273 2007-05-01  Bruno Haible  <bruno@clisp.org>
35274
35275         * doc/functions/*.texi: New files.
35276         * doc/functions/google-ranking.txt: New file.
35277         * doc/gnulib.texi (Function Substitutes): New chapter.
35278         (ctime, inet_ntoa): Remove sections.
35279         * doc/ctime.texi: Remove file.
35280         * doc/inet_ntoa.texi: Remove file.
35281         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35282         dependencies.
35283         (%.info): New rule, specifying a --reference-limit.
35284
35285 2007-05-01  Bruno Haible  <bruno@clisp.org>
35286
35287         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35288
35289 2007-05-01  Bruno Haible  <bruno@clisp.org>
35290
35291         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35292         the portability of 'mkdir' to mingw systems.
35293
35294 2007-05-01  Bruno Haible  <bruno@clisp.org>
35295
35296         * doc/headers/google-ranking.txt: New file.
35297
35298 2007-04-30  Eric Blake  <ebb9@byu.net>
35299
35300         Prefer fseeko to fseek.
35301         * modules/getpass (Depends-on): Add fseeko.
35302         * lib/getpass.c (getpass): Use fseeko, not fseek.
35303
35304 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35305
35306         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35307         assumes the sorting is stable, while most qsort implementations
35308         are not.  Use argument addresses to ensure they never compare as
35309         equal.
35310
35311         * tests/test-argp-2.sh (usage-indent test): Fix output
35312         (func_compare): Restore diff options
35313         * tests/test-argp.c: Restore #include "progname.h"
35314
35315 2007-04-29  Bruno Haible  <bruno@clisp.org>
35316
35317         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35318         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35319         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35320         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35321         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35322         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35323         (TESTS, check_PROGRAMS): Add test-snprintf.
35324         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35325         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35326         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35327         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35328         assertions that fail on HP-UX, OSF/1, or IRIX.
35329         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35330
35331 2007-04-29  Bruno Haible  <bruno@clisp.org>
35332
35333         * MODULES.html.sh (posix_functions): Remove 'contents'.
35334
35335 2007-04-29  Karl Berry  <karl@gnu.org>
35336
35337         * config/srclist.txt (gendocs_template_min): new entry.
35338
35339 2007-04-29  Bruno Haible  <bruno@clisp.org>
35340
35341         Work around fpurge bug on BSD systems.
35342         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35343         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35344         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35345         fpurge to rpl_fpurge if the system already has this function.
35346         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35347         the case where the system already has this function. Correct invariants
35348         on BSD systems.
35349         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35350         BSD systems.
35351
35352 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35353
35354         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35355         proposed by Sven Verdoolaege.
35356
35357         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35358         options.
35359         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35360         (usage and help tests): Update
35361
35362 2007-04-29  Bruno Haible  <bruno@clisp.org>
35363
35364         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35365         Print more information in case of failure. Disable a test on BeOS.
35366
35367 2007-04-29  Bruno Haible  <bruno@clisp.org>
35368
35369         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35370         This helps debugging on systems on which no gdb is available.
35371
35372 2007-04-29  Bruno Haible  <bruno@clisp.org>
35373
35374         * lib/freading.h: Improve comments.
35375         * lib/fwriting.h: Likewise.
35376         * tests/test-freading.c (main): Don't check freading immediately after
35377         repositioning. Needed for glibc.
35378
35379 2007-04-29  Bruno Haible  <bruno@clisp.org>
35380
35381         * lib/freading.c (freading): Trivial simplification.
35382
35383 2007-04-28  Bruno Haible  <bruno@clisp.org>
35384
35385         * tests/test-fwriting.c (main): Also test the interaction between
35386         fflush and fwriting.
35387         * modules/fwriting-tests (Depends-on): Add fflush.
35388
35389         * tests/test-freading.c (main): Also test the interaction between
35390         fflush and freading.
35391         * modules/freading-tests (Depends-on): Add fflush.
35392
35393 2007-04-28  Bruno Haible  <bruno@clisp.org>
35394
35395         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35396         fseeko and ftello.
35397         Suggested by Eric Blake.
35398
35399 2007-04-28  Jim Meyering  <jim@meyering.net>
35400
35401         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35402         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35403         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35404
35405 2007-04-27  Eric Blake  <ebb9@byu.net>
35406
35407         * doc/headers/assert.texi (assert.h): Document assert module use.
35408
35409 2007-04-27  Bruno Haible  <bruno@clisp.org>
35410
35411         * doc/headers/*.texi: New files.
35412         * doc/gnulib.texi (Header File Substitutes): New chapter.
35413         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35414         dependencies.
35415         (standards.info ,standards.html, standards.dvi): Update dependencies.
35416         (mostlyclean, clean): New targets.
35417
35418 2007-04-27  Bruno Haible  <bruno@clisp.org>
35419
35420         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35421         * modules/sysexits (Files, Makefile.am): Update.
35422
35423         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35424         * modules/sys_socket (Files, Makefile.am): Update.
35425
35426         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35427         * modules/sys_stat (Files, Makefile.am): Update.
35428
35429 2007-04-27  Eric Blake  <ebb9@byu.net>
35430
35431         * lib/freading.h: Improve comments.
35432         * lib/fwriting.h: Likewise.
35433         * lib/fflush.c: Likewise.
35434
35435         Fix closein for mingw.
35436         * modules/closein-tests: Add tests for closein.
35437         * tests/test-closein.c: New file.
35438         * tests/test-closein.sh: Likewise.
35439         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35440         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35441
35442 2007-04-27  Bruno Haible  <bruno@clisp.org>
35443
35444         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35445         version is < 6.
35446         * lib/math_.h [__DECC]: Likewise.
35447         * lib/stdio_.h [__DECC]: Likewise.
35448         * lib/stdlib_.h [__DECC]: Likewise.
35449         * lib/string_.h [__DECC]: Likewise.
35450         * lib/time_.h [__DECC]: Likewise.
35451         * lib/wchar_.h [__DECC]: Likewise.
35452         * lib/wctype_.h [__DECC]: Likewise.
35453
35454 2007-04-27  Bruno Haible  <bruno@clisp.org>
35455
35456         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35457
35458 2007-04-27  Bruno Haible  <bruno@clisp.org>
35459
35460         * lib/fflush.c: Add comments.
35461         * modules/fpurge-tests (Depends-on): Add fflush.
35462         * modules/freadable-tests (Depends-on): Likewise.
35463         * modules/fwritable-tests (Depends-on): Likewise.
35464
35465 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35466
35467         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35468         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35469         Report by Bruno Haible <bruno@clisp.org>.
35470
35471 2007-04-26  Eric Blake  <ebb9@byu.net>
35472
35473         Fix fflush on mingw.
35474         * modules/fflush (Depends-on): Add freading.
35475         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35476         but unread data.
35477
35478 2007-04-26  Eric Blake  <ebb9@byu.net>
35479         and Bruno Haible  <bruno@clisp.org>
35480
35481         Implement freading and fwriting.
35482         * lib/freading.c: New file.
35483         * lib/freading.h: Likewise.
35484         * m4/freading.m4: Likewise.
35485         * modules/freading: Likewise.
35486         * modules/freading-tests: Likewise.
35487         * tests/test-freading.c: Likewise.
35488         * lib/fwriting.c: New file.
35489         * lib/fwriting.h: Likewise.
35490         * m4/fwriting.m4: Likewise.
35491         * modules/fwriting: Likewise.
35492         * modules/fwriting-tests: Likewise.
35493         * tests/test-fwriting.c: Likewise.
35494         * MODULES.html.sh (File stream based Input/Output): Mention them.
35495
35496 2007-04-26  Bruno Haible  <bruno@clisp.org>
35497
35498         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35499         'long' when we assume it.
35500         Suggested by Eric Blake.
35501
35502 2007-04-26  Bruno Haible  <bruno@clisp.org>
35503
35504         Ensure fseeko, ftello are declared on glibc systems.
35505         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35506         * modules/fseeko (configure.ac-early): Likewise.
35507         * modules/ftello (configure.ac-early): Likewise.
35508         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35509         AC_FUNC_FSEEKO for this.
35510         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35511         (gl_CHECK_FSEEKO): Remove macro.
35512
35513 2007-04-26  Bruno Haible  <bruno@clisp.org>
35514
35515         * tests/test-fflush.c (main): Also check the ftell result after
35516         fflush and fseek/fseeko.
35517         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35518         file descriptor position cache in the stream.
35519         * lib/fseeko.c (rpl_fseeko): Likewise.
35520
35521 2007-04-26  Bruno Haible  <bruno@clisp.org>
35522
35523         * modules/fflush-tests (Depends-on): Add fseeko.
35524
35525 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35526             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35527
35528         * lib/argz_.h: ensure error_t definition is obtained in same
35529         mechanism system argz.h would have.
35530         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35531         argz facilities are known bad.  Err on the side of caution if
35532         cross-compiling.
35533
35534 2007-04-25  Eric Blake  <ebb9@byu.net>
35535
35536         * lib/fpurge.c (includes): Use stdlib.h for free.
35537         * tests/test-fflush.c (main): Also test fflush-fseeko.
35538
35539 2007-04-25  Bruno Haible  <bruno@clisp.org>
35540
35541         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35542         * lib/fseeko.c: New file.
35543         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35544         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35545         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35546         gl_FUNC_FSEEKO.
35547         (gl_FUNC_FSEEKO): Invoke it.
35548         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35549         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35550         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35551
35552 2007-04-25  Bruno Haible  <bruno@clisp.org>
35553
35554         * modules/fflush (Depends-on): Add ftello.
35555
35556 2007-04-25  Bruno Haible  <bruno@clisp.org>
35557
35558         * modules/ftello-tests: New file.
35559         * tests/test-ftello.c: New file.
35560
35561         * modules/ftello: New file.
35562         * m4/ftello.m4: New file.
35563         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35564         HAVE_FTELLO.
35565         * lib/stdio_.h (ftello): New declaration.
35566         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35567         HAVE_FTELLO.
35568
35569 2007-04-25  Bruno Haible  <bruno@clisp.org>
35570
35571         * modules/fseeko-tests: New file.
35572         * tests/test-fseeko.c: New file.
35573
35574         * modules/fseeko: New file.
35575         * m4/fseeko.m4: New file.
35576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35577         HAVE_FSEEKO.
35578         * lib/stdio_.h (fseeko): New declaration.
35579         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35580         HAVE_FSEEKO.
35581
35582 2007-04-25  Bruno Haible  <bruno@clisp.org>
35583
35584         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35585
35586 2007-04-25  Bruno Haible  <bruno@clisp.org>
35587
35588         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35589         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35590         * tests/test-unistd.c: Likewise.
35591         * tests/test-fcntl.c: Likewise.
35592
35593 2007-04-23  Eric Blake  <ebb9@byu.net>
35594
35595         * lib/fflush.c: Fix missing include.
35596         Reported by Bruno Haible.
35597
35598 2007-04-23  Bruno Haible  <bruno@clisp.org>
35599
35600         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35601         Reported by Eric Blake.
35602
35603 2007-04-23  Bruno Haible  <bruno@clisp.org>
35604
35605         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35606
35607 2007-04-23  Bruno Haible  <bruno@clisp.org>
35608
35609         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35610
35611 2007-04-23  Bruno Haible  <bruno@clisp.org>
35612
35613         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35614         Needed on HP-UX 11.
35615
35616 2007-04-16  Eric Blake  <ebb9@byu.net>
35617
35618         Make fflush rely on fpurge.
35619         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35620         open coding all variants.
35621         * modules/fflush (Depends-on): Add fpurge and unistd.
35622         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35623         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35624
35625         Fix --with-tests compilation on cygwin.
35626         * modules/argmatch-tests (Makefile.am): List gnulib library first
35627         in LDADD.
35628         * modules/argp-tests (Makefile.am): Likewise.
35629         * modules/array-list-tests (Makefile.am): Likewise.
35630         * modules/array-oset-tests (Makefile.am): Likewise.
35631         * modules/avltree-list-tests (Makefile.am): Likewise.
35632         * modules/avltree-oset-tests (Makefile.am): Likewise.
35633         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35634         * modules/carray-list-tests (Makefile.am): Likewise.
35635         * modules/dirname-tests (Makefile.am): Likewise.
35636         * modules/frexp-tests (Makefile.am): Likewise.
35637         * modules/isnanl-tests (Makefile.am): Likewise.
35638         * modules/linked-list-tests (Makefile.am): Likewise.
35639         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35640         * modules/lock-tests (Makefile.am): Likewise.
35641         * modules/rbtree-list-tests (Makefile.am): Likewise.
35642         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35643         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35644         * modules/tls-tests (Makefile.am): Likewise.
35645         * modules/tsearch-tests (Makefile.am): Likewise.
35646         * modules/xvasprintf-tests (Makefile.am): Likewise.
35647
35648         Fix fpurge for cygwin.
35649         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35650         value.
35651         * modules/fpurge-tests (Depends-on): Clean up trash.
35652
35653 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35654
35655         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35656
35657         * m4/autobuild.m4: Re-indent.
35658
35659 2007-04-13  Bruno Haible  <bruno@clisp.org>
35660
35661         * modules/fpurge-tests: New file.
35662         * tests/test-fpurge.c: New file.
35663
35664         * modules/fpurge: New file.
35665         * lib/fpurge.h: New file.
35666         * lib/fpurge.c: New file.
35667         * m4/fpurge.m4: New file.
35668
35669 2007-04-13  Bruno Haible  <bruno@clisp.org>
35670
35671         * modules/fbufmode-tests: New file.
35672         * tests/test-fbufmode.c: New file.
35673
35674         * modules/fbufmode: New file.
35675         * lib/fbufmode.h: New file.
35676         * lib/fbufmode.c: New file.
35677         * m4/fbufmode.m4: New file.
35678
35679 2007-04-13  Bruno Haible  <bruno@clisp.org>
35680
35681         * modules/fwritable-tests: New file.
35682         * tests/test-fwritable.c: New file.
35683
35684         * modules/fwritable: New file.
35685         * lib/fwritable.h: New file.
35686         * lib/fwritable.c: New file.
35687         * m4/fwritable.m4: New file.
35688
35689 2007-04-13  Bruno Haible  <bruno@clisp.org>
35690
35691         * modules/freadable-tests: New file.
35692         * tests/test-freadable.c: New file.
35693
35694         * modules/freadable: New file.
35695         * lib/freadable.h: New file.
35696         * lib/freadable.c: New file.
35697         * m4/freadable.m4: New file.
35698
35699 2007-04-13  Bruno Haible  <bruno@clisp.org>
35700
35701         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35702         MOSTLYCLEANFILES.
35703
35704 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35705
35706         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35707         gzip bootstrap.conf to avoid dragging in i18n machinery.
35708         (gnulib_tool_option): Use it.
35709
35710 2007-04-13  Bruno Haible  <bruno@clisp.org>
35711
35712         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35713         %F directives.
35714         * tests/test-vasprintf-posix.c (test_function): Likewise.
35715         * tests/test-snprintf-posix.h (test_function): Likewise.
35716         * tests/test-sprintf-posix.h (test_function): Likewise.
35717         * tests/test-fprintf-posix.h (test_function): Likewise.
35718         * tests/test-printf-posix.h (test_function): Likewise.
35719         * tests/test-fprintf-posix.out: Likewise.
35720
35721 2007-04-13  Bruno Haible  <bruno@clisp.org>
35722
35723         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35724         * modules/tls-tests (configure.ac): Likewise.
35725         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35726
35727 2007-04-13  Bruno Haible  <bruno@clisp.org>
35728
35729         * lib/tls.c (glthread_tls_get): Fix return type.
35730         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35731
35732 2007-04-12  Eric Blake  <ebb9@byu.net>
35733
35734         * modules/gettime (Depends-on): Remove gettime.
35735         Reported by Dmitry V. Levin.
35736
35737 2007-04-12  Bruno Haible  <bruno@clisp.org>
35738
35739         * modules/fflush (Include): Mention <stdio.h>.
35740         * modules/strtoimax (Include): Mention <inttypes.h>.
35741         * modules/strtoumax (Include): Likewise.
35742
35743 2007-04-12  Eric Blake  <ebb9@byu.net>
35744
35745         * .cvsignore: New file.
35746         * .gitignore: Likewise.
35747
35748 2007-04-12  Bruno Haible  <bruno@clisp.org>
35749
35750         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35751         not before, since $(LDADD) often contains libgnu.a.
35752         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35753         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35754         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35755         Needed on Cygwin.
35756
35757 2007-04-12  Eric Blake  <ebb9@byu.net>
35758
35759         Work around glibc's failure to flush stdin on fclose.
35760         * lib/closein.c (close_stdin): Flush stdin before closing.
35761
35762         Work around glibc's failure to reset seekable stdin on exit.
35763         * modules/closein: New module.
35764         * lib/closein.c: New file.
35765         * lib/closein.h: Likewise.
35766         * m4/closein.m4: Likewise.
35767         * MODULES.html.sh (File stream based Input/Output): Document it.
35768
35769 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35770
35771         * gnulib-tool: Rename generated 'autobuild' script to
35772         'do-autobuild' in --create-megatestdir output.
35773
35774         * doc/gnulib.texi (Build robot for gnulib): Fix.
35775
35776 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35777
35778         * modules/sysexits (Depends-on): Add absolute-header.
35779
35780 2007-04-12  Eric Blake  <ebb9@byu.net>
35781
35782         No need to preserve errno on success.
35783         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35784         Reported by Bruno Haible.
35785
35786 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35787
35788         * MODULES.html.sh (Support for maintaining and releasing
35789         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35790
35791 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35792
35793         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35794
35795 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35796
35797         * modules/autobuild: New module.
35798
35799         * m4/autobuild.m4: New file.
35800
35801 2007-04-11  Bruno Haible  <bruno@clisp.org>
35802
35803         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35804         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35805         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35806         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35807         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35811         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35812         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35813         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35814         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35815         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35816         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35817         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35818         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35819         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35820         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35821         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35822         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35823         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35824         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35825         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35826         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35827         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35828         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35829         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35830         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35831         Reported by Eric Blake.
35832
35833 2007-04-11  Bruno Haible  <bruno@clisp.org>
35834
35835         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35836
35837 2007-04-10  Bruno Haible  <bruno@clisp.org>
35838
35839         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35840         for NaN and Infinity. Needed on FreeBSD 6.1.
35841         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35842         regarding results for "%010a" of Infinity and NaN.
35843         * tests/test-vasprintf-posix.c (test_function): Likewise.
35844         * tests/test-snprintf-posix.h (test_function): Likewise.
35845         * tests/test-sprintf-posix.h (test_function): Likewise.
35846         * tests/test-fprintf-posix.h (test_function): Likewise.
35847         * tests/test-printf-posix.h (test_function): Likewise.
35848         * tests/test-fprintf-posix.out: Likewise.
35849
35850 2007-04-10  Bruno Haible  <bruno@clisp.org>
35851
35852         * modules/locale-tests: New file.
35853         * tests/test-locale.c: New file.
35854
35855         * modules/locale: New file.
35856         * lib/locale_.h: New file.
35857         * m4/locale_h.m4: New file.
35858
35859 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35860             Bruno Haible  <bruno@clisp.org>
35861
35862         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35863         be determined, test for availability of the copysignf, copysign,
35864         copysignl functions.
35865         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35866         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35867         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35868
35869 2007-04-09  Eric Blake  <ebb9@byu.net>
35870
35871         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35872         * modules/stdio (Makefile.am): Support fflush.
35873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35874         * modules/fflush: New file.
35875         * lib/fflush.c: Likewise.
35876         * m4/fflush.m4: Likewise.
35877         * modules/fflush-tests: New test.
35878         * tests/test-fflush.c: Likewise.
35879         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35880
35881 2007-04-06  Bruno Haible  <bruno@clisp.org>
35882
35883         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35884         (VASNPRINTF): Use signbit for faster determination whether to print a
35885         minus sign.
35886         * modules/vasnprintf (Files): Remove lib/float+.h.
35887         * modules/fprintf-posix (Depends-on): Add signbit.
35888         * modules/snprintf-posix (Depends-on): Likewise.
35889         * modules/sprintf-posix (Depends-on): Likewise.
35890         * modules/vasnprintf-posix (Depends-on): Likewise.
35891         * modules/vasprintf-posix (Depends-on): Likewise.
35892         * modules/vfprintf-posix (Depends-on): Likewise.
35893         * modules/vsnprintf-posix (Depends-on): Likewise.
35894         * modules/vsprintf-posix (Depends-on): Likewise.
35895
35896 2007-04-06  Bruno Haible  <bruno@clisp.org>
35897
35898         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35899         * tests/test-frexpl.c (main): Likewise.
35900         * tests/test-ldexpl.c (main): Likewise.
35901         * modules/frexp-tests (Depends-on): Add signbit.
35902         * modules/frexpl-tests (Depdends-on): Likewise.
35903         * modules/ldexpl-tests (Depdends-on): Likewise.
35904
35905 2007-04-06  Bruno Haible  <bruno@clisp.org>
35906
35907         * modules/signbit-tests: New file.
35908         * tests/test-signbit.c: New file.
35909
35910         * modules/signbit: New file.
35911         * lib/signbitf.c: New file.
35912         * lib/signbitd.c: New file.
35913         * lib/signbitl.c: New file.
35914         * m4/signbit.m4: New file.
35915         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35916         (signbit): New macro.
35917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35918         REPLACE_SIGNBIT.
35919         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35920         REPLACE_FREXPL into math.h.
35921
35922 2007-04-06  Bruno Haible  <bruno@clisp.org>
35923
35924         * modules/isnanf-nolibm-tests: New file.
35925         * tests/test-isnanf.c: New file.
35926
35927         * modules/isnanf-nolibm: New file.
35928         * lib/isnanf.h: New file.
35929         * lib/isnanf.c: New file.
35930         * lib/isnan.c: Consider the USE_FLOAT macro.
35931         * m4/isnanf.m4: New file.
35932
35933 2007-04-06  Bruno Haible  <bruno@clisp.org>
35934
35935         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35936         (Link): New section.
35937
35938         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35939
35940 2007-04-06  Bruno Haible  <bruno@clisp.org>
35941
35942         Assume the 'long double' type.
35943         * m4/longdouble.m4: Remove file.
35944         * config/srclist.txt: Don't mention longdouble.m4.
35945         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35946         * lib/float+.h: Likewise.
35947         * lib/frexp.c: Likewise.
35948         * lib/printf-args.h: Likewise.
35949         * lib/printf-args.c: Likewise.
35950         * lib/printf-frexp.c: Likewise.
35951         * lib/printf-parse.c: Likewise.
35952         * lib/vasnprintf.c: Likewise.
35953         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35954         * m4/intl.m4: Likewise.
35955         * m4/isnanl.m4: Likewise.
35956         * m4/printf.m4: Likewise.
35957         * m4/printf-frexpl.m4: Likewise.
35958         * m4/vasnprintf.m4: Likewise.
35959         * modules/allocsa (Files): Remove m4/longdouble.m4.
35960         * modules/gettext (Files): Likewise.
35961         * modules/relocatable-prog-wrapper (Files): Likewise.
35962         * modules/vasnprintf (Files): Likewise.
35963         * modules/isnanl (Files): Likewise.
35964         (Include): Simplify.
35965         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35966         (Include): Simplify.
35967         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35968         (Include): Simplify.
35969         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35970         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35971         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35972         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35973         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35974         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35975         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35976         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35977         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35978         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35979         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35980         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35981         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35982         * tests/test-isnanl.c: Likewise.
35983         * tests/test-snprintf-posix.h: Likewise.
35984         * tests/test-sprintf-posix.h: Likewise.
35985         * tests/test-vasnprintf-posix.c: Likewise.
35986         * tests/test-vasnprintf-posix2.c: Likewise.
35987         * tests/test-vasprintf-posix.c: Likewise.
35988
35989 2007-04-06  Bruno Haible  <bruno@clisp.org>
35990
35991         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35992         * lib/math_.h [__DECC]: Include the overridden include file through
35993         #include_next, outside the double-inclusion guard.
35994         * lib/stdio_.h [__DECC]: Likewise.
35995         * lib/stdlib_.h [__DECC]: Likewise.
35996         * lib/string_.h [__DECC]: Likewise.
35997         * lib/time_.h [__DECC]: Likewise.
35998         * lib/wchar_.h [__DECC]: Likewise.
35999         * lib/wctype_.h [__DECC]: Likewise.
36000         * lib/inttypes_.h [__DECC]: Likewise.
36001         Reported by Albert Chin <china@thewrittenword.com> in
36002         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36003
36004 2007-04-04  Eric Blake  <ebb9@byu.net>
36005
36006         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36007         1.5.x.
36008
36009 2007-04-04  Bruno Haible  <bruno@clisp.org>
36010
36011         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36012         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36013
36014 2007-04-04  Bruno Haible  <bruno@clisp.org>
36015
36016         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36017         results for "%010a" of Infinity and NaN.
36018         * tests/test-vasprintf-posix.c (test_function): Likewise.
36019         * tests/test-snprintf-posix.h (test_function): Likewise.
36020         * tests/test-sprintf-posix.h (test_function): Likewise.
36021         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36022         * tests/test-printf-posix.h (test_function): Likewise.
36023         * tests/test-fprintf-posix.out: Update.
36024         Needed for FreeBSD 6.1.
36025
36026 2007-04-04  Bruno Haible  <bruno@clisp.org>
36027
36028         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36029         directly used by the gnulib modules nor by gnulib-tool.
36030
36031 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36032
36033         * DEPENDENCIES: Give overall description of version dependency
36034         desirability.  Use more-typical names for apps.
36035         Add shell, coreutils, diffutils, grep, tar, gzip.
36036
36037 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36038
36039         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36040
36041 2007-04-04  Karl Berry  <karl@gnu.org>
36042
36043         * MODULES.html.sh (func_module): missing '.
36044
36045 2007-04-03  Bruno Haible  <bruno@clisp.org>
36046
36047         * modules/argmatch-tests (Makefile.am): New variable
36048         test_argmatch_LDADD.
36049         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36050         * modules/array-list-tests (Makefile.am): New variable
36051         test_array_list_LDADD.
36052         * modules/array-oset-tests (Makefile.am): New variable
36053         test_array_oset_LDADD.
36054         * modules/avltree-list-tests (Makefile.am): New variable
36055         test_avltree_list_LDADD.
36056         * modules/avltree-oset-tests (Makefile.am): New variable
36057         test_avltree_oset_LDADD.
36058         * modules/avltreehash-list-tests (Makefile.am): New variable
36059         test_avltreehash_list_LDADD.
36060         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36061         test_canonicalize_lgpl_LDADD.
36062         * modules/carray-list-tests (Makefile.am): New variable
36063         test_carray_list_LDADD.
36064         * modules/dirname-tests (Makefile.am): New variable
36065         test_dirname_LDADD.
36066         * modules/linked-list-tests (Makefile.am): New variable
36067         test_linked_list_LDADD.
36068         * modules/linkedhash-list-tests (Makefile.am): New variable
36069         test_linkedhash_list_LDADD.
36070         * modules/rbtree-list-tests (Makefile.am): New variable
36071         test_rbtree_list_LDADD.
36072         * modules/rbtree-oset-tests (Makefile.am): New variable
36073         test_rbtree_oset_LDADD.
36074         * modules/rbtreehash-list-tests (Makefile.am): New variable
36075         test_rbtreehash_list_LDADD.
36076         * modules/xvasprintf-tests (Makefile.am): New variable
36077         test_xvasprintf_LDADD.
36078         Reported by Eric Blake.
36079
36080 2007-04-03  Eric Blake  <ebb9@byu.net>
36081
36082         * DEPENDENCIES: Weaken m4 requirements.
36083
36084 2007-04-03  Bruno Haible  <bruno@clisp.org>
36085
36086         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36087         * modules/isnanl-tests (configure.ac): Likewise.
36088
36089 2007-04-03  Ben Pfaff  <blp@gnu.org>
36090
36091         * modules/iconv_open: Add $(srcdir)/ to source directory
36092         references in Makefile fragments that call gperf, to fix VPATH
36093         builds.
36094
36095 2007-04-03  Bruno Haible  <bruno@clisp.org>
36096
36097         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36098         * lib/ldexpl.c: Undo last change.
36099
36100 2007-04-03  Bruno Haible  <bruno@clisp.org>
36101
36102         * modules/printf-frexpl (Depends-on): Undo last change.
36103         (Files): Add m4/ldexpl.m4.
36104
36105 2007-04-03  Bruno Haible  <bruno@clisp.org>
36106
36107         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36108         * modules/isnanl (Link): New section.
36109
36110         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36111         * modules/frexp (Link): New section.
36112
36113         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36114         * modules/frexpl (Link): New section.
36115
36116         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36117         * modules/ldexpl (Link): New section.
36118
36119 2007-04-03  Bruno Haible  <bruno@clisp.org>
36120
36121         * modules/TEMPLATE-EXTENDED: New file.
36122         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36123
36124 2007-04-03  Bruno Haible  <bruno@clisp.org>
36125
36126         * DEPENDENCIES: New file.
36127         Suggested by Simon Josefsson.
36128
36129 2007-04-03  Bruno Haible  <bruno@clisp.org>
36130
36131         * doc/gnulib.texi: Escape @.
36132
36133 2007-04-03  James Youngman  <jay@gnu.org>
36134         and Paul Eggert  <eggert@cs.ucla.edu>
36135
36136         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36137         birthtime on all systems that have birthtime, not just those which
36138         use st_birthtimensec rather than st_birthtim.  Putting zero in
36139         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36140         that the birth time is not available for files on an NFS mount.
36141
36142 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36143
36144         * modules/memxor: Move back from crypto/, suggested by Bruno.
36145         * modules/crypto/hmac-sha1: Fix memxor dependency.
36146
36147         * modules/crypto/gc: Moved from ../.
36148
36149 2007-04-02  Eric Blake  <ebb9@byu.net>
36150
36151         * lib/ldexpl.c (includes): Avoid libm.
36152
36153         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36154
36155 2007-04-02  Bruno Haible  <bruno@clisp.org>
36156
36157         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36158         on IRIX.
36159
36160 2007-04-02  Bruno Haible  <bruno@clisp.org>
36161
36162         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36163         x86 or x86_64 platforms running MacOS X.
36164         Reported by Ryan Schmidt <@ryandesign.com>.
36165
36166 2007-04-02  Bruno Haible  <bruno@clisp.org>
36167
36168         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36169         i386.
36170
36171 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36172
36173         * modules/crypto/arcfour: Moved from ../.
36174         * modules/crypto/arcfour-tests: Moved from ../.
36175         * modules/crypto/arctwo: Moved from ../.
36176         * modules/crypto/arctwo-tests: Moved from ../.
36177         * modules/crypto/des: Moved from ../.
36178         * modules/crypto/des-tests: Moved from ../.
36179         * modules/crypto/gc-arcfour: Moved from ../.
36180         * modules/crypto/gc-arcfour-tests: Moved from ../.
36181         * modules/crypto/gc-arctwo: Moved from ../.
36182         * modules/crypto/gc-arctwo-tests: Moved from ../.
36183         * modules/crypto/gc-des: Moved from ../.
36184         * modules/crypto/gc-des-tests: Moved from ../.
36185         * modules/crypto/gc-hmac-md5: Moved from ../.
36186         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36187         * modules/crypto/gc-hmac-sha1: Moved from ../.
36188         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36189         * modules/crypto/gc-md2: Moved from ../.
36190         * modules/crypto/gc-md2-tests: Moved from ../.
36191         * modules/crypto/gc-md4: Moved from ../.
36192         * modules/crypto/gc-md4-tests: Moved from ../.
36193         * modules/crypto/gc-md5: Moved from ../.
36194         * modules/crypto/gc-md5-tests: Moved from ../.
36195         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36196         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36197         * modules/crypto/gc-random: Moved from ../.
36198         * modules/crypto/gc-rijndael: Moved from ../.
36199         * modules/crypto/gc-rijndael-tests: Moved from ../.
36200         * modules/crypto/gc-sha1: Moved from ../.
36201         * modules/crypto/gc-sha1-tests: Moved from ../.
36202         * modules/crypto/gc-tests: Moved from ../.
36203         * modules/crypto/hmac-md5: Moved from ../.
36204         * modules/crypto/hmac-md5-tests: Moved from ../.
36205         * modules/crypto/hmac-sha1: Moved from ../.
36206         * modules/crypto/hmac-sha1-tests: Moved from ../.
36207         * modules/crypto/md2: Moved from ../.
36208         * modules/crypto/md2-tests: Moved from ../.
36209         * modules/crypto/md4: Moved from ../.
36210         * modules/crypto/md4-tests: Moved from ../.
36211         * modules/crypto/md5: Moved from ../.
36212         * modules/crypto/md5-tests: Moved from ../.
36213         * modules/crypto/memxor: Moved from ../.
36214         * modules/crypto/rijndael: Moved from ../.
36215         * modules/crypto/rijndael-tests: Moved from ../.
36216         * modules/crypto/sha1: Moved from ../.
36217
36218 2007-03-30  James Youngman  <jay@gnu.org>
36219
36220         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36221         rename() to change the ctime of a file (because ctime is unaffected
36222         by rename on jfs2 on AIX 5.1).
36223         (main): Start by doing cleanup, in case a previous run failed leaving
36224         test files behind.
36225
36226 2007-03-31  Bruno Haible  <bruno@clisp.org>
36227
36228         Support old proprietary implementations of iconv.
36229         * modules/iconv_open: New file.
36230         * lib/iconv_.h: New file.
36231         * m4/iconv_h.m4: New file.
36232         * lib/iconv_open.c: New file.
36233         * lib/iconv_open-aix.gperf: New file.
36234         * lib/iconv_open-hpux.gperf: New file.
36235         * lib/iconv_open-irix.gperf: New file.
36236         * lib/iconv_open-osf.gperf: New file.
36237         * m4/iconv_open.m4: New file.
36238         * modules/linebreak (Depends-on): Add iconv_open.
36239         * modules/striconv (Depends-on): Likewise.
36240         * modules/striconveh (Depends-on): Likewise.
36241         * modules/unicodeio (Depends-on): Likewise.
36242         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36243         (iconv_t)(-1).
36244         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36245         conversion if cd is (iconv_t)(-1).
36246         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36247         is not possible.
36248
36249 2007-03-31  Bruno Haible  <bruno@clisp.org>
36250
36251         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36252         work on Solaris either. Protect also second use of "autodetect_jp".
36253
36254 2007-03-31  Bruno Haible  <bruno@clisp.org>
36255
36256         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36257         the function is not present.
36258
36259 2007-03-31  Bruno Haible  <bruno@clisp.org>
36260
36261         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36262         the function is not present.
36263
36264 2007-03-31  Bruno Haible  <bruno@clisp.org>
36265
36266         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36267         a bug in HP-UX iconv_open().
36268
36269 2007-03-31  Bruno Haible  <bruno@clisp.org>
36270
36271         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36272         (Mathematics <math.h>): New section, add fpieee.
36273         (Input/output <stdio.h>): Add fseterr.
36274         (Mathematics <math.h>): New section, add printf-frexp.
36275         (Container data structures): Add sublist.
36276         (Core language properties): Add fpucw, inline.
36277         (Functions for greatest-width integer types <inttypes.h>): Add
36278         imaxabs, imaxdiv, inttypes.
36279         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36280         isnanl-nolibm, ldexp.
36281         (Mathematics <math.h>): New section, add printf-frexpl.
36282         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36283         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36284         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36285         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36286         (Unicode string functions): Add unistr/u*-mbtoucr.
36287         (Java): Add javacomp-script, javaexec-script.
36288         (C#): Add csharpcomp-script, csharpexec-script.
36289         (Support for building libraries and executables): Add havelib,
36290         relocatable-*.
36291         (Support for maintaining and releasing projects): Renamed from
36292         'Support for maintaining and release projects'. Add announce-gen.
36293
36294 2007-03-31  Bruno Haible  <bruno@clisp.org>
36295
36296         * README: Talk primarily about git.
36297         (git and CVS): Renamed from CVS.
36298         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36299         gnulib is available through git.
36300         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36301
36302 2007-03-30  Bruno Haible  <bruno@clisp.org>
36303
36304         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36305         * lib/poll_.h: Likewise.
36306         * lib/stat_.h: Likewise.
36307         * lib/sys_time_.h: Likewise.
36308         * lib/sysexit_.h: Likewise.
36309         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36310         * lib/stdbool_.h: Likewise.
36311         * lib/byteswap_.h: Add double-inclusion guard.
36312
36313 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36314
36315         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36316
36317 2007-03-30  Karl Berry  <karl@gnu.org>
36318
36319         * config/srclist-update: double space after USA in the license
36320         substitution, since that's how it's usually (?) written.
36321
36322 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36323
36324         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36325         reported by Bruno Haible.
36326
36327 2007-03-29  Bruno Haible  <bruno@clisp.org>
36328
36329         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36330         a bug in AIX iconv().
36331
36332 2007-03-29  Bruno Haible  <bruno@clisp.org>
36333
36334         * modules/ldexpl-tests: New file.
36335         * tests/test-ldexpl.c: New file.
36336
36337 2007-03-29  Bruno Haible  <bruno@clisp.org>
36338
36339         * lib/ldexpl.c: Include fpucw.h.
36340         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36341         multiplication.
36342         * modules/ldexpl (Depends-on): Add fpucw.
36343
36344 2007-03-29  Bruno Haible  <bruno@clisp.org>
36345
36346         * modules/ldexpl: New file.
36347         * m4/ldexpl.m4: New file.
36348         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36349         set.
36350         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36351         REPLACE_LDEXPL.
36352         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36353         REPLACE_LDEXPL.
36354         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36355         gl_FUNC_LDEXPL_WORKS.
36356         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36357         * modules/mathl (Files): Remove lib/ldexpl.c.
36358         (Depends-on): Add ldexpl.
36359
36360 2007-03-29  Bruno Haible  <bruno@clisp.org>
36361
36362         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36363
36364 2007-03-29  Bruno Haible  <bruno@clisp.org>
36365
36366         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36367         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36368         and possibly also HP-UX.
36369         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36370         work on AIX, IRIX, HP-UX, OSF/1.
36371         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36372         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36373         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36374         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36375         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36376         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36377
36378 2007-03-29  Bruno Haible  <bruno@clisp.org>
36379
36380         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36381
36382 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36383
36384         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36385         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36386
36387 2007-03-29  Eric Blake  <ebb9@byu.net>
36388
36389         * lib/acl-internal.h: Remove redundant include.
36390         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36391         Cygwin when a file is locked.
36392
36393 2007-03-29  Bruno Haible  <bruno@clisp.org>
36394
36395         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36396         file.
36397         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36398
36399 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36400
36401         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36402         try to remove a parent directory if the child couldn't be removed
36403         (except for the first rmdir, which could fail because the child
36404         doesn't exist).  Problem reported by Jeff Blaine in
36405         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36406
36407 2007-03-28  Bruno Haible  <bruno@clisp.org>
36408
36409         * lib/striconveh.c (utf8conv_carefully): New function.
36410         (mem_cd_iconveh_internal): Invoke it.
36411
36412 2007-03-28  Bruno Haible  <bruno@clisp.org>
36413
36414         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36415         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36416         input.
36417         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36418         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36419         unistr/u8-uctomb.
36420
36421 2007-03-28  Bruno Haible  <bruno@clisp.org>
36422
36423         * modules/unistr/u8-mbtoucr: New file.
36424         * lib/unistr/u8-mbtoucr.c: New file.
36425         * modules/unistr/u16-mbtoucr: New file.
36426         * lib/unistr/u16-mbtoucr.c: New file.
36427         * modules/unistr/u16-mbtoucr: New file.
36428         * lib/unistr/u16-mbtoucr.c: New file.
36429         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36430
36431 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36432             Bruno Haible  <bruno@clisp.org>
36433
36434         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36435         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36436         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36437
36438         * m4/stdio_h.m4: Add stubs for vasprintf too.
36439
36440         * modules/stdio: Support vasprintf in sed command.
36441
36442         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36443         vasprintf.h.  Add stdio module indicator.
36444
36445         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36446         vasprintf.h.
36447
36448         * lib/vasprintf.h: File removed.
36449
36450         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36451         * lib/vasprintf.c: Ditto.
36452         * lib/xvasprintf.c: Ditto.
36453         * tests/test-vasprintf-posix.c: Ditto.
36454         * tests/test-vasprintf.c: Ditto.
36455
36456 2007-03-27  Bruno Haible  <bruno@clisp.org>
36457
36458         Make vasnprintf multithread-safe.
36459         * lib/vasnprintf.c (decimal_point_char): New function.
36460         (VASNPRINTF): Use it.
36461         Suggested by Simon Josefsson.
36462
36463 2007-03-27  Eric Blake  <ebb9@byu.net>
36464
36465         Support sub-second birthtime on cygwin.
36466         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36467         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36468         (get_stat_birthtime): Also work with st_birthtim.
36469
36470 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36471
36472         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36473         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36474         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36475         (get_stat_birthtime_ns): Simplify compile-time tests.
36476         (get_stat_birthtime): Change the API to look like
36477         get_stat_mtime etc., except return a negative tv_nsec on error.
36478         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36479         Don't check for "spare" fields.
36480         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36481         or for struct stat.st_birthtime, as these tests aren't used.
36482         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36483
36484 2007-03-27  Bruno Haible  <bruno@clisp.org>
36485
36486         * lib/stat-time.h: Include <sys/stat.h>.
36487
36488 2007-03-27  James Youngman  <jay@gnu.org>
36489
36490         * lib/stat-time.h (get_stat_birthtime): New function for
36491           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36492         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36493           and its variants.
36494         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36495         * modules/stat-time-test: New file.
36496         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36497
36498 2007-03-26  Bruno Haible  <bruno@clisp.org>
36499
36500         Better support of signalling NaNs.
36501         * lib/atanl.c: Include isnanl.h.
36502         (atanl): Perform test for NaN at the beginning of the function and
36503         through a call to isnanl.
36504         * lib/cosl.c: Include isnanl.h.
36505         (cosl): Perform test for NaN at the beginning of the function and
36506         through a call to isnanl.
36507         * lib/ldexpl.c: Include isnanl.h.
36508         (ldexpl): Perform test for NaN through a call to isnanl.
36509         * lib/logl.c: Include isnanl.h.
36510         (logl): Perform test for NaN at the beginning of the function and
36511         through a call to isnanl.
36512         * lib/sinl.c: Include isnanl.h.
36513         (sinl): Perform test for NaN at the beginning of the function and
36514         through a call to isnanl.
36515         * lib/sqrtl.c: Include isnanl.h.
36516         (sqrtl): Perform test for NaN at the beginning of the function and
36517         through a call to isnanl.
36518         * lib/tanl.c: Include isnanl.h.
36519         (tanl): Perform test for NaN at the beginning of the function and
36520         through a call to isnanl.
36521         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36522         * modules/mathl (Depends-on): Add isnanl.
36523
36524 2007-03-26  Eric Blake  <ebb9@byu.net>
36525
36526         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36527         regression in logic sense of previous patch.
36528
36529 2007-03-26  Bruno Haible  <bruno@clisp.org>
36530
36531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36532         unportable shell command "if ! ...".
36533         Reported by Ralf Wildenhues.
36534
36535 2007-03-25  Bruno Haible  <bruno@clisp.org>
36536
36537         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36538         <sysexits.h> file, and only add EX_CONFIG.
36539         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36540         absolute file name and whether it is sufficient. Substitute also
36541         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36542         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36543         ABSOLUTE_SYSEXITS_H into sysexits.h.
36544
36545 2007-03-25  Bruno Haible  <bruno@clisp.org>
36546
36547         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36548         hints is NULL.
36549
36550 2007-03-25  Bruno Haible  <bruno@clisp.org>
36551
36552         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36553         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36554
36555 2007-03-25  Bruno Haible  <bruno@clisp.org>
36556
36557         * lib/vasnprintf.c: Include langinfo.h.
36558         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36559         multithread-safe.
36560         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36561         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36562         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36563         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36564         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36565         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36566         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36567         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36568         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36569         Reported by Simon Josefsson.
36570
36571 2007-03-25  Bruno Haible  <bruno@clisp.org>
36572
36573         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36574         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36575         * modules/vasnprintf (Depends-on): Add stdint.
36576
36577 2007-03-25  Bruno Haible  <bruno@clisp.org>
36578
36579         * modules/fpieee: New file.
36580         * m4/fpieee.m4: New file.
36581         * modules/isnan-nolibm (Depends-on): Add fpieee.
36582         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36583         * modules/isnanl (Depends-on): Add fpieee.
36584
36585 2007-03-25  Bruno Haible  <bruno@clisp.org>
36586
36587         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36588
36589 2007-03-25  Bruno Haible  <bruno@clisp.org>
36590
36591         Avoid test failures on IRIX 6.5.
36592         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36593         (main): Use it.
36594         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36595         macros.
36596         (main): Use them.
36597
36598 2007-03-25  Bruno Haible  <bruno@clisp.org>
36599
36600         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36601         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36602         exists but doesn't work.
36603         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36604         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36605         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36606         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36607
36608 2007-03-25  Bruno Haible  <bruno@clisp.org>
36609
36610         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36611         returns inf. Needed on IRIX 6.5.
36612
36613 2007-03-25  Bruno Haible  <bruno@clisp.org>
36614
36615         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36616         (main): Use isnanl instead of x != x idiom.
36617         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36618
36619         * tests/test-frexp.c: Include isnan.h.
36620         (main): Use isnan instead of x != x idiom.
36621         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36622
36623 2007-03-25  Bruno Haible  <bruno@clisp.org>
36624
36625         * tests/test-frexp.c (NaN): New function/macro.
36626         (main): Use it instead of 0.0 / 0.0.
36627         * tests/test-isnan.c (NaN): New function/macro.
36628         (main): Use it instead of 0.0 / 0.0.
36629         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36630         (test_function): Use it instead of 0.0 / 0.0.
36631         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36632         (test_function): Use it instead of 0.0 / 0.0.
36633         * tests/test-snprintf-posix.h (NaN): New function/macro.
36634         (test_function): Use it instead of 0.0 / 0.0.
36635         * tests/test-sprintf-posix.h (NaN): New function/macro.
36636         (test_function): Use it instead of 0.0 / 0.0.
36637         * tests/test-fprintf-posix.h (NaN): New function/macro.
36638         (test_function): Use it instead of 0.0 / 0.0.
36639         * tests/test-printf-posix.h (NaN): New function/macro.
36640         (test_function): Use it instead of 0.0 / 0.0.
36641
36642         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36643
36644 2007-03-25  Bruno Haible  <bruno@clisp.org>
36645
36646         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36647
36648 2007-03-25  Bruno Haible  <bruno@clisp.org>
36649
36650         * lib/regexec.c (merge_state_with_log): Make static.
36651
36652 2007-03-25  Bruno Haible  <bruno@clisp.org>
36653
36654         * lib/trigl.c (kernel_rem_pio2): Make static.
36655
36656 2007-03-25  Bruno Haible  <bruno@clisp.org>
36657
36658         * lib/sincosl.c (sincosl_table): Make static.
36659
36660 2007-03-25  Bruno Haible  <bruno@clisp.org>
36661
36662         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36663         if the compiler does not support C99.
36664
36665 2007-03-25  Bruno Haible  <bruno@clisp.org>
36666
36667         * modules/time (Makefile.am): Ensure all rule action lines start with a
36668         tab.
36669
36670 2007-03-24  Bruno Haible  <bruno@clisp.org>
36671
36672         * modules/tsearch-tests: New file.
36673         * tests/test-tsearch.sh: New file.
36674         * tests/test-tsearch.c: New file, mostly copied from glibc.
36675
36676         * modules/search-tests: New file.
36677         * tests/test-search.c: New file.
36678
36679         * modules/search: New file.
36680         * lib/search_.h: New file, incorporating lib/tsearch.h.
36681         * m4/search_h.m4: New file.
36682         * lib/tsearch.h: Remove file.
36683         * lib/tsearch.c: Include search.h instead of tsearch.h.
36684         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36685         HAVE_TSEARCH.
36686         * modules/tsearch (Files): Remove lib/tsearch.h.
36687         (Depends-on): Add search.
36688         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36689         (Include): Change tsearch.h into search.h.
36690
36691 2007-03-24  Bruno Haible  <bruno@clisp.org>
36692
36693         * modules/fpucw: New file.
36694         * lib/fpucw.h: New file.
36695         * lib/frexp.c: Include fpucw.h.
36696         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36697         (FUNC): Use them.
36698         * lib/printf-frexp.c: Include fpucw.h.
36699         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36700         (FUNC): Use them.
36701         * lib/vasnprintf.c: Include fpucw.h.
36702         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36703         'long double' calculations.
36704         * tests/test-frexpl.c: Include fpucw.h.
36705         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36706         * tests/test-printf-frexpl.c: Include fpucw.h.
36707         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36708         * modules/frexpl (Depends-on): Add fpucw.
36709         * modules/printf-frexpl (Depends-on): Likewise.
36710         * modules/fprintf-posix (Depends-on): Likewise.
36711         * modules/snprintf-posix (Depends-on): Likewise.
36712         * modules/sprintf-posix (Depends-on): Likewise.
36713         * modules/vasnprintf-posix (Depends-on): Likewise.
36714         * modules/vasprintf-posix (Depends-on): Likewise.
36715         * modules/vfprintf-posix (Depends-on): Likewise.
36716         * modules/vsnprintf-posix (Depends-on): Likewise.
36717         * modules/vsprintf-posix (Depends-on): Likewise.
36718         * modules/frexpl-tests (Depends-on): Likewise.
36719         * modules/printf-frexpl-tests (Depends-on): Likewise.
36720
36721 2007-03-24  Bruno Haible  <bruno@clisp.org>
36722
36723         * lib/float+.h: New file.
36724         * lib/isnan.c: Include float+.h.
36725         (SIZE): New macro.
36726         (FUNC): Compare only SIZE bytes of the value.
36727         * lib/vasnprintf.c: Include float+.h.
36728         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36729         SIZEOF_LDBL or SIZEOF_DBL bytes.
36730         * modules/isnan-nolibm (Files): Add lib/float+.h.
36731         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36732         * modules/isnanl (Files): Add lib/float+.h.
36733         * modules/vasnprintf (Files): Add lib/float+.h.
36734
36735 2007-03-24  Bruno Haible  <bruno@clisp.org>
36736
36737         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36738         include isnanl-nolibm.h.
36739
36740 2007-03-24  Bruno Haible  <bruno@clisp.org>
36741
36742         * tests/test-read-file.c (main): Don't produce spurious output for
36743         expected situations. Make the test fail if it encountered unexpected
36744         results.
36745
36746 2007-03-24  Bruno Haible  <bruno@clisp.org>
36747
36748         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36749         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36750
36751 2007-03-24  Bruno Haible  <bruno@clisp.org>
36752
36753         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36754
36755 2007-03-24  Bruno Haible  <bruno@clisp.org>
36756
36757         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36758         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36759
36760         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36761         * modules/utf8-ucs4: Turn into a symbolic link to module
36762         unistr/u8-mbtouc.
36763
36764         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36765         utf8-ucs4-unsafe.
36766         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36767         unistr/u8-mbtouc-unsafe.
36768
36769         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36770         * modules/utf16-ucs4: Turn into a symbolic link to module
36771         unistr/u16-mbtouc.
36772
36773         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36774         utf16-ucs4-unsafe.
36775         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36776         unistr/u16-mbtouc-unsafe.
36777
36778         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36779         * modules/ucs4-utf8: Turn into a symbolic link to module
36780         unistr/u8-ubtomb.
36781
36782         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36783         * modules/ucs4-utf16: Turn into a symbolic link to module
36784         unistr/u16-ubtomb.
36785
36786 2007-03-24  Bruno Haible  <bruno@clisp.org>
36787
36788         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36789         Enable the function only if HAVE_INLINE.
36790         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36791         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36792         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36793         Enable the function only if HAVE_INLINE.
36794         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36795         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36796         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36797         Enable the function only if HAVE_INLINE.
36798         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36799         Enable the function only if HAVE_INLINE.
36800         * modules/utf8-ucs4: Update.
36801         * modules/utf8-ucs4-unsafe: Update.
36802         * modules/utf16-ucs4: Update.
36803         * modules/utf16-ucs4-unsafe: Update.
36804         * modules/ucs4-utf8: Update.
36805         * modules/ucs4-utf16: Update.
36806
36807 2007-03-24  Bruno Haible  <bruno@clisp.org>
36808
36809         * lib/utf8-ucs4.h: Remove file.
36810         * lib/utf8-ucs4-unsafe.h: Remove file.
36811         * lib/utf16-ucs4.h: Remove file.
36812         * lib/utf16-ucs4-unsafe.h: Remove file.
36813         * lib/ucs4-utf8.h: Remove file.
36814         * lib/ucs4-utf16.h: Remove file.
36815         * lib/unistr.h: Include their previous contents.
36816         * m4/utf-ucs4.m4: Remove file.
36817         * m4/ucs4-utf.m4: Remove file.
36818         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36819         (Depends-on): Add unistr/base.
36820         (configure.ac): Remove gl_UTF_UCS4.
36821         (Makefile.am): Update.
36822         (Include): Change to unistr.h.
36823         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36824         (Depends-on): Add unistr/base.
36825         (configure.ac): Remove gl_UTF_UCS4.
36826         (Makefile.am): Update.
36827         (Include): Change to unistr.h.
36828         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36829         (Depends-on): Add unistr/base.
36830         (configure.ac): Remove gl_UTF_UCS4.
36831         (Makefile.am): Update.
36832         (Include): Change to unistr.h.
36833         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36834         (Depends-on): Add unistr/base.
36835         (configure.ac): Remove gl_UTF_UCS4.
36836         (Makefile.am): Update.
36837         (Include): Change to unistr.h.
36838         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36839         (Depends-on): Add unistr/base.
36840         (configure.ac): Remove gl_UCS4_UTF.
36841         (Makefile.am): Update.
36842         (Include): Change to unistr.h.
36843         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36844         (Depends-on): Add unistr/base.
36845         (configure.ac): Remove gl_UCS4_UTF.
36846         (Makefile.am): Update.
36847         (Include): Change to unistr.h.
36848         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36849         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36850         utf8-ucs4-unsafe.h.
36851         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36852         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36853         utf16-ucs4-unsafe.h.
36854         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36855         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36856         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36857         * lib/unistr/u8-strchr.c: Likewise.
36858         * lib/unistr/u8-strrchr.c: Likewise.
36859         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36860         * lib/unistr/u16-strchr.c: Likewise.
36861         * lib/unistr/u16-strrchr.c: Likewise.
36862         * lib/striconveh.c: Update.
36863         * lib/linebreak.c: Update.
36864
36865 2007-03-24  Bruno Haible  <bruno@clisp.org>
36866
36867         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36868         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36869
36870 2007-03-22  Bruno Haible  <bruno@clisp.org>
36871
36872         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36873
36874 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36875
36876         * MODULES.html.sh (File system functions): New module write-any-file.
36877         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36878         * m4/write-any-file.m4: New files.
36879
36880 2007-03-23  Eric Blake  <ebb9@byu.net>
36881
36882         * gnulib-tool: Rearrange space-tab sequences, since some editors
36883         like to eat them.
36884
36885 2007-03-23  Eric Blake  <ebb9@byu.net>
36886
36887         * lib/version-etc.c (version_etc_va): Update license wording to
36888         be more concise.  Recommended by Richard Stallman.
36889
36890 2007-03-22  Bruno Haible  <bruno@clisp.org>
36891
36892         * lib/poll.c (MSG_PEEK): New fallback definition.
36893
36894 2007-03-22  Bruno Haible  <bruno@clisp.org>
36895
36896         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36897         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36898         (main): Update.
36899         Fixes a compilation error on BeOS.
36900
36901 2007-03-22  Bruno Haible  <bruno@clisp.org>
36902
36903         * modules/frexpl-tests: New file.
36904         * tests/test-frexpl.c: New file.
36905
36906         * modules/frexpl: New file.
36907         * m4/frexpl.m4: New file.
36908         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36909         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36910         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36911         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36912         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36913         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36914
36915 2007-03-22  Bruno Haible  <bruno@clisp.org>
36916
36917         * lib/frexpl.c: Share code with lib/frexp.c.
36918         * modules/mathl (Files): Add lib/frexp.c.
36919         (Depends-on): Add isnanl-nolibm.
36920
36921 2007-03-22  Bruno Haible  <bruno@clisp.org>
36922
36923         * modules/printf-frexp (Files): Add m4/frexp.m4.
36924         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36925         only if the found frexp function actually works.
36926
36927 2007-03-22  Bruno Haible  <bruno@clisp.org>
36928
36929         * lib/frexp.c: Remove older implementation that uses divisions.
36930
36931 2007-03-21  Bruno Haible  <bruno@clisp.org>
36932
36933         * modules/frexp-tests: New file.
36934         * tests/test-frexp.c: New file.
36935
36936         * modules/frexp: New file.
36937         * lib/frexp.c: New file.
36938         * m4/frexp.m4: New file.
36939         * lib/math_.h (frexp): New declaration.
36940         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36941         REPLACE_FREXP.
36942         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36943
36944 2007-03-21  Bruno Haible  <bruno@clisp.org>
36945
36946         * modules/isnanl-tests: New file.
36947         * tests/test-isnanl.c: New file.
36948
36949         * modules/isnanl: New file.
36950         * lib/isnanl.h: New file.
36951         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36952         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36953         gl_FUNC_ISNANL_WORKS.
36954         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36955         New macros.
36956
36957 2007-03-21  Bruno Haible  <bruno@clisp.org>
36958
36959         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36960         lib/isnanl.h.
36961         (Include): Update.
36962         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36963         * lib/vasnprintf.c: Update.
36964         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36965         tests/test-isnanl.h, remove tests/test-isnanl.c.
36966         (Makefile.am): Update.
36967         * tests/test-isnanl-nolibm.c: New file.
36968         * tests/test-isnanl.h: New file.
36969         * tests/test-isnanl.c: Remove file.
36970
36971 2007-03-21  Jim Meyering  <jim@meyering.net>
36972
36973         When trying to open ".", treat ESTALE like EACCES.
36974         * lib/savewd.c (savewd_save): Resort to forking not just upon
36975         failure with EACCES, but also when errno is ESTALE.
36976
36977 2007-03-20  Bruno Haible  <bruno@clisp.org>
36978
36979         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36980         Needed on AIX 5.1. Reported by Matthew Woehlke.
36981
36982 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36983
36984         Suggestions by Bruno Haible:
36985         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36986         our own.
36987         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36988         * modules/acl (Depends-on): Add gettext.
36989
36990 2007-03-19  Bruno Haible  <bruno@clisp.org>
36991
36992         * modules/iconvme: Remove file.
36993         * lib/iconvme.h: Remove file.
36994         * lib/iconvme.c: Remove file.
36995         * m4/iconvme.m4: Remove file.
36996
36997 2007-03-19  Bruno Haible  <bruno@clisp.org>
36998
36999         * doc/relocatable-maint.texi: Break long shell script line.
37000         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37001
37002 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37003
37004         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37005         handle file_has_acl.
37006         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37007         * lib/acl.c: Move header inclusions and related macro defns into
37008         lib/acl-internal.h.
37009         (S_ISLNK): Remove defn, since that's now done for us.
37010         (file_has_acl): Move to lib/file-has-acl.c.
37011         Call acl_trivial if available.  This is the crucial part of the fix.
37012         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37013         shared within the library.  Rewrite a bit, partly to make it compatible
37014         with the GNU coding style.
37015         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37016         Remove unnecessary double-quotes.
37017         Don't test for acl_to_text; the build will catch that.
37018         Replace acl_entries if it doesn't exist and it is needed.
37019         Check for -lsec and acl_trivial (as used on Solaris 10).
37020         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37021         lib/file-has-acl.c.
37022         (Depends-on): Add sys_stat, for S_ISLNK.
37023
37024 2007-03-19  Ben Pfaff  <blp@gnu.org>
37025
37026         * doc/gnulib.texi: Fix typos.
37027         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37028
37029 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37030
37031         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37032         If size is zero here, buf must be zero.
37033
37034 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37035
37036         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37037         <bruno@clisp.org>.
37038
37039 2007-03-18  Bruno Haible  <bruno@clisp.org>
37040
37041         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37042         Suggested by Eric Blake.
37043
37044 2007-03-18  Ben Pfaff  <blp@gnu.org>
37045
37046         * doc/relocatable.texi: Recommend using as prefix a directory
37047         that does not exist and will never be created.  Based on
37048         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37049         and others.
37050
37051 2007-03-17  Bruno Haible  <bruno@clisp.org>
37052
37053         * lib/fchownat.c: Include lchown.h.
37054
37055 2007-03-17  Bruno Haible  <bruno@clisp.org>
37056
37057         Fix endless loop when the given allocated size was > INT_MAX.
37058         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37059         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37060         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37061         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37062         * lib/sprintf.c (sprintf): Likewise.
37063
37064 2007-03-17  Bruno Haible  <bruno@clisp.org>
37065
37066         * tests/test-argp-2.sh (func_compare): Output a context diff.
37067
37068 2007-03-17  Bruno Haible  <bruno@clisp.org>
37069
37070         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37071         locale's decimal-point character.
37072
37073 2007-03-17  Bruno Haible  <bruno@clisp.org>
37074
37075         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37076         before comparing it. Needed because on some platforms (e.g. x86) a
37077         'long double' occupies less bytes than sizeof (long double).
37078
37079 2007-03-17  Bruno Haible  <bruno@clisp.org>
37080
37081         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37082         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37083         * tests/test-getaddrinfo.c (simple): Likewise.
37084         * tests/test-read-file.c (main): Likewise.
37085
37086 2007-03-17  Bruno Haible  <bruno@clisp.org>
37087
37088         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37089
37090 2007-03-17  Bruno Haible  <bruno@clisp.org>
37091
37092         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37093         unused variable.
37094
37095 2007-03-17  Bruno Haible  <bruno@clisp.org>
37096
37097         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37098         * tests/test-c-strncasecmp.c: Likewise.
37099
37100 2007-03-17  Bruno Haible  <bruno@clisp.org>
37101
37102         * modules/stdlib (Depends-on): Add unistd.
37103         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37104         Needed for MacOS X 10.3.
37105
37106 2007-03-17  Bruno Haible  <bruno@clisp.org>
37107
37108         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37109
37110 2007-03-17  Bruno Haible  <bruno@clisp.org>
37111
37112         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37113
37114 2007-03-17  Bruno Haible  <bruno@clisp.org>
37115
37116         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37117         to reflect files copied from gnulib (with or without modifications).
37118         Suggested by Jim Meyering.
37119
37120 2007-03-17  Eric Blake  <ebb9@byu.net>
37121
37122         * NEWS: Document stdlib change from 2007-02-18.
37123
37124 2007-03-17  Jim Meyering  <jim@meyering.net>
37125
37126         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37127         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37128         someone uses a name containing shell meta-characters.
37129         Reported by Alfred M. Szmidt.
37130
37131         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37132
37133 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37134
37135         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37136         and copy gettext configuration files only if configure.ac contains
37137         a use of AM_GNU_GETTEXT_VERSION.
37138
37139 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37140
37141         * build-aux/bootstrap (gnulib_name): New variable.
37142         (gnulib_tool_options): Use it.
37143
37144 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37145
37146         * tests/test-des.c: Use new namespace.
37147
37148 2007-03-15  Bruno Haible  <bruno@clisp.org>
37149
37150         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37151         Reported by James Youngman <jay@gnu.org>.
37152
37153 2007-03-15  Bruno Haible  <bruno@clisp.org>
37154
37155         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37156         declared prototype. Needed with cc on OSF/1 5.1.
37157
37158 2007-03-15  Bruno Haible  <bruno@clisp.org>
37159
37160         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37161         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37162         (struct gl_list_implementation): Add dispose_fn argument to the
37163         'create_empty', 'create' methods.
37164         (struct gl_list_impl_base): Add field 'dispose_fn'.
37165         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37166         argument.
37167         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37168         dispose_fn argument.
37169         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37170         dispose_fn on the dropped values.
37171         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37172         dispose_fn argument.
37173         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37174         dropped values.
37175         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37176         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37177         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37178         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37179         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37180         argument.
37181         (gl_tree_list_free): Call dispose_fn on the dropped values.
37182         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37183         the dropped values.
37184         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37185         Add dispose_fn argument.
37186         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37187         Call dispose_fn on the dropped values.
37188         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37189         Add dispose_fn argument.
37190         (gl_sublist_create): Initialize the 'dispose_fn' field.
37191         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37192         * tests/test-array_list.c (main): Update.
37193         * tests/test-carray_list.c (main): Update.
37194         * tests/test-avltree_list.c (main): Update.
37195         * tests/test-rbtree_list.c (main): Update.
37196         * tests/test-avltreehash_list.c (main): Update.
37197         * tests/test-rbtreehash_list.c (main): Update.
37198         * tests/test-linked_list.c (main): Update.
37199         * tests/test-linkedhash_list.c (main): Update.
37200         * tests/test-array_oset.c (main): Update.
37201
37202 2007-03-15  Bruno Haible  <bruno@clisp.org>
37203
37204         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37205         (gl_oset_create_empty): Add dispose_fn argument.
37206         (struct gl_oset_implementation): Add dispose_fn argument to
37207         'create_empty' method.
37208         (struct gl_oset_impl_base): Add dispose_fn field.
37209         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37210         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37211         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37212         values.
37213         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37214         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37215         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37216         dropped value.
37217         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37218         dropped value.
37219         * tests/test-array_oset.c (main): Update.
37220         * tests/test-avltree_oset.c (main): Update.
37221         * tests/test-rbtree_oset.c (main): Update.
37222         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37223
37224 2007-03-13  Bruno Haible  <bruno@clisp.org>
37225
37226         * tests/test-stdbool.c (i): Update after last patch.
37227
37228 2007-03-12  Bruno Haible  <bruno@clisp.org>
37229
37230         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37231         the iswprint macro. Needed on Solaris 2.5.1.
37232
37233 2007-03-12  Bruno Haible  <bruno@clisp.org>
37234
37235         * tests/test-printf-frexp.c (main): Declare x as volatile.
37236
37237 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37238
37239         * doc/gnulib.texi (Build robot for gnulib): New section.
37240
37241 2007-03-12  Jim Meyering  <jim@meyering.net>
37242
37243         * build-aux/bootstrap: New file.
37244         * build-aux/bootstrap.conf: New file, from coreutils.
37245
37246 2007-03-11  Bruno Haible  <bruno@clisp.org>
37247
37248         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37249
37250 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37251
37252         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37253         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37254         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37255
37256 2007-03-11  Bruno Haible  <bruno@clisp.org>
37257
37258         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37259         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37260
37261 2007-03-11  Bruno Haible  <bruno@clisp.org>
37262
37263         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37264         formula. Needed for SunPRO C 5.0.
37265
37266 2007-03-11  Bruno Haible  <bruno@clisp.org>
37267
37268         * modules/long-options (Depends-on): Add getopt.
37269
37270 2007-03-11  Bruno Haible  <bruno@clisp.org>
37271
37272         * modules/modechange (Depends-on): Add stdbool.
37273
37274 2007-03-11  Bruno Haible  <bruno@clisp.org>
37275
37276         * modules/i-ring (Depends-on): Add stdbool.
37277
37278 2007-03-11  Bruno Haible  <bruno@clisp.org>
37279
37280         * modules/gc-des (Depends-on): Add stdbool.
37281
37282 2007-03-11  Bruno Haible  <bruno@clisp.org>
37283
37284         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37285
37286 2007-03-11  Bruno Haible  <bruno@clisp.org>
37287
37288         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37289
37290 2007-03-11  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37293
37294 2007-03-11  Bruno Haible  <bruno@clisp.org>
37295
37296         * lib/vasnprintf.c (sprintf): Undefine.
37297
37298 2007-03-11  Bruno Haible  <bruno@clisp.org>
37299
37300         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37301         initializers in SunPRO C and Compaq C compilers.
37302
37303 2007-03-11  Bruno Haible  <bruno@clisp.org>
37304
37305         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37306         decrementing code ANSI C compliant.
37307
37308 2007-03-11  Bruno Haible  <bruno@clisp.org>
37309
37310         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37311         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37312
37313 2007-03-11  Bruno Haible  <bruno@clisp.org>
37314
37315         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37316         <stdbool.h> substitute doesn't pass.
37317
37318 2007-03-11  Bruno Haible  <bruno@clisp.org>
37319
37320         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37321
37322 2007-03-11  Bruno Haible  <bruno@clisp.org>
37323
37324         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37325         script, for submission to autobuild.josefsson.org.
37326
37327 2007-03-10  Bruno Haible  <bruno@clisp.org>
37328
37329         * modules/canonicalize-lgpl-tests: New file.
37330         * tests/test-canonicalize-lgpl.sh: New file.
37331         * tests/test-canonicalize-lgpl.c: New file.
37332
37333         * modules/c-strcase-tests: New file.
37334         * tests/test-c-strcase.sh: New file.
37335         * tests/test-c-strcasecmp.c: New file.
37336         * tests/test-c-strncasecmp.c: New file.
37337
37338         * modules/atexit-tests: New file.
37339         * tests/test-atexit.sh: New file.
37340         * tests/test-atexit.c: New file.
37341
37342 2007-03-10  Bruno Haible  <bruno@clisp.org>
37343
37344         * tests/test-binary-io.sh: Use temporary filenames that are not so
37345         likely to clash with those of other tests (in a parallel make).
37346         * tests/test-binary-io.c: Likewise.
37347
37348 2007-03-10  Bruno Haible  <bruno@clisp.org>
37349
37350         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37351         fallback; use #error instead.
37352         Suggested by Simon Josefsson.
37353
37354 2007-03-10  Bruno Haible  <bruno@clisp.org>
37355
37356         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37357         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37358         first and the last.
37359
37360 2007-03-10  Bruno Haible  <bruno@clisp.org>
37361
37362         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37363
37364 2007-03-10  Bruno Haible  <bruno@clisp.org>
37365
37366         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37367         "make distcheck".
37368         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37369         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37370         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37371
37372 2007-03-10  Bruno Haible  <bruno@clisp.org>
37373
37374         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37375         variable.
37376         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37377         variable.
37378
37379 2007-03-09  Eric Blake  <ebb9@byu.net>
37380         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37381
37382         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37383         types are not being provided by gnulib.
37384         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37385         types are supported.
37386
37387 2007-03-10  Bruno Haible  <bruno@clisp.org>
37388
37389         * lib/stdio_.h (__attribute__): New macro.
37390         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37391         vsprintf): Specify __attribute__ __format__ for GCC.
37392         Suggested by Eric Blake.
37393
37394 2007-03-09  Bruno Haible  <bruno@clisp.org>
37395
37396         * modules/printf-posix-tests: New file.
37397         * tests/test-printf-posix.sh: New file.
37398         * tests/test-printf-posix.c: New file.
37399
37400         * modules/printf-posix: New file.
37401         * lib/printf.c: New file.
37402         * m4/printf-posix-rpl.m4: New file.
37403         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37404         REPLACE_PRINTF.
37405         * lib/stdio_.h (printf): New declaration.
37406         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37407         ____strfmon____): New macros.
37408         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37409         REPLACE_PRINTF.
37410
37411 2007-03-09  Bruno Haible  <bruno@clisp.org>
37412
37413         * tests/test-vasnprintf-posix2.sh: New file.
37414         * tests/test-vasnprintf-posix2.c: New file.
37415         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37416         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37417         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37418
37419         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37420         a locale dependent decimal point, rather than always '.'.
37421
37422 2007-03-09  Eric Blake  <ebb9@byu.net>
37423
37424         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37425         spite of platforms like Tandem/NSK that define it to -1.
37426
37427 2007-03-08  Bruno Haible  <bruno@clisp.org>
37428
37429         * modules/vprintf-posix-tests: New file.
37430         * tests/test-vprintf-posix.sh: New file.
37431         * tests/test-vprintf-posix.c: New file.
37432         * tests/test-printf-posix.h: New file.
37433
37434         * modules/vprintf-posix: New file.
37435         * lib/vprintf.c: New file.
37436         * m4/vprintf-posix.m4: New file.
37437         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37438         REPLACE_VPRINTF.
37439         * lib/stdio_.h (vprintf): New declaration.
37440         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37441         REPLACE_VPRINTF.
37442
37443 2007-03-08  Bruno Haible  <bruno@clisp.org>
37444
37445         * modules/fprintf-posix-tests: New file.
37446         * tests/test-fprintf-posix.sh: New file.
37447         * tests/test-fprintf-posix.c: New file.
37448
37449         * modules/fprintf-posix: New file.
37450         * lib/fprintf.c: New file.
37451         * m4/fprintf-posix.m4: New file.
37452         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37453         REPLACE_FPRINTF.
37454         * lib/stdio_.h (fprintf): New declaration.
37455         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37456         REPLACE_FPRINTF.
37457
37458 2007-03-08  Bruno Haible  <bruno@clisp.org>
37459
37460         * modules/vfprintf-posix-tests: New file.
37461         * tests/test-vfprintf-posix.sh: New file.
37462         * tests/test-vfprintf-posix.c: New file.
37463         * tests/test-fprintf-posix.h: New file.
37464         * tests/test-fprintf-posix.out: New file.
37465
37466         * modules/vfprintf-posix: New file.
37467         * lib/vfprintf.c: New file.
37468         * m4/vfprintf-posix.m4: New file.
37469         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37470         REPLACE_VFPRINTF.
37471         * lib/stdio_.h (vfprintf): New declaration.
37472         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37473         REPLACE_VFPRINTF.
37474
37475 2007-03-08  Bruno Haible  <bruno@clisp.org>
37476
37477         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37478
37479 2007-03-08  Bruno Haible  <bruno@clisp.org>
37480
37481         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37482         instead of 'expr' invocations.
37483         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37484         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37485         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37486         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37487         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37488         Suggested by Paul Eggert.
37489
37490 2007-03-08  Bruno Haible  <bruno@clisp.org>
37491
37492         * modules/fseterr-tests: New file.
37493         * tests/test-fseterr.c: New file.
37494
37495         * modules/fseterr: New file.
37496         * lib/fseterr.h: New file.
37497         * lib/fseterr.c: New file.
37498
37499 2007-03-08  Bruno Haible  <bruno@clisp.org>
37500
37501         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37502         * lib/getopt_.h: Likewise.
37503         * lib/mbswidth.h: Likewise.
37504         * lib/setenv.h: Likewise.
37505         * lib/vasnprintf.h: Likewise.
37506         * lib/vasprintf.h: Likewise.
37507         * lib/verror.h: Likewise.
37508         * lib/xsetenv.h: Likewise.
37509         * lib/xvasprintf.h: Likewise.
37510
37511 2007-03-08  Jim Meyering  <jim@meyering.net>
37512
37513         * users.txt: Add parted.
37514
37515         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37516
37517 2007-03-07  Bruno Haible  <bruno@clisp.org>
37518
37519         * m4/printf.m4: Make the shell script snippets copy&pastable.
37520
37521 2007-03-02  Bruno Haible  <bruno@clisp.org>
37522
37523         * lib/netinet_in_.h: New file.
37524         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37525         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37526         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37527         (Depends-on): Add absolute-header.
37528         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37529         into netinet/in.h.
37530
37531 2007-03-03  Bruno Haible  <bruno@clisp.org>
37532
37533         * lib/sys_select_.h: New file.
37534         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37535         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37536         * modules/sys_select (Files): Add lib/sys_select_.h.
37537         (Depends-on): Add absolute-header.
37538         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37539         into sys/select.h.
37540
37541 2007-03-02  Bruno Haible  <bruno@clisp.org>
37542
37543         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37544         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37545         values.
37546         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37547         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37548         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37549         * modules/sys_socket (Depends-on): Add absolute-header.
37550         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37551         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37552         (Include): Remove requirement of inclusion of <sys/types.h>.
37553
37554 2007-03-02  Bruno Haible  <bruno@clisp.org>
37555
37556         * lib/byteswap_.h (bswap_32): Fix formula.
37557
37558 2007-03-06  Bruno Haible  <bruno@clisp.org>
37559
37560         * modules/sprintf-posix-tests: New file.
37561         * tests/test-sprintf-posix.c: New file.
37562
37563         * modules/sprintf-posix: New file.
37564         * lib/sprintf.c: New file.
37565         * m4/sprintf-posix.m4: New file.
37566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37567         REPLACE_SPRINTF.
37568         * lib/stdio_.h (sprintf): New declaration.
37569         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37570         REPLACE_SPRINTF.
37571
37572 2007-03-06  Bruno Haible  <bruno@clisp.org>
37573
37574         * modules/vsprintf-posix-tests: New file.
37575         * tests/test-vsprintf-posix.c: New file.
37576         * tests/test-sprintf-posix.h: New file.
37577
37578         * modules/vsprintf-posix: New file.
37579         * lib/vsprintf.c: New file.
37580         * m4/vsprintf-posix.m4: New file.
37581         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37582         REPLACE_VSPRINTF.
37583         * lib/stdio_.h (vsprintf): New declaration.
37584         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37585         REPLACE_VSPRINTF.
37586
37587 2007-03-06  Bruno Haible  <bruno@clisp.org>
37588
37589         * modules/vsnprintf (Depend-on): Remove minmax.
37590
37591 2007-03-06  Bruno Haible  <bruno@clisp.org>
37592
37593         * modules/snprintf-posix-tests: New file.
37594         * tests/test-snprintf-posix.c: New file.
37595
37596         * modules/snprintf-posix: New file.
37597         * m4/snprintf-posix.m4: New file.
37598         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37599         gl_FUNC_SNPRINTF.
37600         (gl_FUNC_SNPRINTF): Invoke it.
37601         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37602         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37603         is set.
37604         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37605
37606 2007-03-06  Bruno Haible  <bruno@clisp.org>
37607
37608         * modules/vsnprintf-posix-tests: New file.
37609         * tests/test-vsnprintf-posix.c: New file.
37610         * tests/test-snprintf-posix.h: New file.
37611
37612         * modules/vsnprintf-posix: New file.
37613         * m4/vsnprintf-posix.m4: New file.
37614         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37615         gl_FUNC_VSNPRINTF.
37616         (gl_FUNC_VSNPRINTF): Invoke it.
37617         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37618         * lib/stdio_.h (vsnprintf): Define as a replacement if
37619         REPLACE_VSNPRINTF is set.
37620         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37621
37622 2007-03-06  Bruno Haible  <bruno@clisp.org>
37623
37624         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37625         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37626
37627 2007-03-06  Bruno Haible  <bruno@clisp.org>
37628
37629         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37630         (asinl): Declare also if HAVE_DECL_ASINL is set.
37631         (atanl): Declare also if HAVE_DECL_ATANL is set.
37632         (ceill): Declare also if HAVE_DECL_CEILL is set.
37633         (cosl): Declare also if HAVE_DECL_COSL is set.
37634         (expl): Declare also if HAVE_DECL_EXPL is set.
37635         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37636         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37637         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37638         (logl): Declare also if HAVE_DECL_LOGL is set.
37639         (sinl): Declare also if HAVE_DECL_SINL is set.
37640         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37641         (tanl): Declare also if HAVE_DECL_TANL is set.
37642         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37643         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37644         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37645         declaration of frexpl, ldexpl.
37646         * modules/printf-frexpl (Depends-on): Add math.
37647         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37648
37649 2007-03-05  Bruno Haible  <bruno@clisp.org>
37650
37651         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37652         frexpl and ldexpl are declared.
37653         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37654
37655 2007-03-05  Bruno Haible  <bruno@clisp.org>
37656
37657         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37658         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37659
37660 2007-03-05  Bruno Haible  <bruno@clisp.org>
37661
37662         * lib/stdio_.h: Include <stddef.h>.
37663
37664 2007-03-05  Bruno Haible  <bruno@clisp.org>
37665
37666         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37667
37668 2007-03-05  Bruno Haible  <bruno@clisp.org>
37669
37670         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37671         NetBSD 4, from Ralf Wildenhues.
37672
37673 2007-03-04  Bruno Haible  <bruno@clisp.org>
37674
37675         * lib/vasprintf.h: Update #if logic for the case when the functions
37676         exist but are overridden.
37677
37678 2007-03-04  Bruno Haible  <bruno@clisp.org>
37679
37680         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37681         implementations: glibc-2.4 and MacOS X 10.3.
37682         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37683         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37684         * tests/test-vasprintf-posix.c (test_function): Likewise.
37685
37686 2007-03-04  Bruno Haible  <bruno@clisp.org>
37687
37688         * modules/vasprintf-posix-tests: New file.
37689         * tests/test-vasprintf-posix.c: New file.
37690
37691         * modules/vasprintf-posix: New file.
37692         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37693         defined.
37694         * m4/vasprintf-posix.m4: New file.
37695         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37696         gl_FUNC_VASPRINTF.
37697         (gl_FUNC_VASPRINTF): Invoke it.
37698         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37699         here.
37700         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37701
37702 2007-03-04  Bruno Haible  <bruno@clisp.org>
37703
37704         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37705         REPLACE_GETTIMEOFDAY.
37706         * modules/sys_time (Makefile.am): Likewise.
37707         * m4/sys_time_h.m4: Likewise.
37708         * m4/gettimeofday.m4: Likewise.
37709
37710 2007-03-04  Bruno Haible  <bruno@clisp.org>
37711
37712         * modules/vasnprintf-posix-tests: New file.
37713         * tests/test-vasnprintf-posix.c: New file.
37714
37715         * modules/vasnprintf-posix: New file.
37716         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37717         printf-frexpl.h.
37718         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37719         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37720         REPLACE_VASNPRINTF is defined.
37721         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37722         gl_FUNC_VASNPRINTF.
37723         (gl_FUNC_VASNPRINTF): Invoke it.
37724         * m4/vasnprintf-posix.m4: New file.
37725         * m4/printf.m4: New file.
37726
37727 2007-03-04  Bruno Haible  <bruno@clisp.org>
37728
37729         Compile progreloc.c only if --enable-relocatable is specified.
37730         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37731         if --enable-relocatable was specified.
37732         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37733         lib_SOURCES.
37734
37735 2007-03-04  Jim Meyering  <jim@meyering.net>
37736
37737         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37738         Use it consistently, rather than enumerating errno constants.
37739
37740 2007-03-04  Bruno Haible  <bruno@clisp.org>
37741
37742         * modules/xvasprintf-tests: New file.
37743         * tests/test-xvasprintf.c: New file.
37744
37745         * modules/vasprintf-tests: New file.
37746         * tests/test-vasprintf.c: New file.
37747
37748         * modules/vasnprintf-tests: New file.
37749         * tests/test-vasnprintf.c: New file.
37750
37751         * modules/vsnprintf-tests: New file.
37752         * tests/test-vsnprintf.c: New file.
37753
37754         * modules/snprintf-tests: New file.
37755         * tests/test-snprintf.c: New file.
37756
37757 2007-03-04  Bruno Haible  <bruno@clisp.org>
37758
37759         Compile relocatable.c only if --enable-relocatable is specified.
37760         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37761         gl_RELOCATABLE_LIBRARY.
37762         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37763         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37764         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37765         gl_RELOCATABLE_LIBRARY.
37766         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37767         (Makefile.am): Remove lib_SOURCES.
37768         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37769         gl_RELOCATABLE_LIBRARY.
37770         (Makefile.am): Remove lib_SOURCES.
37771         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37772         always.
37773         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37774         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37775
37776 2007-03-04  Bruno Haible  <bruno@clisp.org>
37777
37778         * modules/argmatch-tests: New file.
37779         * tests/test-argmatch.c: New file.
37780
37781         * tests/test-allocsa.c (main): Halve the number of loop runs.
37782
37783         * modules/alloca-opt-tests: New file.
37784         * tests/test-alloca-opt.c: New file.
37785
37786 2007-03-04  Jim Meyering  <jim@meyering.net>
37787
37788         Work around difference between Linux ACLs and Solaris 10 ZFS.
37789         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37790         for EINVAL.
37791
37792 2007-03-03  Bruno Haible  <bruno@clisp.org>
37793
37794         * modules/relocatable-prog (Depends-on): Add back progreloc's
37795         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37796
37797 2007-03-03  Bruno Haible  <bruno@clisp.org>
37798
37799         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37800         * modules/relocatable-lib: New file.
37801
37802 2007-03-03  Bruno Haible  <bruno@clisp.org>
37803
37804         * modules/relocatable-prog: Renamed from modules/relocatable.
37805         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37806
37807 2007-03-03  Bruno Haible  <bruno@clisp.org>
37808
37809         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37810         m4/relocatable-lib.m4.
37811         (Depends-on): Remove 'relocatable'.
37812         (configure.ac): Add gl_RELOCATABLE_NOP.
37813
37814 2007-03-03  Bruno Haible  <bruno@clisp.org>
37815
37816         * modules/relocatable-prog-wrapper: New file.
37817         * modules/relocatable (Depends-on): Add it. Remove all other
37818         dependencies except progname.
37819         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37820
37821         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37822         (gl_FUNC_STRERROR): Nop.
37823         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37824
37825         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37826         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37827
37828         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37829         (gl_FUNC_READLINK): Update.
37830
37831         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37832
37833 2007-03-03  Bruno Haible  <bruno@clisp.org>
37834
37835         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37836         * modules/xreadlink (Depends-on): Add unistd.
37837         * modules/xreadlink-with-size (Depends-on): Likewise.
37838
37839 2007-03-03  Bruno Haible  <bruno@clisp.org>
37840
37841         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37842         extracted from gt_FUNC_SETENV.
37843         (gt_FUNC_SETENV): Remove macro.
37844         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37845         remove gt_FUNC_SETENV.
37846
37847 2007-03-03  Bruno Haible  <bruno@clisp.org>
37848
37849         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37850         ENABLE_RELOCATABLE here.
37851         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37852
37853 2007-03-03  Bruno Haible  <bruno@clisp.org>
37854
37855         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37856         * tests/test-rbtreehash_list.c: Include progname.h.
37857         (main): Call set_program_name.
37858
37859         * modules/rbtree-oset-tests (Depends-on): Add progname.
37860         * tests/test-rbtree_oset.c: Include progname.h.
37861         (main): Call set_program_name.
37862
37863         * modules/rbtree-list-tests (Depends-on): Add progname.
37864         * tests/test-rbtree_list.c: Include progname.h.
37865         (main): Call set_program_name.
37866
37867         * modules/linked-list-tests (Depends-on): Add progname.
37868         * tests/test-linked_list.c: Include progname.h.
37869         (main): Call set_program_name.
37870
37871 2007-03-03  Bruno Haible  <bruno@clisp.org>
37872
37873         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37874         All uses of __restrict changed to _Restrict_.
37875         * lib/glob_.h (__restrict): Remove macro.
37876
37877 2007-03-02  Bruno Haible  <bruno@clisp.org>
37878
37879         * modules/gettext (configure.ac): Require gettext infrastructure
37880         from version 0.16.1.
37881
37882 2007-03-02  Bruno Haible  <bruno@clisp.org>
37883
37884         * modules/linkedhash-list-tests (Depends-on): Add progname.
37885         * tests/test-linkedhash_list.c: Include progname.h.
37886         (main): Call set_program_name.
37887
37888         * modules/carray-list-tests (Depends-on): Add progname.
37889         * tests/test-carray_list.c: Include progname.h.
37890         (main): Call set_program_name.
37891
37892         * modules/avltreehash-list-tests (Depends-on): Add progname.
37893         * tests/test-avltreehash_list.c: Include progname.h.
37894         (main): Call set_program_name.
37895
37896         * modules/avltree-oset-tests (Depends-on): Add progname.
37897         * tests/test-avltree_oset.c: Include progname.h.
37898         (main): Call set_program_name.
37899
37900         * modules/avltree-list-tests (Depends-on): Add progname.
37901         * tests/test-avltree_list.c: Include progname.h.
37902         (main): Call set_program_name.
37903
37904         * modules/array-oset-tests (Depends-on): Add progname.
37905         * tests/test-array_oset.c: Include progname.h.
37906         (main): Call set_program_name.
37907
37908         * modules/array-list-tests (Depends-on): Add progname.
37909         * tests/test-array_list.c: Include progname.h.
37910         (main): Call set_program_name.
37911
37912         * modules/argp-tests (Depends-on): Add progname.
37913         * tests/test-argp.c: Include argp.h first. Include progname.h.
37914         (main): Call set_program_name.
37915
37916 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37917
37918         * doc/gnulib-tool.texi (Initial import): Reword description of
37919         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37920         limited effect even if defined after the first system include.
37921
37922 2007-03-01  Bruno Haible  <bruno@clisp.org>
37923
37924         * build-aux/config.libpath: Update to libtool-1.5.22.
37925         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37926
37927 2007-03-01  Bruno Haible  <bruno@clisp.org>
37928
37929         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37930         foo_CFLAGS.
37931         Reported by Ralf Wildenhues.
37932
37933 2007-03-01  Bruno Haible  <bruno@clisp.org>
37934
37935         * build-aux/install-reloc: Remove object files left over by some
37936         compilers.
37937         Reported by Ralf Wildenhues.
37938
37939 2007-03-01  Bruno Haible  <bruno@clisp.org>
37940
37941         * build-aux/install-reloc: Break long lines.
37942
37943 2007-03-01  Bruno Haible  <bruno@clisp.org>
37944
37945         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37946         Reported by Ralf Wildenhues.
37947
37948 2007-03-01  Bruno Haible  <bruno@clisp.org>
37949
37950         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37951         include ordering constraints.
37952
37953 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37954
37955         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37956         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37957         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37958         as another example.
37959         * lib/time_.h: Fix misspelling.
37960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37961         Require gl_HEADER_TIME_H_DEFAULTS.
37962         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37963         * m4/time_r.m4 (gl_TIME_R): Likewise.
37964         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37965
37966 2007-03-01  Bruno Haible  <bruno@clisp.org>
37967
37968         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37969         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37970
37971 2007-03-01  Jim Meyering  <jim@meyering.net>
37972
37973         * modules/xreadlink (Maintainer): Add my name.
37974         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37975
37976 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37977             Bruno Haible  <bruno@clisp.org>
37978
37979         * build-aux/install-reloc: Compile also c-ctype.c.
37980         * build-aux/relocatable.sh.in: New file.
37981         * doc/relocatable.texi: New file.
37982         * doc/relocatable-maint.texi: New file.
37983         * doc/gnulib.texi: Include relocatable-maint.texi.
37984         * lib/progreloc.c: Include unistd.h unconditionally.
37985         * lib/relocwrapper.c: Include unistd.h unconditionally.
37986         Include c-ctype.h.
37987         (add_dotbin): Use c_tolower.
37988         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37989         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37990         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37991         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37992         to m4/relocatable-lib.m4.
37993         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37994         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37995         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37996         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37997         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37998         * modules/relocatable: New file.
37999         * modules/relocatable-lib: New file.
38000         * modules/relocatable-script: New file.
38001
38002 2007-02-28  Bruno Haible  <bruno@clisp.org>
38003
38004         Import --enable-relocatable infrastructure.
38005         * build-aux/config.libpath: New file, from GNU gettext.
38006         * build-aux/install-reloc: New file, from GNU gettext.
38007         * build-aux/reloc-ldflags: New file, from GNU gettext.
38008         * lib/relocatable.h: New file, from GNU gettext.
38009         * lib/relocatable.c: New file, from GNU gettext.
38010         * lib/relocwrapper.c: New file, from GNU gettext.
38011         * m4/relocatable.m4: New file, from GNU gettext.
38012
38013 2007-02-28  Bruno Haible  <bruno@clisp.org>
38014
38015         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38016
38017         * modules/xreadlink: New file, from GNU gettext with modifications.
38018         * lib/xreadlink.c: New file, from GNU gettext.
38019         * lib/xreadlink.h: Add comments.
38020         (xreadlink): New declaration.
38021
38022         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38023         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38024         lib/xreadlink-with-size.c.
38025         (configure.ac): Remove gl_XREADLINK invocation.
38026         (Makefile.am): Augment lib_SOURCES.
38027         * m4/xreadlink.m4: Remove file.
38028         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38029         (xreadlink_with_size): Renamed from xreadink.
38030         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38031         * modules/canonicalize (Depends-on): Replace xreadlink with
38032         xreadlink-with-size.
38033         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38034
38035 2007-02-25  Jim Meyering  <jim@meyering.net>
38036
38037         * build-aux/announce-gen: When complaining about excess arguments,
38038         list them.
38039
38040 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38041
38042         * README: Document signed integer overflow situation more
38043         accurately.
38044
38045 2007-02-25  Bruno Haible  <bruno@clisp.org>
38046
38047         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38048         'a' or 'A' conversion.
38049
38050 2007-02-25  Bruno Haible  <bruno@clisp.org>
38051
38052         * modules/filename: Renamed from modules/pathname.
38053         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38054         lib/concatpath.c with lib/concat-filename.c.
38055         (Makefile.am): Update.
38056         (Include): Replace pathname.h with filename.h.
38057         * lib/filename.h: Renamed from lib/pathname.h.
38058         (concatenated_filename): Renamed from concatenated_pathname.
38059         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38060         (concatenated_filename): Renamed from concatenated_pathname.
38061         * lib/findprog.c: Include filename.h instead of pathname.h.
38062         (find_in_path): Update.
38063         * lib/javacomp.c: Include filename.h instead of pathname.h.
38064         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38065         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38066         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38067         is_oldgcj_14_13_usable, is_javac_usable): Update.
38068         * lib/javaexec.c: Include filename.h instead of pathname.h.
38069         (execute_java_class): Update.
38070         * modules/findprog: Update.
38071         * modules/javacomp: Update.
38072         * modules/javaexec: Update.
38073         * MODULES.html.sh (File system functions): Add 'filename', remove
38074         'pathname'.
38075
38076 2007-02-25  Bruno Haible  <bruno@clisp.org>
38077
38078         * modules/printf-frexpl-tests: New file.
38079         * tests/test-printf-frexpl.c: New file.
38080
38081         * modules/printf-frexpl: New file.
38082         * lib/printf-frexpl.h: New file.
38083         * lib/printf-frexpl.c: New file.
38084         * m4/printf-frexpl.m4: New file.
38085
38086 2007-02-25  Bruno Haible  <bruno@clisp.org>
38087
38088         * modules/printf-frexp-tests: New file.
38089         * tests/test-printf-frexp.c: New file.
38090
38091         * modules/printf-frexp: New file.
38092         * lib/printf-frexp.h: New file.
38093         * lib/printf-frexp.c: New file.
38094         * m4/printf-frexp.m4: New file.
38095
38096 2007-02-25  Bruno Haible  <bruno@clisp.org>
38097
38098         Assume automake >= 1.10 for the tests.
38099         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38100         * modules/arctwo-tests: Likewise.
38101         * modules/argp-tests: Likewise.
38102         * modules/avltree-list-tests: Likewise.
38103         * modules/avltree-oset-tests: Likewise.
38104         * modules/avltreehash-list-tests: Likewise.
38105         * modules/carray-list-tests: Likewise.
38106         * modules/crc-tests: Likewise.
38107         * modules/des-tests: Likewise.
38108         * modules/gc-arcfour-tests: Likewise.
38109         * modules/gc-arctwo-tests: Likewise.
38110         * modules/gc-des-tests: Likewise.
38111         * modules/gc-hmac-md5-tests: Likewise.
38112         * modules/gc-hmac-sha1-tests: Likewise.
38113         * modules/gc-md2-tests: Likewise.
38114         * modules/gc-md4-tests: Likewise.
38115         * modules/gc-md5-tests: Likewise.
38116         * modules/gc-pbkdf2-sha1-tests: Likewise.
38117         * modules/gc-rijndael-tests: Likewise.
38118         * modules/gc-sha1-tests: Likewise.
38119         * modules/gc-tests: Likewise.
38120         * modules/getaddrinfo-tests: Likewise.
38121         * modules/hmac-md5-tests: Likewise.
38122         * modules/hmac-sha1-tests: Likewise.
38123         * modules/linked-list-tests: Likewise.
38124         * modules/linkedhash-list-tests: Likewise.
38125         * modules/lock-tests: Likewise.
38126         * modules/md2-tests: Likewise.
38127         * modules/md4-tests: Likewise.
38128         * modules/md5-tests: Likewise.
38129         * modules/rbtree-list-tests: Likewise.
38130         * modules/rbtree-oset-tests: Likewise.
38131         * modules/rbtreehash-list-tests: Likewise.
38132         * modules/read-file-tests: Likewise.
38133         * modules/rijndael-tests: Likewise.
38134         * modules/stdint-tests: Likewise.
38135         * modules/tls-tests: Likewise.
38136
38137 2007-02-24  Bruno Haible  <bruno@clisp.org>
38138
38139         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38140         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38141         function; instead check whether isnan with a double argument links.
38142         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38143         function; instead check whether isnan with a 'long double' argument
38144         links.
38145         Reported by Eric Blake <ebb9@byu.net>.
38146
38147 2007-02-24  Bruno Haible  <bruno@clisp.org>
38148
38149         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38150         defined.
38151         * lib/isnanl.c: Remove all code. Just include isnan.c.
38152         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38153
38154 2007-02-25  Jim Meyering  <jim@meyering.net>
38155
38156         Avoid conflicting types for 'unsetenv' on FreeBSD.
38157         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38158         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38159         in stdlib.h.
38160
38161 2007-02-24  Bruno Haible  <bruno@clisp.org>
38162
38163         * modules/isnanl-nolibm-tests: New file.
38164         * tests/test-isnanl.c: New file.
38165
38166         * modules/isnanl-nolibm: New file.
38167         * lib/isnanl.h: New file.
38168         * lib/isnanl.c: New file.
38169         * m4/isnanl.m4: New file.
38170
38171 2007-02-24  Bruno Haible  <bruno@clisp.org>
38172
38173         * modules/isnan-nolibm-tests: New file.
38174         * tests/test-isnan.c: New file.
38175
38176         * modules/isnan-nolibm: New file.
38177         * lib/isnan.h: New file.
38178         * lib/isnan.c: New file.
38179         * m4/isnan.m4: New file.
38180
38181 2007-02-24  Bruno Haible  <bruno@clisp.org>
38182
38183         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38184         assume that an exponent fits in 20 bits.
38185
38186 2007-02-24  Jim Meyering  <jim@meyering.net>
38187
38188         * m4/regex.m4: Update the description of the configure-time option,
38189         --without-included-regex, to state accurately what the defaults are,
38190         and perhaps to give people an idea why using this option is risky.
38191
38192 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38193
38194         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38195         loops on small arguments.  This attempts to avoid the problem
38196         Bruno Haible reported for AIX 4.3.2 in
38197         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38198
38199 2007-02-23  Bruno Haible  <bruno@clisp.org>
38200
38201         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38202         Needed for help2man.
38203
38204 2007-02-23  Karl Berry  <karl@gnu.org>
38205
38206         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38207         exists, foo.h should be cvs-ignored, not committed.
38208
38209 2007-02-23  Eric Blake  <ebb9@byu.net>
38210
38211         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38212         * lib/stat-time.h (includes): Likewise.
38213         * lib/utimecmp.c (includes): Likewise.
38214         * lib/utimens.h (includes): Likewise.
38215         * lib/getdate.y (includes): Also include "timespec.h" for use
38216         internal to the module.
38217         * modules/utimens (Depends-on): Revert yesterday's patch.
38218         * modules/nanosleep (Depends-on): Add missing dependency.
38219
38220 2007-02-22  Bruno Haible  <bruno@clisp.org>
38221
38222         * lib/glob.c: Don't include getlogin_r.h.
38223
38224 2007-02-22  Jim Meyering  <jim@meyering.net>
38225
38226         * modules/utimens (Depends-on): Add timespec, required for
38227         utimens.h's inclusion of timespec.h.
38228
38229 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38230
38231         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38232         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38233         Schwab in
38234         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38235         I'll try to think of a better way to fix the Solaris problem.
38236
38237         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38238         like glibc; on Solaris 10, it fails with errno == EINVAL.
38239         POSIX says the behavior is unspecified if the first argument is NULL,
38240         so play it safe and never pass NULL to the system getcwd.
38241
38242 2007-02-21  Jim Meyering  <jim@meyering.net>
38243
38244         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38245         of gettimeofday.  It would conflict with the one now always
38246         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38247         an IRIX 6.5 build failure.
38248
38249 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38250
38251         Minor fixups to port to Solaris 10 with Sun C 5.8.
38252         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38253         * modules/getcwd (Depends-on): Add dirfd.
38254         * lib/putenv.c (putenv): #undef it.
38255         (rpl_putenv): New decl.
38256         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38257
38258 2007-02-20  Bruno Haible  <bruno@clisp.org>
38259
38260         * modules/stdio-tests: New file.
38261         * tests/test-stdio.c: New file.
38262
38263         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38264         (Depends-on): Add stdio.
38265         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38266         (Include): Use <stdio.h> instead of vsnprintf.h.
38267         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38268         HAVE_DECL_VSNPRINTF.
38269         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38270
38271         * modules/snprintf (Files): Remove lib/snprintf.h.
38272         (Depends-on): Add stdio.
38273         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38274         (Include): Use <stdio.h> instead of snprintf.h.
38275         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38276         HAVE_DECL_SNPRINTF.
38277         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38278         * lib/getaddrinfo.c: Likewise.
38279
38280         * modules/stdio: New file.
38281         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38282         * lib/snprintf.h: Remove file.
38283         * lib/vsnprintf.h: Remove file.
38284         * lib/.cppi-disable: Remove snprintf.h.
38285         * m4/stdio_h.m4: New file.
38286         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38287
38288 2007-02-20  Jim Meyering  <jim@meyering.net>
38289
38290         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38291         used by e.g., mingw.  From Bruno Haible.
38292
38293 2007-02-19  Bruno Haible  <bruno@clisp.org>
38294
38295         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38296         warnings.
38297         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38298
38299 2007-02-19  Bruno Haible  <bruno@clisp.org>
38300
38301         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38302         from mingw users.
38303
38304 2007-02-19  Bruno Haible  <bruno@clisp.org>
38305
38306         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38307         warnings.
38308         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38309
38310 2007-02-19  Jim Meyering  <jim@meyering.net>
38311
38312         Don't use FD after a successful "fdopendir (fd)".
38313         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38314         Reset it by calling dirfd on the just-obtained DIR*.
38315
38316         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38317         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38318
38319 2007-02-18  Bruno Haible  <bruno@clisp.org>
38320
38321         * lib/readlink.c: Include <unistd.h>.
38322         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38323         HAVE_READLINK.
38324         * modules/readlink (Depends-on): Add unistd.
38325         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38326         (Include): Add <unistd.h>.
38327
38328         * lib/getlogin_r.h: Remove file.
38329         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38330         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38331         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38332         HAVE_DECL_GETLOGIN_R.
38333         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38334         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38335         (Include): Use <unistd.h> instead of getlogin_r.h.
38336
38337         * lib/getcwd.h: Remove file.
38338         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38339         * lib/xgetcwd.c: Likewise.
38340         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38341         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38342         * modules/getcwd (Files): Remove lib/getcwd.h.
38343         (Depends-on): Add unistd.
38344         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38345         (Include): Use <unistd.h> instad of getcwd.h.
38346
38347         * lib/ftruncate.c: Include <unistd.h> first.
38348         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38349         Set HAVE_FTRUNCATE.
38350         * modules/ftruncate (Depends-on): Add unistd.
38351         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38352
38353         * lib/fchdir.c: Include <unistd.h> first.
38354         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38355         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38356         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38357         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38358         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38359
38360         * lib/dup2.c: Include <unistd.h> first.
38361         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38362         HAVE_DUP2.
38363         * modules/dup2 (Depends-on): Add unistd.
38364         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38365
38366         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38367         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38368         REPLACE_CHOWN. Don't define chown as a macro here.
38369         * modules/chown (Depends-on): Add unistd.
38370         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38371
38372         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38373         Add definition for GL_LINK_WARNING.
38374         (chown, dup2): New declarations.
38375         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38376         link warning.
38377         (ftruncate): New declaration.
38378         (getcwd): New declaration, taken from old getcwd.h.
38379         (getlogin_r): New declaration, taken from old getlogin_r.h.
38380         (readlink): New declaration.
38381         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38382         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38383         (gl_PREREQ_UNISTD): Remove macro.
38384         (gl_UNISTD_MODULE_INDICATOR): New macro.
38385         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38386         many new variables. Don't set UNISTD_H.
38387         * modules/unistd (Description): Change.
38388         (Depends-on): Add link-warning.
38389         (configure.ac): Update.
38390         (Makefile.am): Create unistd.h always. Substitute many new variables
38391         into it.
38392
38393 2007-02-18  Bruno Haible  <bruno@clisp.org>
38394
38395         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38396         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38397         HAVE_GETSUBOPT.
38398         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38399         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38400         * lib/getsubopt.h: Remove file.
38401         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38402         (Depends-on): Add stdlib.
38403         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38404         (Includes): Use <stdlib.h> instead of getsubopt.h.
38405         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38406         Set HAVE_GETSUBOPT.
38407         * lib/getsubopt.c: Don't include getsubopt.h.
38408
38409 2007-02-18  Bruno Haible  <bruno@clisp.org>
38410
38411         * modules/fchdir (Depends-on): Add dup2.
38412
38413 2007-02-18  Bruno Haible  <bruno@clisp.org>
38414
38415         * lib/stdlib_.h: Handle glibc's special invocation convention
38416         specially.
38417
38418 2007-02-18  Bruno Haible  <bruno@clisp.org>
38419
38420         * modules/stdlib-tests: New file.
38421         * tests/test-stdlib.c: New file.
38422
38423         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38424         (Depends-on): Add stdlib.
38425         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38426         (Includes): Use <stdlib.h> instead of mkstemp.h.
38427         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38428         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38429         * lib/mkstemp.c: Don't include mkstemp.h.
38430         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38431         * lib/stdlib--.h: Don't include mkstemp.h.
38432
38433         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38434         (Depends-on): Add stdlib.
38435         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38436         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38437         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38438         HAVE_MKDTEMP.
38439         * lib/mkdtemp.c: Don't include mkdtemp.h.
38440         * lib/clean-temp.c: Don't include mkdtemp.h.
38441
38442         * modules/exit (Files): Remove lib/exit.h.
38443         (Depends-on): Add stdlib.
38444         (Makefile.am): Remove lib_SOURCES.
38445         (Include): Use <stdlib.h> instead of exit.h.
38446         * lib/argmatch.c: Don't include exit.h.
38447         * lib/execute.c: Likewise.
38448         * lib/pagealign_alloc.c: Likewise.
38449         * lib/pipe.c: Likewise.
38450         * lib/wait-process.c: Likewise.
38451         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38452         * lib/exitfail.c: Likewise.
38453         * lib/savewd.c: Likewise.
38454         * lib/xsetenv.c: Likewise.
38455
38456         * modules/stdlib: New file.
38457         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38458         and extra comments about mkstemp().
38459         * lib/exit.h: Remove file.
38460         * lib/mkdtemp.h: Remove file.
38461         * lib/mkstemp.h: Remove file.
38462         * m4/stdlib_h.m4: New file.
38463         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38464
38465 2007-02-18  Bruno Haible  <bruno@clisp.org>
38466
38467         * modules/math-tests: New file.
38468         * tests/test-math.c: New file.
38469
38470         * modules/math: New file.
38471         * modules/mathl (Files): Remove lib/mathl.h.
38472         (Depends-on): Add math.
38473         (Makefile.am): Don't mention mathl.h.
38474         (Include): Use <math.h> instead of mathl.h.
38475         * lib/math_.h: New file.
38476         * lib/mathl.h: Remove file.
38477         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38478         mathl.h.
38479         * lib/asinl.c: Likewise.
38480         * lib/atanl.c: Likewise.
38481         * lib/ceill.c: Likewise.
38482         * lib/cosl.c: Likewise.
38483         * lib/expl.c: Likewise.
38484         * lib/floorl.c: Likewise.
38485         * lib/frexpl.c: Likewise.
38486         * lib/ldexpl.c: Likewise.
38487         * lib/logl.c: Likewise.
38488         * lib/sincosl.c: Likewise.
38489         * lib/sinl.c: Likewise.
38490         * lib/sqrtl.c: Likewise.
38491         * lib/tanl.c: Likewise.
38492         * lib/trigl.c: Likewise.
38493         * m4/math_h.m4: New file.
38494         * MODULES.html.sh (Mathematics): Add math.
38495
38496 2007-02-17  Bruno Haible  <bruno@clisp.org>
38497
38498         * modules/wctype-tests: New file.
38499         * tests/test-wctype.c: New file.
38500
38501         * modules/wchar-tests: New file.
38502         * tests/test-wchar.c: New file.
38503
38504         * modules/unistd-tests: New file.
38505         * tests/test-unistd.c: New file.
38506
38507         * modules/time-tests: New file.
38508         * tests/test-time.c: New file.
38509
38510         * modules/sysexits-tests: New file.
38511         * tests/test-sysexits.c: New file.
38512
38513         * modules/sys_time-tests: New file.
38514         * tests/test-sys_time.c: New file.
38515
38516         * modules/sys_stat-tests: New file.
38517         * tests/test-sys_stat.c: New file.
38518
38519         * modules/sys_socket-tests: New file.
38520         * tests/test-sys_socket.c: New file.
38521
38522         * modules/sys_select-tests: New file.
38523         * tests/test-sys_select.c: New file.
38524
38525         * modules/string-tests: New file.
38526         * tests/test-string.c: New file.
38527
38528         * modules/stdbool-tests: New file.
38529         * tests/test-stdbool.c: New file.
38530
38531         * modules/netinet_in-tests: New file.
38532         * tests/test-netinet_in.c: New file.
38533
38534         * modules/inttypes-tests: New file.
38535         * tests/test-inttypes.c: New file.
38536
38537         * modules/fcntl-tests: New file.
38538         * tests/test-fcntl.c: New file.
38539
38540         * modules/byteswap-tests: New file.
38541         * tests/test-byteswap.c: New file.
38542
38543         * modules/arpa_inet-tests: New file.
38544         * tests/test-arpa_inet.c: New file.
38545
38546 2007-02-17  Bruno Haible  <bruno@clisp.org>
38547
38548         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38549         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38550         if the corresponding module is not enabled. Emit link warnings if
38551         the function is used nevertheless.
38552         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38553         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38554         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38555         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38556         * modules/inttypes (Depends-on): Add link-warning.
38557         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38558         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38559         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38560         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38561         * modules/imaxdiv (configure.ac): Likewise.
38562         * modules/strtoimax (configure.ac): Likewise.
38563         * modules/strtoumax (configure.ac): Likewise.
38564
38565 2007-02-17  Bruno Haible  <bruno@clisp.org>
38566
38567         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38568         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38569         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38570         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38571
38572 2007-02-17  Bruno Haible  <bruno@clisp.org>
38573
38574         * modules/link-warning: New file.
38575         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38576         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38577         * modules/string (Depends-on): Add link-warning.
38578         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38579         string.h.
38580         * MODULES.html.sh (Support for building libraries and executables): Add
38581         link-warning.
38582
38583 2007-02-17  Bruno Haible  <bruno@clisp.org>
38584
38585         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38586         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38587         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38588         long lines.
38589
38590 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38591             Bruno Haible  <bruno@clisp.org>
38592
38593         * modules/tmpfile: New file.
38594         * lib/tmpfile.c: New file.
38595         * m4/tmpfile.m4: New file.
38596         * MODULES.html.sh (func_all_modules): New section "Input/output".
38597
38598 2007-02-15  Bruno Haible  <bruno@clisp.org>
38599
38600         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38601         (supports_delete_on_close): New function.
38602         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38603
38604 2007-02-14  Bruno Haible  <bruno@clisp.org>
38605
38606         * modules/mbspcasecmp-tests: New file.
38607         * tests/test-mbspcasecmp.sh: New file.
38608         * tests/test-mbspcasecmp.c: New file.
38609
38610         New module mbspcasecmp.
38611         * modules/mbspcasecmp: New file.
38612         * lib/mbspcasecmp.c: New file.
38613         * lib/string_.h (strncasecmp): Change warning message.
38614         (mbspcasecmp): New declaration.
38615         * m4/mbspcasecmp.m4: New file.
38616         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38617         GNULIB_MBSPCASECMP.
38618         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38619         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38620
38621 2007-02-14  Bruno Haible  <bruno@clisp.org>
38622
38623         * modules/mbsncasecmp-tests: New file.
38624         * tests/test-mbsncasecmp.sh: New file.
38625         * tests/test-mbsncasecmp.c: New file.
38626
38627         New module mbsncasecmp.
38628         * modules/mbsncasecmp: New file.
38629         * lib/mbsncasecmp.c: New file.
38630         * lib/string_.h (mbsncasecmp): New declaration.
38631         * m4/mbsncasecmp.m4: New file.
38632         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38633         GNULIB_MBSNCASECMP.
38634         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38635         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38636
38637 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38638
38639         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38640         Verify that it doesn't overlap with our flags.
38641         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38642         do not have the desired effect in multibyte locales; instead, use
38643         mbscasecmp.
38644         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38645         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38646         we don't require GNU fnmatch ourselves (if our users require it, they
38647         should do so explicitly).
38648
38649         Fix regex code so it doesn't rely on strcasecmp.
38650         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38651         Otherwise, include gnulib's langinfo.h.
38652         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38653         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38654         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38655         * modules/regex (FILES): Remove m4/codeset.m4.
38656         (Depends-on): Add localcharset.  Remove strcase.
38657
38658 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38659
38660         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38661         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38662
38663 2007-02-13  Bruno Haible  <bruno@clisp.org>
38664
38665         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38666         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38667
38668 2007-02-12  Bruno Haible  <bruno@clisp.org>
38669
38670         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38671         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38672         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38673         time warning rather than a link error.
38674
38675 2007-02-12  Bruno Haible  <bruno@clisp.org>
38676
38677         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38678         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38679         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38680
38681 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38682
38683         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38684         args, not 2.
38685
38686 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38687
38688         New module 'time', so that apps can include <time.h> as per
38689         POSIX and GNU instead of separate include files like time_r.h
38690         and timegm.h.  This implementation tries out a simpler approach
38691         for replacing decls in standard include files (as compared to
38692         the string module), somewhat as an experiment.
38693
38694         * config/srclist.txt: Comment out mktime.c for now.
38695         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38696         since it doesn't apply any more.  Use generic wording instead.
38697         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38698         'time'.
38699         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38700         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38701         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38702         Don't include <sys/types.h>; no longer needed since we assume C89.
38703         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38704         * lib/strftime.c: Likewise.
38705         * lib/time_r.c: Likewise.
38706         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38707         * lib/nanosleep.c: Include <time.h> first, to check interface.
38708         * lib/strptime.c: Likewise.
38709         * lib/time_r.c: Likewise.
38710         * lib/timegm.c: Likewise.
38711         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38712         needed.
38713         * lib/timegm.c: Don't include timegm.h; no longer needed.
38714         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38715         time.h now handles any problems in that area.
38716         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38717         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38718         that time.h defines struct timespec.
38719         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38720         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38721         handles that.
38722         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38723         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38724         needed.  Set REPLACE_LOCALTIME.
38725         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38726         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38727         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38728         nanosleep; time_h.m4 now does that.  Don't require
38729         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38730         module handles this now.
38731         * modules/getdate (Depends-on): Remove timespec.  Add time.
38732         * modules/nanosleep (Depends-on): Likewise.
38733         * modules/stat-time (Depends-on): Likewise.
38734         * modules/nanosleep (Include): Include time.h, not timespec.h.
38735         * modules/strptime (Files): Remove lib/strptime.h.
38736         (Depends-on): Add extensions, time.
38737         (Include): Include time.h, not strptime.h.
38738         * modules/time_r (Files): Remove lib/time_r.h.
38739         (Depends-on): Add time.
38740         (Include): Include time.h, not time_r.h.
38741         * modules/timegm: Likewise.
38742         * modules/timespec (Description): Now does timespec-related decls
38743         of our own, instead of struct timespec itself.
38744         (Depends-on): Add time; remove extensions.
38745         (Maintainer): Add self.
38746         * modules/utimecmp (Depends-on): Add time; remove timespec.
38747         * modules/utimens (Depends-on): Likewise.
38748         * modules/xnanosleep (Depends-on): Likewise.
38749
38750 2007-02-11  Bruno Haible  <bruno@clisp.org>
38751
38752         * lib/c-strstr.c: Include allocsa.h.
38753         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38754         * lib/c-strcasestr.c: Include allocsa.h.
38755         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38756         * lib/strcasestr.c: Include allocsa.h.
38757         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38758         * lib/mbsstr.c: Include allocsa.h.
38759         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38760         allocsa/freesa instead of malloc/free.
38761         * lib/mbscasestr.c: Include allocsa.h.
38762         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38763         allocsa/freesa instead of malloc/free.
38764         * modules/c-strstr (Depends-on): Add allocsa.
38765         * modules/c-strcasestr (Depends-on): Likewise.
38766         * modules/strcasestr (Depends-on): Likewise.
38767         * modules/mbsstr (Depends-on): Likewise.
38768         * modules/mbscasestr (Depends-on): Likewise.
38769
38770 2007-02-11  Bruno Haible  <bruno@clisp.org>
38771
38772         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38773
38774         * modules/mbsspn-tests: New file.
38775         * tests/test-mbsspn.sh: New file.
38776         * tests/test-mbsspn.c: New file.
38777
38778 2007-02-11  Bruno Haible  <bruno@clisp.org>
38779
38780         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38781
38782         * modules/mbspbrk-tests: New file.
38783         * tests/test-mbspbrk.sh: New file.
38784         * tests/test-mbspbrk.c: New file.
38785
38786 2007-02-11  Bruno Haible  <bruno@clisp.org>
38787
38788         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38789         unneeded cast.
38790
38791         * modules/mbscspn-tests: New file.
38792         * tests/test-mbscspn.sh: New file.
38793         * tests/test-mbscspn.c: New file.
38794
38795 2007-02-11  Bruno Haible  <bruno@clisp.org>
38796
38797         * modules/mbscasecmp-tests: New file.
38798         * tests/test-mbscasecmp.sh: New file.
38799         * tests/test-mbscasecmp.c: New file.
38800
38801 2007-02-11  Bruno Haible  <bruno@clisp.org>
38802
38803         Ensure O(n) worst-case complexity of mbscasestr.
38804         * lib/mbscasestr.c: Include stdbool.h.
38805         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38806         functions.
38807         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38808         the bookkeeping indicates that it's worth it.
38809         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38810
38811         * modules/mbscasestr-tests: New file.
38812         * tests/test-mbscasestr1.c: New file.
38813         * tests/test-mbscasestr2.sh: New file.
38814         * tests/test-mbscasestr2.c: New file.
38815         * tests/test-mbscasestr3.sh: New file.
38816         * tests/test-mbscasestr3.c: New file.
38817         * tests/test-mbscasestr4.sh: New file.
38818         * tests/test-mbscasestr4.c: New file.
38819         * m4/locale-tr.m4: New file.
38820
38821 2007-02-11  Bruno Haible  <bruno@clisp.org>
38822
38823         Ensure O(n) worst-case complexity of mbsstr.
38824         * lib/mbsstr.c: Include stdbool.h.
38825         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38826         functions.
38827         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38828         bookkeeping indicates that it's worth it.
38829         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38830
38831         * modules/mbsstr-tests: New file.
38832         * tests/test-mbsstr1.c: New file.
38833         * tests/test-mbsstr2.sh: New file.
38834         * tests/test-mbsstr2.c: New file.
38835         * tests/test-mbsstr3.sh: New file.
38836         * tests/test-mbsstr3.c: New file.
38837         * m4/locale-fr.m4: New file.
38838
38839 2007-02-11  Bruno Haible  <bruno@clisp.org>
38840
38841         * lib/mbsrchr.c (mbsrchr): Fix bug.
38842
38843         * modules/mbsrchr-tests: New file.
38844         * tests/test-mbsrchr.sh: New file.
38845         * tests/test-mbsrchr.c: New file.
38846
38847 2007-02-11  Bruno Haible  <bruno@clisp.org>
38848
38849         * lib/mbschr.c (mbschr): Fix bug.
38850
38851         * modules/mbschr-tests: New file.
38852         * tests/test-mbschr.sh: New file.
38853         * tests/test-mbschr.c: New file.
38854         * m4/locale-zh.m4: New file.
38855
38856 2007-02-11  Bruno Haible  <bruno@clisp.org>
38857
38858         Support for copying multibyte string iterators.
38859         * lib/mbiter.h: Include <string.h>.
38860         (mbiter_multi_copy): New function.
38861         (mbi_copy): New macro.
38862         * lib/mbuiter.h: Include <string.h>.
38863         (mbuiter_multi_copy): New function.
38864         (mbui_copy): New macro.
38865
38866 2007-02-11  Bruno Haible  <bruno@clisp.org>
38867
38868         New module mbslen.
38869         * modules/mbslen: New file.
38870         * lib/mbslen.c: New file.
38871         * lib/string_.h (mbslen): New declaration.
38872         * m4/mbslen.m4: New file.
38873         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38874         GNULIB_MBSLEN.
38875         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38876         * MODULES.html.sh (Internationalization functions): Add mbslen.
38877
38878 2007-02-11  Bruno Haible  <bruno@clisp.org>
38879
38880         Ensure O(n) worst-case complexity of strcasestr substitute.
38881         * lib/strcasestr.c: Include stdbool.h.
38882         (knuth_morris_pratt): New function.
38883         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38884         bookkeeping indicates that it's worth it.
38885         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38886
38887         * modules/strcasestr-tests: New file.
38888         * tests/test-strcasestr.c: New file.
38889
38890 2007-02-11  Bruno Haible  <bruno@clisp.org>
38891
38892         Ensure O(n) worst-case complexity of c_strcasestr.
38893         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38894         (knuth_morris_pratt): New function.
38895         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38896         the bookkeeping indicates that it's worth it.
38897         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38898
38899         * modules/c-strcasestr-tests: New file.
38900         * tests/test-c-strcasestr.c: New file.
38901
38902 2007-02-11  Bruno Haible  <bruno@clisp.org>
38903
38904         Ensure O(n) worst-case complexity of c_strstr.
38905         * lib/c-strstr.c: Include stdbool.h, string.h.
38906         (knuth_morris_pratt): New function.
38907         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38908         bookkeeping indicates that it's worth it.
38909         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38910
38911         * lib/c-strstr.c: Complete rewrite for maintainability.
38912
38913         * modules/c-strstr-tests: New file.
38914         * tests/test-c-strstr.c: New file.
38915
38916 2007-02-11  Bruno Haible  <bruno@clisp.org>
38917
38918         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38919         5.2.1 and earlier, whereby \055 was treated just like the range
38920         delimiter '-'.
38921         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38922
38923 2007-02-08  Bruno Haible  <bruno@clisp.org>
38924
38925         * modules/regex (Depends-on): Add stdbool.
38926         Reported by Dalibor Topic <robilad@kaffe.org>.
38927
38928 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38929
38930         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38931         Prefer returning from main to exiting from it.
38932         Remove unnecessary parens after sizeof.
38933
38934 2007-02-05  Bruno Haible  <bruno@clisp.org>
38935
38936         New module mbssep.
38937         * modules/mbssep: New file.
38938         * lib/mbssep.c: New file.
38939         * lib/string_.h (strsep): Add a conditional link warning.
38940         (mbssep): New declaration.
38941         * m4/mbssep.m4: New file.
38942         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38943         GNULIB_MBSSEP.
38944         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38945         * MODULES.html.sh (Internationalization functions): Add mbssep.
38946
38947 2007-02-05  Bruno Haible  <bruno@clisp.org>
38948
38949         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38950         Optimize search in case of 1 delimiter.
38951
38952 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38953
38954         * lib/acl.h: Include sys/types.h before sys/acl.h.
38955
38956 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38957
38958         Merge upstream fix for glibc bugzilla #3957:
38959
38960         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38961
38962         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38963         bit for RE_HAT_LISTS_NOT_NEWLINE.
38964         (build_charclass_op): Remove bogus comment.
38965
38966 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38967
38968         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38969
38970 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38971
38972         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38973         * lib/memmem.c [!defined _LIBC]: Include config.h.
38974
38975 2007-02-04  Bruno Haible  <bruno@clisp.org>
38976
38977         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38978         warning message.
38979
38980 2007-02-04  Bruno Haible  <bruno@clisp.org>
38981
38982         New module mbstok_r.
38983         * modules/mbstok_r: New file.
38984         * lib/mbstok_r.c: New file.
38985         * lib/string_.h (strtok_r): Change argument names to match the
38986         comments. Add a conditional link warning.
38987         (mbstok_r): New declaration.
38988         * m4/mbstok_r.m4: New file.
38989         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38990         GNULIB_MBSTOK_R.
38991         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38992         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38993
38994 2007-02-04  Bruno Haible  <bruno@clisp.org>
38995
38996         New module mbsspn.
38997         * modules/mbsspn: New file.
38998         * lib/mbsspn.c: New file.
38999         * lib/string_.h (strspn): Add a conditional link warning.
39000         (mbsspn): New declaration.
39001         * m4/mbsspn.m4: New file.
39002         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39003         GNULIB_MBSSPN.
39004         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39005         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39006
39007 2007-02-04  Bruno Haible  <bruno@clisp.org>
39008
39009         New module mbspbrk.
39010         * modules/mbspbrk: New file.
39011         * lib/mbspbrk.c: New file.
39012         * lib/string_.h (strpbrk): Add a conditional link warning.
39013         (mbspbrk): New declaration.
39014         * m4/mbspbrk.m4: New file.
39015         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39016         GNULIB_MBSPBRK.
39017         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39018         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39019
39020 2007-02-04  Bruno Haible  <bruno@clisp.org>
39021
39022         New module mbscspn.
39023         * modules/mbscspn: New file.
39024         * lib/mbscspn.c: New file.
39025         * lib/string_.h (strcspn): Add a conditional link warning.
39026         (mbscspn): New declaration.
39027         * m4/mbscspn.m4: New file.
39028         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39029         GNULIB_MBSCSPN.
39030         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39031         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39032
39033 2007-02-04  Bruno Haible  <bruno@clisp.org>
39034
39035         New module mbscasestr, reduced goal of strcasestr.
39036         * modules/mbscasestr: New file.
39037         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39038         (mbscasestr): Renamed from strcasestr.
39039         * lib/strcasestr.c: Don't include mbuiter.h.
39040         (strcasestr): Remove support for multibyte locales.
39041         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39042         Change the conditional link warning.
39043         (mbscasestr): New declaration.
39044         * m4/mbscasestr.m4: New file.
39045         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39046         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39047         REPLACE_STRCASESTR.
39048         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39049         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39050         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39051         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39052         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39053         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39054         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39055         (Depends-on): Remove mbuiter.
39056         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39057
39058 2007-02-04  Bruno Haible  <bruno@clisp.org>
39059
39060         Simplify handling of strncasecmp.
39061         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39062         the conditional link warning.
39063         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39064         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39065         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39066         * modules/strcase (configure.ac): Don't invoke
39067         gl_STRING_MODULE_INDICATOR.
39068         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39069
39070 2007-02-04  Bruno Haible  <bruno@clisp.org>
39071
39072         New module mbscasecmp, reduced goal of strcasecmp.
39073         * modules/mbscasecmp: New file.
39074         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39075         (mbscasecmp): Renamed from strcasecmp.
39076         * lib/strcasecmp.c: Don't include mbuiter.h.
39077         (strcasecmp): Remove support for multibyte locales.
39078         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39079         Change the conditional link warning.
39080         (mbscasecmp): New declaration.
39081         * m4/mbscasecmp.m4: New file.
39082         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39083         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39084         REPLACE_STRCASECMP.
39085         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39086         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39087         GNULIB_MBSCASECMP.
39088         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39089         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39090         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39091         (Depends-on): Remove mbuiter.
39092         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39093
39094 2007-02-04  Bruno Haible  <bruno@clisp.org>
39095
39096         New module mbsstr. Remove module strstr.
39097         * modules/mbsstr: New file.
39098         * modules/strstr: Remove file.
39099         * lib/mbsstr.c: Renamed from lib/strstr.c.
39100         (mbsstr): Renamed from strstr.
39101         * lib/string_.h (strstr): Remove declaration. Change the conditional
39102         link warning.
39103         (mbsstr): New declaration.
39104         * m4/mbsstr.m4: New file.
39105         * m4/strstr.m4: Remove file.
39106         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39107         REPLACE_STRSTR.
39108         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39109         Don't initialize GNULIB_STRSTR.
39110         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39111         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39112         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39113         (Support for systems lacking ANSI C 89): Remove strstr.
39114
39115 2007-02-04  Bruno Haible  <bruno@clisp.org>
39116
39117         New module mbsrchr.
39118         * modules/mbsrchr: New file.
39119         * lib/mbsrchr.c: New file.
39120         * lib/string_.h (strrchr): Add a conditional link warning.
39121         (mbsrchr): New declaration.
39122         * m4/mbsrchr.m4: New file.
39123         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39124         GNULIB_MBSRCHR.
39125         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39126         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39127
39128 2007-02-04  Bruno Haible  <bruno@clisp.org>
39129
39130         New module mbschr.
39131         * modules/mbschr: New file.
39132         * lib/mbschr.c: New file.
39133         * lib/string_.h (strchr): Add a conditional link warning.
39134         (mbschr): New declaration.
39135         * m4/mbschr.m4: New file.
39136         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39137         GNULIB_MBSCHR.
39138         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39139         * MODULES.html.sh (Internationalization functions): Add mbschr.
39140
39141 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39142
39143         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39144
39145         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39146
39147 2007-02-04  Bruno Haible  <bruno@clisp.org>
39148
39149         New module description section 'configure.ac-early'.
39150         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39151         (func_get_autoconf_early_snippet): New function.
39152         (func_import, func_create_testdir): Use it. Remove special cases for
39153         modules 'extensions' and 'lock'.
39154         * modules/extensions (configure.ac-early): Require
39155         gl_USE_SYSTEM_EXTENSIONS.
39156         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39157
39158 2007-02-04  Bruno Haible  <bruno@clisp.org>
39159
39160         Make use of gcj-4.3's -fsource and -ftarget option.
39161         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39162         and if so try the options -fsource and -ftarget.
39163         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39164         source_version, ftarget_option, target_version arguments.
39165         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39166         (is_envjavac_oldgcj_14_14_usable): Renamed from
39167         is_envjavac_gcj_14_14_usable.
39168         (is_envjavac_oldgcj_14_13_usable): Renamed from
39169         is_envjavac_gcj_14_13_usable.
39170         (is_gcj_present): Update.
39171         (is_gcj_43, is_gcj43_usable): New functions.
39172         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39173         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39174         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39175         try the options -fsource and -ftarget.
39176
39177 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39178
39179         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39180         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39181         larger value.
39182
39183 2007-02-03  Jim Meyering  <jim@meyering.net>
39184
39185         Give tools a better chance to allocate space for very large buffers.
39186         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39187
39188         Make pwd and readlink work also when run with an unreadable parent dir
39189         on systems with openat support.
39190         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39191         provided getcwd function, even when we have openat support.
39192         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39193
39194 2007-02-02  Bruno Haible  <bruno@clisp.org>
39195
39196         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39197         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39198         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39199         portability problems if one of these functions is only used on specific
39200         platforms.
39201         Reported by Paul Eggert.
39202
39203 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39204
39205         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39206         is causing more trouble than it's curing.
39207         * lib/regex_internal.h (__mempcpy): Remove.
39208         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39209         (and make the code a tad smaller to boot).
39210         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39211
39212 2007-02-02  Jim Meyering  <jim@meyering.net>
39213
39214         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39215         section, not in the Makefile.am: one.
39216
39217 2007-02-02  Eric Blake  <ebb9@byu.net>
39218
39219         * lib/strchrnul.c: Always include config.h first.
39220
39221         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39222         gnulib strstr is not necessary here.
39223
39224 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39225
39226         * m4/socklen.m4: Fix typo.
39227
39228 2007-02-02  Eric Blake  <ebb9@byu.net>
39229
39230         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39231         * modules/netinet_in (Makefile.am): Likewise.
39232
39233 2007-02-01  Bruno Haible  <bruno@clisp.org>
39234
39235         * lib/string_.h (GL_LINK_WARNING): New macro.
39236         (strcasecmp, strstr, strcasestr): If provided by the system,
39237         conditionally define as a macro that leads to a warning instead of to
39238         an error.
39239         (strncasecmp): Conditionally define as a macro that leads to a warning.
39240
39241 2007-02-01  Karl Berry  <karl@gnu.org>
39242
39243         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39244
39245 2007-02-01  Bruno Haible  <bruno@clisp.org>
39246
39247         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39248         renamings.
39249
39250 2007-02-01  Eric Blake  <ebb9@byu.net>
39251
39252         * modules/regex (Depends-on): Revert dependence on mempcpy.
39253         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39254         module's definition of mempcpy.
39255         Reported by Paul Eggert.
39256
39257 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39258
39259         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39260         the symbol XYZ before redefining it.  This fixes a problem with
39261         programs that don't use XYZ, when compiled on systems that define
39262         XYZ to something else.
39263
39264 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39265
39266         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39267         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39268         writeable to group or other and (2) is intended to have a special
39269         mode bit that is set or cleared.  In such a case, the directory
39270         should be neither group- nor other-writeable until the special
39271         mode bits are right.
39272
39273 2007-01-31  Eric Blake  <ebb9@byu.net>
39274
39275         * modules/mountlist (Depends-on): Add strstr.
39276
39277         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39278         bug.
39279         * modules/string (Makefile.am): Remove redundant replacement.
39280         * modules/regex (Depends-on): Add mempcpy.
39281
39282 2007-01-31  Bruno Haible  <bruno@clisp.org>
39283
39284         New module description field 'Link'.
39285         * gnulib-tool (func_usage): Document --extract-link-directive.
39286         (sed_extract_prog): Recognize 'Link' directive.
39287         (func_get_link_directive): New function.
39288         (func_import): Show summary of link directives.
39289         Handle --extract-link-directive option.
39290         * modules/acl (Link): New section.
39291         * modules/clock-time (Link): New section.
39292         * modules/euidaccess (Link): New section.
39293         * modules/gettext (Link): New section.
39294         * modules/iconv (Link): New section.
39295         * modules/lock (Link): New section.
39296         * modules/nanosleep (Link): New section.
39297         * modules/readline (Link): New section.
39298
39299 2007-01-27  Bruno Haible  <bruno@clisp.org>
39300
39301         Enforce the use of gnulib modules for unportable <string.h> functions.
39302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39303         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39304         (gl_HEADER_STRING_H_BODY): Require it.
39305         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39306         the symbol XYZ to one that gives a link error.
39307         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39308         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39309         * modules/mempcpy (configure.ac): Likewise.
39310         * modules/memrchr (configure.ac): Likewise.
39311         * modules/stpcpy (configure.ac): Likewise.
39312         * modules/stpncpy (configure.ac): Likewise.
39313         * modules/strcase (configure.ac): Likewise.
39314         * modules/strcasestr (configure.ac): Likewise.
39315         * modules/strchrnul (configure.ac): Likewise.
39316         * modules/strdup (configure.ac): Likewise.
39317         * modules/strndup (configure.ac): Likewise.
39318         * modules/strnlen (configure.ac): Likewise.
39319         * modules/strpbrk (configure.ac): Likewise.
39320         * modules/strsep (configure.ac): Likewise.
39321         * modules/strstr (configure.ac): Likewise.
39322         * modules/strtok_r (configure.ac): Likewise.
39323
39324 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39325
39326         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39327
39328 2007-01-30  Jim Meyering  <jim@meyering.net>
39329
39330         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39331
39332 2007-01-29  Bruno Haible  <bruno@clisp.org>
39333
39334         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39335         * lib/execute.c: Likewise.
39336         * lib/pipe.c: Likewise.
39337         * lib/printf-args.h: Likewise.
39338         * lib/printf-args.c: Likewise.
39339         * lib/printf-parse.c: Likewise.
39340         * lib/vasnprintf.c: Likewise.
39341
39342 2007-01-29  Eric Blake  <ebb9@byu.net>
39343
39344         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39345         declaration.
39346
39347 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39348
39349         * lib/strptime.h (strptime): Use 'restrict' for args where
39350         POSIX requires this.
39351         * lib/strptime.c (strptime): Likewise.
39352         Change license notice from LGPL to GPL, since gnulib-tool will
39353         change this as needed.
39354         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39355         defined.
39356         Include "strptime.h" first, to check interface.
39357         Do not #undef _LIBC and _NL_CURRENT.
39358         Do not include <stdlib.h>; no longer needed.
39359         Include "time_r.h" and declare ptime_locale_status
39360         only if _LIBC is not defined.
39361         (__P): Remove unused macro.
39362         (match_string): Bring back glibc version, but use it only if _LIBC
39363         is defined.
39364         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39365         Remove unnecessary assertion and abort() call.
39366         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39367         * m4/strptime.m4: Fix serial number comment.
39368         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39369         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39370         (Depends-on): Add time_r.
39371
39372 2007-01-29  Bruno Haible  <bruno@clisp.org>
39373
39374         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39375         strptime.
39376         * modules/strptime (Depends-on): Add stdbool.
39377         * lib/strptime.h: Include <time.h> always. Add comments.
39378
39379 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39380
39381         * modules/strptime: New file.
39382         * lib/strptime.h: New file.
39383         * lib/strptime.c: New file.
39384         * m4/strptime.m4: New file.
39385
39386 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39387
39388         * MODULES.html.sh: New module mpsort.
39389         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39390
39391         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39392         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39393         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39394         All uses changed.
39395         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39396         All uses changed.
39397         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39398         to _Restrict_.
39399         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39400         the parameter matches the prototype.
39401
39402 2007-01-28  Jim Meyering  <jim@meyering.net>
39403
39404         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39405         sys/time.h here, reverting that part of the previous patch:
39406         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39407
39408 2007-01-28  Bruno Haible  <bruno@clisp.org>
39409
39410         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39411         value of $(SYS_TIME_H).
39412         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39413         remove it conditionally, too. [added by Jim Meyering]
39414         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39415         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39416         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39417         GETTIMEOFDAY_REPLACEMENT to 1.
39418
39419 2007-01-28  Bruno Haible  <bruno@clisp.org>
39420
39421         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39422         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39423         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39424         Set UNISTD_H instead of UNISTD_H2.
39425         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39426
39427 2007-01-28  Bruno Haible  <bruno@clisp.org>
39428
39429         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39430         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39431
39432 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39433
39434         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39435         (func_create_testdir): Ensure C locale for `grep' and `tr'
39436         character ranges.
39437         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39438         ACLOCAL_AMFLAGS parsing state machine.
39439
39440 2007-01-27  Bruno Haible  <bruno@clisp.org>
39441
39442         * modules/unistr/base: Update.
39443
39444 2007-01-27  Bruno Haible  <bruno@clisp.org>
39445
39446         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39447         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39448         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39449         modules/unistr/u32-mbtouc.
39450         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39451         * lib/unistr.h: Update.
39452         * lib/linebreak.c: Update.
39453         * modules/unistr/u32-mbtouc: Renamed from
39454         modules/unistr/u32-mbtouc-safe.
39455         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39456         * lib/unistr.h: Update.
39457         * lib/unistr/u32-to-u8.c: Update.
39458         * lib/unistr/u32-to-u16.c: Update.
39459
39460 2007-01-27  Bruno Haible  <bruno@clisp.org>
39461
39462         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39463         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39464         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39465         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39466         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39467         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39468         modules/unistr/u16-mbtouc.
39469         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39470         * lib/unistr.h: Update.
39471         * lib/linebreak.c: Update.
39472         * modules/linebreak: Update.
39473         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39474         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39475         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39476         * modules/unistr/u16-mbtouc: Renamed from
39477         modules/unistr/u16-mbtouc-safe.
39478         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39479         * lib/unistr.h: Update.
39480         * lib/unistr/u16-to-u8.c: Update.
39481         * modules/unistr/u16-to-u8: Update.
39482         * lib/unistr/u16-to-u32.c: Update.
39483         * modules/unistr/u16-to-u32: Update.
39484
39485 2007-01-27  Bruno Haible  <bruno@clisp.org>
39486
39487         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39488         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39489         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39490         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39491         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39492         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39493         modules/unistr/u8-mbtouc.
39494         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39495         * lib/unistr.h: Update.
39496         * lib/striconveh.c: Update.
39497         * modules/striconveh: Update.
39498         * lib/linebreak.c: Update.
39499         * modules/linebreak: Update.
39500         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39501         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39502         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39503         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39504         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39505         * lib/unistr.h: Update.
39506         * lib/striconveh.c: Update.
39507         * modules/striconveh: Update.
39508         * lib/unistr/u8-to-u16.c: Update.
39509         * modules/unistr/u8-to-u16: Update.
39510         * lib/unistr/u8-to-u32.c: Update.
39511         * modules/unistr/u8-to-u32: Update.
39512
39513 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39514
39515         Sync from Libtool.
39516         * lib/argz.c: Do not include strings.h nor memory.h, include
39517         string.h unconditionally.  Patch by Simon Josefsson.
39518
39519 2007-01-27  Bruno Haible  <bruno@clisp.org>
39520
39521         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39522         from gl_HEADER_STRING_H_BODY.
39523         (gl_HEADER_STRING_H_BODY): Require it.
39524         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39525         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39526         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39527         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39528         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39529         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39530         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39531         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39532         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39533         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39534         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39535         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39536         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39537         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39538         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39539
39540 2007-01-27  Bruno Haible  <bruno@clisp.org>
39541
39542         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39543         check_PROGRAMS into noinst_PROGRAMS.
39544         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39545         check_PROGRAMS in this case.
39546         (func_import): Set for_test to false.
39547         (func_create_testdir): Set for_test to true.
39548
39549 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39550             Bruno Haible  <bruno@clisp.org>
39551
39552         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39553         (Depends-on): Add string.
39554         (Includes): Use <string.h> instead of strcasestr.h.
39555         * modules/string (Makefile.am): Also substitute the value of
39556         REPLACE_STRCASESTR.
39557         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39558         assume strcasestr is declared in <string.h> not <strings.h>. Also
39559         set REPLACE_STRCASESTR.
39560         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39561         REPLACE_STRCASESTR.
39562         * lib/strcasestr.h: Remove file.
39563         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39564         * lib/string_.h (strcasestr): New declaration.
39565
39566 2007-01-27  Bruno Haible  <bruno@clisp.org>
39567
39568         * lib/string_.h: Use 'extern'.
39569
39570 2007-01-27  Jim Meyering  <jim@meyering.net>
39571
39572         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39573         of set-but-not-used local, "q".
39574
39575         * lib/mempcpy.c: Include <config.h> before <string.h>.
39576         This fixes a compilation error on HP-UX, due to the system's
39577         "restrict"-using mempcpy prototype.
39578
39579 2007-01-26  Bruno Haible  <bruno@clisp.org>
39580
39581         Small optimization.
39582         * lib/javacomp.c: Include c-strstr.h.
39583          (is_envjavac_gcj): Use c_strstr instead of strstr.
39584         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39585
39586 2007-01-26  Bruno Haible  <bruno@clisp.org>
39587
39588         * MODULES.html.sh (Unicode string functions): Add the new modules.
39589
39590         * modules/uniconv/u32-strconv-to-locale: New file.
39591         * lib/uniconv/u32-strconv-to-locale.c: New file.
39592
39593         * modules/uniconv/u16-strconv-to-locale: New file.
39594         * lib/uniconv/u16-strconv-to-locale.c: New file.
39595
39596         * modules/uniconv/u8-strconv-to-locale: New file.
39597         * lib/uniconv/u8-strconv-to-locale.c: New file.
39598
39599         * modules/uniconv/u32-strconv-from-locale: New file.
39600         * lib/uniconv/u32-strconv-from-locale.c: New file.
39601
39602         * modules/uniconv/u16-strconv-from-locale: New file.
39603         * lib/uniconv/u16-strconv-from-locale.c: New file.
39604
39605         * modules/uniconv/u8-strconv-from-locale: New file.
39606         * lib/uniconv/u8-strconv-from-locale.c: New file.
39607
39608         * modules/uniconv/u32-strconv-to-enc: New file.
39609         * lib/uniconv/u32-strconv-to-enc.c: New file.
39610         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39611         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39612
39613         * modules/uniconv/u16-strconv-to-enc: New file.
39614         * lib/uniconv/u16-strconv-to-enc.c: New file.
39615         * lib/uniconv/u-strconv-to-enc.h: New file.
39616         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39617         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39618
39619         * modules/uniconv/u8-strconv-to-enc: New file.
39620         * lib/uniconv/u8-strconv-to-enc.c: New file.
39621         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39622         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39623
39624         * modules/uniconv/u32-strconv-from-enc: New file.
39625         * lib/uniconv/u32-strconv-from-enc.c: New file.
39626         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39627         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39628
39629         * modules/uniconv/u16-strconv-from-enc: New file.
39630         * lib/uniconv/u16-strconv-from-enc.c: New file.
39631         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39632         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39633
39634         * modules/uniconv/u8-strconv-from-enc: New file.
39635         * lib/uniconv/u8-strconv-from-enc.c: New file.
39636         * lib/uniconv/u-strconv-from-enc.h: New file.
39637         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39638         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39639
39640         * modules/uniconv/u32-conv-from-enc: New file.
39641         * lib/uniconv/u32-conv-from-enc.c: New file.
39642         * modules/uniconv/u32-conv-from-enc-tests: New file.
39643         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39644
39645         * modules/uniconv/u16-conv-from-enc: New file.
39646         * lib/uniconv/u16-conv-from-enc.c: New file.
39647         * lib/uniconv/u-conv-from-enc.h: New file.
39648         * modules/uniconv/u16-conv-from-enc-tests: New file.
39649         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39650
39651         * modules/uniconv/u8-conv-from-enc: New file.
39652         * lib/uniconv/u8-conv-from-enc.c: New file.
39653         * modules/uniconv/u8-conv-from-enc-tests: New file.
39654         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39655
39656         * modules/uniconv/base: New file.
39657         * lib/uniconv.h: New file.
39658
39659 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39660
39661         * doc/gnulib-tool.texi (Initial import): Update to match current
39662         behavior with strdup module.
39663         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39664         * lib/memmem.h: Remove; all uses removed.  This is now done
39665         by <string.h>.
39666         * lib/mempcpy.h: Likewise.
39667         * lib/memrchr.h: Likewise.
39668         * lib/stpcpy.h: Likewise.
39669         * lib/stpncpy.h: Likewise.
39670         * lib/strcase.h: Likewise.
39671         * lib/strchrnul.h: Likewise.
39672         * lib/strdup.h: Likewise.
39673         * lib/strndup.h: Likewise.
39674         * lib/strnlen.h: Likewise.
39675         * lib/strpbrk.h: Likewise.
39676         * lib/strsep.h: Likewise.
39677         * lib/strstr.h: Likewise.
39678         * lib/strtok_r.h: Likewise.
39679         * lib/string_.h: New file.
39680         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39681         Rely on <string.h> instead.
39682         * lib/canon-host.c: Likewise.
39683         * lib/chdir-long.c: Likewise.
39684         * lib/concatpath.c: Likewise.
39685         * lib/exclude.c: Likewise.
39686         * lib/fchdir.c: Likewise.
39687         * lib/getaddrinfo.c: Likewise.
39688         * lib/getcwd.c: Likewise.
39689         * lib/getsubopt.c: Likewise.
39690         * lib/glob.c: Likewise.
39691         * lib/hard-locale.c: Likewise.
39692         * lib/iconvme.c: Likewise.
39693         * lib/javacomp.c: Likewise.
39694         * lib/mempcpy.c: Likewise.
39695         * lib/memrchr.c: Likewise.
39696         * lib/regex_internal.h: Likewise.
39697         * lib/stpncpy.c: Likewise.
39698         * lib/strcasecmp.c: Likewise.
39699         * lib/strchrnul.c: Likewise.
39700         * lib/strdup.c: Likewise.
39701         * lib/striconv.c: Likewise.
39702         * lib/striconveh.c: Likewise.
39703         * lib/striconveha.c: Likewise.
39704         * lib/strncasecmp.c: Likewise.
39705         * lib/strndup.c: Likewise.
39706         * lib/strnlen.c: Likewise.
39707         * lib/strsep.c: Likewise.
39708         * lib/strstr.c: Likewise.
39709         * lib/strtok_r.c: Likewise.
39710         * lib/userspec.c: Likewise.
39711         * lib/w32spawn.h: Likewise.
39712         * lib/xstrndup.c: Likewise.
39713         * lib/mountlist.c (strstr): Remove decl.
39714         * m4/string_h.m4: New file.
39715         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39716         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39717         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39718         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39719         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39720         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39721         Set REPLACE_STRCASECMP if necessary.
39722         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39723         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39724         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39725         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39726         HAVE_DECL_STRDUP if necessary.
39727         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39728         since gl_FUNC_STRNDUP does that now.
39729         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39730         Check for decl here...
39731         (gl_PREREQ_STRNLEN): ... not here.
39732         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39733         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39734         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39735         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39736         necessary.
39737         * modules/string: New file.
39738         * modules/memmem (Files): Remove special-purpose include file.
39739         (Depends-on): Add string.
39740         (Include): Include <string.h>, not the removed file.
39741         * modules/mempcpy: Likewise.
39742         * modules/memrchr: Likewise.
39743         * modules/stpcpy: Likewise.
39744         * modules/stpncpy: Likewise.
39745         * modules/strcase: Likewise.
39746         * modules/strchrnul: Likewise.
39747         * modules/strdup: Likewise.
39748         * modules/strndup: Likewise.
39749         * modules/strnlen: Likewise.
39750         * modules/strpbrk: Likewise.
39751         * modules/strsep: Likewise.
39752         * modules/strstr: Likewise.
39753         * modules/strtok_r: Likewise.
39754         * tests/test-dirname.c: Don't include "strdup.h", since
39755         <string.h> now suffices.
39756         * tests/test-memmem.c: Don't include "memmem.h", since
39757         <string.h> now suffices.
39758
39759 2007-01-25  Bruno Haible  <bruno@clisp.org>
39760
39761         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39762         *resultp is 0.
39763
39764         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39765         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39766         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39767         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39768
39769         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39770         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39771         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39772         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39773         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39774         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39775
39776 2007-01-24  Bruno Haible  <bruno@clisp.org>
39777
39778         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39779         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39780         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39781         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39782         gl_FUNC_FTS_CORE.
39783         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39784         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39785         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39786         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39787         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39788         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39789         gl_FUNC_FCHOWNAT.
39790         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39791         gl_FUNC_STRFTIME.
39792         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39793         Reported by Ralf Wildenhues.
39794
39795 2007-01-24  Bruno Haible  <bruno@clisp.org>
39796
39797         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39798         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39799         gl_GETADDRINFO.
39800         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39801         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39802         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39803
39804 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39805
39806         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39807         Don't use 'exit'; just return from 'main'.
39808         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39809
39810         * lib/fnmatch_.h: Readjust white space and comments to match
39811         glibc, to avoid spurious diffs.
39812
39813 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39814
39815         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39816         2004-12-01 change by Jakub Jelinek, since this code won't compile
39817         if !LIBC.  Problem reported by Bob Proulx.
39818
39819 2007-01-23  Bruno Haible  <bruno@clisp.org>
39820
39821         * lib/striconveh.c: Include c-strcaseeq.h.
39822         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39823         * modules/striconveh (Depends-on): Add c-strcaseeq.
39824
39825 2007-01-23  Bruno Haible  <bruno@clisp.org>
39826
39827         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39828
39829         * modules/c-strcaseeq: New file.
39830         * lib/c-strcaseeq.h: New file.
39831
39832         * modules/streq: New file.
39833         * lib/streq.h: New file.
39834
39835 2007-01-23  Bruno Haible  <bruno@clisp.org>
39836
39837         * modules/striconveha-tests: New file.
39838         * tests/test-striconveha.c: New file.
39839
39840         * lib/striconveha.h: Include <stdbool.h>.
39841         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39842         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39843         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39844         (mem_iconveha): New function.
39845         (str_iconveha_notranslit): Renamed from str_iconveha.
39846         (str_iconveha): New function.
39847         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39848         c-strcase.
39849
39850 2007-01-23  Bruno Haible  <bruno@clisp.org>
39851
39852         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39853         encodings without forgiving before trying any encoding with handler.
39854         (str_iconveha): Try all encodings without forgiving before trying any
39855         encoding with handler.
39856
39857 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39858
39859         Import the following changes from libc.
39860
39861         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39862
39863         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39864
39865         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39866
39867         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39868         normal_bracket label.
39869
39870         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39871
39872         [BZ #361]
39873         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39874         to normal_bracket after fetching the next character.
39875
39876 2007-01-22  Bruno Haible  <bruno@clisp.org>
39877
39878         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39879         argument.
39880         * lib/striconveh.c (iconv_carefully_1): New function.
39881         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39882         argument.
39883         (str_cd_iconveh): Update.
39884         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39885         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39886         * tests/test-striconveh.c (MAGIC): New macro.
39887         (new_offsets): New function.
39888         (main): Test call with and without offsets.
39889
39890 2007-01-22  Bruno Haible  <bruno@clisp.org>
39891
39892         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39893         * modules/sys_select (Makefile.am): Likewise.
39894         * modules/sys_socket (Makefile.am): Likewise.
39895         * modules/sys_time (Makefile.am): Likewise.
39896
39897 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39898
39899         * modules/gettimeofday (License): Change from GPL to LGPL, since
39900         gettimeofday is a library function.
39901
39902 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39903
39904         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39905
39906 2007-01-21  Bruno Haible  <bruno@clisp.org>
39907
39908         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39909
39910 2007-01-21  Bruno Haible  <bruno@clisp.org>
39911
39912         * modules/striconveha: New file.
39913         * lib/striconveha.h: New file.
39914         * lib/striconveha.c: New file.
39915         * MODULES.html.sh (Internationalization functions): Add striconveha.
39916         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39917         string.
39918         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39919
39920 2007-01-21  Bruno Haible  <bruno@clisp.org>
39921
39922         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39923         * lib/striconveh.c (str_iconveh): Likewise.
39924
39925 2007-01-21  Bruno Haible  <bruno@clisp.org>
39926
39927         * lib/striconveh.h (mem_iconveh): New declaration.
39928         * lib/striconveh.c (mem_iconveh): New function.
39929         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39930
39931 2007-01-21  Bruno Haible  <bruno@clisp.org>
39932
39933         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39934
39935         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39936         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39937         original result buffer.
39938         (str_cd_iconveh): Update.
39939         * tests/test-striconveh.c (main): Update.
39940
39941         * lib/striconv.h (mem_cd_iconv): Change specification.
39942         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39943         result buffer.
39944         (str_cd_iconv): Update.
39945         * tests/test-striconv.c (main): Update.
39946
39947 2007-01-21  Bruno Haible  <bruno@clisp.org>
39948
39949         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39950
39951 2007-01-20  Jim Meyering  <jim@meyering.net>
39952
39953         * lib/userspec.c (parse_with_separator): If a user or group string
39954         starts with "+", skip the corresponding name-to-ID look-up, since
39955         such a look-up must fail: user and group names may not include "+".
39956
39957 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39958
39959         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39960         since we now assume the sys_time module.
39961         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39962         check for sys/time.h; no longer needed.
39963         * modules/poll (Depends-on): Depend on sys_time.
39964
39965 2007-01-18  Bruno Haible  <bruno@clisp.org>
39966
39967         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39968         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39969
39970         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39971         gettimeofday.
39972
39973         * tests/test-gettimeofday.c: Include <time.h>.
39974         (dummy): Remove variable.
39975
39976         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39977         gl_HEADER_SYS_TIME_H.
39978         (gl_HEADER_SYS_TIME_H): New macro.
39979
39980         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39981         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39982         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39983         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39984         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39985         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39986         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39987         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39988         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39989         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39990         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39991
39992         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39993         last change; it caused a compilation error when cross-compiling to
39994         Cygwin.
39995
39996 2007-01-18  Jim Meyering  <jim@meyering.net>
39997
39998         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39999         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40000         than the race-prone "test -d sys || mkdir sys".
40001         (configure.ac): Use AC_PROG_MKDIR_P.
40002         * modules/sys_select: Likewise.
40003         * modules/sys_socket: Likewise.
40004         * modules/sys_time: Likewise.
40005
40006 2007-01-18  Eric Blake  <ebb9@byu.net>
40007
40008         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40009         replace gettimeofday.
40010         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40011         name, to avoid infinite recursion.
40012
40013 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40014
40015         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40016         module sys_time.
40017         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40018         assume timespec.h defines struct timeval.
40019         * lib/settime.c: Likewise.
40020         * lib/utimens.c: Likewise.
40021         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40022         since we now assume the gettimeofday module.
40023         * lib/tempname.c (__gen_tempname): Likewise.
40024         * lib/gettimeofday.h: Remove.
40025         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40026         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40027         Include <time.h>, for 'time()'.
40028         (localtime_buffer_addr): Also use this workaround if
40029         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40030         to simplify the uses.  All uses changed.
40031         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40032         that #undef is inside {}, and 'const' follows type name consistently.
40033         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40034         (gettimeofday): Do not use the maximum possible value for
40035         tv->tv_usec, since that might break usages other than ls.c.
40036         Instead, we'll leave ls.c alone.  This undoes today's patch
40037         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40038         we've never observed the problem but might as well keep the
40039         canary.
40040         * lib/nanosleep.c: Include timespec.h first, for interface check.
40041         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40042         now assume the sys_time module.
40043         * lib/tempname.c: Likewise.
40044         * lib/timespec.h: Likewise.
40045         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40046         needed.
40047         * lib/strftime.c: Likewise.
40048         * lib/timespec.h: Likewise.
40049         * lib/posixtm.c: Include posixtm.h first, for interface check.
40050         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40051         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40052         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40053         * lib/sys_time_.h: New file.
40054         * lib/timespec.h (struct timespec): Use long int, not long.
40055         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40056         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40057         Remove obsolescent call to AC_HEADER_TIME.
40058         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40059         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40060         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40061         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40062         Likewise.
40063         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40064         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40065         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40066         into the sys_time module.  Check for gettimeofday just once.
40067         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40068         for gettimeofday signature to just check the signature.  Merely
40069         compile it, since linking doesn't test signature.  Improve test for
40070         whether gettimeofday.o is actually needed.
40071         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40072         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40073         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40074         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40075         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40076         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40077         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40078         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40079         than worrying about sys/time.h.
40080         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40081         Don't bother worrying about TIME_WITH_SYS_TIME.
40082         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40083         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40084         * m4/sys_time_h.m4: New file.
40085         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40086         Don't include sys/time.h.  Return from main rather than exiting.
40087         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40088         all uses changed.
40089         * modules/gethrxtime (Depends-on): Add sys_time.
40090         * modules/gettime (Depends-on): Likewise.
40091         * modules/gettimeofday (Depends-on): Likewise.
40092         * modules/nanosleep (Depends-on): Likewise.
40093         * modules/settime (Depends-on): Likewise.
40094         * modules/tempname (Depends-on): Likewise.
40095         * modules/utimens (Depends-on): Likewise.
40096         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40097         (Include:) Change back to <sys/time.h>.
40098         (Maintainer:) Add self.
40099         * modules/sys_time: New file.
40100         * modules/tempname (Depends-on): Add gettimeofday.
40101         * tests/test-gettimeofday.c: Include <sys/time.h>
40102         rather than gettimeofday.h.
40103
40104 2007-01-17  Bruno Haible  <bruno@clisp.org>
40105
40106         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40107         the license default to GPL.
40108         (func_create_testdir): Don't complain if a module is LGPL and its
40109         tests module depends on GPLed modules.
40110
40111 2007-01-17  Bruno Haible  <bruno@clisp.org>
40112
40113         * lib/gettimeofday.c (gettimeofday): Add code for the case
40114         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40115         maximum possible value for tv->tv_usec, rather than the minimum one.
40116
40117 2005-10-08  Martin Lambers  <marlam@marlam.de>
40118 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40119 2007-01-16  Bruno Haible  <bruno@clisp.org>
40120
40121         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40122         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40123         gl_FUNC_GETTIMEOFDAY.
40124         (Include): Add gettimeofday.h.
40125         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40126         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40127         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40128         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40129         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40130         * lib/gettimeofday.h: New file.
40131         * lib/gettimeofday.c: Include <sys/timeb.h>.
40132         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40133         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40134         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40135         fall back on time().
40136
40137         * tests/test-gettimeofday.c: New file.
40138         * modules/gettimeofday-tests: New file.
40139
40140 2007-01-16  Eric Blake  <ebb9@byu.net>
40141
40142         * modules/fnmatch (Depends-on): Depend on wchar.
40143         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40144         * m4/fnmatch.m4: Likewise.
40145         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40146         * m4/mbchar.m4: Likewise.
40147         * modules/mbswidth (Depends-on): Depend on wchar.
40148         * lib/mbswidth.c: Assume <wchar.h>.
40149         * m4/mbswidth.m4: Likewise.
40150         * modules/quotearg (Depends-on): Depend on wchar.
40151         * lib/quotearg.c: Assume <wchar.h>.
40152         * m4/quotearg.m4: Likewise.
40153         * modules/regex (Depends-on): Depend on wchar.
40154         * lib/regex_internal.h: Assume <wchar.h>.
40155         * m4/regex.m4: Likewise.
40156         * modules/stdint (Depends-on): Depend on wchar.
40157         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40158         * m4/stdint.m4: Likewise.
40159         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40160         * modules/strftime (Depends-on): Depend on wchar.
40161         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40162         * modules/strtol (Depends-on): Depend on wchar.
40163         * lib/strtol.c: Assume <wchar.h>.
40164         * modules/wcwidth (Depends-on): Depend on wchar.
40165         * lib/wcwidth.h: Assume <wchar.h>.
40166         * m4/wcwidth.m4: Likewise.
40167
40168 2007-01-16  Bruno Haible  <bruno@clisp.org>
40169
40170         * modules/csharpexec-script: New, created from...
40171         * modules/csharpexec: ... this.
40172
40173 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40174
40175         * modules/javaexec-script: New, created from...
40176         * modules/javaexec: ... this.
40177
40178 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40179
40180         * modules/poll (Dependencies): Add sys_select.
40181
40182 2007-01-15  Jim Meyering  <jim@meyering.net>
40183
40184         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40185         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40186         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40187         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40188
40189 2007-01-15  Bruno Haible  <bruno@clisp.org>
40190
40191         * modules/striconveh: New file.
40192         * lib/striconveh.h: New file.
40193         * lib/striconveh.c: New file.
40194         * MODULES.html.sh (Internationalization functions): Add striconveh.
40195
40196         * modules/striconveh-tests: New file.
40197         * tests/test-striconveh.c: New file.
40198
40199 2007-01-15  Bruno Haible  <bruno@clisp.org>
40200
40201         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40202         not from GNU libiconv or GNU libc.
40203
40204 2007-01-15  Bruno Haible  <bruno@clisp.org>
40205
40206         * doc/gnulib-intro.texi (Copyright): Explain the different license
40207         terms for module descriptions, autoconf macros, tests, documentation.
40208
40209 2007-01-14  Bruno Haible  <bruno@clisp.org>
40210
40211         * modules/striconv-tests: New file.
40212         * tests/test-striconv.c: New file.
40213
40214 2007-01-14  Bruno Haible  <bruno@clisp.org>
40215
40216         * modules/iconv-tests: New file.
40217         * tests/test-iconv.c: New file.
40218
40219 2007-01-14  Bruno Haible  <bruno@clisp.org>
40220
40221         * gnulib-tool (func_get_license): For test modules, use the license of
40222         the main module.
40223
40224 2007-01-14  Bruno Haible  <bruno@clisp.org>
40225
40226         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40227         if iconv is found to exist.
40228
40229 2007-01-14  Bruno Haible  <bruno@clisp.org>
40230
40231         * modules/c-ctype-tests: New file.
40232         * tests/test-c-ctype.c: New file.
40233
40234 2007-01-14  Bruno Haible  <bruno@clisp.org>
40235
40236         * modules/binary-io-tests: New file.
40237         * tests/test-binary-io.sh: New file.
40238         * tests/test-binary-io.c: New file.
40239
40240 2007-01-14  Bruno Haible  <bruno@clisp.org>
40241
40242         * modules/array-oset-tests: New file.
40243         * tests/test-array_oset.c: New file.
40244
40245 2007-01-14  Bruno Haible  <bruno@clisp.org>
40246
40247         * modules/array-list-tests: New file.
40248         * tests/test-array_list.c: New file.
40249
40250 2007-01-14  Bruno Haible  <bruno@clisp.org>
40251
40252         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40253         and make.
40254         Reported by Simon Josefsson in
40255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40256
40257 2007-01-14  Bruno Haible  <bruno@clisp.org>
40258
40259         * modules/allocsa-tests: New file.
40260         * tests/test-allocsa.c: New file.
40261
40262 2007-01-14  Bruno Haible  <bruno@clisp.org>
40263
40264         * modules/fchdir (Depends-on): Add absolute-header.
40265         * modules/unistd (Depends-on): Likewise.
40266
40267 2006-12-30  Bruno Haible  <bruno@clisp.org>
40268
40269         * modules/fchdir: New file.
40270         * modules/unistd (Files): Add lib/unistd_.h.
40271         (Makefile.am): Generate unistd.h from unistd_.h.
40272         * lib/fchdir.c: New file.
40273         * lib/dirent_.h: New file.
40274         * lib/unistd_.h: New file.
40275         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40276         * m4/fchdir.m4: New file.
40277         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40278         (gl_HEADER_UNISTD): Invoke it.
40279         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40280         function.
40281         * lib/backupfile.c (opendir, closedir): Undefine.
40282         * lib/chown.c (open, close): Undefine.
40283         * lib/clean-temp.c (open, close): Undefine.
40284         * lib/copy-file.c (open, close): Undefine.
40285         * lib/execute.c (open, close): Undefine.
40286         * lib/fsusage.c (open, close): Undefine.
40287         * lib/gc-gnulib.c (open, close): Undefine.
40288         * lib/getcwd.c (opendir, closedir): Undefine.
40289         * lib/glob.c (opendir, closedir): Undefine.
40290         * lib/javacomp.c (open, close): Undefine.
40291         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40292         * lib/openat-proc.c (open, close): Undefine.
40293         * lib/pagealign_alloc.c (open, close): Undefine.
40294         * lib/pipe.c (open, close): Undefine.
40295         * lib/progreloc.c (open, close): Undefine.
40296         * lib/savedir.c (opendir, closedir): Undefine.
40297         * lib/utime.c (open, close): Undefine.
40298         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40299
40300 2007-01-10  Bruno Haible  <bruno@clisp.org>
40301
40302         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40303
40304 2007-01-12  Eric Blake  <ebb9@byu.net>
40305
40306         Provide a robust <wchar.h>.  Further simplifications are now
40307         possible in other modules, but not included here.
40308         * modules/wchar: New module.
40309         * m4/wchar.m4: New file.
40310         * lib/wchar_.h: Likewise.
40311         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40312         of the new module.
40313         * MODULES.html.sh (Extended multibyte and wide character utilities):
40314         New section.
40315
40316 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40317
40318         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40319         to a reasonable default for memory allocation.
40320         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40321         file system that reports garbage st_size values for symlinks.
40322         Problem reported by Liyang Hu.
40323
40324 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40325
40326         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40327         Emacs .#* auto-save files).
40328
40329 2007-01-11  Bruno Haible  <bruno@clisp.org>
40330
40331         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40332         directory.
40333
40334 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40335
40336         Use @...@ consistently in lib/wctype_.h.
40337         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40338         on it being set to 1 or 0.
40339         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40340         go back to AC_SUBSTing it.
40341         * modules/wctype (Makefile.am): Undo previous change.
40342
40343 2007-01-10  Eric Blake  <ebb9@byu.net>
40344
40345         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40346         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40347         * modules/wctype (Makefile.am): Likewise.
40348         Reported by Chris McGuire.
40349
40350 2007-01-10  Jim Meyering  <jim@meyering.net>
40351
40352         fts.c: a small readability/maintainability improvement
40353         * lib/fts.c (fts_read): Make this code slightly more readable and
40354         maintainable by hoisting the "sp->fts_cur = p" assignments to
40355         immediately follow the statements that set P.  Derived from
40356         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40357
40358 2007-01-10  Eric Blake  <ebb9@byu.net>
40359
40360         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40361         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40362         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40363         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40364         Reported by Chris McGuire.
40365
40366 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40367
40368         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40369         in sed script.
40370
40371 2007-01-09  Bruno Haible  <bruno@clisp.org>
40372
40373         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40374         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40375         variables.
40376         (func_module): Use them.
40377
40378 2007-01-09  Bruno Haible  <bruno@clisp.org>
40379
40380         * modules/unistr/base: New file.
40381         * lib/unistr.h: New file.
40382
40383         * modules/unistr/u8-to-u16: New file.
40384         * lib/unistr/u8-to-u16.c: New file.
40385
40386         * modules/unistr/u8-to-u32: New file.
40387         * lib/unistr/u8-to-u32.c: New file.
40388
40389         * modules/unistr/u16-to-u8: New file.
40390         * lib/unistr/u16-to-u8.c: New file.
40391
40392         * modules/unistr/u16-to-u32: New file.
40393         * lib/unistr/u16-to-u32.c: New file.
40394
40395         * modules/unistr/u32-to-u8: New file.
40396         * lib/unistr/u32-to-u8.c: New file.
40397
40398         * modules/unistr/u32-to-u16: New file.
40399         * lib/unistr/u32-to-u16.c: New file.
40400
40401         * modules/unistr/u8-check: New file.
40402         * modules/unistr/u16-check: New file.
40403         * modules/unistr/u32-check: New file.
40404         * lib/unistr/u8-check.c: New file.
40405         * lib/unistr/u16-check.c: New file.
40406         * lib/unistr/u32-check.c: New file.
40407
40408         * modules/unistr/u8-chr: New file.
40409         * modules/unistr/u16-chr: New file.
40410         * modules/unistr/u32-chr: New file.
40411         * lib/unistr/u8-chr.c: New file.
40412         * lib/unistr/u16-chr.c: New file.
40413         * lib/unistr/u32-chr.c: New file.
40414
40415         * modules/unistr/u8-cmp: New file.
40416         * modules/unistr/u16-cmp: New file.
40417         * modules/unistr/u32-cmp: New file.
40418         * lib/unistr/u8-cmp.c: New file.
40419         * lib/unistr/u16-cmp.c: New file.
40420         * lib/unistr/u32-cmp.c: New file.
40421
40422         * modules/unistr/u8-cpy: New file.
40423         * modules/unistr/u16-cpy: New file.
40424         * modules/unistr/u32-cpy: New file.
40425         * lib/unistr/u8-cpy.c: New file.
40426         * lib/unistr/u16-cpy.c: New file.
40427         * lib/unistr/u32-cpy.c: New file.
40428         * lib/unistr/u-cpy.h: New file.
40429
40430         * modules/unistr/u8-cpy-alloc: New file.
40431         * modules/unistr/u16-cpy-alloc: New file.
40432         * modules/unistr/u32-cpy-alloc: New file.
40433         * lib/unistr/u8-cpy-alloc.c: New file.
40434         * lib/unistr/u16-cpy-alloc.c: New file.
40435         * lib/unistr/u32-cpy-alloc.c: New file.
40436         * lib/unistr/u-cpy-alloc.h: New file.
40437
40438         * modules/unistr/u8-endswith: New file.
40439         * modules/unistr/u16-endswith: New file.
40440         * modules/unistr/u32-endswith: New file.
40441         * lib/unistr/u8-endswith.c: New file.
40442         * lib/unistr/u16-endswith.c: New file.
40443         * lib/unistr/u32-endswith.c: New file.
40444         * lib/unistr/u-endswith.h: New file.
40445
40446         * modules/unistr/u8-mblen: New file.
40447         * modules/unistr/u16-mblen: New file.
40448         * modules/unistr/u32-mblen: New file.
40449         * lib/unistr/u8-mblen.c: New file.
40450         * lib/unistr/u16-mblen.c: New file.
40451         * lib/unistr/u32-mblen.c: New file.
40452
40453         * modules/unistr/u8-mbtouc: New file.
40454         * modules/unistr/u16-mbtouc: New file.
40455         * modules/unistr/u32-mbtouc: New file.
40456         * lib/unistr/u8-mbtouc.c: New file.
40457         * lib/unistr/u16-mbtouc.c: New file.
40458         * lib/unistr/u32-mbtouc.c: New file.
40459
40460         * modules/unistr/u8-mbtouc-safe: New file.
40461         * modules/unistr/u16-mbtouc-safe: New file.
40462         * modules/unistr/u32-mbtouc-safe: New file.
40463         * lib/unistr/u8-mbtouc-safe.c: New file.
40464         * lib/unistr/u16-mbtouc-safe.c: New file.
40465         * lib/unistr/u32-mbtouc-safe.c: New file.
40466
40467         * modules/unistr/u8-move: New file.
40468         * modules/unistr/u16-move: New file.
40469         * modules/unistr/u32-move: New file.
40470         * lib/unistr/u8-move.c: New file.
40471         * lib/unistr/u16-move.c: New file.
40472         * lib/unistr/u32-move.c: New file.
40473         * lib/unistr/u-move.h: New file.
40474
40475         * modules/unistr/u8-next: New file.
40476         * modules/unistr/u16-next: New file.
40477         * modules/unistr/u32-next: New file.
40478         * lib/unistr/u8-next.c: New file.
40479         * lib/unistr/u16-next.c: New file.
40480         * lib/unistr/u32-next.c: New file.
40481
40482         * modules/unistr/u8-prev: New file.
40483         * modules/unistr/u16-prev: New file.
40484         * modules/unistr/u32-prev: New file.
40485         * lib/unistr/u8-prev.c: New file.
40486         * lib/unistr/u16-prev.c: New file.
40487         * lib/unistr/u32-prev.c: New file.
40488
40489         * modules/unistr/u8-set: New file.
40490         * modules/unistr/u16-set: New file.
40491         * modules/unistr/u32-set: New file.
40492         * lib/unistr/u8-set.c: New file.
40493         * lib/unistr/u16-set.c: New file.
40494         * lib/unistr/u32-set.c: New file.
40495         * lib/unistr/u-set.h: New file.
40496
40497         * modules/unistr/u8-startswith: New file.
40498         * modules/unistr/u16-startswith: New file.
40499         * modules/unistr/u32-startswith: New file.
40500         * lib/unistr/u8-startswith.c: New file.
40501         * lib/unistr/u16-startswith.c: New file.
40502         * lib/unistr/u32-startswith.c: New file.
40503         * lib/unistr/u-startswith.h: New file.
40504
40505         * modules/unistr/u8-stpcpy: New file.
40506         * modules/unistr/u16-stpcpy: New file.
40507         * modules/unistr/u32-stpcpy: New file.
40508         * lib/unistr/u8-stpcpy.c: New file.
40509         * lib/unistr/u16-stpcpy.c: New file.
40510         * lib/unistr/u32-stpcpy.c: New file.
40511         * lib/unistr/u-stpcpy.h: New file.
40512
40513         * modules/unistr/u8-stpncpy: New file.
40514         * modules/unistr/u16-stpncpy: New file.
40515         * modules/unistr/u32-stpncpy: New file.
40516         * lib/unistr/u8-stpncpy.c: New file.
40517         * lib/unistr/u16-stpncpy.c: New file.
40518         * lib/unistr/u32-stpncpy.c: New file.
40519         * lib/unistr/u-stpncpy.h: New file.
40520
40521         * modules/unistr/u8-strcat: New file.
40522         * modules/unistr/u16-strcat: New file.
40523         * modules/unistr/u32-strcat: New file.
40524         * lib/unistr/u8-strcat.c: New file.
40525         * lib/unistr/u16-strcat.c: New file.
40526         * lib/unistr/u32-strcat.c: New file.
40527         * lib/unistr/u-strcat.h: New file.
40528
40529         * modules/unistr/u8-strchr: New file.
40530         * modules/unistr/u16-strchr: New file.
40531         * modules/unistr/u32-strchr: New file.
40532         * lib/unistr/u8-strchr.c: New file.
40533         * lib/unistr/u16-strchr.c: New file.
40534         * lib/unistr/u32-strchr.c: New file.
40535
40536         * modules/unistr/u8-strcmp: New file.
40537         * modules/unistr/u16-strcmp: New file.
40538         * modules/unistr/u32-strcmp: New file.
40539         * lib/unistr/u8-strcmp.c: New file.
40540         * lib/unistr/u16-strcmp.c: New file.
40541         * lib/unistr/u32-strcmp.c: New file.
40542
40543         * modules/unistr/u8-strcpy: New file.
40544         * modules/unistr/u16-strcpy: New file.
40545         * modules/unistr/u32-strcpy: New file.
40546         * lib/unistr/u8-strcpy.c: New file.
40547         * lib/unistr/u16-strcpy.c: New file.
40548         * lib/unistr/u32-strcpy.c: New file.
40549         * lib/unistr/u-strcpy.h: New file.
40550
40551         * modules/unistr/u8-strcspn: New file.
40552         * modules/unistr/u16-strcspn: New file.
40553         * modules/unistr/u32-strcspn: New file.
40554         * lib/unistr/u8-strcspn.c: New file.
40555         * lib/unistr/u16-strcspn.c: New file.
40556         * lib/unistr/u32-strcspn.c: New file.
40557         * lib/unistr/u-strcspn.h: New file.
40558
40559         * modules/unistr/u8-strdup: New file.
40560         * modules/unistr/u16-strdup: New file.
40561         * modules/unistr/u32-strdup: New file.
40562         * lib/unistr/u8-strdup.c: New file.
40563         * lib/unistr/u16-strdup.c: New file.
40564         * lib/unistr/u32-strdup.c: New file.
40565         * lib/unistr/u-strdup.h: New file.
40566
40567         * modules/unistr/u8-strlen: New file.
40568         * modules/unistr/u16-strlen: New file.
40569         * modules/unistr/u32-strlen: New file.
40570         * lib/unistr/u8-strlen.c: New file.
40571         * lib/unistr/u16-strlen.c: New file.
40572         * lib/unistr/u32-strlen.c: New file.
40573         * lib/unistr/u-strlen.h: New file.
40574
40575         * modules/unistr/u8-strmblen: New file.
40576         * modules/unistr/u16-strmblen: New file.
40577         * modules/unistr/u32-strmblen: New file.
40578         * lib/unistr/u8-strmblen.c: New file.
40579         * lib/unistr/u16-strmblen.c: New file.
40580         * lib/unistr/u32-strmblen.c: New file.
40581
40582         * modules/unistr/u8-strmbtouc: New file.
40583         * modules/unistr/u16-strmbtouc: New file.
40584         * modules/unistr/u32-strmbtouc: New file.
40585         * lib/unistr/u8-strmbtouc.c: New file.
40586         * lib/unistr/u16-strmbtouc.c: New file.
40587         * lib/unistr/u32-strmbtouc.c: New file.
40588
40589         * modules/unistr/u8-strncat: New file.
40590         * modules/unistr/u16-strncat: New file.
40591         * modules/unistr/u32-strncat: New file.
40592         * lib/unistr/u8-strncat.c: New file.
40593         * lib/unistr/u16-strncat.c: New file.
40594         * lib/unistr/u32-strncat.c: New file.
40595         * lib/unistr/u-strncat.h: New file.
40596
40597         * modules/unistr/u8-strncmp: New file.
40598         * modules/unistr/u16-strncmp: New file.
40599         * modules/unistr/u32-strncmp: New file.
40600         * lib/unistr/u8-strncmp.c: New file.
40601         * lib/unistr/u16-strncmp.c: New file.
40602         * lib/unistr/u32-strncmp.c: New file.
40603
40604         * modules/unistr/u8-strncpy: New file.
40605         * modules/unistr/u16-strncpy: New file.
40606         * modules/unistr/u32-strncpy: New file.
40607         * lib/unistr/u8-strncpy.c: New file.
40608         * lib/unistr/u16-strncpy.c: New file.
40609         * lib/unistr/u32-strncpy.c: New file.
40610         * lib/unistr/u-strncpy.h: New file.
40611
40612         * modules/unistr/u8-strnlen: New file.
40613         * modules/unistr/u16-strnlen: New file.
40614         * modules/unistr/u32-strnlen: New file.
40615         * lib/unistr/u8-strnlen.c: New file.
40616         * lib/unistr/u16-strnlen.c: New file.
40617         * lib/unistr/u32-strnlen.c: New file.
40618         * lib/unistr/u-strnlen.h: New file.
40619
40620         * modules/unistr/u8-strpbrk: New file.
40621         * modules/unistr/u16-strpbrk: New file.
40622         * modules/unistr/u32-strpbrk: New file.
40623         * lib/unistr/u8-strpbrk.c: New file.
40624         * lib/unistr/u16-strpbrk.c: New file.
40625         * lib/unistr/u32-strpbrk.c: New file.
40626         * lib/unistr/u-strpbrk.h: New file.
40627
40628         * modules/unistr/u8-strrchr: New file.
40629         * modules/unistr/u16-strrchr: New file.
40630         * modules/unistr/u32-strrchr: New file.
40631         * lib/unistr/u8-strrchr.c: New file.
40632         * lib/unistr/u16-strrchr.c: New file.
40633         * lib/unistr/u32-strrchr.c: New file.
40634
40635         * modules/unistr/u8-strspn: New file.
40636         * modules/unistr/u16-strspn: New file.
40637         * modules/unistr/u32-strspn: New file.
40638         * lib/unistr/u8-strspn.c: New file.
40639         * lib/unistr/u16-strspn.c: New file.
40640         * lib/unistr/u32-strspn.c: New file.
40641         * lib/unistr/u-strspn.h: New file.
40642
40643         * modules/unistr/u8-strstr: New file.
40644         * modules/unistr/u16-strstr: New file.
40645         * modules/unistr/u32-strstr: New file.
40646         * lib/unistr/u8-strstr.c: New file.
40647         * lib/unistr/u16-strstr.c: New file.
40648         * lib/unistr/u32-strstr.c: New file.
40649         * lib/unistr/u-strstr.h: New file.
40650
40651         * modules/unistr/u8-strtok: New file.
40652         * modules/unistr/u16-strtok: New file.
40653         * modules/unistr/u32-strtok: New file.
40654         * lib/unistr/u8-strtok.c: New file.
40655         * lib/unistr/u16-strtok.c: New file.
40656         * lib/unistr/u32-strtok.c: New file.
40657         * lib/unistr/u-strtok.h: New file.
40658
40659         * modules/unistr/u8-uctomb: New file.
40660         * modules/unistr/u16-uctomb: New file.
40661         * modules/unistr/u32-uctomb: New file.
40662         * lib/unistr/u8-uctomb.c: New file.
40663         * lib/unistr/u16-uctomb.c: New file.
40664         * lib/unistr/u32-uctomb.c: New file.
40665
40666         * MODULES.html.sh (Unicode string functions): Add the new modules.
40667
40668 2007-01-08  Bruno Haible  <bruno@clisp.org>
40669
40670         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40671         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40672         subdirectories.
40673
40674 2007-01-08  Karl Berry  <karl@gnu.org>
40675
40676         * doc/error.texi: mention that main() fns must set program_name
40677         when progname is used.
40678
40679 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40680
40681         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40682         WCTYPE_H is empty, for the benefit of builds from non-distclean
40683         directories.  Problem reported by Eric Blake in
40684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40685
40686 2007-01-08  Bruno Haible  <bruno@clisp.org>
40687
40688         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40689         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40690         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40691         PROVIDE_CANONICALIZE_FILENAME_MODE.
40692         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40693
40694 2007-01-08  Bruno Haible  <bruno@clisp.org>
40695
40696         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40697         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40698         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40699         * lib/fts.c: Likewise.
40700         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40701
40702 2006-12-25  Bruno Haible  <bruno@clisp.org>
40703
40704         * modules/utf8-ucs4-safe: New file.
40705         * lib/utf8-ucs4-safe.h: New file.
40706         * lib/unistr/utf8-ucs4-safe.c: New file.
40707
40708         * modules/utf16-ucs4-safe: New file.
40709         * lib/utf16-ucs4-safe.h: New file.
40710         * lib/unistr/utf16-ucs4-safe.c: New file.
40711
40712         * MODULES.html.sh (Unicode string functions): Add the new modules.
40713
40714 2007-01-08  Bruno Haible  <bruno@clisp.org>
40715
40716         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40717         (Depends-on): Add unitypes.
40718         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40719         (u8_mbtouc_aux): Move out to separate file.
40720         (u8_mbtouc): Use ucs4_t, uint8_t types.
40721         * lib/unistr/utf8-ucs4.c: New file.
40722
40723         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40724         (Depends-on): Add unitypes.
40725         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40726         (u16_mbtouc_aux): Move out to separate file.
40727         (u16_mbtouc): Use ucs4_t, uint16_t types.
40728         * lib/unistr/utf16-ucs4.c: New file.
40729
40730         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40731         (Depends-on): Add unitypes.
40732         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40733         (u8_uctomb_aux): Move out to separate file.
40734         (u8_uctomb): Use ucs4_t, uint8_t types.
40735         * lib/unistr/ucs4-utf8.c: New file.
40736
40737         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40738         (Depends-on): Add unitypes.
40739         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40740         (u16_uctomb_aux): Move out to separate file.
40741         (u16_uctomb): Use ucs4_t, uint16_t types.
40742         * lib/unistr/ucs4-utf16.c: New file.
40743
40744 2006-12-25  Bruno Haible  <bruno@clisp.org>
40745
40746         * modules/unitypes: New file.
40747         * lib/unitypes.h: New file.
40748         * MODULES.html.sh (func_all_modules): New section "Unicode string
40749         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40750         this section. Add unitypes.
40751
40752 2007-01-08  Bruno Haible  <bruno@clisp.org>
40753
40754         Avoid variable names that conflict with those from libtool.
40755         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40756         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40757         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40758         library_names_spec to acl_library_names_spec, hardcode_* to
40759         acl_hardcode_*.
40760         Reported by Ralf Wildenhues.
40761
40762 2007-01-08  Bruno Haible  <bruno@clisp.org>
40763
40764         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40765         definition.
40766         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40767         definition.
40768         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40769         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40770         definition.
40771         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40772         definition.
40773         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40774         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40775         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40776         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40777         definition.
40778         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40779         definition.
40780         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40781         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40782         GC_USE_<algorithm>.
40783         * lib/gc-libgcrypt.c: Likewise.
40784         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40785         * modules/gc-arctwo (configure.ac): Likewise.
40786         * modules/gc-des (configure.ac): Likewise.
40787         * modules/gc-hmac-md5 (configure.ac): Likewise.
40788         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40789         * modules/gc-md2 (configure.ac): Likewise.
40790         * modules/gc-md4 (configure.ac): Likewise.
40791         * modules/gc-md5 (configure.ac): Likewise.
40792         * modules/gc-random (configure.ac): Likewise.
40793         * modules/gc-rijndael (configure.ac): Likewise.
40794         * modules/gc-sha1 (configure.ac): Likewise.
40795
40796 2007-01-08  Bruno Haible  <bruno@clisp.org>
40797
40798         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40799         macro definition.
40800         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40801         definition.
40802         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40803         definition.
40804         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40805         * modules/fcntl-safer (configure.ac): Likewise.
40806         * modules/fopen-safer (configure.ac): Likewise.
40807         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40808         GNULIB_FWRITEERROR macro definition.
40809
40810 2007-01-08  Bruno Haible  <bruno@clisp.org>
40811
40812         * m4/gnulib-common.m4: New file.
40813         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40814         (func_get_filelist): Add m4/gnulib-common.m4.
40815
40816 2007-01-08  Bruno Haible  <bruno@clisp.org>
40817
40818         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40819         command.
40820
40821 2007-01-08  Jim Meyering  <jim@meyering.net>
40822
40823         Use a more robust test for a "can't happen" condition.
40824         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40825         narrowed the st_size value.  Presuming the "can't happen" condition
40826         is true, that narrowing could conceivably convert an invalid st_size
40827         value into a valid one.  Instead, use a change based on Matthew
40828         Woehlke's original patch.
40829
40830         Slight readability improvement: use an assert-like macro
40831         in place of literal "abort ()" uses.
40832         * lib/fts.c (fts_assert): Define.
40833         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40834         Use this macro instead of a bare 'abort'.
40835
40836 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40837
40838         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40839         simply work around them.
40840         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40841         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40842         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40843         declaring.
40844         Don't bother to define as macros, since the standard doesn't require it.
40845         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40846         longer worry about IRIX 5.3.
40847         (HAVE_WCTYPE_CTMP_BUG): Remove.
40848
40849 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40850
40851         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40852         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40853         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40854         Problems reported by Georg Schwarz for IRIX 5.3.
40855
40856         * gnulib-tool (autoconf_minversion): Take the maximum version number
40857         found, not the minimum.  Problem reported by James Youngman.
40858
40859 2007-01-03  Karl Berry  <karl@gnu.org>
40860
40861         * doc/error.texi: new file, explaining interaction with progname.
40862         * doc/gnulib.texi: include it.  Update copyright.
40863
40864 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40865
40866         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40867         AC_CANONICAL_HOST, to improve autobuild outputs.
40868
40869 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40870             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40871
40872         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40873         sockets, server sockets, and other file descriptors.  Count errors
40874         to compute the return value.  Reorder the code a bit to be easier
40875         to follow.  Don't set event bits that were not requested (except
40876         POLLERR and POLLHUP).
40877
40878 2007-01-01  Bruno Haible  <bruno@clisp.org>
40879
40880         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40881
40882 2007-01-03  Jim Meyering  <jim@meyering.net>
40883
40884         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40885
40886 2007-01-02  Bruno Haible  <bruno@clisp.org>
40887
40888         * modules/settime (Include): Require timespec.h.
40889         * modules/nanosleep (Include): Likewise.
40890
40891 2007-01-01  Bruno Haible  <bruno@clisp.org>
40892
40893         * gnulib-tool (func_emit_copyright_notice): Bump year.
40894         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40895
40896 2007-01-01  Bruno Haible  <bruno@clisp.org>
40897
40898         Improve support for OpenBSD.
40899         * build-aux/config.rpath (libname_spec): Export.
40900         (library_names_spec): New variable. Export.
40901         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40902         library_names_spec from the config.rpath output. Locate shared library
40903         through the name pattern in library_names_spec.
40904
40905 2007-01-01  Eric Blake  <ebb9@byu.net>
40906
40907         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40908
40909 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40910
40911         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40912         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40913         assume the C locale, and avoid an "eval" that could cause trouble.
40914         Problem with SORT reported by Bob Proulx.
40915
40916         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40917         Define.  Trivial patch from Henning Nielsen Lund, originally
40918         sent to bug-grep@gnu.org today.
40919
40920 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40921
40922         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40923         struct stat.  Problem reported by Henning Nielsen Lund.
40924         * lib/acl.c: Include acl.h first, to check interface.  Don't
40925         bother to include sys/types.h and sys/stat.h again.
40926
40927 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40928
40929         Import the following change from libc; problem reported by
40930         Sven Verdoolaege.
40931
40932         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40933
40934         [BZ #1373]
40935         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40936
40937 2006-12-28  Jim Meyering  <jim@meyering.net>
40938
40939         * build-aux/announce-gen: Do not assume that the package
40940         builds any of tar.gz, tar.bz2, and .xdelta files.
40941         Suggestion from Simon Josefsson.
40942
40943 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40944
40945         * modules/announce-gen: New file.
40946
40947 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40948
40949         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40950         handles its gotchas now.
40951         * lib/mbswidth.c: Likewise.
40952         * lib/wcwidth.h: Likewise.
40953         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40954         and iswcntrl; the wctype module does this stuff now.
40955         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40956         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40957         * modules/mbchar (Depends-on): Add wctype.
40958         * modules/mbswidth (Depends-on): Likewise.
40959         * modules/wcwidth (Depends-on): Likewise.
40960
40961 2006-12-27  Eric Blake  <ebb9@byu.net>
40962
40963         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40964         module uses more than what <wctype.h> is required to provide.
40965
40966 2006-12-26  Eric Blake  <ebb9@byu.net>
40967
40968         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40969
40970 2006-12-26  Eric Blake  <ebb9@byu.net>
40971
40972         * modules/absolute-header: New module.
40973         * modules/fcntl (Depends-on): Depend on it.
40974         * modules/inttypes (Depends-on): Likewise.
40975         * modules/stdint (Depends-on): Likewise.
40976         * modules/sys_stat (Depends-on): Likewise.
40977         * modules/wctype (Depends-on): Likewise.
40978         * MODULES.html.sh (Support for building libraries and
40979         executables): Document it.
40980
40981 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40982
40983         * gnulib-tool (SED): Remove, undoing previous change.
40984         The problem was that it broke coreutils on Solaris, because
40985         "sed --posix" leaked into a makefile.
40986         (sed): New alias, if 'alias' and GNU sed.
40987
40988 2006-12-24  Jim Meyering  <jim@meyering.net>
40989
40990         Work around an fchownat bug in glibc-2.4:
40991         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40992         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40993         in spite of the -P option.
40994         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40995         New macros.
40996         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40997         * modules/openat (Files): Add lib/fchownat.c.
40998         * lib/openat.c (fchownat): Don't define here.  Move to...
40999         * lib/fchownat.c: ...this new file.
41000
41001 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         Fix bug reported by Bruno Haible in
41004         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41005         where quotearg.c didn't compile on Mac OS X 10.2 because it
41006         lacks <wchar.h> and wint_t.
41007         * lib/wctype_.h (__wctype_wint_t): New type.
41008         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41009         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41010         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41011         Arg is now of type __wctype_wint_t, not wint_t.
41012         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41013         substitute HAVE_WINT_T.
41014         * modules/wctype (Files): Add m4/wint_t.m4.
41015         (wctype.h): Substitute HAVE_WINT_T.
41016
41017 2006-12-23  Bruno Haible  <bruno@clisp.org>
41018
41019         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41020
41021 2006-12-23  Bruno Haible  <bruno@clisp.org>
41022
41023         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41024         S_ISLNK.
41025         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41026         mingw.
41027
41028 2006-12-22  Bruno Haible  <bruno@clisp.org>
41029
41030         * lib/copy-file.c: Include acl.h.
41031         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41032         Close the file descriptors only after being done with copy_acl.
41033         * modules/copy-file (Depends-on): Add acl.
41034
41035 2006-12-22  Bruno Haible  <bruno@clisp.org>
41036
41037         * gnulib-tool (SED): New variable.
41038         Use $SED instead of sed everywhere.
41039
41040 2006-12-22  Bruno Haible  <bruno@clisp.org>
41041
41042         * modules/no-c++: New file.
41043         * m4/no-c++.m4: New file.
41044         * MODULES.html.sh (Support for building libraries and executables):
41045         Add no-c++.
41046
41047 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41048
41049         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41050         Include <limits.h>, and use its INT_MAX to rewrite the
41051         j loop so that it does not overflow 'int'.  Problem reported by
41052         Ralf Wildenhues in
41053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41054         Play it safe by shifting left by 1 rather than multiplying by 2,
41055         as GCC is less likely to optimize this away when the value
41056         is signed (when it assumes overflow leads to undefined behavior).
41057         Also, don't assume time_t uses two's complement.
41058
41059 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41060
41061         * MODULES.html.sh: New module wctype.
41062         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41063         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41064         <wctype.h>, since the new wctype module should fix this.
41065         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41066         the wctype module should arrange for it.
41067         * lib/regex_internal.h: Likewise.
41068         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41069         since the wctype module should handle this now.
41070         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41071         * modules/fnmatch (Depends-on): Add wctype.
41072         * modules/quotearg (Depends-on): Likewise.
41073         * modules/regex (Depends-on): Likewise.
41074
41075 2006-12-19  Bruno Haible  <bruno@clisp.org>
41076
41077         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41078         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41079
41080 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41081
41082         * modules/savewd (Depends-on): Fix dependency on fcntl.
41083
41084 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41085
41086         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41087         conforms to C99, rather than relying on the user's environment
41088         setting of STDINT_H.
41089
41090 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41091         and Eric Blake  <ebb9@byu.net>
41092
41093         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41094         This is more consistent with the other defines here.
41095         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41096         Port to z/OS.  Problem reported by Paul Gilmartin.
41097         Change local vars to use gl_ prefix rather than ac_.
41098         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41099         with other defines.
41100         * modules/double-slash-root: New module.
41101         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41102         (Depends-on): Add double-slash-root.
41103         * MODULES.html.sh (File system functions): Mention new module.
41104
41105 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41106
41107         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41108         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41109         This is for the benefit of gzip, which doesn't do i18n.
41110
41111 2006-12-12  Jim Meyering  <jim@meyering.net>
41112
41113         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41114         Reported by Andreas Schwab <schwab@suse.de>.
41115
41116 2006-12-12  Bruno Haible  <bruno@clisp.org>
41117
41118         Merge these changes.
41119         2006-09-05  Bruno Haible  <bruno@clisp.org>
41120         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41121         iconv_alloc succeeded.
41122         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41123         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41124         test for " && dest " at the end - dest is always != NULL there. Call
41125         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41126         with 2xNULL arguments, also to flush the state storage. Handle the
41127         IRIX iconv behaviour. Realloc the final result, to throw away unused
41128         memory.
41129
41130 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41131
41132         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41133         and fchmodat unconditionally, since glibc 2.4 has them.
41134         Problem reported by Arkadiusz Miskiewicz.
41135
41136 2006-12-10  Bruno Haible  <bruno@clisp.org>
41137
41138         * gnulib-tool (func_import): Show the include files only for those
41139         modules that are copied and specified.
41140         Reported by Karl Berry.
41141
41142 2006-12-08  Jim Meyering  <jim@meyering.net>
41143
41144         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41145         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41146
41147         * build-aux/announce-gen: Add two new options, both optional:
41148         --bootstrap-tools=TOOL_LIST
41149               a comma-separated list of tools, e.g.,
41150               autoconf,automake,bison,gnulib
41151         --gnulib-snapshot-date=DATE
41152               if gnulib is in the bootstrap tool list,
41153               then report this as the snapshot date.
41154               If not specified, use the current date/time.
41155               If you specify a date here, be sure it's UTC.
41156
41157 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41158
41159         * tests/test-argp-2.sh: Fix test to match actual output.
41160         (func_compare): Fix sed script to be portable.
41161
41162 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41163
41164         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41165         workaround for this case.  It is not autoconfigured now; offhand
41166         it's hard to see how to autoconfigure it.
41167
41168 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41169
41170         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41171         a directory that is about to be chowned.  Such a directory's
41172         initial file permissions should permit the owner only and this
41173         should not be changed until after the chown, since the group and
41174         other bits would be incorrect if they granted permission before
41175         the chown.
41176
41177         Fix porting problem for iswctype reported by Georg Schwarz in:
41178         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41179         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41180         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41181         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41182         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41183
41184 2006-12-03  Jim Meyering  <jim@meyering.net>
41185
41186         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41187         p->fts_statp may not yet be defined.
41188         (fts_read): Instead, set it in the caller, once p->fts_statp is
41189         sure to be defined, and corresponds to a top-level directory.
41190         This bug made du -x fail.  Here's the coreutils test case:
41191         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41192         Reported by Mike Frysinger.
41193
41194 2006-12-01  Jim Meyering  <jim@meyering.net>
41195
41196         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41197         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41198         Reported by Simon Josefsson.
41199
41200 2006-11-30  Jim Meyering  <jim@meyering.net>
41201
41202         * m4/warning.m4: Use the all-permissive copyright notice
41203         recommended by RMS (rather than LGPL).
41204         * m4/vararrays.m4: Likewise.
41205         * m4/flexmember.m4: Likewise.
41206
41207 2006-11-29  Bruno Haible  <bruno@clisp.org>
41208
41209         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41210         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41211         using +=.
41212         Reported by Simon Josefsson <simon@josefsson.org>.
41213
41214 2006-11-28  James Youngman <jay@gnu.org>
41215
41216         * README: Advise users that they might find the bug-gnulib@gnu.org
41217         and autotools-announce@gnu.org mailing lists useful.
41218
41219 2006-11-28  Bruno Haible  <bruno@clisp.org>
41220
41221         * m4/ptrdiff_max.m4: Remove file.
41222
41223 2006-11-21  Bruno Haible  <bruno@clisp.org>
41224
41225         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41226         _AC_COMPUTE_INT.
41227         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41228         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41229         _AC_COMPUTE_INT.
41230         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41231         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41232         _AC_COMPUTE_INT.
41233         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41234
41235 2006-11-28  Jim Meyering  <jim@meyering.net>
41236
41237         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41238         warning from "gcc -Wshadow" about shadowing the builtin.
41239
41240 2006-11-27  Bruno Haible  <bruno@clisp.org>
41241
41242         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41243         _AC_COMPUTE_INT.
41244         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41245
41246 2006-11-27  Bruno Haible  <bruno@clisp.org>
41247             Paul Eggert  <eggert@cs.ucla.edu>
41248
41249         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41250
41251 2006-11-26  Bruno Haible  <bruno@clisp.org>
41252
41253         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41254         noinst_LTLIBRARIES.
41255
41256 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41257             Bruno Haible  <bruno@clisp.org>
41258
41259         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41260         if compiling with "gcc -ansi".
41261
41262 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41263
41264         Fix some incompatibilities with gcc -ansi -pedantic.
41265         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41266         if compiling pedantically with GCC, unless it's C99 or later.
41267         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41268         it mishandles gcc -ansi -pedantic as well.
41269         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41270         if gcc -pedantic.
41271         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41272         initializers for struct if -pedantic, unless it's C99 or later.
41273
41274 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41275
41276         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41277         Don't close an fd more than once. Identical atimes indicate
41278         success, not failure.
41279
41280 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41281
41282         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41283
41284 2006-11-23  Jim Meyering  <jim@meyering.net>
41285
41286         * build-aux/announce-gen: New file.  From coreutils.
41287
41288 2006-11-22  Jim Meyering  <jim@meyering.net>
41289
41290         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41291         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41292         (fts_read): Use a temporary to narrow the overused st_size member
41293         before using it in a switch statement.  Reported by Matthew Woehlke.
41294
41295         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41296         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41297
41298 2006-11-20  Bruno Haible  <bruno@clisp.org>
41299
41300         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41301         changequote instead of pairs of brackets.
41302         Reported by Andreas Schwab <schwab@suse.de>.
41303
41304 2006-11-21  Jim Meyering  <jim@meyering.net>
41305
41306         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41307         so as to remain compatible with older compilers.
41308         Patch from Michael Deutschmann.
41309
41310 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41311
41312         * MODULES.html.sh (File system functions): Add openat.
41313
41314         * lib/openat.h (rpl_fstatat): New macro, if
41315         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41316         (fstatat): Define to rpl_fstatat under the same conditions,
41317         unless COMPILING_FSTATAT.
41318         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41319         seems to have the bug.
41320         * lib/fstatat.c: New file.
41321         * modules/openat (Files): Add it.
41322
41323 2006-11-20  Bruno Haible  <bruno@clisp.org>
41324
41325         * Makefile: New file.
41326
41327 2006-11-20  Jim Meyering  <jim@meyering.net>
41328
41329         The beginnings of syntax-related checks for gnulib.
41330         * lib/Makefile: New file.
41331         * lib/t-idcache: New script.  Ensure that the two halves of
41332         idcache.c stay in sync.
41333
41334         * lib/idcache.c: Adjust comments in user- and group- portions to
41335         be more accurate, and to be consistent with one another.
41336
41337 2006-11-20  Jim Meyering  <jim@meyering.net>
41338
41339         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41340         continue using the flexible array member (thus, this module performs
41341         half as many malloc calls), with the addition that...
41342         (getgroup, getuser): Consistently record a non-match via an empty
41343         "name" string, and map an empty string match to a NULL return value.
41344         * modules/idcache (Depends-on): Re-add flexmember.
41345
41346         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41347         (getuidbyname, getgroup, getgidbyname): Likewise.
41348
41349         Use cleaner syntax: NULL rather than 0.
41350         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41351
41352 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41353
41354         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41355         It mishandled the case where the group was missing.
41356         Problem reported by Greg Schafer.
41357         * modules/idcache: Likewise.
41358
41359 2006-11-18  Jim Meyering  <jim@meyering.net>
41360
41361         * check-module (%exempt_header): Add exception for some
41362         conditionally-included headers.
41363
41364         * modules/i-ring (Depends-on): Add verify.
41365         (License): Change to LGPL.
41366
41367 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41368
41369         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41370         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41371         and inttostr.h.  Use snprintf rather than uinttostr, so that
41372         LGPLed code doesn't depend on GPLed.
41373
41374 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41375
41376         * modules/inline (License): Change from GPL to LGPL.
41377
41378 2006-11-17  Jim Meyering  <jim@meyering.net>
41379
41380         * modules/d-type (License): Switch to LGPL.
41381
41382 2006-11-15  Bruno Haible  <bruno@clisp.org>
41383
41384         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41385
41386 2006-11-15  Eric Blake  <ebb9@byu.net>
41387
41388         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41389         the module dependency.
41390
41391 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41392             Bruno Haible  <bruno@clisp.org>
41393
41394         * gnulib-tool (func_create_testdir): Add license consistency check.
41395
41396 2006-11-15  Eric Blake  <ebb9@byu.net>
41397
41398         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41399         random "(cached)" in configure output.
41400
41401 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41402
41403         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41404         test for conforming inttypes.h is both announced and cached.
41405
41406         * MODULES.html.sh (seen_modules, seen_files): New variables.
41407         (func_module): Rewrite to use a few less gnulib-tool and sed
41408         invocations.  Avoid a couple of quadratic algorithms for ...
41409         (missed_modules, missed_files): ... these, with ...
41410         (func_append, func_tmpdir): ... these new functions, from
41411         gnulib-tool.  Analogously, install traps for cleanup.
41412
41413         * tests/test-gc.c (main): Remove unused variables.
41414         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41415
41416 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41417
41418         * modules/inttostr (License): Change to LGPL.
41419
41420 2006-11-14  Eric Blake  <ebb9@byu.net>
41421
41422         * modules/tempname (License): Change to LGPL.
41423
41424 2006-11-14  Eric Blake  <ebb9@byu.net>
41425
41426         * doc/functions.texi (Function Portability): *printf functions on
41427         Cygwin now understand all POSIX size specifiers.
41428
41429 2006-11-14  Bruno Haible  <bruno@clisp.org>
41430
41431         * modules/c-ctype (License): Change to LGPL.
41432
41433 2006-11-12  Bruno Haible  <bruno@clisp.org>
41434
41435         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41436         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41437         for GNOME libraries, for which the include files are installed in
41438         subdirectories of $prefix/include.
41439
41440 2006-11-12  Bruno Haible  <bruno@clisp.org>
41441
41442         * m4/lib-link.m4: Require at least autoconf-2.54.
41443         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41444         name to underscores for the --with option.
41445
41446 2006-11-13  Bruno Haible  <bruno@clisp.org>
41447
41448         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41449         the tests directory.
41450         Reported by Ralf Wildenhues.
41451
41452 2006-11-13  Bruno Haible  <bruno@clisp.org>
41453
41454         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41455         (func_emit_initmacro_end): Undo the override here.
41456         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41457         Works around the famous automake error in coreutils.
41458
41459 2006-11-13  Eric Blake  <ebb9@byu.net>
41460
41461         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41462         element, not its node.
41463
41464 2006-11-12  Bruno Haible  <bruno@clisp.org>
41465
41466         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41467         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41468
41469 2006-11-12  Bruno Haible  <bruno@clisp.org>
41470
41471         * gnulib-tool: New option --local-symlink.
41472         (func_usage): Document it.
41473         (lsymbolic): New variable.
41474         (func_import, func_create_testdir): If --symlink was not specified,
41475         test whether --local-symlink was specified and the file comes from
41476         the local_gnulib_dir.
41477
41478 2006-11-12  Bruno Haible  <bruno@clisp.org>
41479
41480         * gnulib-tool (func_ln): New function.
41481         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41482
41483 2006-11-12  Bruno Haible  <bruno@clisp.org>
41484
41485         Finish support for source files in subdirectories.
41486         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41487         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41488         AUTOMAKE_OPTIONS.
41489         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41490
41491 2006-11-12  Bruno Haible  <bruno@clisp.org>
41492
41493         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41494         EXTRA_lib_SOURCES augmentation.
41495         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41496
41497 2006-11-12  Jim Meyering  <jim@meyering.net>
41498
41499         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41500         file descriptors.  This also averts a failure on systems with
41501         native openat support when a traversed directory lacks "x" access.
41502         * lib/fts_.h: Include "i-ring.h"
41503         (struct FTS) [fts_fd_ring]: New member.
41504         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41505         (FCHDIR): Add parentheses.
41506         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41507         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41508         When descending, rather than simply closing the previous
41509         fts_cwd_fd value, push that file descriptor onto the ring.
41510         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41511         (fts_open): Initialize the new fd_ring member.
41512         (fts_close): Clear the ring.
41513         (fts_safe_changedir): When possible, use our new fd_ring to skip
41514         the diropen and fstat and dev/ino comparison that would normally
41515         accompany a virtual `chdir ("..")'.
41516
41517         * modules/fts (Depends-on): Add i-ring.
41518         * modules/i-ring: New module.
41519         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41520         * m4/i-ring.m4: New file.
41521
41522 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41523
41524         * gnulib-tool (func_create_testdir): Fix replacement of
41525         `build-aux' in configure.ac.  Run autotools in gltests
41526         subdirectory.
41527         (func_create_testdir, func_create_megatestdir, test): There is
41528         no need for '--force' in most autotool invocations in a new
41529         tree.  Actually fail the whole test if any of the tools, or the
41530         configure or make stages fail.
41531
41532         Sync from Automake.
41533         * build-aux/gnupload: Revert last change.  Add pointer to upload
41534         instructions of the GNU Maintenance Instructions.
41535         Suggestion by Karl Berry.
41536
41537 2006-11-10  Jim Meyering  <jim@meyering.net>
41538
41539         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41540
41541 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41542
41543         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41544         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41545         (bind_textdomain_codeset) [! ENABLE_NLS]:
41546         Evaluate all the arguments.  That way, callers get compatible behavior
41547         if the arguments have side effects.  Also, it avoids some GCC
41548         diagnostics in some cases; Joel E. Denny reported problems when Bison
41549         was configured with --enable-gcc-warnigs.
41550
41551 2006-11-10  Jim Meyering  <jim@meyering.net>
41552
41553         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41554         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41555         account.
41556
41557 2006-11-10  Jim Meyering  <jim@meyering.net>
41558
41559         * modules/inline: New file/module.
41560         * modules/xalloc (Files): Remove m4/inline.m4.
41561         (Depends-on): Add inline, instead.
41562         * modules/oset: Likewise.
41563         * modules/list: Likewise.
41564
41565 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41566
41567         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41568         Problem reported by Matthew Woehlke.
41569
41570 2006-11-09  Bruno Haible  <bruno@clisp.org>
41571
41572         * lib/tempname.c (gen_tempname): Remove variant that invokes
41573         __gen_tempname.
41574         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41575         __gen_tempname.
41576
41577 2006-11-08  Bruno Haible  <bruno@clisp.org>
41578
41579         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41580         to 'yes' instead of 'cross-compiling'.
41581
41582 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41583
41584         * lib/quotearg.h (quotearg_free): New decl.
41585         * lib/quotearg.c (quotearg_free): New function.
41586         (slot0, nslots, slotvec0, slotvec):
41587         Now file-scope so that quotearg_free can get at them.
41588
41589 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41590
41591         Sync from Automake.
41592         * build-aux/gnupload: Add missing 'gnu' to example URL.
41593         Report by Karl Berry.
41594
41595 2006-11-08  Bruno Haible  <bruno@clisp.org>
41596
41597         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41598         Suggested by Paul Eggert.
41599
41600 2006-11-08  Jim Meyering  <jim@meyering.net>
41601
41602         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41603         It's already included if !_LIBC.
41604         (fts_safe_changedir): Add a comment.
41605
41606 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41607
41608         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41609         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41610         Matthew Woehlke.
41611
41612         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41613         definitions up, to avoid colliding with change below.
41614         (static_inline) [HAVE_INLINE]: New macro.
41615         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41616         Provide extern decls when !HAVE_INLINE.  Do not define unless
41617         static_inline is defined, either by us or by xmalloc.c.  Use
41618         static_inline rather than static inline.
41619         (XCALLOC): Optimize sizeof(T) = 1 case.
41620         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41621
41622 2006-11-07  Bruno Haible  <bruno@clisp.org>
41623
41624         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41625         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41626         AC_C_INLINE.
41627         * modules/xalloc (Files): Add m4/inline.m4.
41628
41629 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41630
41631         * README: Fix typo.
41632         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41633         (Miscellanous Notes): ...from this.
41634
41635 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41636
41637         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41638         Mention that offsetof should be used instead of sizeof.
41639         From Bruno Haible.
41640
41641 2006-11-07  Bruno Haible  <bruno@clisp.org>
41642
41643         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41644
41645 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41646
41647         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41648         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41649         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41650         (gl_tree_add_before, gl_tree_add_after):
41651         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41652         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41653         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41654         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41655         (gl_linked_add_after, gl_linked_add_at): Likewise.
41656         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41657         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41658         (gl_tree_add_before, gl_tree_add_after): Likewise.
41659         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41660         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41661         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41662
41663 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41664
41665         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41666
41667 2006-11-06  Bruno Haible  <bruno@clisp.org>
41668
41669         * m4/inline.m4: New file.
41670         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41671         * modules/list (Files): Add m4/inline.m4.
41672         * modules/oset (Files): Likewise.
41673
41674 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41675
41676         * lib/idcache.c: Include <stddef.h>, for offsetof.
41677         (struct userid.name): Change from char * to a flexible array member.
41678         All uses changed.
41679         * modules/idcache (Depends-on): Add flexmember.
41680
41681         * MODULES.html.sh (Core language properties): New module flexmember.
41682         * modules/flexmember, m4/flexmember.m4: New files.
41683
41684         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41685         inline functions that are identical with the old xnmalloc_inline,
41686         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41687         that we can avoid some unnecessary integer multiplications and
41688         divisions in the common case where the element size is known at
41689         compile time.
41690         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41691         needed.
41692         (xnboundedmalloc): Remove.
41693         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41694         arguments, for consistency with rest of this header.
41695         (xcharalloc): Rewrite using XNMALLOC.
41696         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41697         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41698         versions have been moved to lib/xalloc.h and renamed to be the
41699         non-*_inline versions.
41700         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41701         and xnrealloc functions, since those functions are now inline and
41702         now call us.
41703         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41704         renaming described above.
41705         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41706         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41707         captures the dependency in AC_C_INLINE.
41708
41709         New module canonicalize-lgpl, proposed by Charles Wilson in
41710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41711         with a few small changes afterwards.
41712         * MODULES.html.sh (File system functions): New module
41713         canonicalize-lgpl.
41714         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41715         and canonicalize_file_name.
41716         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41717         * modules/canonicalize-lgpl: New files.
41718
41719 2006-11-05  Bruno Haible  <bruno@clisp.org>
41720
41721         * gnulib-tool (func_import, func_create_testdir): Create directories
41722         also for files in subdirectories of lib/.
41723
41724 2006-11-05  Bruno Haible  <bruno@clisp.org>
41725
41726         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41727         ANSI C compliant.
41728
41729 2006-11-03  Bruno Haible  <bruno@clisp.org>
41730
41731         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41732         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41733         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41734         (xnboundedmalloc): New inline function.
41735         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41736         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41737         xmalloc.
41738         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41739         xmalloc.
41740         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41741         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41742         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41743         xmalloc.
41744         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41745         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41746         xmalloc.
41747         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41748         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41749         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41750         xmalloc.
41751         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41752         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41753         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41754         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41755         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41756         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41757         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41758
41759 2006-11-03  Bruno Haible  <bruno@clisp.org>
41760
41761         * lib/c-ctype.h [C++]: Define functions without name mangling.
41762         * lib/fwriteerror.h [C++]: Likewise.
41763         * lib/gcd.h [C++]: Likewise.
41764         * lib/linebreak.h [C++]: Likewise.
41765
41766 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41767
41768         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41769         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41770         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41771         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41772         Check for functions and headers just once.
41773         Check for declaration of canonicalize_file_name.
41774         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41775
41776 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41777
41778         * gnulib-tool (func_import): Fix typo in actioncmd.
41779
41780 2006-11-02  Bruno Haible  <bruno@clisp.org>
41781
41782         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41783         newline sequence in the Makefile.am snippet as a space, like "make"
41784         does.
41785         Reported by Roger Persson <perrog@gmail.com>.
41786
41787 2006-11-01  Bruno Haible  <bruno@clisp.org>
41788
41789         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41790         already declared in <string.h>.
41791         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41792
41793 2006-11-01  Bruno Haible  <bruno@clisp.org>
41794
41795         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41796         * lib/strcase.h: Include <string.h>.
41797         (strcasecmp): Define to rpl_strcasecmp here.
41798
41799 2006-11-01  Bruno Haible  <bruno@clisp.org>
41800
41801         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41802
41803 2006-11-01  Eric Blake  <ebb9@byu.net>
41804
41805         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41806
41807         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41808
41809 2006-10-29  Bruno Haible  <bruno@clisp.org>
41810
41811         Make it compile in C++ mode.
41812         * lib/full-write.c (full_rw): Add a cast.
41813
41814 2006-11-01  Bruno Haible  <bruno@clisp.org>
41815
41816         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41817         be POSIX compliant.
41818         Reported by Roger Persson <perrog@gmail.com>.
41819
41820 2006-11-01  Eric Blake  <ebb9@byu.net>
41821
41822         * lib/getopt_.h: Fix comments.
41823
41824 2006-10-31  Eric Blake  <ebb9@byu.net>
41825
41826         * modules/tmpdir (Depends-on): Add sys_stat.
41827         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41828         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41829         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41830         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41831         tempname.
41832
41833 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41834
41835         Avoid some C++ diagnostics reported by Bruno Haible.
41836         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41837         xmalloc.
41838         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41839         (struct slotvec): Move to top level.
41840         (quotearg_n_options): Rewrite to avoid xmalloc.
41841         * lib/xalloc.h (xcharalloc): New function.
41842         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41843         [defined __cplusplus]: Add function template that provides result
41844         type propagation.  This part of the change is from Bruno Haible.
41845
41846 2006-10-29  Bruno Haible  <bruno@clisp.org>
41847
41848         Make it compile in C++ mode.
41849         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41850         * lib/strnlen1.c (strnlen1): Cast memchr result.
41851         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41852         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41853         (create_temp_dir): Rename local variable 'template'.
41854         (compile_csharp_using_sscli): Add cast.
41855         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41856         * lib/findprog.c (find_in_path): Likewise.
41857         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41858         * lib/wait-process.c (register_slave_subprocess): Likewise.
41859
41860 2006-10-22  Bruno Haible  <bruno@clisp.org>
41861
41862         * modules/tsearch: New file.
41863         * lib/tsearch.h: New file.
41864         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41865         * m4/tsearch.m4: New file.
41866         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41867
41868 2006-10-29  Eric Blake  <ebb9@byu.net>
41869
41870         * lib/arcfour.c: Assume config.h.
41871         * lib/arctwo.c: Likewise.
41872         * lib/base64.c: Likewise.
41873         * lib/check-version.c: Likewise.
41874         * lib/crc.c: Likewise.
41875         * lib/des.c: Likewise.
41876         * lib/gc-gnulib.c: Likewise.
41877         * lib/gc-libgcrypt.c: Likewise.
41878         * lib/gc-pbkdf2-sha1.c: Likewise.
41879         * lib/getaddrinfo.c: Likewise.
41880         * lib/getdelim.c: Likewise.
41881         * lib/getline.c: Likewise.
41882         * lib/hmac-md5.c: Likewise.
41883         * lib/hmac-sha1.c: Likewise.
41884         * lib/iconvme.c: Likewise.
41885         * lib/md2.c: Likewise.
41886         * lib/md4.c: Likewise.
41887         * lib/memxor.c: Likewise.
41888         * lib/read-file.c: Likewise.
41889         * lib/readline.c: Likewise.
41890         * lib/rijndael-alg-fst.c: Likewise.
41891         * lib/rijndael-api-fst.c: Likewise.
41892         * lib/xgetdomainname.c: Likewise.
41893
41894 2006-10-28  Eric Blake  <ebb9@byu.net>
41895
41896         * lib/xstrndup.c: Assume config.h.
41897
41898 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41899
41900         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41901         stat-macros.h is now for our own macros, whereas stat_h is for
41902         macros in the <sys/stat.h> name space.
41903         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41904         (STAT_MACROS_H): Remove.
41905         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41906         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41907         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41908         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41909         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41910         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41911         Move these macros to ...
41912         * lib/stat_.h: here.  Don't include stat-macros.h.
41913         * lib/canonicalize.c: Don't include stat-macros.h.
41914         * lib/chown.c: Likewise.
41915         * lib/euidaccess.c: Likewise.
41916         * lib/file-type.c: Likewise.
41917         * lib/filemode.c: Likewise.
41918         * lib/glob.c: Likewise.
41919         * lib/isapipe.c: Likewise.
41920         * lib/lchown.c: Likewise.
41921         * lib/lstat.c: Likewise.
41922         * lib/mkdir-p.c: Likewise.
41923         * lib/rmdir.c: Likewise.
41924         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41925         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41926         unless mkdir isn't declared, to speed up 'configure'.
41927         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41928         would define all the S_* symbols.
41929         * modules/canonicalize (Depends-on):
41930         Depend on sys_stat, not stat-macros.
41931         * modules/chown: Likewise.
41932         * modules/euidaccess: Likewise.
41933         * modules/filemode: Likewise.
41934         * modules/file-type: Likewise.
41935         * modules/glob: Likewise.
41936         * modules/isapipe: Likewise.
41937         * modules/lchown: Likewise.
41938         * modules/lstat: Likewise.
41939         * modules/mkancesdirs: Likewise.
41940         * modules/rmdir: Likewise.
41941         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41942         * modules/modechange: Likewise.
41943         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41944         (configure.ac): Remove gl_STAT_MACROS.
41945         * modules/sys_stat (Depends-on): Remove stat-macros.
41946
41947 2006-10-27  Bruno Haible  <bruno@clisp.org>
41948
41949         * m4/signed.m4: Remove file.
41950         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41951         invocation.
41952         * modules/vasnprintf (Files): Remove m4/signed.m4.
41953
41954 2006-10-27  Bruno Haible  <bruno@clisp.org>
41955
41956         Update to GNU gettext 0.16.
41957         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41958         m4/inttypes-h.m4, m4/signed.m4.
41959         * m4/gettext.m4: Update to GNU gettext 0.16.
41960         * m4/intl.m4: New file, from GNU gettext.
41961         * m4/intldir.m4: New file, from GNU gettext.
41962         * config/srclist.txt: Update
41963
41964 2006-10-27  Eric Blake  <ebb9@byu.net>
41965
41966         * MODULES.html.sh: Document tempname.
41967         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41968         dependencies.
41969         (Files): Move lib/tempname.c...
41970         * modules/tempname: ...to this new module.
41971         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41972         (gl_PREREQ_TEMPNAME): Move...
41973         * m4/tempname.m4: ...to this new file.
41974         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41975         * modules/sys_stat (Depends-on): Add stat-macros.
41976         * lib/stat_.h (includes): Pick up stat macros.
41977         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41978         if stat macros are broken.
41979         * lib/tempname.c (includes): No need to include "stat-macros.h".
41980         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41981         (direxists, __path_search) [!_LIBC]: Don't compile these in
41982         gnulib; the tmpdir module covers that.
41983         * lib/tempname.h: New file.
41984
41985 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41986
41987         * COPYING: Explain how gnulib-tool converts licence headers.
41988         Almost all wording by Eric Blake.
41989
41990 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41991
41992         * lib/mbchar.h (is_basic_table): Make read-only.
41993         * lib/mbchar.c (is_basic_table): Likewise.
41994         Reported by John Darrington.
41995
41996 2006-10-25  Bruno Haible  <bruno@clisp.org>
41997
41998         * lib/progname.h (set_program_name): Undefine before defining.
41999
42000 2006-10-25  Bruno Haible  <bruno@clisp.org>
42001
42002         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42003         false for non-gcc C++ compilers.
42004         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42005
42006 2006-10-24  Bruno Haible  <bruno@clisp.org>
42007
42008         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42009         iconv implementations like Irix iconv.
42010
42011 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42012
42013         * modules/vararrays: New file.
42014         * m4/vararrays.m4: New file, taken from diffutils.
42015         * MODULES.html.sh: New module vararrays.
42016
42017 2006-10-24  Karl Berry  <karl@gnu.org>
42018
42019         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42020         Don't call GNU Unix.
42021
42022 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42023
42024         * users.txt: Add Libtool.
42025
42026         Sync from Libtool:
42027
42028         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42029
42030         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42031         to gnulib's policy of including config.h unconditionally.
42032
42033 2006-10-24  Bruno Haible  <bruno@clisp.org>
42034
42035         * modules/wcwidth (Files): Add m4/wint_t.m4.
42036         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42037         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42038
42039 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42040
42041         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42042         to pacify GCC with some -W flags enabled.  Problem reported by
42043         Bruno Haible.
42044
42045 2006-10-24  Jim Meyering  <jim@meyering.net>
42046
42047         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42048         Reported by Karl Berry.
42049
42050 2006-10-23  Bruno Haible  <bruno@clisp.org>
42051
42052         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42053
42054 2006-10-24  Bruno Haible  <bruno@clisp.org>
42055
42056         * lib/gl_list.h: Use C comment style, not C++ comment style.
42057
42058 2006-10-23  Eric Blake  <ebb9@byu.net>
42059
42060         * lib/getaddrinfo.c (includes): Add missing include.
42061
42062 2006-10-23  Bruno Haible  <bruno@clisp.org>
42063             Paul Eggert  <eggert@cs.ucla.edu>
42064
42065         Ability to rename obstack_free.
42066         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42067         obstack_free.
42068         (obstack_free): Invoke the __obstack_free macro.
42069         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42070
42071 2006-10-23  Bruno Haible  <bruno@clisp.org>
42072             Paul Eggert  <eggert@cs.ucla.edu>
42073
42074         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42075         __argc, __argv from the declaration. (They are defined as macros on
42076         mingw.)
42077
42078 2006-10-22  Bruno Haible  <bruno@clisp.org>
42079
42080         * doc/gnulib-intro.texi: New file.
42081         * doc/gnulib.texi: Include it.
42082
42083 2006-10-21  Bruno Haible  <bruno@clisp.org>
42084
42085         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42086         "Introduction", "Miscellanous Notes", "Particular Modules".
42087
42088 2006-10-21  Bruno Haible  <bruno@clisp.org>
42089
42090         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42091         Change mostlyclean-local rule to avoid sh syntax error from bash
42092         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42093
42094 2006-10-23  Jim Meyering  <jim@meyering.net>
42095
42096         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42097         in place of snprintf.
42098
42099         * modules/inttostr (Files): Add lib/uinttostr.c.
42100         * lib/uinttostr.c (inttostr): New file/function.
42101         * lib/inttostr.h (uinttostr): Declare.
42102         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42103         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42104         Add uinttostr.
42105         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42106
42107 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42108
42109         * lib/canonicalize.c (ELOOP): Define if not already defined.
42110         Problem reported by Bruno Haible in
42111         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42112
42113 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42114
42115         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42116         Problem reported by Perry Smith and Ville Laurikari.
42117
42118         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42119         uses.
42120
42121 2006-10-19  Bruno Haible  <bruno@clisp.org>
42122
42123         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42124         for mingw.
42125
42126 2006-10-19  Bruno Haible  <bruno@clisp.org>
42127
42128         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42129         Needed for mingw.
42130
42131 2006-10-19  Bruno Haible  <bruno@clisp.org>
42132
42133         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42134
42135 2006-10-19  Bruno Haible  <bruno@clisp.org>
42136
42137         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42138         it.
42139
42140 2006-10-19  Bruno Haible  <bruno@clisp.org>
42141
42142         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42143         invocation.
42144
42145 2006-10-19  Bruno Haible  <bruno@clisp.org>
42146
42147         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42148         mountlist by default.
42149
42150 2006-10-16  Bruno Haible  <bruno@clisp.org>
42151
42152         * lib/c-strstr.c: Include c-strstr.h.
42153
42154 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42155
42156         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42157         in a slash.
42158
42159 2006-10-18  Bruno Haible  <bruno@clisp.org>
42160
42161         * lib/lock.h [C++]: Wrap definitions in extern "C".
42162
42163 2006-10-18  Bruno Haible  <bruno@clisp.org>
42164
42165         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42166         gl_LIBOBJS list.
42167
42168 2006-10-18  Bruno Haible  <bruno@clisp.org>
42169
42170         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42171
42172 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42173
42174         * lib/xstrtol.h: Include gettext.h.
42175         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42176         Problem reported by Eric Blake.
42177         * modules/xstrtol (Depends-on): Add gettext-h.
42178
42179 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42180
42181         * lib/strftime.c (advance): New macro.
42182         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42183         incomplete type, so you can't add 0 to it.  Problem and patch
42184         reported by Eelco Dolstra for dietlibc.
42185
42186 2006-10-18  Jim Meyering  <jim@meyering.net>
42187
42188         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42189         type for a local, and rename it: s/up/user_proc/.
42190
42191 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42192
42193         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42194         READ_UTMP_USER_PROCESS.
42195         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42196
42197 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42198
42199         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42200         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42201
42202 2006-10-17  Eric Blake  <ebb9@byu.net>
42203
42204         * lib/sigprocmask.c (sigprocmask): Fix typo.
42205
42206         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42207
42208         * modules/clean-temp (Makefile.am): Don't add to make output...
42209         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42210         config.h.
42211
42212 2006-10-17  Bruno Haible  <bruno@clisp.org>
42213
42214         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42215         differently if DEFAULT_TEXT_DOMAIN is set.
42216
42217 2006-10-16  Bruno Haible  <bruno@clisp.org>
42218
42219         * lib/clean-temp.c: Include fwriteerror.h.
42220
42221 2006-10-16  Bruno Haible  <bruno@clisp.org>
42222
42223         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42224
42225 2006-10-16  Bruno Haible  <bruno@clisp.org>
42226
42227         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42228         * lib/sigprocmask.h: Include <sys/types.h>.
42229         (sigset_t): Use the system's definition if present.
42230
42231 2006-10-17  Eric Blake  <ebb9@byu.net>
42232
42233         * lib/xvasprintf.c (includes): Assume config.h.
42234         * lib/xasprintf.c (includes): Likewise.
42235
42236 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42237
42238         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42239         at least as wide as intmax_t.
42240
42241 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42242
42243         (Imported from Automake.)
42244         * build-aux/gnupload: Update to version 1.1 of directive file.
42245
42246 2006-10-16  Eric Blake  <ebb9@byu.net>
42247
42248         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42249         match Automake 1.10a.
42250
42251 2006-10-14  Bruno Haible  <bruno@clisp.org>
42252
42253         * modules/sigprocmask: New file.
42254         * lib/sigprocmask.h: New file.
42255         * lib/sigprocmask.c: New file.
42256         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42257         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42258         request sigprocmask.o.
42259         (gl_PREREQ_SIGPROCMASK): New macro.
42260         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42261         (Depends-on): Add sigprocmask.
42262         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42263         gt_SIGNALBLOCKING. Test for 'raise' only once.
42264         * lib/fatal-signal.c: Include sigprocmask.h.
42265         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42266         unblock_fatal_signals): Define always.
42267         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42268         sigprocmask.
42269
42270 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42271
42272         Sync from Automake.
42273         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42274         which incorrectly sets the mode of an existing destination
42275         directory.  In some cases the unpatched install-sh could do the
42276         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42277         system.  We hope this is rare in practice, but it's clearly worth
42278         fixing.  Problem reported by Alex Unleashed in
42279         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42280         Also, don't bother to check for -m bugs unless we're using -m;
42281         suggested by Stepan Kasal.
42282
42283 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42284
42285         Sync from Automake.
42286         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42287         `-c' flag, so they appear at the same position as in %FASTDEP%
42288         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42289         which ignores unknown options only after the first non-option.
42290         Bug report against M4 by Nelson H. F. Beebe.
42291
42292 2006-10-13  Jim Meyering  <jim@meyering.net>
42293
42294         Fix a bug in yesterday's change.
42295         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42296         p->fts_statp->st_dev would be used uninitialized.
42297         Ensures that we always call fts_stat on the very first entry.
42298         Miklos Szeredi reported that find -xdev stopped working.
42299
42300 2006-10-12  Bruno Haible  <bruno@clisp.org>
42301
42302         * gnulib-tool (func_get_automake_snippet): Append an automatically
42303         computed EXTRA_DIST augmentation.
42304         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42305         * modules/alloca-opt (Makefile.am): Likewise.
42306         * modules/allocsa (Makefile.am): Likewise.
42307         * modules/arcfour (Makefile.am): Likewise.
42308         * modules/arctwo (Makefile.am): Likewise.
42309         * modules/argmatch (Makefile.am): Likewise.
42310         * modules/argz (Makefile.am): Likewise.
42311         * modules/atexit (Makefile.am): Likewise.
42312         * modules/backupfile (Makefile.am): Likewise.
42313         * modules/byteswap (Makefile.am): Likewise.
42314         * modules/c-strtod (Makefile.am): Likewise.
42315         * modules/c-strtold (Makefile.am): Likewise.
42316         * modules/calloc (Makefile.am): Likewise.
42317         * modules/canon-host (Makefile.am): Likewise.
42318         * modules/canonicalize (Makefile.am): Likewise.
42319         * modules/chdir-long (Makefile.am): Likewise.
42320         * modules/chdir-safer (Makefile.am): Likewise.
42321         * modules/check-version (Makefile.am): Likewise.
42322         * modules/chown (Makefile.am): Likewise.
42323         * modules/cloexec (Makefile.am): Likewise.
42324         * modules/close-stream (Makefile.am): Likewise.
42325         * modules/closeout (Makefile.am): Likewise.
42326         * modules/crc (Makefile.am): Likewise.
42327         * modules/csharpexec (Makefile.am): Likewise.
42328         * modules/cycle-check (Makefile.am): Likewise.
42329         * modules/des (Makefile.am): Likewise.
42330         * modules/dev-ino (Makefile.am): Likewise.
42331         * modules/dirfd (Makefile.am): Likewise.
42332         * modules/dirname (Makefile.am): Likewise.
42333         * modules/dup2 (Makefile.am): Likewise.
42334         * modules/eealloc (Makefile.am): Likewise.
42335         * modules/error (Makefile.am): Likewise.
42336         * modules/euidaccess (Makefile.am): Likewise.
42337         * modules/exclude (Makefile.am): Likewise.
42338         * modules/exitfail (Makefile.am): Likewise.
42339         * modules/fcntl-safer (Makefile.am): Likewise.
42340         * modules/fcntl (Makefile.am): Likewise.
42341         * modules/file-type (Makefile.am): Likewise.
42342         * modules/fileblocks (Makefile.am): Likewise.
42343         * modules/filemode (Makefile.am): Likewise.
42344         * modules/filenamecat (Makefile.am): Likewise.
42345         * modules/fnmatch (Makefile.am): Likewise.
42346         * modules/fopen-safer (Makefile.am): Likewise.
42347         * modules/fpending (Makefile.am): Likewise.
42348         * modules/fprintftime (Makefile.am): Likewise.
42349         * modules/free (Makefile.am): Likewise.
42350         * modules/fsusage (Makefile.am): Likewise.
42351         * modules/ftruncate (Makefile.am): Likewise.
42352         * modules/fts (Makefile.am): Likewise.
42353         * modules/gc-arcfour (Makefile.am): Likewise.
42354         * modules/gc-des (Makefile.am): Likewise.
42355         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42356         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42357         * modules/gc-md4 (Makefile.am): Likewise.
42358         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42359         * modules/gc-sha1 (Makefile.am): Likewise.
42360         * modules/gc (Makefile.am): Likewise.
42361         * modules/getaddrinfo (Makefile.am): Likewise.
42362         * modules/getcwd (Makefile.am): Likewise.
42363         * modules/getdelim (Makefile.am): Likewise.
42364         * modules/getdomainname (Makefile.am): Likewise.
42365         * modules/getgroups (Makefile.am): Likewise.
42366         * modules/gethostname (Makefile.am): Likewise.
42367         * modules/gethrxtime (Makefile.am): Likewise.
42368         * modules/getline (Makefile.am): Likewise.
42369         * modules/getloadavg (Makefile.am): Likewise.
42370         * modules/getlogin_r (Makefile.am): Likewise.
42371         * modules/getndelim2 (Makefile.am): Likewise.
42372         * modules/getopt (Makefile.am): Likewise.
42373         * modules/getpagesize (Makefile.am): Likewise.
42374         * modules/getpass-gnu (Makefile.am): Likewise.
42375         * modules/getpass (Makefile.am): Likewise.
42376         * modules/getsubopt (Makefile.am): Likewise.
42377         * modules/gettime (Makefile.am): Likewise.
42378         * modules/gettimeofday (Makefile.am): Likewise.
42379         * modules/getugroups (Makefile.am): Likewise.
42380         * modules/getusershell (Makefile.am): Likewise.
42381         * modules/glob (Makefile.am): Likewise.
42382         * modules/group-member (Makefile.am): Likewise.
42383         * modules/hard-locale (Makefile.am): Likewise.
42384         * modules/hash (Makefile.am): Likewise.
42385         * modules/hmac-md5 (Makefile.am): Likewise.
42386         * modules/hmac-sha1 (Makefile.am): Likewise.
42387         * modules/human (Makefile.am): Likewise.
42388         * modules/idcache (Makefile.am): Likewise.
42389         * modules/imaxabs (Makefile.am): Likewise.
42390         * modules/imaxdiv (Makefile.am): Likewise.
42391         * modules/inet_ntop (Makefile.am): Likewise.
42392         * modules/inet_pton (Makefile.am): Likewise.
42393         * modules/intprops (Makefile.am): Likewise.
42394         * modules/inttostr (Makefile.am): Likewise.
42395         * modules/inttypes (Makefile.am): Likewise.
42396         * modules/isapipe (Makefile.am): Likewise.
42397         * modules/javaversion (Makefile.am): Likewise.
42398         * modules/lchmod (Makefile.am): Likewise.
42399         * modules/lchown (Makefile.am): Likewise.
42400         * modules/localcharset (Makefile.am): Likewise.
42401         * modules/long-options (Makefile.am): Likewise.
42402         * modules/lstat (Makefile.am): Likewise.
42403         * modules/malloc (Makefile.am): Likewise.
42404         * modules/mathl (Makefile.am): Likewise.
42405         * modules/mbchar (Makefile.am): Likewise.
42406         * modules/md2 (Makefile.am): Likewise.
42407         * modules/md4 (Makefile.am): Likewise.
42408         * modules/md5 (Makefile.am): Likewise.
42409         * modules/memcasecmp (Makefile.am): Likewise.
42410         * modules/memchr (Makefile.am): Likewise.
42411         * modules/memcmp (Makefile.am): Likewise.
42412         * modules/memcoll (Makefile.am): Likewise.
42413         * modules/memcpy (Makefile.am): Likewise.
42414         * modules/memmem (Makefile.am): Likewise.
42415         * modules/memmove (Makefile.am): Likewise.
42416         * modules/mempcpy (Makefile.am): Likewise.
42417         * modules/memrchr (Makefile.am): Likewise.
42418         * modules/memset (Makefile.am): Likewise.
42419         * modules/memxor (Makefile.am): Likewise.
42420         * modules/mkancesdirs (Makefile.am): Likewise.
42421         * modules/mkdir-p (Makefile.am): Likewise.
42422         * modules/mkdir (Makefile.am): Likewise.
42423         * modules/mkdtemp (Makefile.am): Likewise.
42424         * modules/mkstemp (Makefile.am): Likewise.
42425         * modules/mktime (Makefile.am): Likewise.
42426         * modules/modechange (Makefile.am): Likewise.
42427         * modules/mountlist (Makefile.am): Likewise.
42428         * modules/nanosleep (Makefile.am): Likewise.
42429         * modules/obstack (Makefile.am): Likewise.
42430         * modules/openat (Makefile.am): Likewise.
42431         * modules/pagealign_alloc (Makefile.am): Likewise.
42432         * modules/pathmax (Makefile.am): Likewise.
42433         * modules/physmem (Makefile.am): Likewise.
42434         * modules/poll (Makefile.am): Likewise.
42435         * modules/posixtm (Makefile.am): Likewise.
42436         * modules/posixver (Makefile.am): Likewise.
42437         * modules/putenv (Makefile.am): Likewise.
42438         * modules/quote (Makefile.am): Likewise.
42439         * modules/quotearg (Makefile.am): Likewise.
42440         * modules/raise (Makefile.am): Likewise.
42441         * modules/read-file (Makefile.am): Likewise.
42442         * modules/readline (Makefile.am): Likewise.
42443         * modules/readlink (Makefile.am): Likewise.
42444         * modules/readtokens (Makefile.am): Likewise.
42445         * modules/readutmp (Makefile.am): Likewise.
42446         * modules/realloc (Makefile.am): Likewise.
42447         * modules/regex (Makefile.am): Likewise.
42448         * modules/rename-dest-slash (Makefile.am): Likewise.
42449         * modules/rename (Makefile.am): Likewise.
42450         * modules/rijndael (Makefile.am): Likewise.
42451         * modules/rmdir (Makefile.am): Likewise.
42452         * modules/rpmatch (Makefile.am): Likewise.
42453         * modules/safe-read (Makefile.am): Likewise.
42454         * modules/safe-write (Makefile.am): Likewise.
42455         * modules/same-inode (Makefile.am): Likewise.
42456         * modules/same (Makefile.am): Likewise.
42457         * modules/save-cwd (Makefile.am): Likewise.
42458         * modules/savedir (Makefile.am): Likewise.
42459         * modules/setenv (Makefile.am): Likewise.
42460         * modules/settime (Makefile.am): Likewise.
42461         * modules/sha1 (Makefile.am): Likewise.
42462         * modules/sig2str (Makefile.am): Likewise.
42463         * modules/snprintf (Makefile.am): Likewise.
42464         * modules/stat-macros (Makefile.am): Likewise.
42465         * modules/stat-time (Makefile.am): Likewise.
42466         * modules/stdbool (Makefile.am): Likewise.
42467         * modules/stdint (Makefile.am): Likewise.
42468         * modules/stdlib-safer (Makefile.am): Likewise.
42469         * modules/stpcpy (Makefile.am): Likewise.
42470         * modules/stpncpy (Makefile.am): Likewise.
42471         * modules/strcase (Makefile.am): Likewise.
42472         * modules/strcasestr (Makefile.am): Likewise.
42473         * modules/strchrnul (Makefile.am): Likewise.
42474         * modules/strcspn (Makefile.am): Likewise.
42475         * modules/strdup (Makefile.am): Likewise.
42476         * modules/strerror (Makefile.am): Likewise.
42477         * modules/strftime (Makefile.am): Likewise.
42478         * modules/strndup (Makefile.am): Likewise.
42479         * modules/strnlen (Makefile.am): Likewise.
42480         * modules/strpbrk (Makefile.am): Likewise.
42481         * modules/strsep (Makefile.am): Likewise.
42482         * modules/strstr (Makefile.am): Likewise.
42483         * modules/strtod (Makefile.am): Likewise.
42484         * modules/strtoimax (Makefile.am): Likewise.
42485         * modules/strtok_r (Makefile.am): Likewise.
42486         * modules/strtol (Makefile.am): Likewise.
42487         * modules/strtoll (Makefile.am): Likewise.
42488         * modules/strtoul (Makefile.am): Likewise.
42489         * modules/strtoull (Makefile.am): Likewise.
42490         * modules/strtoumax (Makefile.am): Likewise.
42491         * modules/strverscmp (Makefile.am): Likewise.
42492         * modules/sys_socket (Makefile.am): Likewise.
42493         * modules/sys_stat (Makefile.am): Likewise.
42494         * modules/sysexits (Makefile.am): Likewise.
42495         * modules/time_r (Makefile.am): Likewise.
42496         * modules/timegm (Makefile.am): Likewise.
42497         * modules/timespec (Makefile.am): Likewise.
42498         * modules/tmpfile-safer (Makefile.am): Likewise.
42499         * modules/trim (Makefile.am): Likewise.
42500         * modules/unistd-safer (Makefile.am): Likewise.
42501         * modules/unlinkdir (Makefile.am): Likewise.
42502         * modules/unlocked-io (Makefile.am): Likewise.
42503         * modules/userspec (Makefile.am): Likewise.
42504         * modules/utime (Makefile.am): Likewise.
42505         * modules/utimecmp (Makefile.am): Likewise.
42506         * modules/utimens (Makefile.am): Likewise.
42507         * modules/vasnprintf (Makefile.am): Likewise.
42508         * modules/vasprintf (Makefile.am): Likewise.
42509         * modules/vsnprintf (Makefile.am): Likewise.
42510         * modules/xalloc (Makefile.am): Likewise.
42511         * modules/xgetcwd (Makefile.am): Likewise.
42512         * modules/xnanosleep (Makefile.am): Likewise.
42513         * modules/xreadlink (Makefile.am): Likewise.
42514         * modules/xstrtod (Makefile.am): Likewise.
42515         * modules/xstrtol (Makefile.am): Likewise.
42516         * modules/xstrtold (Makefile.am): Likewise.
42517         * modules/yesno (Makefile.am): Likewise.
42518         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42519
42520 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42521
42522         * modules/error (Makefile.am): Distribute files through
42523         EXTRA_DIST, not lib_SOURCES.
42524
42525 2006-10-12  Eric Blake  <ebb9@byu.net>
42526
42527         * modules/error (Makefile.am): Distribute files in /lib.
42528         * modules/obstack (Makefile.am): Likewise.
42529
42530 2006-10-12  Bruno Haible  <bruno@clisp.org>
42531
42532         * modules/acl (Makefile.am): Distribute all files in lib/ through
42533         EXTRA_DIST.
42534         * modules/arcfour (Makefile.am): Likewise.
42535         * modules/arctwo (Makefile.am): Likewise.
42536         * modules/argmatch (Makefile.am): Likewise.
42537         * modules/argz (Makefile.am): Likewise.
42538         * modules/atexit (Makefile.am): Likewise.
42539         * modules/backupfile (Makefile.am): Likewise.
42540         * modules/c-strtod (Makefile.am): Likewise.
42541         * modules/c-strtold (Makefile.am): Likewise.
42542         * modules/calloc (Makefile.am): Likewise.
42543         * modules/canon-host (Makefile.am): Likewise.
42544         * modules/canonicalize (Makefile.am): Likewise.
42545         * modules/chdir-long (Makefile.am): Likewise.
42546         * modules/chdir-safer (Makefile.am): Likewise.
42547         * modules/check-version (Makefile.am): Likewise.
42548         * modules/chown (Makefile.am): Likewise.
42549         * modules/cloexec (Makefile.am): Likewise.
42550         * modules/close-stream (Makefile.am): Likewise.
42551         * modules/closeout (Makefile.am): Likewise.
42552         * modules/crc (Makefile.am): Likewise.
42553         * modules/cycle-check (Makefile.am): Likewise.
42554         * modules/des (Makefile.am): Likewise.
42555         * modules/dirfd (Makefile.am): Likewise.
42556         * modules/dirname (Makefile.am): Likewise.
42557         * modules/dup2 (Makefile.am): Likewise.
42558         * modules/euidaccess (Makefile.am): Likewise.
42559         * modules/exclude (Makefile.am): Likewise.
42560         * modules/exitfail (Makefile.am): Likewise.
42561         * modules/fcntl-safer (Makefile.am): Likewise.
42562         * modules/file-type (Makefile.am): Likewise.
42563         * modules/fileblocks (Makefile.am): Likewise.
42564         * modules/filemode (Makefile.am): Likewise.
42565         * modules/filenamecat (Makefile.am): Likewise.
42566         * modules/fnmatch (Makefile.am): Likewise.
42567         * modules/fopen-safer (Makefile.am): Likewise.
42568         * modules/fpending (Makefile.am): Likewise.
42569         * modules/fprintftime (Makefile.am): Likewise.
42570         * modules/free (Makefile.am): Likewise.
42571         * modules/fsusage (Makefile.am): Likewise.
42572         * modules/ftruncate (Makefile.am): Likewise.
42573         * modules/fts (Makefile.am): Likewise.
42574         * modules/gc (Makefile.am): Likewise.
42575         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42576         * modules/getaddrinfo (Makefile.am): Likewise.
42577         * modules/getcwd (Makefile.am): Likewise.
42578         * modules/getdelim (Makefile.am): Likewise.
42579         * modules/getdomainname (Makefile.am): Likewise.
42580         * modules/getgroups (Makefile.am): Likewise.
42581         * modules/gethostname (Makefile.am): Likewise.
42582         * modules/gethrxtime (Makefile.am): Likewise.
42583         * modules/getline (Makefile.am): Likewise.
42584         * modules/getloadavg (Makefile.am): Likewise.
42585         * modules/getlogin_r (Makefile.am): Likewise.
42586         * modules/getopt (Makefile.am): Likewise.
42587         * modules/getpass (Makefile.am): Likewise.
42588         * modules/getpass-gnu (Makefile.am): Likewise.
42589         * modules/getsubopt (Makefile.am): Likewise.
42590         * modules/gettime (Makefile.am): Likewise.
42591         * modules/gettimeofday (Makefile.am): Likewise.
42592         * modules/getugroups (Makefile.am): Likewise.
42593         * modules/getusershell (Makefile.am): Likewise.
42594         * modules/glob (Makefile.am): Likewise.
42595         * modules/group-member (Makefile.am): Likewise.
42596         * modules/hard-locale (Makefile.am): Likewise.
42597         * modules/hash (Makefile.am): Likewise.
42598         * modules/hmac-md5 (Makefile.am): Likewise.
42599         * modules/hmac-sha1 (Makefile.am): Likewise.
42600         * modules/human (Makefile.am): Likewise.
42601         * modules/idcache (Makefile.am): Likewise.
42602         * modules/imaxabs (Makefile.am): Likewise.
42603         * modules/imaxdiv (Makefile.am): Likewise.
42604         * modules/inet_ntop (Makefile.am): Likewise.
42605         * modules/inet_pton (Makefile.am): Likewise.
42606         * modules/inttostr (Makefile.am): Likewise.
42607         * modules/isapipe (Makefile.am): Likewise.
42608         * modules/lchown (Makefile.am): Likewise.
42609         * modules/long-options (Makefile.am): Likewise.
42610         * modules/lstat (Makefile.am): Likewise.
42611         * modules/malloc (Makefile.am): Likewise.
42612         * modules/mathl (Makefile.am): Likewise.
42613         * modules/mbchar (Makefile.am): Likewise.
42614         * modules/md2 (Makefile.am): Likewise.
42615         * modules/md4 (Makefile.am): Likewise.
42616         * modules/md5 (Makefile.am): Likewise.
42617         * modules/memcasecmp (Makefile.am): Likewise.
42618         * modules/memchr (Makefile.am): Likewise.
42619         * modules/memcmp (Makefile.am): Likewise.
42620         * modules/memcoll (Makefile.am): Likewise.
42621         * modules/memcpy (Makefile.am): Likewise.
42622         * modules/memmem (Makefile.am): Likewise.
42623         * modules/memmove (Makefile.am): Likewise.
42624         * modules/mempcpy (Makefile.am): Likewise.
42625         * modules/memrchr (Makefile.am): Likewise.
42626         * modules/memset (Makefile.am): Likewise.
42627         * modules/memxor (Makefile.am): Likewise.
42628         * modules/mkancesdirs (Makefile.am): Likewise.
42629         * modules/mkdir (Makefile.am): Likewise.
42630         * modules/mkdir-p (Makefile.am): Likewise.
42631         * modules/mkdtemp (Makefile.am): Likewise.
42632         * modules/mkstemp (Makefile.am): Likewise.
42633         * modules/mktime (Makefile.am): Likewise.
42634         * modules/modechange (Makefile.am): Likewise.
42635         * modules/mountlist (Makefile.am): Likewise.
42636         * modules/nanosleep (Makefile.am): Likewise.
42637         * modules/openat (Makefile.am): Likewise.
42638         * modules/pagealign_alloc (Makefile.am): Likewise.
42639         * modules/physmem (Makefile.am): Likewise.
42640         * modules/poll (Makefile.am): Likewise.
42641         * modules/posixtm (Makefile.am): Likewise.
42642         * modules/posixver (Makefile.am): Likewise.
42643         * modules/putenv (Makefile.am): Likewise.
42644         * modules/quote (Makefile.am): Likewise.
42645         * modules/quotearg (Makefile.am): Likewise.
42646         * modules/raise (Makefile.am): Likewise.
42647         * modules/read-file (Makefile.am): Likewise.
42648         * modules/readline (Makefile.am): Likewise.
42649         * modules/readlink (Makefile.am): Likewise.
42650         * modules/readtokens (Makefile.am): Likewise.
42651         * modules/readutmp (Makefile.am): Likewise.
42652         * modules/realloc (Makefile.am): Likewise.
42653         * modules/regex (Makefile.am): Likewise.
42654         * modules/rename (Makefile.am): Likewise.
42655         * modules/rename-dest-slash (Makefile.am): Likewise.
42656         * modules/rijndael (Makefile.am): Likewise.
42657         * modules/rmdir (Makefile.am): Likewise.
42658         * modules/rpmatch (Makefile.am): Likewise.
42659         * modules/safe-read (Makefile.am): Likewise.
42660         * modules/safe-write (Makefile.am): Likewise.
42661         * modules/same (Makefile.am): Likewise.
42662         * modules/save-cwd (Makefile.am): Likewise.
42663         * modules/savedir (Makefile.am): Likewise.
42664         * modules/setenv (Makefile.am): Likewise.
42665         * modules/settime (Makefile.am): Likewise.
42666         * modules/sha1 (Makefile.am): Likewise.
42667         * modules/sig2str (Makefile.am): Likewise.
42668         * modules/snprintf (Makefile.am): Likewise.
42669         * modules/stdlib-safer (Makefile.am): Likewise.
42670         * modules/stpcpy (Makefile.am): Likewise.
42671         * modules/stpncpy (Makefile.am): Likewise.
42672         * modules/strcase (Makefile.am): Likewise.
42673         * modules/strcasestr (Makefile.am): Likewise.
42674         * modules/strchrnul (Makefile.am): Likewise.
42675         * modules/strcspn (Makefile.am): Likewise.
42676         * modules/strdup (Makefile.am): Likewise.
42677         * modules/strerror (Makefile.am): Likewise.
42678         * modules/strftime (Makefile.am): Likewise.
42679         * modules/strndup (Makefile.am): Likewise.
42680         * modules/strnlen (Makefile.am): Likewise.
42681         * modules/strpbrk (Makefile.am): Likewise.
42682         * modules/strsep (Makefile.am): Likewise.
42683         * modules/strstr (Makefile.am): Likewise.
42684         * modules/strtod (Makefile.am): Likewise.
42685         * modules/strtoimax (Makefile.am): Likewise.
42686         * modules/strtok_r (Makefile.am): Likewise.
42687         * modules/strtol (Makefile.am): Likewise.
42688         * modules/strtoll (Makefile.am): Likewise.
42689         * modules/strtoul (Makefile.am): Likewise.
42690         * modules/strtoull (Makefile.am): Likewise.
42691         * modules/strtoumax (Makefile.am): Likewise.
42692         * modules/strverscmp (Makefile.am): Likewise.
42693         * modules/time_r (Makefile.am): Likewise.
42694         * modules/timegm (Makefile.am): Likewise.
42695         * modules/tmpfile-safer (Makefile.am): Likewise.
42696         * modules/unistd-safer (Makefile.am): Likewise.
42697         * modules/unlinkdir (Makefile.am): Likewise.
42698         * modules/userspec (Makefile.am): Likewise.
42699         * modules/utime (Makefile.am): Likewise.
42700         * modules/utimecmp (Makefile.am): Likewise.
42701         * modules/utimens (Makefile.am): Likewise.
42702         * modules/vasnprintf (Makefile.am): Likewise.
42703         * modules/vasprintf (Makefile.am): Likewise.
42704         * modules/vsnprintf (Makefile.am): Likewise.
42705         * modules/xalloc (Makefile.am): Likewise.
42706         * modules/xgetcwd (Makefile.am): Likewise.
42707         * modules/xnanosleep (Makefile.am): Likewise.
42708         * modules/xreadlink (Makefile.am): Likewise.
42709         * modules/xstrtod (Makefile.am): Likewise.
42710         * modules/xstrtol (Makefile.am): Likewise.
42711         * modules/xstrtold (Makefile.am): Likewise.
42712         * modules/yesno (Makefile.am): Likewise.
42713
42714 2006-10-12  Jim Meyering  <jim@meyering.net>
42715
42716         * m4/getloadavg.m4: Revert the change below.
42717
42718         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42719         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42720         fail with a symlink, which is what coreutils' ./bootstrap now
42721         creates by default.
42722
42723 2006-10-12  Bruno Haible  <bruno@clisp.org>
42724
42725         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42726         mingw.
42727         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42728         MSVC and mingw explicitly.
42729
42730 2006-10-11  Simon Josefsson  <jas@extundo.com>
42731             Bruno Haible  <bruno@clisp.org>
42732
42733         Add support for multiple gnulib-tool invocations in the scope of a
42734         single configure.ac file.
42735         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42736         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42737         with the same contents as the _LIBADD variable.
42738         (func_emit_initmacro_start, func_emit_initmacro_end,
42739         func_emit_initmacro_done): New functions.
42740         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42741         gl_LIBOBJS and gl_LTLIBOBJS.
42742
42743 2006-10-11  Bruno Haible  <bruno@clisp.org>
42744
42745         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42746         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42747         autoreconf. Instead, invoke autopoint explicitly but move back the
42748         *.m4 files from gnulib.
42749
42750 2006-10-11  Bruno Haible  <bruno@clisp.org>
42751
42752         * gnulib-tool (func_usage): Make module names after --create-testdir
42753         optional.
42754         (func_create_testdir): If no module was specified, use nearly all
42755         modules.
42756
42757 2006-10-12  Jim Meyering  <jim@meyering.net>
42758
42759         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42760         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42761         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42762         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42763         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42764         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42765         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42766         (fts_set_stat_required): New function.
42767         (fts_open): Defer the calls to fts_stat, if possible or requested.
42768         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42769         into fts_stat itself.
42770         (fts_read): Perform any required (deferred) fts_stat call.
42771         (fts_build): Likewise, for the directory we're about to open and read.
42772         In the readdir loop, carefully decide whether each entry will require
42773         an eventual call to fts_stat, using dirent.d_type info if available.
42774         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42775         a command line argument into this function.  Update all callers.
42776         Map a return value of FTS_DOT to FTS_D for a command line argument.
42777         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42778         Thanks to Miklos Szeredi for his tenacity and for the initial
42779         bug report about "find" failing on a FUSE-based file system.
42780
42781         * lib/fts.c (fts_open): Use consistent indentation.
42782
42783 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42784
42785         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42786         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42787         reported by Jim Meyering.  All uses of cache variables renamed
42788         to match Autoconf's.
42789         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42790         the other one.
42791
42792         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42793         Fix misspelling in diagnostic.
42794
42795 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42796
42797         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42798         defined.  Problem reported by Matthew Woehlke.
42799
42800         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42801         Add support for Tandem NonStop R series.
42802         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42803         Use new macro.
42804
42805         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42806         (has_trailing_slash): Omit size arg; all callers changed.
42807         Omit 'inline', since it doesn't help performance and we'd
42808         need to configure it.
42809         Don't count //, ///, etc. as having a trailing slash.
42810         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42811         (rpl_rename_dest_slash): On failure, use rename's errno rather
42812         than (in some cases) an incorrect or junk errno.
42813         Simplify code by removing need to compute length; this does
42814         cause it to make two passes instead of one over the file name,
42815         but it's worth it.
42816
42817         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42818         change, since Autoconf's version may no longer be appropriate now
42819         that we are using CVS Autoconf's version.  Add support for Tandem.
42820
42821 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42822             Bruno Haible  <bruno@clisp.org>
42823
42824         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42825         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42826         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42827         gl_AC_TYPE_LONG_LONG.
42828
42829         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42830         instead of HAVE_LONG_LONG.
42831         * lib/printf-args.c (printf_fetchargs): Likewise.
42832         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42833         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42834         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42835         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42836         gl_AC_TYPE_LONG_LONG.
42837
42838 2006-10-11  Bruno Haible  <bruno@clisp.org>
42839
42840         * m4/longlong.m4: Add comments.
42841         * m4/ulonglong.m4: Likewise.
42842
42843 2006-10-10  Bruno Haible  <bruno@clisp.org>
42844
42845         Make it possible to #define stpcpy, strdup to aliases.
42846         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42847         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42848
42849 2006-10-10  Bruno Haible  <bruno@clisp.org>
42850
42851         Make it possible to #define gcd to an alias.
42852         * lib/gcd.c: Include config.h.
42853
42854 2006-10-10  Bruno Haible  <bruno@clisp.org>
42855
42856         Make it possible to #define c_isascii to an alias.
42857         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42858         defined. Undefine the macros before defining them, to avoid gcc
42859         warnings.
42860         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42861         define NO_C_CTYPE_MACROS early.
42862
42863 2006-10-10  Bruno Haible  <bruno@clisp.org>
42864
42865         Make it possible to #define set_program_name to an alias.
42866         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42867         ENABLE_RELOCATABLE early.
42868
42869 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42870
42871         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42872         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42873         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42874         More generally, don't assume that 64-bit signed int is available
42875         if unsigned int is, and vice versa.
42876         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42877         unsigned symbols, not on their signed counterparts.
42878         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42879         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42880         (UINT64_C, UINTMAX_C):
42881         Likewise.
42882         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42883         unsigned counterparts.
42884         (Have_long_long, Unsigned): New macros.
42885         (Int): Renamed from INT.
42886         (strtoimax): Use the new macros.
42887         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42888         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42889         * modules/inttypes (inttypes.h): Substitute
42890         HAVE_UNSIGNED_LONG_LONG_INT.
42891         * modules/stdint (stdint.h): Likewise.
42892         (Files): Add m4/ulonglong.m4.
42893
42894 2006-10-10  Bruno Haible  <bruno@clisp.org>
42895
42896         Fix a gcc -Wshadow warning.
42897         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42898         to 'bucket'.
42899         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42900         gl_linked_indexof_from_to): Likewise.
42901         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42902         Likewise.
42903         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42904         Likewise.
42905         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42906         Reported by Eric Blake.
42907
42908 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42909
42910         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42911         for NetBSD.  Problem reported by Bruno Haible.
42912
42913 2006-10-09  Jim Meyering  <jim@meyering.net>
42914
42915         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42916         Patch from Bruno Haible.
42917
42918 2006-10-09  Jim Meyering  <jim@meyering.net>
42919
42920         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42921         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42922         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42923
42924 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42925
42926         Don't include <config.h> twice; this doesn't work in some cases,
42927         e.g., when config.h has "#define intmax_t long long int" and
42928         we include <config.h>, <inttypes.h>, <config.h> in that order.
42929         Problem reported by Matthew Woehlke in:
42930         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42931         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42932         * lib/fts-cycle.c: Don't include config.h.
42933         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42934         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42935         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42936         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42937         inttypes.h.
42938         * lib/xstrtoumax.c: Likewise.
42939         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42940         __strtol and the like, so that this module is more like its siblings.
42941         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42942         Remove; no longer needed now that we assume gnulib inttypes.h.
42943
42944 2006-10-08  Bruno Haible  <bruno@clisp.org>
42945
42946         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42947         option.
42948
42949 2006-10-07  Jim Meyering  <jim@meyering.net>
42950
42951         * modules/inttypes (inttypes.h): Revert what seems to have been
42952         an inadvertent part of today's change: use "|", not "/" in the
42953         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42954
42955 2006-10-07  Bruno Haible  <bruno@clisp.org>
42956
42957         * modules/sublist: New file.
42958
42959 2006-10-07  Bruno Haible  <bruno@clisp.org>
42960
42961         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42962         * modules/argz (argz.h): Likewise.
42963         * modules/arpa_inet (arpa/inet.h): Likewise.
42964         * modules/byteswap (byteswap.h): Likewise.
42965         * modules/configmake (configmake.h): Likewise.
42966         * modules/fcntl (fcntl.h): Likewise.
42967         * modules/fnmatch (fnmatch.h): Likewise.
42968         * modules/getopt (getopt.h): Likewise.
42969         * modules/glob (glob.h): Likewise.
42970         * modules/inttypes (inttypes.h): Likewise.
42971         * modules/netinet_in (netinet/in.h): Likewise.
42972         * modules/poll (poll.h): Likewise.
42973         * modules/stdbool (stdbool.h): Likewise.
42974         * modules/stdint (stdint.h): Likewise.
42975         * modules/sys_select (sys/select.h): Likewise.
42976         * modules/sys_socket (sys/socket.h): Likewise.
42977         * modules/sys_stat (sys/stat.h): Likewise.
42978         * modules/sysexits (sysexits.h): Likewise.
42979         * modules/unistd (unistd.h): Likewise.
42980         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42981         Add a "DO NOT EDIT" comment to the generated file.
42982         (func_import): Likewise for gnulib-comp.m4.
42983
42984 2006-10-07  Bruno Haible  <bruno@clisp.org>
42985
42986         * lib/gl_sublist.h: New file.
42987         * lib/gl_sublist.c: New file.
42988
42989 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42990
42991         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42992         name (relative to the original working directory) and the file
42993         name component (relative to the temporary working directory).  All
42994         callers changed.
42995         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42996         * lib/mkdir-p.c (make_dir_parents): Likewise.
42997         * lib/mkdir-p.h (make_dir_parents): Likewise.
42998
42999 2006-10-06  Eric Blake  <ebb9@byu.net>
43000
43001         Define several macros for use by the clean-temp module.
43002         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43003         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43004         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43005
43006         * lib/clean-temp.h (close_stream_temp): New declaration.
43007         * lib/clean-temp.c (includes): Pull in headers according to what
43008         other modules are in use.
43009         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43010
43011 2006-10-06  Bruno Haible  <bruno@clisp.org>
43012
43013         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43014         instead of fopen, fwriteerror.
43015
43016 2006-10-06  Bruno Haible  <bruno@clisp.org>
43017
43018         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43019         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43020         int.
43021         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43022         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43023         Return an error indicator.
43024         Suggested by Eric Blake.
43025
43026 2006-10-06  Bruno Haible  <bruno@clisp.org>
43027
43028         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43029         Reported by Eric Blake.
43030
43031 2006-10-06  Bruno Haible  <bruno@clisp.org>
43032
43033         * modules/closeout (Description): Mention stderr too.
43034
43035 2006-10-06  Bruno Haible  <bruno@clisp.org>
43036         and Paul Eggert  <eggert@cs.ucla.edu>
43037
43038         * lib/closeout.c (close_stdout): Also close stderr.
43039         * lib/closeout.h: Update comment.
43040
43041 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43042
43043         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43044         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43045         * lib/dirchownmod.c: Include lchown.h.
43046         * lib/lchown.c: Don't include files that lchown.h now includes.
43047         Don't declare chown, since lchown.h now does that.
43048         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43049         (lchown): Define to rpl_chown if lchown is declared but
43050         does not exist.  Declare using a prototype if lchown is not
43051         declared.  Add a copyright notice.
43052         * lib/mkstemp.h: Include <unistd.h>.
43053         * lib/openat.c: Include lchown.h.
43054
43055         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43056         we now test for that separately.
43057         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43058         rather than O_NOFOLLOW, when testing whether it's possible to
43059         avoid a race condition reliably.
43060         * lib/savewd.c (savewd_chdir): Likewise.
43061
43062         Remove macros that are no longer needed now that stdint.h is
43063         reliable.
43064         * lib/fsusage.c (UINTMAX_MAX): Remove.
43065         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43066         * lib/utimecmp.c (SIZE_MAX): Remove.
43067
43068         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43069
43070         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43071         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43072         O_NOATIME works.
43073
43074 2006-10-05  Bruno Haible  <bruno@clisp.org>
43075
43076         * lib/gl_list.h (gl_sortedlist_search_from_to,
43077         gl_sortedlist_indexof_from_to): New declarations.
43078         (gl_list_implementation): New fields sortedlist_search_from_to,
43079         sortedlist_indexof_from_to.
43080         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43081         inline functions.
43082         * lib/gl_list.c (gl_sortedlist_search_from_to,
43083         gl_sortedlist_indexof_from_to): New functions.
43084         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43085         function.
43086         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43087         (gl_array_sortedlist_search_from_to): New function.
43088         (gl_array_list_implementation): Update.
43089         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43090         function.
43091         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43092         (gl_carray_sortedlist_search_from_to): New function.
43093         (gl_carray_list_implementation): Update.
43094         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43095         gl_linked_sortedlist_indexof_from_to): New functions.
43096         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43097         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43098         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43099         gl_tree_sortedlist_indexof_from_to): New functions.
43100         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43101         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43102         Update.
43103         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43104         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43105         Update.
43106
43107 2006-10-05  Bruno Haible  <bruno@clisp.org>
43108
43109         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43110         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43111         (struct gl_list_implementation): Add fields search_from_to,
43112         indexof_from_to. Remove fields search, indexof.
43113         (gl_list_search): Use the search_from_to method.
43114         (gl_list_search_from, gl_list_search_from_to): New functions.
43115         (gl_list_indexof): Use the indexof_from_to method.
43116         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43117         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43118         (gl_list_search_from, gl_list_search_from_to): New functions.
43119         (gl_list_indexof): Use the indexof_from_to method.
43120         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43121         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43122         gl_array_indexof. Add start_index, end_index arguments.
43123         (gl_array_search_from_to): Renamed from gl_array_search. Add
43124         start_index, end_index arguments.
43125         (gl_array_remove, gl_array_list_implementation): Update.
43126         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43127         gl_carray_indexof. Add start_index, end_index arguments.
43128         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43129         start_index, end_index arguments.
43130         (gl_carray_remove, gl_carray_list_implementation): Update.
43131         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43132         gl_linked_search. Add start_index, end_index arguments.
43133         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43134         start_index, end_index arguments.
43135         (gl_linked_remove): Update.
43136         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43137         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43138         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43139         field to 'size_t'.
43140         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43141         gl_tree_search. Add start_index, end_index arguments.
43142         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43143         start_index, end_index arguments.
43144         (gl_tree_remove): Update.
43145         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43146         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43147         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43148         function.
43149         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43150         gl_tree_search. Add start_index, end_index arguments.
43151         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43152         start_index, end_index arguments.
43153         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43154         Update.
43155         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43156
43157 2006-10-05  Bruno Haible  <bruno@clisp.org>
43158
43159         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43160
43161         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43162         fwriteerror_temp): New declarations.
43163         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43164         (descriptors): New variable.
43165         (cleanup): First, close the descriptors.
43166         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43167         fclose_temp, fwriteerror_temp): New functions.
43168
43169 2006-10-04  Jim Meyering  <jim@meyering.net>
43170
43171         * lib/fts.c (fts_open): Tiny comment change.
43172
43173 2006-10-04  Bruno Haible  <bruno@clisp.org>
43174
43175         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43176         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43177         gl_LOCK_BODY.
43178         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43179         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43180         gl_LOCK_EARLY_BODY.
43181         (gl_LOCK): Require gl_LOCK_BODY.
43182
43183 2006-10-04  Bruno Haible  <bruno@clisp.org>
43184
43185         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43186         (gl_oset_search_atleast): New declaration.
43187         (struct gl_oset_implementation): Add field 'search_atleast'.
43188         (gl_oset_search_atleast): New inline function.
43189         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43190         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43191         (gl_array_oset_implementation): Update.
43192         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43193         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43194         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43195
43196 2006-10-04  Bruno Haible  <bruno@clisp.org>
43197
43198         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43199
43200 2006-10-03  Bruno Haible  <bruno@clisp.org>
43201
43202         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43203         from gl_avltreehash_list_implementation.
43204
43205 2006-10-03  Bruno Haible  <bruno@clisp.org>
43206
43207         * lib/gl_oset.c (gl_oset_add): Fix return type.
43208
43209 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43210
43211         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43212
43213 2006-10-02  Eric Blake  <ebb9@byu.net>
43214
43215         * modules/strnlen (Depends-on): Add extensions.
43216
43217 2006-10-02  Eric Blake  <ebb9@byu.net>
43218
43219         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43220         definition in 2.60+.
43221
43222 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43223
43224         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43225         checks.
43226
43227 2006-10-02  Bruno Haible  <bruno@clisp.org>
43228
43229         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43230         to the AUTOMAKE_OPTIONS.
43231         Reported by Jim Meyering.
43232
43233 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43234
43235         Work around bug in Solaris 10 /proc file system:
43236         /proc/self/fd/NNN/.. isn't the parent directory of
43237         the directory whose file descriptor is NNN.  This needs to
43238         be worked around at run time, not compile time, since a
43239         program might be built on Solaris 8, where things work, and
43240         run on Solaris 10.
43241         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43242         to use the following interface instead:
43243         (OPENAT_BUFFER_SIZE): New macro.
43244         (openat_proc_name): New function.
43245         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43246         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43247         Likewise.
43248         * lib/openat-proc.c: New file.
43249         * modules/openat (Files): Add lib/openat-proc.c.
43250         (Depends-on): Add same-inode, stdbool.
43251         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43252
43253 2006-09-29  Bruno Haible  <bruno@clisp.org>
43254
43255         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43256         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43257         argument. Set stdout_closed before testing for ferror, not after.
43258         (fwriteerror, fwriteerror_no_ebadf): New functions.
43259
43260 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43261
43262         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43263
43264 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43265
43266         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43267         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43268
43269 2006-09-28  Jim Meyering  <jim@meyering.net>
43270
43271         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43272         Include <unistd.h>.
43273
43274 2006-09-28  Bruno Haible  <bruno@clisp.org>
43275
43276         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43277         * modules/linkedhash-list (Depends-on): Likewise.
43278         * modules/rbtreehash-list (Depends-on): Likewise.
43279
43280 2006-09-28  Bruno Haible  <bruno@clisp.org>
43281
43282         * lib/strndup.h: Simplify the redefinition of strndup.
43283         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43284         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43285
43286 2006-09-28  Bruno Haible  <bruno@clisp.org>
43287
43288         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43289         * lib/gl_linkedhash_list.c: Likewise.
43290         * lib/gl_rbtreehash_list.c: Likewise.
43291
43292 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43293
43294         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43295         getaddrinfo.
43296
43297         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43298         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43299         it causes <stdio_ext.h> to cause a compile-time error.
43300         Problem reported by Nelson H. F. Beebe.
43301         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43302         of HAVE_DECL___PENDING.
43303
43304         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43305         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43306         declaration.
43307
43308 2006-09-27  Jim Meyering  <jim@meyering.net>
43309
43310         This file could end up with a definition for a function
43311         named __strndup, rather than rpl_strndup on a system with
43312         incomplete weak_alias support.
43313         * lib/strndup.c (strndup): Rename from __strndup.
43314         Remove #defines that used to map __strndup to strndup.
43315         Don't use K&R prototypes.
43316         Remove LIBC-related code, since this file is not sync'd with glibc.
43317         * lib/strndup.h: Revamp, accordingly.
43318         * m4/strndup.m4: Modernize.
43319
43320 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43321
43322         * modules/savewd (Depends-on): Add 'raise'.
43323         * lib/savewd.c: Include <signal.h>, for 'raise'.
43324
43325 2006-09-26  Jim Meyering  <jim@meyering.net>
43326
43327         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43328         when we detect Darwin 8.7.0's acl_get_file bug.
43329         Rearrange to perform the new (below) run-test while $LIBS
43330         contains any acl-related library.  Set USE_ACL at the end.
43331         (gl_ACL_GET_FILE): New function.
43332
43333 2006-09-26  Eric Blake  <ebb9@byu.net>
43334
43335         * lib/verror.c: Include <config.h> unconditionally.
43336
43337 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43338
43339         * modules/clock-time (Maintainer): Add self.
43340         * modules/getlogin_r (Depends-on): Add extensions.
43341
43342 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43343
43344         * modules/clock-time: New module.
43345         * modules/nanosleep (Depends-on): Add clock-time.
43346         * modules/gethrxtime (Depends-on): Likewise.
43347         * modules/gettime (Depends-on): Likewise.
43348         * modules/settime (Depends-on): Likewise.
43349
43350         * modules/fts-lgpl: Depend on openat.
43351         * modules/mkancesdirs: Depend on savewd.
43352         * modules/mkdir-p: Likewise.
43353
43354 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43355
43356         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43357
43358         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43359         `gl_have_arbitrary_file_name_length_limit' to
43360         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43361         actually works between configure runs.
43362
43363 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43364             Bruno Haible  <bruno@clisp.org>
43365
43366         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43367
43368 2006-09-25  Jim Meyering  <jim@meyering.net>
43369
43370         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43371         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43372
43373 2006-09-25  Eric Blake  <ebb9@byu.net>
43374
43375         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43376         exec's in 2006-09-18 patch when shuffling fds.
43377
43378 2006-09-25  Bruno Haible  <bruno@clisp.org>
43379
43380         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43381         Reported by Jim Meyering.
43382
43383 2006-09-24  Jim Meyering  <jim@meyering.net>
43384
43385         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43386         compare a pointer against a literal "0".  That caused failures with
43387         at least HP-UX's hpcc.
43388
43389 2006-09-22  Simon Josefsson  <jas@extundo.com>
43390
43391         * modules/gc-sha1:
43392         * modules/gc-md4:
43393         * modules/gc-hmac-sha1:
43394         * modules/gc-hmac-md5:
43395         * modules/gc-des:
43396         * modules/gc-arcfour: Distribute more files.
43397
43398 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43399
43400         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43401         (gl_linked_iterator_from_to): Initialize struct completely.
43402         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43403         (gl_tree_iterator_from_to): Likewise
43404         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43405         * lib/gl_array_list.c [lint] (gl_array_iterator)
43406         (gl_array_iterator_from_to): Likewise.
43407         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43408         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43409         (gl_carray_iterator_from_to): Likewise.
43410
43411         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43412         * lib/md4.c (md4_process_block): Remove unused variable.
43413         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43414         parentheses for clarity.
43415
43416 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43417
43418         * modules/bison-i18n (Depends-on): Add gettext.
43419
43420 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43421
43422         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43423         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43424         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43425         also add missing comma that caused broken test.
43426         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43427         stdlib.h, for `abort'.
43428         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43429         variables.
43430         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43431         include unistd.h if present, for `rmdir'.
43432         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43433         variables.
43434         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43435         in the process include standard headers for prototypes.
43436         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43437         gets declared on GNU/Linux.
43438         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43439         unistd.h, for `rmdir'.
43440         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43441
43442         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43443         always true.
43444         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43445
43446         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43447
43448 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43449
43450         * gnulib-tool (func_version): Create output all at once.  This
43451         may help avoid triggering unnecessary SIGPIPEs, and at any
43452         rate it doesn't hurt.
43453
43454 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43455             Bruno Haible  <bruno@clisp.org>
43456
43457         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43458         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43459         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43460
43461         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43462         (gl_FUNC_VASPRINTF): Invoke it.
43463
43464 2006-09-22  Bruno Haible  <bruno@clisp.org>
43465
43466         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43467         getloadavg.c as first argument.
43468
43469 2006-09-22  Bruno Haible  <bruno@clisp.org>
43470
43471         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43472         at the beginning of the gl_INIT macro.
43473         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43474         gl_GETLOADAVG.
43475
43476 2006-09-22  Bruno Haible  <bruno@clisp.org>
43477
43478         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43479         module.
43480         Suggested by Ralf Wildenhues.
43481
43482 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43483
43484         Import this patch from libc:
43485
43486         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43487
43488         * lib/regex_internal.c (re_string_reconstruct): Handle
43489         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43490         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43491         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43492         re_string_context_at.
43493
43494         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43495         now requires it.
43496         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43497         gl_REGEX now does it for us.
43498         (gl_REGEX): Add test taken from
43499         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43500
43501         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43502         Check that large offsets work.  Modernize Autoconf usages.
43503         Prefer "yes" to mean a good thing rather than a bad.
43504         Don't put "#define mkstemp" in config.h, as this might interfere
43505         with standard system headers that "#define mkstemp mkstemp64".
43506
43507         * modules/mkstemp (Depends-on): Add extensions, so that
43508         mkstemp is visible on some platforms.
43509         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43510         (Include): Change to "mkstemp.h" from <stdlib.h>.
43511         (Files): Add mkstemp.h.
43512
43513         * lib/mkstemp.h: New file, since some standard headers
43514         #define mkstemp.
43515         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43516         Include "mkstemp.h".
43517         Make the _LIBC code resemble glibc original more,
43518         e.g., use K&R style.
43519         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43520         (mkstemp): Remove, since mkstemp.h does this for us.
43521         * lib/stdlib--.h: Include mkstemp.h.
43522
43523         Import this patch from libc:
43524
43525         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43526
43527         * lib/tempname.c (__gen_tempname): Change attempts_min
43528         into a macro.  Use preprocessor to decide how to initialize
43529         attempts [Coverity CID 67].
43530
43531 2006-09-20  Bruno Haible  <bruno@clisp.org>
43532
43533         * lib/mkdtemp.c: Import from libc.
43534         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43535                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43536                 attempts_min into a macro.  Use preprocessor to decide how to
43537                 initialize attempts [Coverity CID 67].
43538         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43539                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43540                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43541
43542 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43543
43544         * gnulib-tool (func_exit): New function, to allow to pass the
43545         exit status portably through the trap.  Use everywhere.
43546         (--help, --version): Signal a write error.
43547         (trap): catch SIGPIPE, for write errors.
43548         Exit at the end of the trap, with the correct exit status.
43549
43550 2006-09-19  Karl Berry  <karl@gnu.org>
43551
43552         * doc/gnulib.texi: note about the license texinfo files.
43553
43554 2006-09-19  Eric Blake  <ebb9@byu.net>
43555
43556         * gnulib-tool: Avoid space-tab.
43557
43558 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43559
43560         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43561         that prevented coreutils 6.1 from building.  Problem reported
43562         by Petter Reinholdtsen.
43563
43564 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43565
43566         * gnulib-tool (avoidlist): Fix typo that broke options like
43567         --avoid=lock that are used by coreutils bootstrap.
43568
43569 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43570
43571         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43572         more systematically.
43573
43574 2006-09-18  Jim Meyering  <jim@meyering.net>
43575
43576         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43577
43578 2006-09-18  Bruno Haible  <bruno@clisp.org>
43579
43580         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43581
43582 2006-09-18  Bruno Haible  <bruno@clisp.org>
43583
43584         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43585         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43586         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43587         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43588         * m4/gettext.m4: Require autoconf >= 2.52.
43589         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43590         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43591         of gl_cv_header_inttypes_h.
43592
43593 2006-09-18  Bruno Haible  <bruno@clisp.org>
43594
43595         * lib/javaversion.c: Include configmake.h.
43596
43597 2006-09-18  Bruno Haible  <bruno@clisp.org>
43598
43599         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43600         avoid that the while loops be executed in a subshell.
43601
43602 2006-09-18  Bruno Haible  <bruno@clisp.org>
43603
43604         * MODULES.html.sh (func_module): Break long lines.
43605         Suggested by Bruce Korb <bkorb@gnu.org>.
43606
43607 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43608
43609         Speed up by a factor of 1.12.
43610         * gnulib-tool (nl): New variable.
43611         (func_import): Rewrite include directive extraction to only read each
43612         directive once.
43613
43614 2006-09-17  Bruno Haible  <bruno@clisp.org>
43615
43616         * modules/javaversion (Makefile.am): Remove DEFS setting.
43617         (Depends-on): Add configmake, for PKGDATADIR definition.
43618
43619 2006-09-17  Bruno Haible  <bruno@clisp.org>
43620
43621         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43622
43623 2006-09-17  Bruno Haible  <bruno@clisp.org>
43624
43625         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43626         (func_modules_transitive_closure, func_modules_add_dummy,
43627         func_modules_to_filelist, func_import, func_create_testdir,
43628         func_create_megatestdir, ...): Use it wherever possible.
43629         Suggested by Ralf Wildenhues.
43630
43631 2006-09-16  Karl Berry  <karl@gnu.org>
43632
43633         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43634         to avoid sectioning errors.
43635         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43636         [ifinfo]: blank line after @center-ed titles.
43637         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43638         Spell FSF address consistently with others.
43639         (These changes approved by rms.)
43640
43641 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43642
43643         Speed up by a factor of 1.61.
43644         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43645         already checked module names again.
43646
43647 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43648
43649         Speed up by a factor of 1.13.
43650         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43651         for new_files, and the input to func_add_or_update.
43652
43653 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43654
43655         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43656         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43657
43658 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43659
43660         * modules/mkancesdirs (Depends-on): Add fcntl.
43661         * modules/savewd: New file.
43662         * MODULES.html.sh (File system functions): Add savewd.
43663
43664         * modules/configmake (Makefile.am): Add support for the
43665         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43666
43667 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43668
43669         * m4/savewd.m4: New file.
43670
43671 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43672
43673         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43674         (dirchownmod): New arg FD.  All callers changed.
43675         Use FD rather than opening the directory ourself, as opening is
43676         now the caller's responsibility.
43677         * lib/dirchownmod.h: Likewise.
43678         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43679         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43680         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43681         (test_dir): Remove.
43682         (mkancesdirs): Return length of prefix of FILE that has already
43683         been made, or -2 if there is a child doing the work.  Redo
43684         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43685         ".", and treat ".." specially since it might stray back into
43686         already-created areas.  Use a subprocess if necessary.  New arg
43687         WD; all users changed.  MAKE_DIR function should now return 1
43688         if it creates a directory that is not readable.  Return -2 if
43689         a child process is spun off.
43690         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43691         Adjust signature to match code.
43692         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43693         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43694         all users changed.
43695         * lib/savewd.c, lib/savewd.h: New files.
43696
43697 2006-09-15  Jim Meyering  <jim@meyering.net>
43698
43699         * modules/rename-dest-slash: New module.
43700         * MODULES.html.sh (posix_compat): Add it here.
43701
43702         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43703
43704 2006-09-15  Jim Meyering  <jim@meyering.net>
43705
43706         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43707         file.
43708
43709         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43710
43711 2006-09-15  Jim Meyering  <jim@meyering.net>
43712
43713         * lib/rename-dest-slash.c (has_trailing_slash): Use
43714         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43715         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43716         test before testing whether SRC is a directory.
43717         Suggestions from Bruno Haible.
43718
43719         Avoid a warning about an unused variable.
43720         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43721         into the #ifdef block where it's used.
43722
43723         * lib/rename-dest-slash.c: New file.
43724
43725 2006-09-14  Bruno Haible  <bruno@clisp.org>
43726
43727         * lib/allocsa.c: Include <config.h> unconditionally.
43728         * lib/asnprintf.c: Likewise.
43729         * lib/asprintf.c: Likewise.
43730         * lib/c-strcasecmp.c: Likewise.
43731         * lib/c-strcasestr.c: Likewise.
43732         * lib/c-strncasecmp.c: Likewise.
43733         * lib/c-strstr.c: Likewise.
43734         * lib/classpath.c: Likewise.
43735         * lib/clean-temp.c: Likewise.
43736         * lib/concatpath.c: Likewise.
43737         * lib/copy-file.c: Likewise.
43738         * lib/csharpcomp.c: Likewise.
43739         * lib/csharpexec.c: Likewise.
43740         * lib/execute.c: Likewise.
43741         * lib/fatal-signal.c: Likewise.
43742         * lib/findprog.c: Likewise.
43743         * lib/fwriteerror.c: Likewise.
43744         * lib/gl_array_list.c: Likewise.
43745         * lib/gl_array_oset.c: Likewise.
43746         * lib/gl_avltree_list.c: Likewise.
43747         * lib/gl_avltree_oset.c: Likewise.
43748         * lib/gl_avltreehash_list.c: Likewise.
43749         * lib/gl_carray_list.c: Likewise.
43750         * lib/gl_linked_list.c: Likewise.
43751         * lib/gl_linkedhash_list.c: Likewise.
43752         * lib/gl_list.c: Likewise.
43753         * lib/gl_oset.c: Likewise.
43754         * lib/gl_rbtree_list.c: Likewise.
43755         * lib/gl_rbtree_oset.c: Likewise.
43756         * lib/gl_rbtreehash_list.c: Likewise.
43757         * lib/imaxabs.c: Likewise.
43758         * lib/imaxdiv.c: Likewise.
43759         * lib/javacomp.c: Likewise.
43760         * lib/javaexec.c: Likewise.
43761         * lib/javaversion.c: Likewise.
43762         * lib/linebreak.c: Likewise.
43763         * lib/localcharset.c: Likewise.
43764         * lib/lock.c: Likewise.
43765         * lib/mbchar.c: Likewise.
43766         * lib/mbswidth.c: Likewise.
43767         * lib/mkdtemp.c: Likewise.
43768         * lib/pipe.c: Likewise.
43769         * lib/printf-args.c: Likewise.
43770         * lib/printf-parse.c: Likewise.
43771         * lib/progname.c: Likewise.
43772         * lib/progreloc.c: Likewise.
43773         * lib/readlink.c: Likewise.
43774         * lib/sh-quote.c: Likewise.
43775         * lib/stpcpy.c: Likewise.
43776         * lib/stpncpy.c: Likewise.
43777         * lib/strcasecmp.c: Likewise.
43778         * lib/strcasestr.c: Likewise.
43779         * lib/strcspn.c: Likewise.
43780         * lib/striconv.c: Likewise.
43781         * lib/strncasecmp.c: Likewise.
43782         * lib/strnlen1.c: Likewise.
43783         * lib/strstr.c: Likewise.
43784         * lib/strtok_r.c: Likewise.
43785         * lib/tls.c: Likewise.
43786         * lib/tmpdir.c: Likewise.
43787         * lib/unicodeio.c: Likewise.
43788         * lib/unsetenv.c: Likewise.
43789         * lib/vasnprintf.c: Likewise.
43790         * lib/vasprintf.c: Likewise.
43791         * lib/wait-process.c: Likewise.
43792         * lib/xallocsa.c: Likewise.
43793         * lib/xsetenv.c: Likewise.
43794         * lib/xstriconv.c: Likewise.
43795
43796 2006-09-13  Simon Josefsson  <jas@extundo.com>
43797
43798         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43799         that internally, suggested by Ralf Wildenhues
43800         <Ralf.Wildenhues@gmx.de>.
43801
43802 2006-09-13  Simon Josefsson  <jas@extundo.com>
43803
43804         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43805         @LIBOBJS@.
43806         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43807
43808 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43809
43810         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43811         longer worry about uses that don't define HAVE_CONFIG_H.
43812         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43813         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43814         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43815         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43816         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43817         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43818         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43819         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43820         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43821         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43822         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43823         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43824         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43825         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43826         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43827         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43828         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43829         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43830         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43831         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43832         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43833         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43834         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43835         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43836         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43837         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43838         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43839         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43840         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43841         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43842         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43843         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43844         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43845         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43846         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43847         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43848         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43849         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43850         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43851         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43852         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43853         Likewise.
43854
43855 2006-09-13  Eric Blake  <ebb9@byu.net>
43856
43857         * lib/getopt.c: Fix typo in last commit.
43858
43859 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43860
43861         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43862         dgettext.
43863
43864 2006-09-12  Jim Meyering  <jim@meyering.net>
43865
43866         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43867         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43868         Reported by Nelson H. F. Beebe.
43869
43870 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43871
43872         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43873         program_invocation_name and program_invocation_short_name are
43874         initialized.
43875         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43876         and program_invocation_short_name to argp.h, so they are visible
43877         to user programs.
43878         * lib/argp.h: Likewise
43879
43880 2006-09-10  Bruno Haible  <bruno@clisp.org>
43881
43882         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43883         m4/inttypes_h.m4, m4/uintmax_t.m4.
43884
43885 2006-09-10  Bruno Haible  <bruno@clisp.org>
43886
43887         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43888         gl_AC_TYPE_UINTMAX_T.
43889
43890 2006-09-10  Bruno Haible  <bruno@clisp.org>
43891
43892         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43893
43894 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43895
43896         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43897         convention.  Text proposed by Bruno Haible.
43898         (struct argp_option): Document the use of N_() wrappers.
43899
43900         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43901         '\v', and translate the two parts separately, instead of feeding
43902         the whole string to gettext.  This allows to exclude
43903         '\v' from the strings visible to the translator by writing doc
43904         strings as N_("..") "\v" N_("..").
43905
43906 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43907
43908         * config/srclist.txt: Undo latest change; the bug was fixed.
43909
43910 2006-09-09  Bruno Haible  <bruno@clisp.org>
43911
43912         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43913         assignments if building a library without libtool.
43914         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43915         in func_emit_lib_Makefile_am.
43916         (func_import): When building a static library libfoo.a, arrange to
43917         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43918         (func_create_testdir): Likewise.
43919         * modules/gc (configure.ac, Makefile.am): If building statically,
43920         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43921         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43922         * modules/striconv (configure.ac, Makefile.am): Likewise.
43923         Based on a suggestion by Ralf Wildenhues.
43924
43925 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43926
43927         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43928         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43929         Also:
43930
43931         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43932         Add year_2050_test to catch glibc bug 2821
43933         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43934
43935         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43936         Prefer #ifdef to #if.
43937
43938         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43939         Return from 'main' instead of calling 'exit'.
43940
43941 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43942
43943         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43944         returned the maximum time_t value rather than (time_t) -1.
43945         Problem originally reported by William Bardwell
43946         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43947
43948         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43949         Moved to here ...
43950         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43951         ... from here.
43952
43953 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43954
43955         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43956         2821 is fixed.
43957
43958 2006-09-08  Jim Meyering  <jim@meyering.net>
43959
43960         Don't make generated files read-only.  That would bother too many
43961         people.  However, do retain the ability to work when targets are
43962         read-only: remove the destination and temporary files before writing
43963         them (when generated via sed or echo), or by using the -f option for
43964         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43965         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43966         * modules/byteswap, modules/configmake, modules/fcntl:
43967         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43968         * modules/localcharset, modules/netinet_in, modules/poll:
43969         * modules/stdbool, modules/stdint, modules/sys_select:
43970         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43971
43972 2006-09-08  Jim Meyering  <jim@meyering.net>
43973
43974         Avoid new build failure on FreeBSD 6.0.
43975         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43976         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43977         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43978
43979 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43980
43981         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43982
43983 2006-09-07  Jim Meyering  <jim@meyering.net>
43984
43985         Fix global typo in last change: use chmod u-w, not chmod u-x.
43986         Spotted by Paul Eggert and Bruce Korb.
43987         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43988         * modules/byteswap, modules/configmake, modules/fcntl:
43989         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43990         * modules/localcharset, modules/netinet_in, modules/poll:
43991         * modules/stdbool, modules/stdint, modules/sys_select:
43992         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43993
43994 2006-09-06  Jim Meyering  <jim@meyering.net>
43995
43996         Make generated files be read-only.
43997         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43998         Ensure that each generated file is now read-only.
43999         * modules/argz: Likewise.
44000         * modules/arpa_inet: Likewise.
44001         * modules/byteswap: Likewise.
44002         * modules/configmake: Likewise.
44003         * modules/fcntl: Likewise.
44004         * modules/fnmatch: Likewise.
44005         * modules/getopt: Likewise.
44006         * modules/glob: Likewise.
44007         * modules/inttypes: Likewise.
44008         * modules/netinet_in: Likewise.
44009         * modules/poll: Likewise.
44010         * modules/stdbool: Likewise.
44011         * modules/stdint: Likewise.
44012         * modules/sys_select: Likewise.
44013         * modules/sys_socket: Likewise.
44014         * modules/sys_stat: Likewise.
44015         * modules/sysexits: Likewise.
44016         * modules/localcharset: Same as above, but continue using temporary
44017         file named "t-$@" (why different?) rather than the "$@-t" used
44018         everywhere else.
44019
44020         * modules/sysexits (Makefile.am): Replace literal occurrences
44021         of "sysexit.h" more readable, and more consistent, "$@".
44022
44023 2006-09-06  Bruno Haible  <bruno@clisp.org>
44024
44025         * modules/striconv: New file.
44026         * modules/xstriconv: New file.
44027         * MODULES.html.sh (Internationalization functions): Add striconv,
44028         xstriconv.
44029
44030 2006-09-06  Bruno Haible  <bruno@clisp.org>
44031
44032         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44033         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44034         not using libtool correctly.
44035
44036 2006-09-06  Bruno Haible  <bruno@clisp.org>
44037
44038         * lib/striconv.h: New file.
44039         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44040         iconvstring.c.
44041         * lib/xstriconv.h: New file.
44042         * lib/xstriconv.c: New file.
44043
44044 2006-09-06  Bruno Haible  <bruno@clisp.org>
44045
44046         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44047         lib_..._LDFLAGS.
44048
44049 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44050
44051         * lib/argz_.h: Sync from Libtool.
44052
44053         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44054                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44055
44056         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44057
44058 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44059
44060         * modules/trim: New file.
44061
44062 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44063
44064         * lib/trim.h: New file.
44065         * lib/trim.c: New file.
44066
44067 2006-09-05  Bruno Haible  <bruno@clisp.org>
44068
44069         * MODULES.html.sh (String handling): Add trim.
44070
44071 2006-09-04  Karl Berry  <karl@gnu.org>
44072
44073         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44074         until next release.
44075
44076 2006-09-03  Bruno Haible  <bruno@clisp.org>
44077
44078         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44079         correctly.
44080
44081 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44082
44083         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44084         not gl_GETLOADAVG.  Omit unneeded semicolons.
44085         Problems reported by Ralf Wildenhues in
44086         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44087         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44088         at the end, which is the usual gnulib style.
44089
44090         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44091         of doing all the work ourselves.
44092         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44093         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44094
44095 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44096
44097         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44098         Problem reported by Ralf Wildenhues in
44099         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44100
44101         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44102         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44103
44104 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44105
44106         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44107         yesterday's patch by changing test -n to test -z.
44108
44109 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44110
44111         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44112         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44113         the former is now obsolescent.
44114
44115         * modules/chdir-long (Depends-on): Add fcntl.
44116
44117 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44118
44119         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44120         obsolescent, and programs should use gnulib instead.
44121         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44122         but with prefixes changed.
44123
44124 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44125
44126         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44127         or stdbool.h, because they might not exist while configuring.
44128
44129         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44130         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44131         does that for us.
44132         (O_DIRECTORY): Remove.
44133
44134 2006-08-31  Eric Blake  <ebb9@byu.net>
44135
44136         * gnulib-tool: Don't let emacs change spaces to TAB.
44137
44138 2006-08-31  Bruno Haible  <bruno@clisp.org>
44139
44140         * gnulib-tool: When calling func_import more than once, do it in a
44141         subshell.
44142         Reported by Eric Blake <ebb9@byu.net>.
44143
44144 2006-08-31  Bruno Haible  <bruno@clisp.org>
44145
44146         * gnulib-tool (nl): Remove variable.
44147         (sed_transform_lib_file): Use more robust test for config-h module.
44148         (func_import): Fix typo in 2006-08-25 patch.
44149
44150 2006-08-31  Bruno Haible  <bruno@clisp.org>
44151
44152         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44153         specified, augment Makefile.am variables instead of assigning them.
44154
44155 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44156
44157         Work around a bug in both the Linux and SunOS 64-bit kernels:
44158         nanosleep mishandles sleeps for longer than 2**31 seconds.
44159         Problem reported by Frank v Waveren in
44160         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44161         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44162         Check for nanosleep bug.
44163         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44164
44165 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44166
44167         Work around a bug in both the Linux and SunOS 64-bit kernels:
44168         nanosleep mishandles sleeps for longer than 2**31 seconds.
44169         Problem reported by Frank v Waveren in
44170         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44171         * lib/nanosleep.c (BILLION): New constant.
44172         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44173         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44174         implementation.
44175
44176 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44177
44178         * modules/nanosleep (Depends-on): Add gettime.
44179
44180 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44181         and Simon Josefsson  <jas@extundo.com>
44182         and Oskar Liljeblad  <oskar@osk.mine.nu>
44183
44184         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44185         * gnulib-tool (func_import): New license type 'unmodifiable license
44186         text'.
44187         * modules/fdl: Use it.  Longer description.
44188         * module/gpl, module/lgpl: New files.
44189
44190 2006-08-30  Jim Meyering  <jim@meyering.net>
44191
44192         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44193         shadowing the parameter.
44194
44195 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44196
44197         Sync from Libtool:
44198
44199         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44200
44201         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44202         sharing with gnulib.  Report by Eric Blake.
44203
44204 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44205
44206         * modules/isapipe: New file.
44207         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44208
44209 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44210
44211         * modules/configmake (Makefile.am): Add a comment, and omit
44212         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44213         by Bruno Haible.
44214
44215 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44216
44217         * m4/isapipe.m4: New file.
44218
44219 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44220
44221         * lib/isapipe.c, lib/isapipe.h: New files.
44222
44223 2006-08-29  Jim Meyering  <jim@meyering.net>
44224
44225         * modules/configmake (Makefile.am): Make configmake.h depend on
44226         Makefile.  Otherwise, a stale configmake.h could hang around.
44227
44228 2006-08-29  Eric Blake  <ebb9@byu.net>
44229
44230         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44231         resolution of upstream bug 3044.
44232
44233 2006-08-29  Bruno Haible  <bruno@clisp.org>
44234
44235         * modules/localcharset (Depends-on): Add configmake.
44236         (Makefile.am): Remove setting of LIBDIR through DEFS.
44237
44238 2006-08-29  Bruno Haible  <bruno@clisp.org>
44239
44240         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44241         defined.
44242
44243 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44244
44245         * modules/fcntl: New file.
44246         * modules/chdir-safer (Depends-on): Add fcntl.
44247         * modules/fts: Likewise.
44248         * modules/mkdir-p: Likewise.
44249
44250         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44251         This undoes the most recent change, since we're now addressing the
44252         problem in a different way.
44253
44254         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44255         into output, since the output might be called Makefile.am even
44256         if $makefile_name is something different.
44257         (func_import): Use $makefile_am rather than
44258         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44259         empty.
44260
44261         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44262
44263 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44264
44265         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44266         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44267         recent change to stdint.m4, since we're now addressing the problem in a
44268         different way.
44269
44270 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44271
44272         * m4/fcntl_h.m4: New file.
44273
44274 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44275
44276         * lib/fcntl_.h: New file.
44277         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44278         the fcntl module.
44279         * lib/dirchownmod.c: Likewise.
44280         * lib/fts.c: Likewise.
44281
44282         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44283         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44284         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44285         just before including <inttypes.h>, to avoid circular inclusion.
44286
44287 2006-08-28  Jim Meyering  <jim@meyering.net>
44288
44289         * doc/visibility.texi: Actually read and correct the grammar of the
44290         sentence affected by yesterday's change.
44291
44292 2006-08-28  Eric Blake  <ebb9@byu.net>
44293
44294         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44295         needs wrapper.
44296
44297 2006-08-28  Eric Blake  <ebb9@byu.net>
44298
44299         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44300
44301 2006-08-28  Eric Blake  <ebb9@byu.net>
44302
44303         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44304
44305 2006-08-28  Bruno Haible  <bruno@clisp.org>
44306
44307         * modules/c-strstr: New file, from GNU gettext.
44308         * MODULES.html.sh (String handling): Add c-strstr.
44309
44310 2006-08-28  Bruno Haible  <bruno@clisp.org>
44311
44312         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44313         macros.
44314         Reported by Eric Blake.
44315
44316 2006-08-28  Bruno Haible  <bruno@clisp.org>
44317
44318         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44319         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44320         * lib/vasprintf.c: Include errno.h, limits.h.
44321         (EOVERFLOW): New fallback definition.
44322         (vasprintf): Test here whether the string length is > INT_MAX.
44323         * lib/vsnprintf.c: Include errno.h, limits.h.
44324         (EOVERFLOW): New fallback definition.
44325         (vsnprintf): Fix bug when generated string was too long for the buffer.
44326         Test here whether the string length is > INT_MAX.
44327
44328 2006-08-28  Bruno Haible  <bruno@clisp.org>
44329
44330         * lib/inttypes_.h (SCNX*): Remove definitions.
44331         Reported by Eric Blake.
44332
44333 2006-08-28  Bruno Haible  <bruno@clisp.org>
44334
44335         * lib/c-strstr.h: New file, from GNU gettext.
44336         * lib/c-strstr.c: New file, from GNU gettext.
44337
44338 2006-08-28  Bruno Haible  <bruno@clisp.org>
44339
44340         * gnulib-tool: Reorder some statements.
44341
44342 2006-08-28  Bruno Haible  <bruno@clisp.org>
44343
44344         * gnulib-tool: New option --makefile-name.
44345         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44346         $makefile_name.
44347         (func_import): Write $makefile_name to the cache file, and read it from
44348         there unless explicitly specified. Use $makefile_name as file name
44349         instead of Makefile.am. Adjust the recommendations accordingly.
44350
44351 2006-08-28  Bruno Haible  <bruno@clisp.org>
44352
44353         * gnulib-tool (func_verify_module): Check against misapplying patch.
44354
44355 2006-08-28  Bruno Haible  <bruno@clisp.org>
44356
44357         * gnulib-tool (func_relativize, func_relconcat): New functions.
44358         Give an error if --local-dir is given with --update.
44359         Remove trailing slashes from $local_gnulib_dir.
44360         (func_import): Store the relativized $local_gnulib_dir in
44361         gnulib-cache.m4, and read it from there if not specified explicitly.
44362
44363 2006-08-28  Bruno Haible  <bruno@clisp.org>
44364
44365         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44366         is the current directory. Respect also $local_gnulib_dir.
44367
44368 2006-08-28  Bruno Haible  <bruno@clisp.org>
44369             Simon Josefsson  <jas@extundo.com>
44370
44371         BeOS portability.
44372         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44373
44374 2006-08-27  Jim Meyering  <jim@meyering.net>
44375
44376         * doc/visibility.texi: Remove duplicate word: "pointer".
44377
44378 2006-08-26  Bruno Haible  <bruno@clisp.org>
44379
44380         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44381         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44382         (Makefile.am): Create inttypes.h from inttypes_.h.
44383         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44384
44385         * modules/imaxabs: New file.
44386
44387         * modules/imaxdiv: New file.
44388
44389 2006-08-26  Bruno Haible  <bruno@clisp.org>
44390
44391         * m4/inttypes.m4: New file.
44392         * m4/_inttypes_h.m4: Remove file.
44393         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44394         PRI_MACROS_BROKEN.
44395         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44396
44397         * m4/imaxabs.m4: New file.
44398
44399         * m4/imaxdiv.m4: New file.
44400
44401 2006-08-26  Bruno Haible  <bruno@clisp.org>
44402
44403         * lib/inttypes_.h: New file.
44404         * lib/inttypes.h: Remove file.
44405         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44406
44407         * lib/imaxabs.c: New file.
44408
44409         * lib/imaxdiv.c: New file.
44410
44411 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44412
44413         New config-h module, so that "make" output needn't be cluttered
44414         by -DHAVE_CONFIG_H.
44415         * MODULES.html.sh (Support for building libraries and executables):
44416         Add config-h.
44417         * modules/config-h: New file.
44418         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44419         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44420         the config-h module is used.
44421
44422         New configmake module, so that "make" output needn't be cluttered
44423         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44424         * MODULES.html.sh (Support for building libraries and executables):
44425         Add configmake.
44426         * modules/configmake: New file.
44427
44428 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44429
44430         * m4/config-h.m4: New file.
44431
44432 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44433
44434         * config/srclist.txt: Add elisp-comp.
44435
44436 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44437
44438         * MODULES.html.sh (Support for building libraries and executables):
44439         Add elisp-comp.
44440         * build-aux/elisp-comp: New file.
44441         * modules/elisp-comp: New file.
44442
44443 2006-08-24  Bruno Haible  <bruno@clisp.org>
44444
44445         * gnulib-tool (func_create_testdir): Use non-default values of
44446         sourcebase and m4base.
44447
44448 2006-08-24  Bruno Haible  <bruno@clisp.org>
44449
44450         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44451         HTML structure.
44452
44453 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44454
44455         * modules/openat (Depends-on): Add lchown.
44456
44457 2006-08-23  Bruno Haible  <bruno@clisp.org>
44458
44459         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44460         of gl_LOCK_EARLY instead of gl_LOCK.
44461
44462 2006-08-23  Bruno Haible  <bruno@clisp.org>
44463
44464         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44465         on OSF/1 to no.
44466         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44467
44468 2006-08-23  Bruno Haible  <bruno@clisp.org>
44469
44470         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44471         as unusable.
44472
44473         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44474         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44475         (gl_LOCK): New macro.
44476
44477 2006-08-22  Simon Josefsson  <jas@extundo.com>
44478
44479         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44480         to md5 module.
44481
44482 2006-08-22  Simon Josefsson  <jas@extundo.com>
44483
44484         * MODULES.html.sh: Add "Support for maintaining and release
44485         projects".
44486
44487         * build-aux/gnupload: New file, from coreutils.
44488
44489 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44490
44491         Avoid the need for AC_LIBSOURCES in m4 macros.
44492         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44493         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44494         * modules/check-version (EXTRA_DIST): Add check-version.h.
44495         * modules/crc (EXTRA_DIST): Add crc.h.
44496         * modules/des (EXTRA_DIST): Add des.h.
44497         * modules/gc (EXTRA_DIST): Add gc.h.
44498         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44499         * modules/getline (EXTRA_DIST): Add getline.h.
44500         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44501         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44502         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44503         * modules/md2 (EXTRA_DIST): Add md2.h.
44504         * modules/md4 (EXTRA_DIST): Add md4.h.
44505         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44506         * modules/read-file (EXTRA_DIST): Add read-file.h.
44507         * modules/readline (EXTRA_DIST): Add readline.h.
44508         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44509         rijndael-api-fst.h.
44510
44511 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44512
44513         * m4/rijndael.m4 (gl_ARCFOUR):
44514         * m4/arctwo.m4 (gl_ARCTWO):
44515         * m4/check-version.m4 (gl_CHECK_VERSION):
44516         * m4/crc.m4 (gl_CRC):
44517         * m4/des.m4 (gl_DES):
44518         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44519         * m4/gc.m4 (gl_GC):
44520         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44521         * m4/getline.m4 (gl_FUNC_GETLINE):
44522         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44523         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44524         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44525         * m4/md2.m4 (gl_MD2):
44526         * m4/md4.m4 (gl_MD4):
44527         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44528         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44529         * m4/readline.m4 (gl_FUNC_READLINE):
44530         * m4/rijndael.m4 (gl_RIJNDAEL):
44531         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44532         to get the necessary .h files and whatnot.
44533
44534 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44535
44536         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44537         gnulib rather than the other way around.
44538         * config/srclistvars.sh (COREUTILS): Remove.
44539
44540 2006-08-22  Jim Meyering  <jim@meyering.net>
44541
44542         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44543
44544         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44545
44546 2006-08-22  Eric Blake  <ebb9@byu.net>
44547
44548         * modules/regexprops-generic: New file.
44549         * MODULES.html.sh (Support for building documentation): List it.
44550
44551 2006-08-22  Eric Blake  <ebb9@byu.net>
44552
44553         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44554         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44555         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44556         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44557
44558 2006-08-22  Bruno Haible  <bruno@clisp.org>
44559
44560         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44561         and lib_LTLIBRARIES like the other lib_* variables.
44562
44563 2006-08-22  Bruno Haible  <bruno@clisp.org>
44564
44565         * build-aux/x-to-1.in: New file, from GNU gettext.
44566
44567 2006-08-22  Bruno Haible  <bruno@clisp.org>
44568
44569         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44570         <utmpx.h> exists.
44571
44572 2006-08-22  Bruno Haible  <bruno@clisp.org>
44573
44574         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44575         <utmpx.h> exists.
44576
44577 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44578
44579         BeOS portability.
44580         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44581         exist.
44582         Problem reported by Bruno Haible.
44583
44584 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44585
44586         Avoid the need for AC_LIBSOURCES in m4 macros.
44587         * modules/acl (EXTRA_DIST): Add acl.h.
44588         * modules/argmatch (Files): Add m4/argmatch.m4.
44589         (configure.ac): Add gl_ARGMATCH.
44590         (EXTRA_DIST): Renamed from lib_SOURCES, for
44591         consistency with the other modules.  Remove argmatch.c.
44592         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44593         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44594         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44595         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44596         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44597         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44598         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44599         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44600         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44601         * modules/closeout (EXTRA_DIST): Add closeout.h.
44602         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44603         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44604         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44605         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44606         dirname.h; remove basename.c and stripslash.c.
44607         * modules/exclude (EXTRA_DIST): Add exclude.h.
44608         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44609         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44610         * modules/file-type (EXTRA_DIST): Add file-type.h.
44611         * modules/filemode (EXTRA_DIST): Add filemode.h.
44612         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44613         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44614         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44615         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44616         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44617         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44618         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44619         * modules/getdate (EXTRA_DIST): Add getdate.c.
44620         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44621         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44622         * modules/getpass (EXTRA_DIST): Add getpass.h.
44623         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44624         * modules/group-member (EXTRA_DIST): Add group-member.h.
44625         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44626         * modules/hash (EXTRA_DIST): Add hash.h.
44627         * modules/human (EXTRA_DIST): Add human.h.
44628         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44629         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44630         * modules/lchown (EXTRA_DIST): Add lchown.h.
44631         * modules/long-options (EXTRA_DIST): Add long-options.h.
44632         * modules/lstat (EXTRA_DIST): Add lstat.h.
44633         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44634         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44635         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44636         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44637         * modules/memxor (EXTRA_DIST): Add memxor.h.
44638         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44639         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44640         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44641         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44642         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44643         * modules/physmem (EXTRA_DIST): Add physmem.h.
44644         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44645         * modules/posixver (EXTRA_DIST): Add posixver.h.
44646         * modules/quote (EXTRA_DIST): Add quote.h.
44647         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44648         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44649         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44650         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44651         regex_internal.h regexec.c.
44652         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44653         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44654         * modules/same (EXTRA_DIST): Add same.h.
44655         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44656         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44657         * modules/savedir (EXTRA_DIST): Add savedir.h.
44658         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44659         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44660         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44661         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44662         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44663         * modules/strdup (EXTRA_DIST): Add strdup.h.
44664         * modules/strftime (EXTRA_DIST): Add strftime.h.
44665         * modules/strndup (EXTRA_DIST): Add strndup.h.
44666         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44667         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44668         * modules/time_r (EXTRA_DIST): Add time_r.h.
44669         * modules/timespec (EXTRA_DIST): Add timespec.h.
44670         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44671         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44672         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44673         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44674         * modules/userspec (EXTRA_DIST): Add userspec.h.
44675         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44676         * modules/utimens (EXTRA_DIST): Add utimens.h.
44677         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44678         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44679         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44680         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44681         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44682         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44683         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44684         * modules/yesno (EXTRA_DIST): Add yesno.h.
44685
44686 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44687
44688         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44689
44690         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44691         * m4/dev-ino.m4, same-inode.m4: Remove.
44692
44693         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44694         * m4/acl.m4 (AC_FUNC_ACL):
44695         * m4/backupfile.m4 (gl_BACKUPFILE):
44696         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44697         * m4/canon-host.m4 (gl_CANON_HOST):
44698         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44699         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44700         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44701         * m4/cloexec.m4 (gl_CLOEXEC):
44702         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44703         * m4/closeout.m4 (gl_CLOSEOUT):
44704         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44705         * m4/dirname.m4 (gl_DIRNAME):
44706         * m4/exclude.m4 (gl_EXCLUDE):
44707         * m4/exitfail.m4 (gl_EXITFAIL):
44708         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44709         * m4/file-type.m4 (gl_FILE_TYPE):
44710         * m4/filemode.m4 (gl_FILEMODE):
44711         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44712         * m4/fpending.m4 (gl_FUNC_FPENDING):
44713         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44714         * m4/fts.m4 (gl_FUNC_FTS):
44715         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44716         * m4/getdate.m4 (gl_GETDATE):
44717         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44718         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44719         * m4/getpass.m4 (gl_FUNC_GETPASS):
44720         * m4/gettime.m4 (gl_GETTIME):
44721         * m4/getugroups.m4 (gl_GETUGROUPS):
44722         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44723         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44724         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44725         * m4/hash.m4 (gl_HASH):
44726         * m4/idcache.m4 (gl_IDCACHE):
44727         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44728         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44729         * m4/long-options.m4 (gl_LONG_OPTIONS):
44730         * m4/lstat.m4 (gl_FUNC_LSTAT):
44731         * m4/md5.m4 (gl_MD5):
44732         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44733         * m4/memcoll.m4 (gl_MEMCOLL):
44734         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44735         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44736         * m4/memxor.m4 (gl_MEMXOR):
44737         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44738         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44739         * m4/modechange.m4 (gl_MODECHANGE):
44740         * m4/mountlist.m4 (gl_MOUNTLIST):
44741         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44742         * m4/openat.m4 (gl_FUNC_OPENAT):
44743         * m4/pathmax.m4 (gl_PATHMAX):
44744         * m4/physmem.m4 (gl_PHYSMEM):
44745         * m4/posixtm.m4 (gl_POSIXTM):
44746         * m4/posixver.m4 (gl_POSIXVER):
44747         * m4/quote.m4 (gl_QUOTE):
44748         * m4/quotearg.m4 (gl_QUOTEARG):
44749         * m4/readtokens.m4 (gl_READTOKENS):
44750         * m4/readutmp.m4 (gl_READUTMP):
44751         * m4/regex.m4 (gl_REGEX):
44752         * m4/safe-read.m4 (gl_SAFE_READ):
44753         * m4/safe-write.m4 (gl_SAFE_WRITE):
44754         * m4/same.m4 (gl_SAME):
44755         * m4/save-cwd.m4 (gl_SAVE_CWD):
44756         * m4/savedir.m4 (gl_SAVEDIR):
44757         * m4/settime.m4 (gl_SETTIME):
44758         * m4/sha1.m4 (gl_SHA1):
44759         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44760         * m4/stat-macros.m4 (gl_STAT_MACROS):
44761         * m4/stat-time.m4 (gl_STAT_TIME):
44762         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44763         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44764         * m4/strdup.m4 (gl_FUNC_STRDUP):
44765         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44766         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44767         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44768         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44769         * m4/time_r.m4 (gl_TIME_R):
44770         * m4/timespec.m4 (gl_TIMESPEC):
44771         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44772         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44773         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44774         * m4/userspec.m4 (gl_USERSPEC):
44775         * m4/utimecmp.m4 (gl_UTIMECMP):
44776         * m4/utimens.m4 (gl_UTIMENS):
44777         * m4/xalloc.m4 (gl_XALLOC):
44778         * m4/xgetcwd.m4 (gl_XGETCWD):
44779         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44780         * m4/xreadlink.m4 (gl_XREADLINK):
44781         * m4/xstrtod.m4 (gl_XSTRTOD):
44782         * m4/yesno.m4 (gl_YESNO):
44783         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44784         to get the necessary .h files and whatnot.
44785
44786 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44787             Bruno Haible  <bruno@clisp.org>
44788
44789         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44790         /bin/sh understanding of '!' conditional negation.
44791
44792 2006-08-21  Jim Meyering  <jim@meyering.net>
44793
44794         * modules/openat (Depends-on): Really alphabetize.
44795
44796         * modules/acl (Depends-on): Add error and quote.
44797
44798         * check-module (find_included_lib_files): Add at-func.c to the
44799         ok-to-include-more-than-once white list.
44800
44801         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44802
44803 2006-08-21  Bruno Haible  <bruno@clisp.org>
44804
44805         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44806         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44807         Reported by Martin Lambers <marlam@marlam.de>.
44808
44809 2006-08-21  Bruno Haible  <bruno@clisp.org>
44810
44811         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44812         specify an installation location, don't emit a noinst_LIBRARIES or
44813         noinst_LTLIBRARIES assignment.
44814
44815 2006-08-21  Bruno Haible  <bruno@clisp.org>
44816
44817         BeOS portability.
44818         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44819         BeOS has mbrtowc() but no <wctype.h>.
44820
44821 2006-08-21  Bruno Haible  <bruno@clisp.org>
44822
44823         BeOS portability.
44824         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44825         exist.
44826
44827 2006-08-21  Bruno Haible  <bruno@clisp.org>
44828
44829         BeOS portability.
44830         * lib/mbchar.h: Include <wctype.h> only if it exists.
44831
44832 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44833
44834         Remove files that are no longer needed by their respective modules.
44835         * m4/obstack.m4: Remove.
44836         * m4/strerror_r.m4: Remove.
44837         * m4/uint32_t.m4: Remove.
44838         * m4/uintptr_t.m4: Remove.
44839         * m4/ullong_max.m4: Remove.
44840         * m4/xstrtoimax.m4: Remove.
44841         * m4/xstrtoumax.m4: Remove.
44842
44843         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44844         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44845         dependencies now capture this.
44846
44847         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44848         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44849         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44850         * m4/human.m4 (gl_HUMAN): Likewise.
44851         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44852         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44853
44854         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44855
44856         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44857         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44858         stdint.
44859         * m4/human.m4 (gl_HUMAN): Likewise.
44860         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44861         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44862         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44863         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44864         * m4/xstrtol (gl_XSTRTOL): Likewise.
44865
44866         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44867         AC_TYPE_LONG_LONG_INT.
44868         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44869         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44870         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44871         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44872
44873         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44874         on stdbool.
44875
44876         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44877         (gl_PREREQ_XSTRTOUL): Remove.
44878
44879         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44880
44881         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44882         mode.
44883
44884 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44885
44886         Add and change modules to make it easier for coreutils to use
44887         gnulib-tool.
44888         * modules/backupfile (Files): Remove m4/d-ino.m4.
44889         (Depends-on): Add d-ino.
44890         * modules/cycle-check (Depends-on): Add stdint.
44891         (lib_SOURCES): Add cycle-check.h.
44892         * modules/d-ino: New module.
44893         * modules/d-type: New module.
44894         * modules/error (Files): Remove m4/strerror_r.m4.
44895         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44896         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44897         m4/inttypes_h.m4, m4/uintmax_t.m4.
44898         (Depends-on): Add stdint.
44899         (lib_SOURCES): Add fsusage.h.
44900         * modules/getcwd (Files): Remove d-ino.m4.
44901         (Depends-on): Add d-ino.
44902         * modules/getndelim2 (Depends-on): Add stdint.
44903         * modules/glob (Files): Remove m4/d-type.m4.
44904         (Depends-on): Add d-type.
44905         * modules/host-os: New module.
44906         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44907         m4/inttypes_h.m4, m4/uintmax_t.m4.
44908         * Depends-on: Add stdint.
44909         (lib_SOURCES): Add human.h.
44910         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44911         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44912         m4/uintmax_t.m4, m4/ulonglong.m4.
44913         (Depends-on): Add stdint.
44914         (EXTRA_DIST): Add inttostr.h.
44915         * modules/lchmod: New module.
44916         * modules/link-follow: New module.
44917         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44918         (Depends-on): Add lchmod.
44919         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44920         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44921         (Depends-on): Add stdint.
44922         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44923         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44924         (Depends-on): Add stdint.
44925         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44926         * modules/perl: New module.
44927         * modules/regex (Depends-on): Add stdint.
44928         * modules/rmdir-errno: New module.
44929         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44930         m4/intmax_t.m4.
44931         (Depends-on): Add stdint.
44932         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44933         m4/uintmax_t.m4.
44934         (Depends-on): Add stdint.
44935         * modules/unlink-busy: New module.
44936         * modules/utimecmp (Depends-on): Add stdint.
44937         * modules/uptime: New module.
44938         * modules/winsz-ioctl: New module.
44939         * modules/winsz-termios: New module.
44940         * modules/xnanosleep (Depends-on): Add nanosleep.
44941         * modules/ullong_max: Remove.
44942         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44943         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44944         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44945         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44946         (Depends-on): Add inttypes.
44947         (lib_SOURCES): Add xstrtol.h.
44948         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44949         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44950         * MODULES.html.sh: Move 'assert' into the assert section.
44951         Move 'dummy' into the linking section.
44952         Remove ullong_max.
44953         Add section for compatibility checks for POSIX:2001 functions,
44954         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44955         winsz-ioctl, and winsz-termios into it.
44956         Add lchmod.
44957         Add top-level Misc section and put host-os, perl, and uptime
44958         into it.
44959
44960 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44961
44962         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44963         now assume the stdint module.  Do not include inttypes.h.
44964         * lib/fsusage.h: Likewise.
44965         * lib/getndelim2.c: Likewise.
44966         * lib/human.h: Likewise.
44967         * lib/inttostr.h: Likewise.
44968         * lib/obstack.c: Likewise.
44969         * lib/regex_internal.h: Likewise.
44970         * lib/tempname.c: Likewise.
44971         * lib/utimecmp.c: Likewise.
44972         * lib/xstrtol.h: Likewise.
44973
44974         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44975
44976         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44977         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44978         * lib/xtime.h: Likewise.
44979
44980 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44981
44982         * modules/openat (Files): Add lib/fchmodat.c.
44983         Fixes problem reported by Jay Youngman.
44984
44985 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44986
44987         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44988         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44989
44990 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44991             Bruno Haible  <bruno@clisp.org>
44992
44993         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44994         and is a script that invokes bison. Tighten the code. Add comments.
44995
44996 2006-08-18  Jim Meyering  <jim@meyering.net>
44997
44998         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44999         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45000         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45001         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45002
45003 2006-08-18  Bruno Haible  <bruno@clisp.org>
45004
45005         * modules/bison-i18n: New file.
45006         * MODULES.html.sh (Internationalization functions): Add it.
45007
45008 2006-08-18  Bruno Haible  <bruno@clisp.org>
45009
45010         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45011         sys/statvfs.h. When getmntinfo was found, check its declaration and
45012         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45013
45014 2006-08-18  Bruno Haible  <bruno@clisp.org>
45015
45016         * m4/bison-i18n.m4: New file, from bison.
45017
45018 2006-08-18  Bruno Haible  <bruno@clisp.org>
45019
45020         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45021         (ME_DUMMY): Treat "kernfs" as a dummy.
45022         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45023
45024 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45025
45026         Update from coreutils.
45027
45028         2006-08-15  Jim Meyering  <jim@meyering.net>
45029
45030         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45031
45032         2006-01-17  Jim Meyering  <jim@meyering.net>
45033
45034         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45035
45036         2006-01-11  Jim Meyering  <jim@meyering.net>
45037
45038         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45039         Check for the lchmod function.
45040
45041 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45042
45043         Update from coreutils.
45044
45045         * lib/__fpending.h: Add copyright notice.
45046         * lib/fprintftime.h: Likewise.
45047         * lib/savedir.c: Use (C) in copyright notice.
45048         * lib/savedir.h: Likewise.
45049
45050         2006-08-15  Jim Meyering  <jim@meyering.net>
45051
45052         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45053         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45054         in support of the EXPECTED_ERRNO macro.
45055         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45056         definitions.  Instead, define the appropriate symbols and include
45057         "at-func.c".
45058         * lib/mkdirat.c (mkdirat): Likewise.
45059         * lib/fchmodat.c (fchmodat): Likewise.
45060         (ENOSYS): Remove definition.
45061         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45062         it.  Don't include "unistd--.h" -- it wasn't ever used.
45063
45064         2006-01-17  Jim Meyering  <jim@meyering.net>
45065
45066         Rewrite fts.c not to change the current working directory,
45067         by using openat, fstatat, fdopendir, etc..
45068
45069         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45070         (HAVE_OPENAT_SUPPORT): Define.
45071         [_LIBC] (fchdir): Don't undef or define; no longer used.
45072         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45073         Now, this `function' always succeeds, and consumes its file descriptor
45074         parameter -- so callers must not close such FDs.  Update callers.
45075         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45076         (diropen): Add parameter, SP.  Adjust all callers.
45077         Implement using diropen_fd, rather than open.
45078         (fts_open): Initialize new member, fts_cwd_fd.
45079         Remove fts_rft-setting code.
45080         (fts_close): Close fts_cwd_fd, if necessary.
45081         (__opendir2): Define in terms of opendir or opendirat,
45082         depending on whether the FST_NOCHDIR flag is set.
45083         (fts_build): Since fts_safe_changedir consumes its FD, and since
45084         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45085         and close the dup'd file descriptor upon failure.
45086         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45087         (fts_safe_changedir): Tweak semantics to reflect that this function
45088         now calls cwd_advance_fd and hence consumes its FD argument.
45089         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45090         [struct FTS] (fts_rft): Remove now-unused member.
45091         [struct FTS] (fts_cycle.state): Improve comment.
45092
45093         * lib/openat.c (openat_needs_fchdir): New function.
45094         * lib/openat.h (openat_needs_fchdir): Declare it.
45095
45096 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45097
45098         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45099         Problem and fix reported by Pádraig Brady in
45100         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45101
45102 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45103
45104         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45105
45106 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45107
45108         * lib/memcoll.c (memcoll): Optimize for the common case where the
45109         arguments are bytewise equal.
45110
45111 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45112
45113         * doc/regexprops-generic.texi: Add a copyright notice.
45114
45115 2006-08-15  Bruno Haible  <bruno@clisp.org>
45116
45117         * modules/tmpdir (License): Change to LGPL.
45118
45119 2006-08-15  Bruno Haible  <bruno@clisp.org>
45120
45121         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45122         module.
45123
45124 2006-08-14  Simon Josefsson  <jas@extundo.com>
45125
45126         * config/srclist.txt: Add gnupload.
45127
45128 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45129
45130         Change copyright notice from LGPL 2 to GPL 2, since that's the
45131         standard form used in the gnulib repository.
45132         * tests/test-lock.c: Likewise.
45133         * tests/test-stdint.c: Likewise.
45134         * tests/test-tls.c: Likewise.
45135
45136         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45137         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45138         Add copyright notice.
45139
45140         * check-module: Add copyright notice.  Output a copyright
45141         notice if "--version" is specified.
45142         * modules/COPYING: New file.
45143         * tests/test-getaddrinfo.c: Add copyright notice.
45144         * tests/test-verify.c: Likewise.
45145
45146 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45147
45148         Change copyright notice from LGPL 2 to GPL 2, since that's the
45149         standard form used in the gnulib repository.
45150         * lib/lock.c: LGPL -> GPL.
45151         * lib/lock.h: Likewise.
45152         * lib/strnlen1.c: Likewise.
45153         * lib/strnlen1.h: Likewise.
45154         * lib/tls.c: Likewise.
45155         * lib/tls.h: Likewise.
45156         * lib/tmpdir.c: Likewise.
45157
45158         * lib/TODO: Remove; this belongs only in coreutils.
45159
45160 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45161
45162         Add copyright notices to long-enough files that lack them, since
45163         otherwise the files aren't clearly free.  Use the same notice that
45164         getdate.texi already uses.
45165         * doc/alloca-opt.texi: Add copyright notice.
45166         * doc/alloca.texi: Likewise.
45167         * doc/ctime.texi: Likewise.
45168         * doc/functions.texi: Likewise.
45169         * doc/gcd.texi: Likewise.
45170         * doc/gnulib-tool.texi: Likewise.
45171         * doc/inet_ntoa.texi: Likewise.
45172         * doc/visibility.texi: Likewise.
45173
45174         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45175         * doc/quote.texi: Add copyright notice.
45176
45177         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45178         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45179         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45180         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45181         is now obsolete, and give a pointer to the Sun list.
45182         Add copyright notice.
45183
45184 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45185
45186         * config/srclistvars.sh: Add copyright notice.
45187
45188 2006-08-14  Eric Blake  <ebb9@byu.net>
45189
45190         Import the following change from libc:
45191
45192         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45193
45194         Upstream bug 2997.
45195         * lib/misc/error.c: Add space between program name and message if file
45196         name is missing.
45197
45198 2006-08-12  Karl Berry  <karl@gnu.org>
45199
45200         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45201         remove, these originate in gnulib now.
45202
45203 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45204
45205         * doc/Makefile (standards.info standards.html standards.dvi):
45206         Also depend on make-stds.texi.
45207
45208 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45209
45210         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45211         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45212
45213         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45214         in wchar_t.  Problem reported by Eric Blake.
45215
45216         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45217         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45218         Also, help the compiler to keep LEN in a register.
45219
45220 2006-08-11  Eric Blake  <ebb9@byu.net>
45221
45222         * users.txt: Sort.  Add tar.
45223
45224 2006-08-11  Bruno Haible  <bruno@clisp.org>
45225
45226         * users.txt: New file.
45227
45228 2006-08-11  Bruno Haible  <bruno@clisp.org>
45229
45230         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45231         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45232
45233 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45234
45235         * modules/snprintf (Depends-on): Remove minmax.
45236         (Maintainer): Add self and Bruno.
45237
45238 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45239
45240         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45241         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45242         (EOVERFLOW): Define if the system does not.
45243         Do not include "minmax.h"; it wasn't used.
45244         (snprintf): Don't assume size_t promotes to an unsigned type.
45245         Fix bug when generated string was too long for the buffer: the
45246         buffer's contents are supposed to be the initial prefix of the
45247         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45248         exceeds INT_MAX; do the check ourselves.
45249
45250         Import the following changes from libc:
45251
45252         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45253
45254         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45255         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45256         set wc to the byte which couldn't be converted.
45257         (re_string_reconstruct): Don't clear valid_raw_len before calling
45258         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45259         tip_context using re_string_context_at.
45260
45261         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45262
45263         * lib/posix/regex.h: g++ still cannot handled [restrict].
45264
45265         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45266
45267         * lib/posix/regex.h: Remove special handling for VMS.
45268
45269 2006-08-10  Jim Meyering  <jim@meyering.net>
45270
45271         * modules/same-inode: New module.
45272         * modules/dev-ino: New module.
45273         * modules/cycle-check: Depend on these modules, rather than simply
45274         including their .h files.
45275         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45276         required via m4/cycle-check.m4.
45277         * modules/same: Depend on new same-inode module, rather than
45278         including same-inode.h.
45279         * modules/chdir-safer: New file.
45280
45281         * modules/chown (Depends-on): Add stat-macros.
45282
45283 2006-08-10  Jim Meyering  <jim@meyering.net>
45284
45285         * m4/cycle-check.m4: New file.
45286         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45287         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45288
45289 2006-08-10  Eric Blake  <ebb9@byu.net>
45290
45291         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45292         in from original proposal.
45293
45294 2006-08-10  Eric Blake  <ebb9@byu.net>
45295         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45296
45297         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45298         namespace.
45299
45300 2006-08-10  Bruno Haible  <bruno@clisp.org>
45301
45302         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45303         as well.
45304
45305 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45306
45307         Sync from coreutils.
45308
45309         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45310
45311         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45312         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45313
45314 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45315
45316         * modules/restrict: Remove; no longer needed now that we assume
45317         Autoconf 2.59 or later.
45318         * MODULES.html.sh: Remove 'restrict'.
45319         * modules/argp (Depends-on): Remove 'restrict'.
45320         * modules/base64 (Depends-on): Likewise.
45321         * modules/gc (Depends-on): Likewise.
45322         * modules/getaddrinfo (Depends-on): Likewise.
45323         * modules/glob (Depends-on): Likewise.
45324         * modules/inet_ntop (Depends-on): Likewise.
45325         * modules/inet_pton (Depends-on): Likewise.
45326         * modules/memxor (Depends-on): Likewise.
45327         * modules/regex (Depends-on): Likewise.
45328         * modules/strtok_r (Depends-on): Likewise.
45329         * modules/time_r (Depends-on): Likewise.
45330
45331 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45332
45333         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45334         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45335         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45336         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45337         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45338         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45339         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45340         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45341
45342         Merge from coreutils.
45343         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45344         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45345         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45346         * m4/time_r.m4 (gl_TIME_R): Likewise.
45347
45348 2006-08-09  Karl Berry  <karl@gnu.org>
45349
45350         * config/srclist.txt: no more gettext-tools, per Bruno.
45351
45352 2006-08-08  Eric Blake  <ebb9@byu.net>
45353
45354         * modules/verror: New module.
45355         * MODULES.html.sh: Document it.
45356
45357 2006-08-08  Eric Blake  <ebb9@byu.net>
45358
45359         * lib/verror.h, lib/verror.c: New files.
45360
45361 2006-08-08  Eric Blake  <ebb9@byu.net>
45362
45363         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45364         verror_at_line output complies with GNU Coding Standards even when
45365         file is NULL.
45366
45367 2006-08-07  Bruno Haible  <bruno@clisp.org>
45368
45369         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45370         versions of AIX.
45371         Reported by Ralf Wildenhues.
45372
45373 2006-08-07  Bruno Haible  <bruno@clisp.org>
45374
45375         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45376         in an AC_DEFUN. Needed so that the autoconf snippets can use
45377         AC_REQUIRE.
45378
45379 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45380
45381         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45382         Initialize pkgdata_DATA.
45383         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45384         overriding it.
45385
45386 2006-08-06  Eric Blake  <ebb9@byu.net>
45387
45388         * lib/error.h: Fold in some upstream changes from glibc.
45389         * lib/error.c: Likewise.
45390
45391 2006-08-04  Bruno Haible  <bruno@clisp.org>
45392
45393         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45394         Make the mostlyclean-local rule depend on mostlyclean-generic.
45395         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45396
45397 2006-07-31  Bruno Haible  <bruno@clisp.org>
45398
45399         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45400         <stdlib.h>, <string.h>.
45401
45402 2006-07-30  Bruno Haible  <bruno@clisp.org>
45403
45404         * modules/readlink (License): Change to LGPL.
45405
45406 2006-07-30  Bruno Haible  <bruno@clisp.org>
45407
45408         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45409         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45410         set PKGDATADIR to point to it.
45411
45412 2006-07-30  Bruno Haible  <bruno@clisp.org>
45413
45414         * modules/csharpexec (configure.ac): Comment out macro invocation.
45415         * modules/javaexec (configure.ac): Likewise.
45416         * modules/javacomp-script (configure.ac): Likewise.
45417
45418         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45419
45420 2006-07-30  Bruno Haible  <bruno@clisp.org>
45421
45422         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45423         linked-list.
45424
45425 2006-07-30  Bruno Haible  <bruno@clisp.org>
45426
45427         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45428
45429 2006-07-30  Bruno Haible  <bruno@clisp.org>
45430
45431         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45432         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45433         get removed.
45434
45435 2006-07-29  Bruno Haible  <bruno@clisp.org>
45436
45437         Make it possible for gnulib-tool to work with locally modified or
45438         augmented gnulib repositories.
45439         * gnulib-tool (func_usage): Document --local-dir option.
45440         (local_gnulib_dir): New variable.
45441         Handle --local-dir option.
45442         (func_lookup_file): New function.
45443         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45444         (func_get_description, func_get_filelist, func_get_description,
45445         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45446         func_get_automake_snippet, func_get_include_directive,
45447         func_get_license, func_get_maintainer): Use func_lookup_file.
45448         (func_import, func_create_testdir): Use func_lookup_file.
45449
45450 2006-07-29  Bruno Haible  <bruno@clisp.org>
45451
45452         * modules/setenv (Depends-on): Add unistd.
45453
45454 2006-07-29  Bruno Haible  <bruno@clisp.org>
45455
45456         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45457
45458 2006-07-29  Bruno Haible  <bruno@clisp.org>
45459
45460         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45461
45462 2006-07-29  Bruno Haible  <bruno@clisp.org>
45463
45464         * gnulib-tool (import, update): If there is no Makefile.am, look at
45465         aclocal.m4, instead of bailing out.
45466
45467 2006-07-29  Bruno Haible  <bruno@clisp.org>
45468
45469         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45470         Categorize the options by when they are useful.
45471
45472 2006-07-29  Bruno Haible  <bruno@clisp.org>
45473
45474         * gnulib-tool (func_usage): Document option --no-libtool.
45475         Handle option --no-libtool.
45476         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45477         for changed semantics of $libtool variable.
45478         (func_import): Likewise. If libtool is not used, show this through
45479         an option --no-libtool.
45480         (func_create_testdir): Update.
45481
45482 2006-07-29  Bruno Haible  <bruno@clisp.org>
45483
45484         * gnulib-tool (func_import): Extend error message about missing
45485         --doc-base.
45486
45487 2006-07-29  Bruno Haible  <bruno@clisp.org>
45488
45489         * gnulib-tool (func_import): Don't create the $docbase directory if
45490         there is no file to store there.
45491
45492 2006-07-29  Bruno Haible  <bruno@clisp.org>
45493
45494         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45495         relevant, look for configure.ac there, not in the current directory.
45496         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45497
45498 2006-07-29  Bruno Haible  <bruno@clisp.org>
45499
45500         * gnulib-tool (SORT): New variable.
45501         (func_usage): Undocument --assume-autoconf option.
45502         Remove --assume-autoconf option handling.
45503         (autoconf_minversion): Determine from the contents of configure.ac.
45504         (func_import): Remove autoconf_minversion handling.
45505         Suggested by Eric Blake.
45506
45507 2006-07-29  Bruno Haible  <bruno@clisp.org>
45508
45509         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45510
45511 2006-07-29  Bruno Haible  <bruno@clisp.org>
45512
45513         * config/srclist.txt (*setenv.[ch]): Remove rules.
45514
45515 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45516
45517         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45518
45519 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45520
45521         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45522         arpa/inet.h.
45523
45524 2006-07-28  Simon Josefsson  <jas@extundo.com>
45525
45526         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45527         * modules/inet_pton (Depends-on): Likewise.
45528
45529 2006-07-28  Simon Josefsson  <jas@extundo.com>
45530
45531         * m4/netinet_in_h.m4: New file.
45532
45533 2006-07-28  Simon Josefsson  <jas@extundo.com>
45534
45535         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45536         #include's.
45537
45538 2006-07-28  Simon Josefsson  <jas@extundo.com>
45539
45540         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45541         #include's.
45542
45543 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45544
45545         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45546         setgid on directories only if they set these bits.
45547         * lib/modechange.h: Remove obsolete comment about masks.
45548
45549 2006-07-28  Eric Blake  <ebb9@byu.net>
45550
45551         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45552         macro expansion.
45553
45554 2006-07-28  Bruno Haible  <bruno@clisp.org>
45555
45556         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45557
45558 2006-07-28  Bruno Haible  <bruno@clisp.org>
45559
45560         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45561
45562 2006-07-28  Bruno Haible  <bruno@clisp.org>
45563
45564         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45565         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45566         Define fallbacks.
45567         Avoids link error on FreeBSD 4.x.
45568         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45569
45570         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45571         encoding.
45572         * lib/mbswidth.c (iswcntrl): Likewise.
45573
45574 2006-07-27  Bruno Haible  <bruno@clisp.org>
45575
45576         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45577         test.
45578
45579 2006-07-27  Bruno Haible  <bruno@clisp.org>
45580
45581         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45582         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45583         defined.
45584
45585 2006-07-26  Eric Blake  <ebb9@byu.net>
45586
45587         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45588
45589 2006-07-26  Eric Blake  <ebb9@byu.net>
45590
45591         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45592         like mingw that lack mkstemp.
45593         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45594         avoid compilation warning on mingw.
45595
45596 2006-07-26  Bruno Haible  <bruno@clisp.org>
45597
45598         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45599         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45600         INT_FAST*_MIN, INTPTR_MIN.
45601
45602 2006-07-25  Bruno Haible  <bruno@clisp.org>
45603
45604         * modules/version-etc (Depends-on): Add stdarg.
45605
45606 2006-07-25  Bruno Haible  <bruno@clisp.org>
45607
45608         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45609         complex commands.
45610
45611 2006-07-25  Bruno Haible  <bruno@clisp.org>
45612
45613         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45614         defined in <stdarg.h> or config.h.
45615
45616 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45617
45618         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45619         (gl_STDIO_SAFER): Remove.
45620
45621 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45622
45623         * MODULES.html.sh (File stream based Input/Output):
45624         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45625         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45626         * modules/fopen-safer, modules/tmpfile-safer: New files.
45627         * modules/stdio-safer: Remove.
45628
45629 2006-07-24  Bruno Haible  <bruno@clisp.org>
45630
45631         * modules/tmpdir: New file.
45632         * MODULES.html.sh (File system functions): Add it.
45633
45634 2006-07-24  Bruno Haible  <bruno@clisp.org>
45635
45636         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45637         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45638
45639 2006-07-24  Bruno Haible  <bruno@clisp.org>
45640
45641         * modules/clean-temp: New file.
45642
45643 2006-07-24  Bruno Haible  <bruno@clisp.org>
45644
45645         * m4/tmpdir.m4: New file, from GNU gettext.
45646
45647 2006-07-24  Bruno Haible  <bruno@clisp.org>
45648
45649         * lib/tmpdir.h: New file, from GNU gettext.
45650         * lib/tmpdir.c: New file, from GNU gettext.
45651
45652 2006-07-24  Bruno Haible  <bruno@clisp.org>
45653
45654         * lib/clean-temp.h: New file, from GNU gettext.
45655         * lib/clean-temp.c: New file, from GNU gettext.
45656
45657 2006-07-23  Eric Blake  <ebb9@byu.net>
45658
45659         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45660         (Depends-on): Add binary-io.
45661
45662 2006-07-23  Eric Blake  <ebb9@byu.net>
45663
45664         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45665
45666 2006-07-23  Eric Blake  <ebb9@byu.net>
45667
45668         * lib/tmpfile-safer.c: New file.
45669         * lib/stdio-safer.h (fopen_safer): Add prototype.
45670         * lib/stdio--.h (tmpfile): Make safer.
45671
45672 2006-07-23  Bruno Haible  <bruno@clisp.org>
45673
45674         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45675         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45676         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45677         gl_linked_remove_at): Use it.
45678
45679 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45680         and Simon Josefsson <jas@extundo.com>
45681
45682         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45683
45684         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45685
45686 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45687
45688         * modules/close-stream: New file.
45689         * modules/closeout (Description): Make it clear that it exits
45690         with a diagnostic on error.
45691         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45692         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45693
45694 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45695
45696         * m4/close-stream.m4: New file.
45697
45698 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45699
45700         * lib/close-stream.c, lib/close-stream.h: New files.
45701
45702 2006-07-22  Bruno Haible  <bruno@clisp.org>
45703
45704         Merge from GNU gettext 0.15.
45705
45706         2006-05-01  Bruno Haible  <bruno@clisp.org>
45707
45708                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45709
45710         2006-07-22  Bruno Haible  <bruno@clisp.org>
45711
45712                 * modules/javaversion: New file.
45713                 * MODULES.html.sh (Java): Add javaversion.
45714
45715         2006-03-12  Bruno Haible  <bruno@clisp.org>
45716
45717                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45718
45719         2005-12-04  Bruno Haible  <bruno@clisp.org>
45720
45721                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45722                 (untested).
45723
45724         2006-06-21  Bruno Haible  <bruno@clisp.org>
45725
45726                 Avoid warnings from recent versions of mcs.
45727                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45728                 -o, -L, -r any more. Use options documented since mcs-1.0
45729                 instead. Similarly for -g.
45730
45731         2005-12-04  Bruno Haible  <bruno@clisp.org>
45732
45733                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45734                 .resources, not .resource.
45735
45736         2005-07-09  Bruno Haible  <bruno@clisp.org>
45737
45738                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45739                 add a .dll suffix.
45740                 Reported by Mark Junker <mjscod@gmx.de>.
45741
45742         2006-07-22  Bruno Haible  <bruno@clisp.org>
45743
45744                 * modules/gettext: Upgrade to gettext-0.15.
45745                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45746                 m4/visibility.m4.
45747                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45748
45749 2006-07-22  Bruno Haible  <bruno@clisp.org>
45750
45751         Merge from GNU gettext 0.15.
45752
45753         2006-03-25  Bruno Haible  <bruno@clisp.org>
45754
45755                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45756
45757         2006-07-21  Bruno Haible  <bruno@clisp.org>
45758
45759                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45760                 "1.1".
45761
45762         2006-05-09  Bruno Haible  <bruno@clisp.org>
45763
45764                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45765                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45766                 for the conftestver execution.
45767
45768         2006-05-01  Bruno Haible  <bruno@clisp.org>
45769
45770                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45771                 optional target-version argument. Verify that the compiler
45772                 groks source of the specified source-version, or add -source
45773                 option as necessary. Verify that the compiler produces
45774                 bytecode in the specified target-version, or add -target and
45775                 -source options as necessary. Make the result of the test
45776                 available as variable CONF_JAVAC. Also log error output in
45777                 config.log.
45778
45779         2006-03-11  Bruno Haible  <bruno@clisp.org>
45780
45781                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45782
45783         2006-05-09  Bruno Haible  <bruno@clisp.org>
45784
45785                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45786                 CLASSPATH_SEPARATOR to a semicolon.
45787
45788         2006-03-12  Bruno Haible  <bruno@clisp.org>
45789
45790                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45791                 available as variable CONF_JAVA, for subsequent autoconf
45792                 tests. Also log error output in config.log.
45793
45794         2006-07-19  Bruno Haible  <bruno@clisp.org>
45795
45796                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45797                 that getline works on glibc2 systems. Needed to avoid trouble
45798                 in relocatable.c.
45799                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45800
45801         2005-12-04  Bruno Haible  <bruno@clisp.org>
45802
45803                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45804                 launcher (untested).
45805
45806         2005-12-04  Bruno Haible  <bruno@clisp.org>
45807
45808                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45809
45810         2006-07-22  Bruno Haible  <bruno@clisp.org>
45811
45812                 * gettext.m4: Update from GNU gettext-0.15.
45813                 * nls.m4: Likewise.
45814                 * po.m4: Likewise.
45815                 * inttypes-pri.m4: Likewise.
45816                 * inttypes-h.m4: Renamed from inttypes.m4.
45817                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45818
45819 2006-07-22  Bruno Haible  <bruno@clisp.org>
45820
45821         Merge from GNU gettext 0.15.
45822
45823         2005-07-05  Bruno Haible  <bruno@clisp.org>
45824
45825                 * printf-args.c (printf_fetchargs): Work around broken
45826                 definition of wint_t on mingw.
45827
45828         2005-02-12  Bruno Haible  <bruno@clisp.org>
45829
45830                 * xallocsa.h: Add extern "C" for C++.
45831
45832         2006-05-17  Bruno Haible  <bruno@clisp.org>
45833
45834                 Cygwin portability.
45835                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45836
45837         2006-04-30  Bruno Haible  <bruno@clisp.org>
45838
45839                 * progreloc.c: Include <mach-o/dyld.h> if available.
45840                 (find_executable): Use _NSGetExecutablePath when possible.
45841
45842         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45843
45844                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45845                 function.
45846
45847         2005-12-29  Bruno Haible  <bruno@clisp.org>
45848
45849                 * progreloc.c (set_program_name_and_installdir): Fix
45850                 compilation error.
45851
45852         2005-12-04  Bruno Haible  <bruno@clisp.org>
45853
45854                 Cygwin portability.
45855                 * progreloc.c: Include <windows.h> also on Cygwin.
45856                 (find_executable): Add support for Cygwin.
45857                 (set_program_name_and_installdir): Handle also platforms with
45858                 nonempty EXEEXT.
45859
45860         2006-07-11  Bruno Haible  <bruno@clisp.org>
45861
45862                 * javacomp.c: Fix a comment.
45863                 Reported by Jim Meyering.
45864
45865         2006-04-30  Bruno Haible  <bruno@clisp.org>
45866
45867                 * javacomp.h (compile_java_class): Add source_version,
45868                 target_version arguments.
45869                 * javacomp.c: Rewritten to choose only a compiler that
45870                 respects the specified source_version and target_version.
45871
45872         2006-06-27  Bruno Haible  <bruno@clisp.org>
45873
45874                 Assume correct S_ISDIR macro.
45875                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45876
45877         2006-07-22  Bruno Haible  <bruno@clisp.org>
45878
45879                 * javaversion.h: New file, from GNU gettext.
45880                 * javaversion.c: New file, from GNU gettext.
45881                 * javaversion.java: New file, from GNU gettext.
45882                 * javaversion.class: New file, from GNU gettext.
45883
45884         2006-05-17  Bruno Haible  <bruno@clisp.org>
45885
45886                 Cygwin portability.
45887                 * javaexec.c (execute_java_class): Test for jview program
45888                 also on Cygwin.
45889
45890         2006-04-09  Bruno Haible  <bruno@clisp.org>
45891
45892                 * fatal-signal.c: Don't include string.h.
45893                 (at_fatal_signal): Use a copying loop instead of memcpy.
45894
45895         2005-12-04  Bruno Haible  <bruno@clisp.org>
45896
45897                 * csharpexec.c: Add support for 'clix' launcher (untested).
45898                 (execute_csharp_using_sscli): New function.
45899                 (execute_csharp_program): Call it.
45900
45901         2006-06-21  Bruno Haible  <bruno@clisp.org>
45902
45903                 Avoid warnings from recent versions of mcs.
45904                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45905                 -o, -L, -r any more. Use options documented since mcs-1.0
45906                 instead. Similarly for -g.
45907
45908         2005-07-09  Bruno Haible  <bruno@clisp.org>
45909
45910                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45911                 add a .dll suffix.
45912                 Reported by Mark Junker <mjscod@gmx.de>.
45913
45914         2006-06-17  Bruno Haible  <bruno@clisp.org>
45915
45916                 * config.charset: Update for NetBSD 3.0.
45917
45918         2006-05-17  Bruno Haible  <bruno@clisp.org>
45919
45920                 Cygwin portability.
45921                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45922
45923         2006-05-16  Bruno Haible  <bruno@clisp.org>
45924
45925                 * localcharset.c [CYGWIN]: Include <windows.h>.
45926                 (get_charset_aliases): For Cygwin, return the same CPxxx
45927                 aliases list as under WIN32.
45928                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45929                 the environment variables. Fall back to GetACP().
45930
45931         2006-04-05  Bruno Haible  <bruno@clisp.org>
45932
45933                 * config.charset: Update Juan Manuel Guerrero's address.
45934
45935         2005-02-12  Bruno Haible  <bruno@clisp.org>
45936
45937                 * allocsa.h: Add extern "C" for C++.
45938
45939         2005-02-10  Bruno Haible  <bruno@clisp.org>
45940
45941                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45942                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45943
45944         2006-07-22  Bruno Haible  <bruno@clisp.org>
45945
45946                 * gettext.h: Update to GNU gettext-0.15.
45947
45948 2006-07-22  Bruno Haible  <bruno@clisp.org>
45949
45950         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45951         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45952         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45953
45954 2006-07-21  Eric Blake  <ebb9@byu.net>
45955
45956         * modules/stdlib-safer: New file.
45957         * MODULES.html.sh (File stream based Input/Output): Add
45958         stdlib-safer.
45959
45960 2006-07-21  Eric Blake  <ebb9@byu.net>
45961
45962         * lib/stdlib-safer.h: New file from coreutils, required by
45963         stdlib--.h.
45964
45965 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45966
45967         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45968
45969 2006-07-20  Bruno Haible  <bruno@clisp.org>
45970
45971         * gnulib-tool: Recognize new option --assume-autoconf.
45972         (autoconf_minversion): New variable.
45973         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45974
45975 2006-07-20  Bruno Haible  <bruno@clisp.org>
45976
45977         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45978
45979 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45980
45981         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45982         Reindent and repaginate.
45983
45984 2006-07-19  Derek Price  <derek@ximbiot.com>
45985
45986         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45987         Correct grammar.
45988
45989 2006-07-17  Bruno Haible  <bruno@clisp.org>
45990
45991         * modules/list: New file.
45992         * modules/array-list: New file.
45993         * modules/carray-list, modules/carray-list-tests: New files.
45994         * modules/linked-list, modules/linked-list-tests: New files.
45995         * modules/avltree-list, modules/avltree-list-tests: New files.
45996         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45997         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45998         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45999         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46000         * modules/oset: New file.
46001         * modules/array-oset: New file.
46002         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46003         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46004         * tests/test-carray_list.c: New file.
46005         * tests/test-linked_list.c: New file.
46006         * tests/test-avltree_list.c: New file.
46007         * tests/test-rbtree_list.c: New file.
46008         * tests/test-linkedhash_list.c: New file.
46009         * tests/test-avltreehash_list.c: New file.
46010         * tests/test-rbtreehash_list.c: New file.
46011         * tests/test-avltree_oset.c: New file.
46012         * tests/test-rbtree_oset.c: New file.
46013         * MODULES.html.sh (Container data structures): New section.
46014
46015 2006-07-17  Bruno Haible  <bruno@clisp.org>
46016
46017         * m4/gl_list.m4: New file.
46018
46019 2006-07-17  Bruno Haible  <bruno@clisp.org>
46020
46021         * lib/gl_list.h: New file.
46022         * lib/gl_list.c: New file.
46023         * lib/gl_array_list.h: New file.
46024         * lib/gl_array_list.c: New file.
46025         * lib/gl_carray_list.h: New file.
46026         * lib/gl_carray_list.c: New file.
46027         * lib/gl_linked_list.h: New file.
46028         * lib/gl_linked_list.c: New file.
46029         * lib/gl_anylinked_list1.h: New file.
46030         * lib/gl_anylinked_list2.h: New file.
46031         * lib/gl_avltree_list.h: New file.
46032         * lib/gl_avltree_list.c: New file.
46033         * lib/gl_anyavltree_list1.h: New file.
46034         * lib/gl_anyavltree_list2.h: New file.
46035         * lib/gl_rbtree_list.h: New file.
46036         * lib/gl_rbtree_list.c: New file.
46037         * lib/gl_anyrbtree_list1.h: New file.
46038         * lib/gl_anyrbtree_list2.h: New file.
46039         * lib/gl_anytree_list1.h: New file.
46040         * lib/gl_anytree_list2.h: New file.
46041         * lib/gl_linkedhash_list.h: New file.
46042         * lib/gl_linkedhash_list.c: New file.
46043         * lib/gl_anyhash_list1.h: New file.
46044         * lib/gl_anyhash_list2.h: New file.
46045         * lib/gl_avltreehash_list.h: New file.
46046         * lib/gl_avltreehash_list.c: New file.
46047         * lib/gl_rbtreehash_list.h: New file.
46048         * lib/gl_rbtreehash_list.c: New file.
46049         * lib/gl_anytreehash_list1.h: New file.
46050         * lib/gl_anytreehash_list2.h: New file.
46051
46052         * lib/gl_oset.h: New file.
46053         * lib/gl_oset.c: New file.
46054         * lib/gl_array_oset.h: New file.
46055         * lib/gl_array_oset.c: New file.
46056         * lib/gl_avltree_oset.h: New file.
46057         * lib/gl_avltree_oset.c: New file.
46058         * lib/gl_rbtree_oset.h: New file.
46059         * lib/gl_rbtree_oset.c: New file.
46060         * lib/gl_anytree_oset.h: New file.
46061
46062 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46063
46064         * m4/mkancesdirs.m4: New file.
46065         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46066         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46067         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46068         it.
46069
46070 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46071
46072         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46073         * lib/mkancesdirs.h: New files.
46074         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46075         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46076         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46077         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46078         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46079         callers changed.  Revamp internals significantly, by not
46080         attempting to create directories that are temporarily more
46081         permissive than the final results.  Do not attempt to use
46082         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46083         This removes some race conditions, fixes some bugs, and simplifies
46084         things.  Use new dirchownmod function to do owner and mode changes.
46085         * lib/mkdir-p.h: Likewise.
46086         * lib/modechange.c (octal_to_mode): New function.
46087         (struct mode_change): New member mentioned.
46088         (make_node_op_equals): New arg mentioned.  All callers changed.
46089         (mode_compile): Keep track of which mode bits the user has explicitly
46090         mentioned.
46091         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46092         New arg PMODE_BITS, to keep track of which mode bits the user
46093         mentioned; it treats S_ISUID and S_ISGID speciall.
46094         All callers changed.
46095         * lib/modechange.h: Likewise.
46096
46097 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46098
46099         * MODULES.html.sh: Add mkancestors.
46100         * modules/mkancesdirs: New module.
46101         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46102         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46103         The chdir-safer and afs files are now orphans; I'll remove them
46104         unless someone speaks up.
46105         Add lib/dirchownmod.c, lib/dirchownmod.h.
46106         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46107         Add lchown, mkancesdirs.
46108         (Maintainer): Add self.
46109
46110 2006-07-15  Karl Berry  <karl@gnu.org>
46111
46112         * gnulib-tool: help message wording/arrangement.
46113
46114 2006-07-14  Simon Josefsson  <jas@extundo.com>
46115
46116         * doc/gnulib.texi (Libtool and Windows): New section.
46117
46118 2006-07-12  Simon Josefsson  <jas@extundo.com>
46119
46120         * modules/gendocs (License): Fix license, approved by Karl.
46121
46122 2006-07-12  Eric Blake  <ebb9@byu.net>
46123
46124         * MODULES.html.sh: Add gendocs.
46125
46126 2006-07-11  Eric Blake  <ebb9@byu.net>
46127
46128         * modules/fdl: New module, to install doc/fdl.texi.
46129         * MODULES.html.sh: Add new section for documentation modules.
46130         * gnulib-tool: Avoid space-tab.
46131         (--doc-base): New option, to manage files from doc.
46132
46133 2006-07-11  Eric Blake  <ebb9@byu.net>
46134
46135         * m4/absolute-header.m4: Fix comments to match recent change.
46136
46137 2006-07-11  Eric Blake  <ebb9@byu.net>
46138
46139         * gnulib-tool: List --doc-base before --tests-base.
46140
46141 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46142
46143         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46144
46145 2006-07-11  Bruno Haible  <bruno@clisp.org>
46146
46147         * README: Mention where to put documentation.
46148
46149 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46150
46151         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46152
46153 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46154
46155         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46156         to stdint.m4.
46157
46158 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46159
46160         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46161         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46162         "no/such/file/stdint.h" when there is no such file, so that
46163         the resulting C code can be parsed by dodgy compilers.
46164         Problems reported by Bob Proulx.
46165
46166 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46167
46168         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46169         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46170         macros into the GNU _D_EXACT_NAMLEN.
46171         * lib/savedir.c:  Likewise.
46172         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46173
46174 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46175         and Paul Eggert  <eggert@cs.ucla.edu>
46176
46177         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46178         * m4/savedir.m4:
46179         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46180         macros into the GNU _D_EXACT_NAMLEN.
46181
46182 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46183
46184         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46185         around the absolute name, to work around a problem with the HP-UX
46186         11.23 native C compiler, reported by Bob Proulx.
46187
46188 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46189
46190         * doc/maintain.texi, make-stds.texi: Sync from
46191         <http://savannah.gnu.org/projects/gnustandards>.
46192
46193 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46194
46195         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46196
46197 2006-07-09  Jim Meyering  <jim@meyering.net>
46198
46199         * m4/glob.m4: Remove a doubled word in a comment.
46200
46201 2006-07-09  Jim Meyering  <jim@meyering.net>
46202
46203         * lib/argp-pv.c: Remove a doubled word in a comment.
46204         * lib/check-version.c (check_version): Likewise.
46205         * lib/javacomp.c (compile_java_class): Likewise.
46206
46207 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46208
46209         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46210         for the benefit of people using Autoconf 2.60.  If you want to
46211         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46212         (or m4/onceonly.m4, if pre-2.57) manually.
46213
46214 2006-07-08  Jim Meyering  <jim@meyering.net>
46215
46216         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46217         comment.
46218         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46219         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46220         comment.
46221
46222 2006-07-08  Jim Meyering  <jim@meyering.net>
46223
46224         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46225
46226 2006-07-07  Simon Josefsson  <jas@extundo.com>
46227
46228         * tests/test-crc.c: Change expected crc value, the test vector
46229         were probably computed using the old broken crc.c?
46230
46231 2006-07-06  Simon Josefsson  <jas@extundo.com>
46232
46233         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46234         now the canonical place for the M4 file).
46235
46236         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46237         from the sys_socket dependency now.
46238
46239         * modules/inet_pton (Files): Ditto.
46240
46241         * modules/inet_ntop (Files): Ditto.
46242
46243 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46244
46245         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46246         not gl_PREREQ_GETUSERSHELL.
46247
46248 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46249
46250         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46251         with only one argument, for Autoconf 2.60.
46252         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46253         expand to nothing, so add a shell command to avoid syntax error.
46254         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46255
46256 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46257
46258         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46259
46260 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46261
46262         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46263         no longer needed.  Check for isblank decl.
46264         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46265         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46266         of existence.
46267
46268 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46269
46270         * lib/getloadavg.c: Use __VMS, not VMS.
46271         * lib/getopt.c: Likewise.
46272         * lib/getpagesize.h: Likewise.
46273         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46274         and probably does not work.
46275
46276 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46277
46278         * lib/.cppi-disable: Add wcwidth.
46279         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46280         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46281         (ISGRAPH): Remove.  All uses changed to isgraph.
46282         (FOLD) [!defined _LIBC]: Remove special case.
46283         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46284         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46285         HAVE_ISBLANK.
46286         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46287         case.
46288
46289 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46290
46291         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46292         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46293         brackets.  Other minor changes to suppress some compiler
46294         warnings.
46295
46296 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46297         and Paul Eggert  <eggert@cs.ucla.edu>
46298
46299         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46300         of invoking obsolescent AC_HEADER_DIRENT macro.
46301         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46302         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46303         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46304         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46305         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46306         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46307         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46308         * m4/readdir.m4: Remove; no longer needed.
46309
46310 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46311         and Paul Eggert  <eggert@cs.ucla.edu>
46312
46313         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46314         Don't worry about this obsolete case any more.
46315         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46316         directories.
46317         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46318         worry about this obsolete case any more.
46319         * lib/fts.c: Likewise.
46320         * lib/getcwd.c: Likewise.
46321         * lib/glob.h: Likewise.
46322         * lib/savedir.c: Likewise.
46323
46324 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46325
46326         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46327         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46328         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46329         needed.
46330         All uses removed.
46331         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46332         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46333         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46334         needed.
46335         * m4/getdate.m4 (gl_GETDATE): Likewise.
46336         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46337         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46338         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46339         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46340         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46341         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46342         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46343         needed.
46344
46345 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46346
46347         * lib/memcasecmp.c: Include <limits.h>.
46348         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46349         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46350         Don't assume isdigit succeeds only on '0' through '9'.
46351
46352 2006-07-05  Eric Blake  <ebb9@byu.net>
46353
46354         * modules/getaddrinfo (Depends-on): Add snprintf.
46355
46356 2006-07-05  Eric Blake  <ebb9@byu.net>
46357
46358         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46359         to avoid 'header present but could not be compiled' on cygwin.
46360
46361 2006-07-05  Eric Blake  <ebb9@byu.net>
46362
46363         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46364         missing from netdb.h.
46365         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46366
46367 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46368
46369         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46370         no longer needed.
46371         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46372         * m4/getdate.m4 (gl_GETDATE): Likewise.
46373         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46374         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46375         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46376         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46377         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46378
46379 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46380
46381         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46382         All uses of is_space replaced by isspace.
46383         * lib/exit.h: Don't talk about STDC_HEADERS.
46384         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46385         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46386         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46387         replaced by isprint etc.
46388         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46389         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46390         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46391         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46392         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46393         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46394
46395 2006-07-05  Bruno Haible  <bruno@clisp.org>
46396
46397         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46398         the function exists, before testing against AIX.
46399         Reported by Martin Lambers <marlam@marlam.de>.
46400
46401 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46402
46403         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46404         From Mark D. Baushke.
46405
46406 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46407
46408         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46409         to the absolute name, not just one, to bypass Sun C 5.8's
46410         "warning: #include of /usr/include/... may be non-portable".
46411
46412 2006-07-04  Eric Blake  <ebb9@byu.net>
46413
46414         * modules/dirname-tests: New test module.
46415         * tests/test-dirname.c: New file, replacing dirname.c
46416         TEST_DIRNAME section that was recently deleted.
46417
46418 2006-07-04  Bruno Haible  <bruno@clisp.org>
46419
46420         Assume ANSI C header files and <ctype.h> functions.
46421         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46422         (mbsnwidth): Use isprint, iscntrl instead.
46423
46424 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46425
46426         Merge from coreutils.
46427         * MODULES.html.sh: Add xstrtold.
46428         * modules/xstrtold: New file.
46429         * modules/cycle-check (Files): Add lib/same-inode.h.
46430         * modules/dirname (Files): Add m4/double-slash-root.m4.
46431         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46432         * modules/mkdir-p (Files): Add lib/same-inode.h.
46433         * modules/same (Files): Add lib/same-inode.h.
46434
46435 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46436
46437         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46438         This is to keep the terminology clean; POSIX talks about
46439         "absolute pathnames", not "full pathnames", but the GNU
46440         Coding Standards say to use "path" for something else;
46441         so use "absolute" to keep both sides happy.
46442         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46443         Set gl_absolute_header, not gl_full_header_path.
46444         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46445         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46446         All uses changed.
46447
46448         Merge from coreutils.
46449
46450         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46451
46452         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46453         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46454         want to require the building of c-strtod.o.
46455         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46456         needs -lm directly.
46457         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46458
46459         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46460
46461         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46462         --as-needed option if available.  Problem reported by Albert Chin in
46463         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46464         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46465         cc merely issues a bunch of annoying warnings for --as-needed
46466         (this problem was reported by Bob Proulx).  Also, try linking with
46467         -lm to detect a bug in binutils 2.16 (this problem was reported
46468         by Ralf Wildenhues).
46469
46470         2006-06-18  Jim Meyering  <jim@meyering.net>
46471
46472         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46473         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46474         macro.
46475         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46476         also check for glibc-2.4's abort-inducing bug.
46477
46478         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46479         Low-probability clean-up should be to use rmdir to get rid of
46480         the just-created directory, not unlink.
46481
46482         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46483         configure fail, and request a bug report to inform us about it.
46484         Add a comment that, barring reports to the contrary, in 2007 we'll
46485         assume ftruncate is universally available.
46486
46487         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46488
46489         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46490
46491         2006-03-12  Jim Meyering  <jim@meyering.net>
46492
46493         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46494         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46495         * m4/same.m4 (gl_SAME): Likewise.
46496         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46497
46498         2006-03-11  Eric Blake  <ebb9@byu.net>
46499
46500         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46501         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46502         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46503         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46504
46505 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46506
46507         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46508         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46509         reported by Mark D. Baushke, one in
46510         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46511
46512         Merge from coreutils.
46513
46514         * lib/.cppi-disable: Add stdint_.h.
46515         * lib/.cvsignore: Add stdint.h.
46516
46517         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46518
46519         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46520         both double and long double versions.
46521         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46522         * lib/xstrtold.c: New file.
46523         * lib/xstrtod.h (xstrtold): New decl.
46524
46525         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46526
46527         * lib/filemode.c (setst): Remove.
46528         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46529         (arguably) clearer, and the generated code is a bit smaller on my
46530         Debian GNU/Linux stable x86 host.
46531
46532         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46533
46534         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46535         Assume that filemode.h includes sys/types.h and sys/stat.h.
46536         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46537         (ftypelet): Reorder to put common cases first, for efficiency.
46538         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46539         to do 'M'.
46540         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46541         of 10, for compatibility with FreeBSD.  All callers changed.
46542         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46543         types that can't be deduced solely from st_mode.  First arg is now a
46544         const pointer.
46545         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46546         (strmode): Renamed from mode_string.
46547         (filemodestring): New decl.
46548         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46549         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46550         needed.
46551         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46552
46553         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46554
46555         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46556         fsusage.h now does that.  Include fsusage.h first, to test interface.
46557         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46558         at most one method (the old code could have generated decls that
46559         didn't conform to C89, not that this was ever exercised).
46560         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46561
46562         2006-03-19  Jim Meyering  <jim@meyering.net>
46563
46564         Work even in a chroot where d_ino values for entries in "/"
46565         don't match the stat.st_ino values for the same names.
46566         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46567         number, iterate through all entries again, using lstat instead.
46568         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46569         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46570
46571         * lib/getcwd.c (__getcwd): Clarify a comment.
46572         Use memcpy in place of a call to strcpy.
46573
46574         2006-03-12  Jim Meyering  <jim@meyering.net>
46575
46576         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46577         matches that of the current directory (which we're about to chdir ".."
46578         out of), then save the dev-ino of the parent, instead.
46579
46580         * lib/same-inode.h (SAME_INODE): New file/macro.
46581         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46582         Include "same-inode.h", instead.
46583         * lib/same.c: Likewise.
46584         * lib/cycle-check.h: Include "same-inode.h".
46585         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46586         * lib/cycle-check.c (SAME_INODE): Remove definition.
46587         * lib/root-dev-ino.h: Include "same-inode.h".
46588
46589         2006-03-11  Eric Blake  <ebb9@byu.net>
46590
46591         * lib/same.c (same_name): s/base_name/last_component/
46592         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46593         * lib/filenamecat.c (file_name_concat): Likewise.
46594
46595         2006-03-11  Eric Blake  <ebb9@byu.net>,
46596                     Paul Eggert  <eggert@cs.ucla.edu>
46597
46598         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46599         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46600         drive prefix.
46601         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46602         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46603         (last_component): New method.
46604         * lib/dirname.c (dir_len): Determine when drive letters need a
46605         subsequent slash.  Preserve // when it is special.
46606         (dir_name): Don't append dot when drive letter is absolute.
46607         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46608         * lib/basename.c (base_name): New semantics - malloc the result.
46609         Preserve // when it is special.  Preserve relative files that look
46610         like drive letters.
46611         (base_len): Preserve // when it is special.
46612         (last_component): New method, similar to old base_name semantics.
46613         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46614         base_name.  Strip redundant slashes from ///.
46615
46616 2006-07-03  Jim Meyering  <jim@meyering.net>
46617
46618         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46619         macro is used before the first cycle_check call.
46620
46621 2006-07-03  Eric Blake  <ebb9@byu.net>
46622
46623         * modules/dirname (Depends-on): Add xstrndup.
46624
46625 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46626
46627         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46628         test cases, so that config.log is a bit easier to follow.
46629
46630 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46631
46632         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46633         both are 64 bits, since this seems to be the tradition, and this
46634         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46635         we ever run into a host that prefers long long to long in this
46636         case, we'll need another configure-time test.  Problem reported by
46637         Jim Meyering.
46638
46639 2006-07-02  Eric Blake  <ebb9@byu.net>
46640
46641         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46642
46643 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46644
46645         * modules/inttypes (Depends-on): No longer depends on stdint.
46646         * modules/stdint (Description): Say more about assumptions.
46647         Say that the fast types might differ.  Say macros are used.
46648         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46649         (Makefile.am): Revise list of substituted symbols to match
46650         new stdint.m4.
46651         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46652         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46653         * tests/test-stdint.c (verify_same_types)
46654         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46655         the code conforms to C99/C89.
46656         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46657         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46658
46659 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46660
46661         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46662         but fix a bug, by requiring at least 64 bits.
46663         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46664         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46665         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46666         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46667
46668         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46669         changes.  Make 2.59 a prerequisite.  Check and substitute for
46670         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46671         inttypes.h.  Do not use special include files; just use the
46672         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46673         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46674         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46675         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46676         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46677         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46678         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46679         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46680         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46681         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46682         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46683         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46684         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46685         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46686         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46687         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46688         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46689         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46690         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46691         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46692         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46693         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46694         not check for things that C99 does not require, e.g., int8_t.  If
46695         a test isn't needed unless <stdint.h> isn't working, and is
46696         unlikely to be needed for any other reason, then don't do it
46697         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46698         size_t, since we assume C89 freestanding at least.  Do not check
46699         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46700         the right thing even if the types are not defined.  Instead use:
46701         (gl_STDINT_TYPE_PROPERTIES): New macro.
46702         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46703         testing whether <sys/types.h> clashes, as Autoconf does this for
46704         us now.  All uses removed.
46705         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46706         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46707         (gl_CHECK_TYPE_SAME):
46708         Remove; no longer needed.
46709         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46710         exists, since we'll return 0 anyway in that case.
46711         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46712
46713 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46714
46715         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46716         possible collision with system files.
46717         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46718         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46719         WCHAR_MIN and WCHAR_MAX in this case.
46720         (<stddef.h>): Do not include; no longer needed.
46721         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46722         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46723         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46724         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46725         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46726         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46727         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46728         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46729         !defined(__c99))]: Include in this case too, since it's harmless
46730         now.
46731         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46732         dangerous to do so.
46733         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46734         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46735         (_STDINT_MIN, _STDINT_MAX): New macros.
46736         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46737         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46738         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46739         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46740         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46741         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46742         macros, not typedefs; this simplifies things quite a bit.
46743         Use long int for all types narrower than int64_t.
46744         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46745         Define in terms of long long int or int64_t or long int,
46746         not int64_t or int32_t.  This saves some compile-time testing.
46747         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46748         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46749         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46750         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46751         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46752         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46753         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46754         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46755         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46756         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46757         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46758         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46759         undef any previous version and define our own version, for
46760         simplicity and consistency with the new macros for types.
46761         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46762         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46763         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46764         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46765         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46766         @WINT_T_SUFFIX@ to keep things simple here.
46767         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46768         Simplify by assuming typical 8/16/32/64 host, since we're
46769         already doing that elsewhere anyway.
46770         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46771         and assume long long int is 64 bits if available.  This
46772         speeds up 'configure'.
46773
46774 2006-07-01  Eric Blake  <ebb9@byu.net>
46775
46776         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46777         Reported by Andreas Buening.
46778
46779 2006-07-01  Eric Blake  <ebb9@byu.net>
46780
46781         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46782
46783 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46784
46785         * lib/getaddrinfo.c: fixed typo
46786
46787 2006-06-29  Jim Meyering  <jim@meyering.net>
46788
46789         * modules/strftime (Maintainer): Add my name, since with the
46790         FPRINTFTIME changes strftime.c has forked from glibc.
46791
46792 2006-06-29  Eric Blake  <ebb9@byu.net>
46793
46794         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46795
46796 2006-06-29  Eric Blake  <ebb9@byu.net>
46797
46798         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46799
46800 2006-06-29  Eric Blake  <ebb9@byu.net>
46801
46802         * lib/stat_.h: New file.
46803
46804 2006-06-29  Eric Blake  <ebb9@byu.net>
46805
46806         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46807         unused static function.
46808
46809 2006-06-29  Eric Blake  <ebb9@byu.net>
46810
46811         * doc/functions.texi (Function Portability): Document missing lstat
46812         on mingw.
46813
46814 2006-06-29  Eric Blake  <ebb9@byu.net>
46815
46816         * MODULES.html.sh: Add sys_stat.
46817         * modules/sys_stat: New module.
46818         * modules/mkstemp (Depends-on): Add sys_stat.
46819
46820 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46821
46822         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46823
46824 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46825
46826         * m4/c-bs-a.m4: Removed.
46827
46828 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46829
46830         * lib/strftime.c: Assume strftime() exists.
46831
46832 2006-06-29  Derek Price  <derek@ximbiot.com>
46833
46834         * modules/c-bs-a: Removed - \a is C89.
46835         * MODULES.html.sh: Remove c-bs-a.
46836
46837 2006-06-29  Bruno Haible  <bruno@clisp.org>
46838
46839         * modules/wcwidth (License): Change to LGPL.
46840
46841 2006-06-28  Simon Josefsson  <jas@extundo.com>
46842
46843         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46844         on _WIN32.
46845
46846         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46847         getnameinfo.
46848
46849 2006-06-28  Simon Josefsson  <jas@extundo.com>
46850
46851         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46852
46853 2006-06-28  Simon Josefsson  <jas@extundo.com>
46854
46855         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46856         functions there.  It will succeed on Windows XP, but on Windows
46857         2000 and (presumably) earlier, it will fail, and use the internal
46858         re-implementation.
46859         (use_win32_p): New function.
46860         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46861         Support AI_NUMERICSERV to disable getservbyname.
46862         (getnameinfo): New function, only supports
46863         NI_NUMERICHOST|NI_NUMERICSERV for now.
46864
46865         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46866         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46867         getnameinfo.
46868
46869 2006-06-28  Eric Blake  <ebb9@byu.net>
46870
46871         * modules/wcwidth: New file.
46872         * modules/mbchar (Depends-on): Add wcwidth.
46873         * modules/mbswidth (Depends-on): Add wcwidth.
46874         * MODULES.html.sh: Add wcwidth.
46875
46876 2006-06-28  Eric Blake  <ebb9@byu.net>
46877
46878         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46879         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46880
46881 2006-06-28  Eric Blake  <ebb9@byu.net>
46882
46883         * lib/xvasprintf.h: Fix comments.
46884
46885 2006-06-28  Eric Blake  <ebb9@byu.net>
46886
46887         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46888         * lib/mbswidth.c (wcwidth): Move from here...
46889         * lib/wcwidth.h: ...to this new file.
46890
46891 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46892
46893         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46894
46895         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46896         it's obsolete.
46897         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46898
46899 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46900
46901         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46902         Autoconf 2.60 says this stuff was obsolete.
46903
46904 2006-06-28  Bruno Haible  <bruno@clisp.org>
46905
46906         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46907
46908 2006-06-28  Bruno Haible  <bruno@clisp.org>
46909
46910         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46911         gt_TYPE_WCHAR_T.
46912
46913 2006-06-28  Bruno Haible  <bruno@clisp.org>
46914
46915         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46916         declaration for wcwidth.
46917         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46918
46919 2006-06-28  Bruno Haible  <bruno@clisp.org>
46920
46921         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46922         (mkdir): Define using _mkdir.
46923
46924 2006-06-28  Bruno Haible  <bruno@clisp.org>
46925
46926         * lib/getaddrinfo.h: Fix POSIX URL.
46927         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46928         _WIN32.
46929         (use_win32_p): Make static.
46930         (getaddrinfo): Reject service name if it is empty or does not consist
46931         solely of decimal digits, or if its value is > 65535.
46932         (getnameinfo): Remove useless casts.
46933
46934 2006-06-27  Simon Josefsson  <jas@extundo.com>
46935
46936         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46937         Eggert and Martin Lambers.
46938
46939 2006-06-27  Simon Josefsson  <jas@extundo.com>
46940
46941         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46942         Eggert and Martin Lambers.
46943
46944 2006-06-27  Bruno Haible  <bruno@clisp.org>
46945
46946         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46947         result to 0, not to empty.
46948         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46949
46950 2006-06-27  Bruno Haible  <bruno@clisp.org>
46951
46952         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46953
46954 2006-06-26  Simon Josefsson  <jas@extundo.com>
46955
46956         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46957         present.
46958
46959 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46960
46961         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46962         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46964
46965 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46966
46967         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46968
46969 2006-06-26  Bruno Haible  <bruno@clisp.org>
46970
46971         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46972
46973 2006-06-26  Bruno Haible  <bruno@clisp.org>
46974
46975         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46976
46977 2006-06-26  Bruno Haible  <bruno@clisp.org>
46978
46979         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46980         SGI C compiler in pre-C99 mode.
46981         Suggested by Mark D. Baushke and Larry Jones.
46982
46983 2006-06-26  Bruno Haible  <bruno@clisp.org>
46984
46985         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46986         WCHAR_MAX.
46987         Reported by Mark D. Baushke and Larry Jones.
46988
46989 2006-06-26  Bruno Haible  <bruno@clisp.org>
46990
46991         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46992         in pre-C99 mode.
46993         Suggested by Mark D. Baushke and Larry Jones.
46994
46995 2006-06-23  Simon Josefsson  <jas@extundo.com>
46996             Bruno Haible  <bruno@clisp.org>
46997
46998         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46999         Emit mostlyclean-local rule.
47000         (func_emit_tests_Makefile_am): Likewise.
47001         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47002
47003 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47004
47005         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47006
47007 2006-06-23  Bruno Haible  <bruno@clisp.org>
47008
47009         * tests/test-stdint.c: Update to match ISO C 99 Technical
47010         Corrigendum 1.
47011
47012 2006-06-23  Bruno Haible  <bruno@clisp.org>
47013
47014         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47015
47016 2006-06-23  Bruno Haible  <bruno@clisp.org>
47017
47018         * lib/stdint_.h: Treat IRIX like OpenBSD.
47019
47020 2006-06-23  Bruno Haible  <bruno@clisp.org>
47021
47022         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47023         ISO C 99 Technical Corrigendum 1.
47024
47025 2006-06-22  Simon Josefsson  <jas@extundo.com>
47026
47027         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47028         MinGW.
47029
47030 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47031
47032         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47033         needed.  Some compiler complained about some of them.  Problem reported
47034         by Larry Jones in
47035         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47036
47037 2006-06-21  Simon Josefsson  <jas@extundo.com>
47038
47039         * tests/test-getaddrinfo.c: New file.
47040
47041         * modules/getaddrinfo-tests: New file.
47042
47043         * MODULES.html.sh: Add inet_pton.
47044
47045         * modules/inet_pton: New file.
47046
47047 2006-06-21  Simon Josefsson  <jas@extundo.com>
47048
47049         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47050         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47051         of using the (limited) gnulib implementation on Windows XP.
47052
47053         * m4/inet_pton.m4: New file.
47054
47055 2006-06-21  Simon Josefsson  <jas@extundo.com>
47056
47057         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47058         variable.
47059
47060         * lib/socket_.h: Don't define WINVER.
47061
47062         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47063         slightly modified to work in gnulib.
47064
47065 2006-06-21  Simon Josefsson  <jas@extundo.com>
47066
47067         * doc/gnulib.texi (Windows sockets): Add.
47068
47069 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47070
47071         * lib/read-file.c (fread_file): Start with buffer allocation of
47072         0 bytes rather than 1 byte; this simplifies the code.
47073         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47074         code to free buffer and save/restore errno.
47075         (internal_read_file): Remove unused local.
47076
47077 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47078
47079         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47080         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47081         Problem reported by Denis Excoffier in
47082         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47083
47084 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47085
47086         * modules/sys_socket, modules/socklen: Include sys/types since
47087         FreeBSD 4.x's sys/socket.h needs it.
47088
47089 2006-06-19  Simon Josefsson  <jas@extundo.com>
47090
47091         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47092
47093 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47094
47095         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47096
47097 2006-06-19  Bruno Haible  <bruno@clisp.org>
47098
47099         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47100         and FULL_PATH_INTTYPES_H in angle brackets.
47101         Reported by Mark D. Baushke <mdb@gnu.org>.
47102
47103 2006-06-17  Eric Blake  <ebb9@byu.net>
47104
47105         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47106         errno.
47107
47108 2006-06-17  Bruno Haible  <bruno@clisp.org>
47109
47110         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47111         <sys/inttypes.h>.
47112
47113 2006-06-17  Bruno Haible  <bruno@clisp.org>
47114
47115         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47116         whether errno is declared. Assume <errno.h> declares errno.
47117
47118 2006-06-17  Bruno Haible  <bruno@clisp.org>
47119
47120         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47121
47122 2006-06-17  Bruno Haible  <bruno@clisp.org>
47123
47124         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47125         problem on Solaris 2.5.1.
47126
47127 2006-06-16  Eric Blake  <ebb9@byu.net>
47128
47129         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47130         * lib/unicodeio.c [!defined errno]: Likewise.
47131         * lib/strtol.c [!defined errno]: Likewise.
47132         * lib/strtod.c [!defined errno]: Likewise.
47133
47134 2006-06-15  Eric Blake  <ebb9@byu.net>
47135
47136         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47137
47138 2006-06-15  Eric Blake  <ebb9@byu.net>
47139
47140         * config/srclist.txt (ssize_t.m4): Lose sync.
47141
47142 2006-06-15  Bruno Haible  <bruno@clisp.org>
47143
47144         * modules/stdint (Files): Include m4/full-header-path.m4,
47145         m4/size_max.m4, m4/wchar_t.m4.
47146         (Makefile.am): Many more substitutions.
47147         * modules/stdint-tests: New file.
47148         * tests/test-stdint.c: New file.
47149
47150 2006-06-15  Bruno Haible  <bruno@clisp.org>
47151
47152         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47153         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47154         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47155         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47156         gl_CHECK_TYPE_SAME): New macros.
47157
47158 2006-06-15  Bruno Haible  <bruno@clisp.org>
47159
47160         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47161
47162 2006-06-15  Bruno Haible  <bruno@clisp.org>
47163
47164         * lib/stdint_.h: Rewritten to be fully auto-configured.
47165         Fixes bug on HP-UX/IA64.
47166
47167 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47168
47169         * lib/getdate.y (__attribute__): Don't define if already defined.
47170         Problem reported by Larry Jones.
47171         * lib/utimens.c (__attribute__): Likewise.
47172
47173 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47174
47175         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47176         reported by Andreas Schwab.
47177
47178 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47179             Bruno Haible  <bruno@clisp.org>
47180
47181         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47182         check for the declaration of strnlen and a run test that exposes the
47183         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47184         rpl_strndup.
47185
47186 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47187             Bruno Haible  <bruno@clisp.org>
47188
47189         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47190
47191 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47192
47193         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47194         compile test, for Tru64 4.0D.
47195
47196 2006-05-28  Karl Berry  <karl@gnu.org>
47197
47198         * config/srclist.txt (printf-args.c): lose sync.
47199
47200 2006-05-26  Martin Lambers  <marlam@marlam.de>
47201
47202         * lib/getpass.c: Updates the test for the native W32 API, and adds
47203         missing includes, thus fixing compilation warnings.
47204
47205 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47206
47207         * lib/exclude.c (exclude_fnmatch): New function.
47208         (excluded_file_name): Call exclude_fnmatch.
47209         * lib/exclude.h (excluded_file_name): New prototype
47210
47211 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47212
47213         * lib/tempname.c (small_open, large_open): New macros.
47214         (__open, __open64) [!_LIBC]: Remove.
47215         (__gen_tempname): Use small_open and large_open instead of __open
47216         and __open64.  This fixes a portability bug on HP-UX 11.11i
47217         reported by Simon Wing-Tang in
47218         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47219
47220 2006-05-24  Bruno Haible  <bruno@clisp.org>
47221
47222         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47223         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47224         Reported by Thorsten Maerz <torte@netztorte.de> via
47225         Aaron Stone <aaron@serendipity.cx>.
47226
47227 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47228
47229         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47230         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47231         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47232         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47233         not really conditional on the cache.
47234         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47235
47236 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47237
47238         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47239         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47240         (my_usleep): Don't mishandle maximum value.
47241
47242 2006-05-19  Jim Meyering  <jim@meyering.net>
47243
47244         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47245
47246 2006-05-17  Bruno Haible  <bruno@clisp.org>
47247
47248         Cygwin portability.
47249         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47250
47251 2006-05-17  Bruno Haible  <bruno@clisp.org>
47252
47253         * lib/stdint_.h: Fix recognition of Cygwin.
47254
47255 2006-05-15  Bruno Haible  <bruno@clisp.org>
47256
47257         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47258         on libtool patch by Ralf Wildenhues.
47259
47260 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47261
47262         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47263         test for C99 conformance; (bool) 0.5 is an integer constant
47264         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47265         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47266
47267 2006-05-11  Simon Josefsson  <jas@extundo.com>
47268
47269         * m4/xvasprintf.m4: Fix obvious typo.
47270
47271 2006-05-11  Jim Meyering  <jim@meyering.net>
47272
47273         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47274         James Lemley.
47275
47276 2006-05-10  Simon Josefsson  <jas@extundo.com>
47277
47278         * lib/md4.c: Typo fix, update copyright years.
47279         (K1, K2): Don't use L because it turn computations into 64-bit on
47280         64-bit platforms.
47281
47282 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47283
47284         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47285         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47286         unwanted sign propagation, e.g., on hosts with 64-bit int.
47287         There still are some problems with reeelly weird theoretical hosts
47288         (e.g., 33-bit int) but it's not worth worrying about now.
47289         * lib/sha1.c (rol): Likewise.
47290         (K1, K2, K3, K4): Remove unnecessary L suffix.
47291
47292 2006-05-10  Bruno Haible  <bruno@clisp.org>
47293
47294         * lib/des.c: Cast to avoid warnings.
47295
47296 2006-05-09  Bruno Haible  <bruno@clisp.org>
47297
47298         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47299         (Depends-on): Depend also on xsize, stdarg.
47300         (configure.ac): Add gl_XVASPRINTF.
47301
47302 2006-05-09  Bruno Haible  <bruno@clisp.org>
47303
47304         * m4/xvasprintf.m4: New file.
47305
47306 2006-05-09  Bruno Haible  <bruno@clisp.org>
47307
47308         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47309         (EOVERFLOW): Define fallback value.
47310         (xstrcat): New function.
47311         (xvasprintf): Recognize the special case of a string concatenation.
47312
47313 2006-05-08  Eric Blake  <ebb9@byu.net>
47314
47315         * gnulib-tool (func_version): Base copyright year on CVS date.
47316         (func_emit_copyright_notice): New function.
47317         (func_emit_lib_Makefile_am): Use it.
47318         (func_emit_tests_Makefile_am): Likewise.
47319         (func_import): Likewise.
47320
47321 2006-05-08  Bruno Haible  <bruno@clisp.org>
47322
47323         * modules/stdarg: New file.
47324         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47325
47326 2006-05-08  Bruno Haible  <bruno@clisp.org>
47327
47328         * m4/stdarg.m4: New file, from GNU gettext.
47329
47330 2006-05-08  Bruno Haible  <bruno@clisp.org>
47331
47332         * config/srclist.txt (build-aux/config.rpath): different from latest
47333         release.
47334
47335 2006-05-08  Bruno Haible  <bruno@clisp.org>
47336
47337         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47338
47339 2006-05-05  Jim Meyering  <jim@meyering.net>
47340
47341         * m4/warning.m4: New file, derived from bison's file by the same name.
47342
47343 2006-05-03  Bruno Haible  <bruno@clisp.org>
47344
47345         * lib/stdint_.h: Shorter URL.
47346         * lib/inttypes.h: Likewise.
47347
47348 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47349
47350         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47351
47352 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47353
47354         * lib/verify.h: Document the internals better.  Most of this change
47355         was written by Bruno Haible.
47356
47357 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * doc/verify.texi: New file, partly based on a proposal by
47360         Bruno Haible.
47361
47362 2006-05-02  Bruno Haible  <bruno@clisp.org>
47363
47364         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47365         test from here...
47366         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47367
47368 2006-04-29  Bruno Haible  <bruno@clisp.org>
47369
47370         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47371         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47372
47373 2006-04-29  Bruno Haible  <bruno@clisp.org>
47374
47375         * gnulib-tool: Make --update option actually work.
47376
47377 2006-04-29  Bruno Haible  <bruno@clisp.org>
47378
47379         * doc/gcd.texi: New file.
47380         * doc/gnulib.texi: Include it.
47381
47382 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47383
47384         * lib/getdate.y (get_date): When adding relative date, start with the
47385         initial time, not with the result of the first mktime call.
47386
47387 2006-04-25  Bruno Haible  <bruno@clisp.org>
47388
47389         * gnulib-tool (func_import): Output the include directives in three
47390         blocks, sorted separately.
47391         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47392
47393 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47394
47395         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47396         to define main with arguments, for C++.  Reported by Eric Blake.
47397         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47398         Prefer 'int main ()' to 'int main (void)', for C++.
47399         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47400         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47401         for 'main', for C99 and C++.
47402
47403 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47404
47405         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47406         Don't assume that exit status -1 is valid.
47407         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47408         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47409         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47410         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47411         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47412         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47413         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47414         functions can be used without declaring them, or that you can
47415         exit with status -1.
47416         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47417
47418 2006-04-24  Karl Berry  <karl@gnu.org>
47419
47420         * config/srclist.txt (longdouble.m4): sync lost.
47421
47422 2006-04-24  Eric Blake  <ebb9@byu.net>
47423
47424         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47425
47426 2006-04-24  Bruno Haible  <bruno@clisp.org>
47427
47428         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47429         poll() implementation in AIX.
47430         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47431
47432 2006-04-24  Bruno Haible  <bruno@clisp.org>
47433
47434         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47435         assigned exactly once.
47436
47437 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47438             Bruno Haible  <bruno@clisp.org>
47439
47440         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47441         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47442         for AM_CPPFLAGS.
47443
47444 2006-04-23  Bruno Haible  <bruno@clisp.org>
47445
47446         * modules/copy-file: Depend on unistd.
47447         * modules/execute: Likewise.
47448         * modules/fatal-signal: Likewise.
47449         * modules/findprog: Likewise.
47450         * modules/mkdtemp : Likewise.
47451         * modules/pipe: Likewise.
47452         * modules/wait-process: Likewise.
47453
47454 2006-04-23  Bruno Haible  <bruno@clisp.org>
47455
47456         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47457         condition was already detected.
47458         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47459
47460 2006-04-23  Bruno Haible  <bruno@clisp.org>
47461
47462         * lib/copy-file.c: Include <unistd.h> unconditionally.
47463         * lib/execute.c: Likewise.
47464         * lib/fatal-signal.c: Likewise.
47465         * lib/findprog.c: Likewise.
47466         * lib/mkdtemp.c: Likewise.
47467         * lib/pipe.h: Likewise.
47468         * lib/pipe.c: Likewise.
47469         * lib/wait-process.h: Likewise.
47470
47471 2006-04-23  Bruno Haible  <bruno@clisp.org>
47472
47473         * gnulib-tool (func_usage): Fix --import description. Document
47474         --update.
47475         (func_import): Create temporary file in a temporary directory, if
47476         --dry-run is specified. Silence errors from 'grep' when there are no
47477         m4 files in $m4dir.
47478         (func_create_testdir): Silence errors from 'grep' when there are no
47479         m4 files in $m4dir.
47480         Reported by Karl Berry <karl@freefriends.org>.
47481
47482 2006-04-20  Bruno Haible  <bruno@clisp.org>
47483
47484         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47485         one argument, so that the code will be portable to Autoconf 2.60.
47486         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47487         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47488         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47489
47490 2006-04-19  Derek Price  <derek@ximbiot.com>
47491             Eric Blake  <ebb9@byu.net>
47492
47493         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47494         rather than "/full/path.h".  Update comment to match.  Shorten &
47495         generalize m4_translit call via AS_TR_CPP.
47496
47497 2006-04-19  Derek Price  <derek@ximbiot.com>
47498             Eric Blake  <ebb9@byu.net>
47499
47500         * lib/inttypes.h: Correct grammar in comment.
47501
47502 2006-04-18  Derek Price  <derek@ximbiot.com>
47503             Paul Eggert  <eggert@cs.ucla.edu>
47504
47505         * modules/inttypes: New file.
47506         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47507
47508 2006-04-18  Derek Price  <derek@ximbiot.com>
47509             Paul Eggert  <eggert@cs.ucla.edu>
47510
47511         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47512         New files.
47513
47514 2006-04-18  Derek Price  <derek@ximbiot.com>
47515             Paul Eggert  <eggert@cs.ucla.edu>
47516
47517         * lib/inttypes.h: New file.
47518         * lib/strtoimax.c: Assume <inttypes.h>.
47519
47520 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47521
47522         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47523         isn't mounted.  Problem reported by Kir Kolyshkin.
47524
47525 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47526
47527         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47528         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47529         Derek R. Price.
47530         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47531         implementation.
47532
47533 2006-04-12  Eric Blake  <ebb9@byu.net>
47534
47535         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47536         is now done automatically by the corresponding Autoconf macro.
47537
47538 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47539
47540         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47541         time_r.h.
47542
47543 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47544
47545         Merge regex changes from libc, removing some of our
47546         POSIX-conformance changes that were rejected and redoing them in a
47547         less-intrusive way.
47548
47549         * lib/regcomp.c (re_compile_internal, init_dfa):
47550         Length arg is now size_t, not Idx.  All uses changed.
47551         (peek_token): Forward decl now says internal_function.
47552         (__re_error_msgid, __re_error_msgid_idx):
47553         Now static rather than extern with attribute_hidden.
47554         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47555         For some reason libc prefers K&R style defns for external functions.
47556         (regerror) [!defined _LIBC]: Likewise.
47557         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47558         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47559         (build_range_exp, build_collating_symbol):
47560         Use K&R-style defn.
47561         (re_compile_fastmap): Use '\0' to memset, not 0.
47562         (utf8_sb_map): Make the calculations more obvious.
47563         (init_dfa, parse_bracket_exp, build_charclass_op):
47564         Call calloc and cast result, as glibc does.
47565         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47566         (build_range_exp, build_collating_symbol):
47567         Now internal functions.
47568
47569         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47570
47571         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47572         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47573         Don't depend on VMS; depend on __VMS instead, for POSIX
47574         namespace cleanness.
47575         (regoff_t): Define to ssize_t, not long int.
47576
47577         Remove the REG_ macros named below.  Instead, make the old names
47578         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47579         __USE_GNU_REGEX.
47580         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47581         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47582         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47583         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47584         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47585         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47586         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47587         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47588         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47589         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47590         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47591         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47592         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47593         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47594         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47595         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47596         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47597         (REG_NREGS):
47598         Remove.  All uses replaced by the old RE_* names.
47599         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47600         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47601         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47602         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47603         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47604         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47605         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47606         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47607         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47608         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47609         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47610         Don't bother having these macros be independent of each others'
47611         values, since they no longer exist in the POSIX name space.
47612
47613         Rename the following member names back to their old names,
47614         unless !__USE_GNU_REGEX.  All uses changed back.
47615         (buffer): Renamed from re_buffer.
47616         (allocated): Renamed from re_allocated.
47617         (used): Renamed from re_used.
47618         (syntax): Renamed from re_syntax.
47619         (fastmap): Renamed from re_fastmap.
47620         (translate): Renamed from re_translate.
47621         (can_be_null): Renamed from re_can_be_null.
47622         (regs_allocated): Renamed from re_regs_allocated.
47623         (fastmap_accurate): Renamed from re_fastmap_accurate.
47624         (no_sub): Renamed from re_no_sub.
47625         (not_bol): Renamed from re_not_bol.
47626         (not_eol): Renamed from re_not_eol.
47627         (newline_anchor): Renamed from re_newline_anchor.
47628         (num_regs): Renamed from rm_num_regs.
47629         (start): Renamed from rm_start.
47630         (end): Renamed from rm_end.
47631
47632         (free_state): Move up a bit.
47633
47634         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47635         #define to be empty.
47636         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47637         when that is what is intended.
47638         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47639         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47640         (MAX): New macro.
47641         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47642         All uses changed back to re_malloc, etc.  It's now the caller's
47643         responsibility to check for overflow; all callers changed.
47644         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47645         (re_x2nrealloc): Remove.
47646         (free_state): Remove decl.
47647
47648         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47649         (re_set_registers, re_exec):
47650         Use K&R-style defn.
47651
47652         2006-01-31  Roland McGrath  <roland@redhat.com>
47653
47654         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47655         Reported by Mike Frysinger <vapier@gentoo.org>.
47656
47657         2006-01-15  Andreas Jaeger  <aj@suse.de>
47658
47659         [BZ #1950]
47660         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47661         build_wcs_upper_buffer change.
47662         (build_wcs_upper_buffer): Change return type.
47663
47664         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47665
47666         * lib/regex_internal.h: Include <stdint.h> if available.
47667
47668         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47669
47670         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47671
47672         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47673
47674         * lib/regcomp.c: Adjust for changed secondary hash function.
47675
47676         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47677
47678         * lib/regex.h: Pretty printing.
47679         Clean up namespace a bit.
47680
47681         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47682
47683         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47684         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47685
47686         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47687                     Ulrich Drepper  <drepper@redhat.com>
47688
47689         [BZ #1302]
47690         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47691         changed.
47692         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47693
47694         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47695
47696         [BZ #281]
47697         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47698         * lib/regcomp.c: Remove unnecessary uses of
47699         unsigned RE_TRANSLATE_TYPE.
47700         * lib/regex_internal.h: Likewise.
47701         * lib/regex_internal.c: Likewise.
47702         * lib/regexec.c: Likewise.
47703         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47704
47705         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47706
47707         * lib/regexec.c (find_recover_state): Remove unnecessary
47708         initialization.
47709         (transit_state_bkref): Make DFA a const pointer.
47710         (get_subexp): Likewise.
47711         (check_arrival): Likewise.
47712         (update_cur_sifted_state): Likewise.
47713         (re_search_internal): Likewise.
47714         (prune_impossible_nodes): Likewise.
47715         (acquire_init_state_context): Likewise.
47716         (proceed_next_node): Likewise.
47717         (set_regs): Likewise.
47718         (free_fail_stack_return): Likewise.
47719         (check_arrival_expand_ecl): Mark DFA parameter as const.
47720         (check_arrival_expand_ecl_sub): Likewise.
47721         (check_subexp_limits): Likewise.
47722         (sub_epsilon_src_nodes):  Likewise.
47723         (add_epsilon_src_nodes):  Likewise.
47724         (merge_state_array): Likewise.
47725         (update_regs): Likewise.
47726         (build_trtable): Likewise.
47727         (sift_states_backward): Mark MCTX parameter as const.
47728         (build_sifted_states): Likewise.
47729         (update_cur_sifted_state): Likewise.
47730         (sift_states_mkref): Likewise.
47731         (check_arrival_expand_ecl): Mark eclosure as const.
47732         (check_dst_limits_calc_pos_1): Likewise.
47733         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47734         pointer.
47735
47736         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47737
47738         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47739         (transit_state_sb): Likewise.
47740         (transit_state_mb): Likewise.
47741         (sift_states_iter_mb): Likewise.
47742         (check_arrival_add_next_nodes): Likewise.
47743         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47744         [_LIBC] (re_search_2_stub): Use mempcpy.
47745
47746         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47747         mbrtowc for very simple UTF-8 case.
47748
47749         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47750         a pointer-to-const.
47751         (re_acquire_state_context): Likewise.
47752         * lib/regex_internal.h: Adjust prototypes.
47753
47754         * lib/regex.c: Prevent using C++ compilers.
47755
47756         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47757         (re_acquire_state_context): Likewise.
47758
47759 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47760
47761         * modules/regex (Depends-on): Add ssize_t.
47762
47763 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47764
47765         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47766         translation table.
47767
47768 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47769
47770         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47771
47772 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47773             Bruno Haible  <bruno@clisp.org>
47774
47775         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47776         <sys/types.h> and <inttypes.h>.
47777
47778 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47779
47780         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47781         `__error_t_defined', so argp.h will not typedef the former.
47782
47783 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47784
47785         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47786         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47787         glibc names.  Even if glibc is changed to conform to POSIX, the
47788         traditional names will be available anyway, since regex depends on
47789         the extensions module.  Also, fix a longstanding typo in the
47790         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47791         reported by Emanuele Giaquinta.  Also, change sense of cached
47792         variable, so that the message makes sense.
47793
47794 2006-03-24  Simon Josefsson  <jas@extundo.com>
47795
47796         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47797         including some doc fixes.
47798         (base64_encode_alloc): Fix +1 bug on allocation failures.
47799
47800 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47801
47802         * lib/base64.c (base64_encode): Do not read past end of array with
47803         unsanitized input on systems with CHAR_BIT > 8.
47804
47805 2006-03-24  Eric Blake  <ebb9@byu.net>
47806
47807         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47808
47809 2006-03-22  Karl Berry  <karl@gnu.org>
47810
47811         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47812         * config/srclistvars.sh (COREUTILS): new var.
47813
47814 2006-03-17  Jim Meyering  <jim@meyering.net>
47815
47816         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47817         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47818
47819 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47820
47821         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47822         no longer needs it.  Instead, check that regoff_t is as least
47823         as wide as ptrdiff_t.
47824
47825         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47826         so that our regex.h stays compatible with the installed regex.
47827         This is helpful for installers who configure --without-included-regex.
47828         Problem reported by Emanuele Giaquinta.
47829
47830 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47831
47832         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47833         Typedef to long int, not to off_, as POSIX will likely change
47834         in that direction.
47835
47836 2006-03-15  Eric Blake  <ebb9@byu.net>
47837
47838         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47839
47840 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47841
47842         * lib/argp-help.c (validate_uparams): Fix typo
47843         * lib/argp-parse.c (argp_default_options): Consistently begin help
47844         messages with a lowercase letter.
47845
47846 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47847
47848         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47849         overrun buffers and shouldn't be used (much as gets shouldn't be
47850         used).
47851         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47852
47853 2006-03-08  Simon Josefsson  <jas@extundo.com>
47854
47855         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47856         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47857
47858 2006-03-08  Simon Josefsson  <jas@extundo.com>
47859
47860         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47861         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47862
47863 2006-03-08  Simon Josefsson  <jas@extundo.com>
47864
47865         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47866         signal that configure disabled the device.
47867
47868 2006-03-08  Simon Josefsson  <jas@extundo.com>
47869
47870         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47871         languages.
47872
47873 2006-03-07  Simon Josefsson  <jas@extundo.com>
47874
47875         * modules/getopt (Depends-on): Add unistd.
47876
47877         * modules/unistd: New file.
47878
47879 2006-03-07  Simon Josefsson  <jas@extundo.com>
47880
47881         * modules/gc-random: New file.
47882
47883 2006-03-07  Simon Josefsson  <jas@extundo.com>
47884
47885         * m4/unistd_h.m4: New file.
47886
47887 2006-03-07  Simon Josefsson  <jas@extundo.com>
47888
47889         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47890         test to be side-effect free by storing the result in the cache
47891         variable gl_cv_lib_readline, and moving the assignment of
47892         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47893         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47894
47895 2006-03-07  Simon Josefsson  <jas@extundo.com>
47896
47897         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47898         error on missing devices (the functions will return an error).
47899
47900         * m4/gc.m4: Move random stuff to gc-random.m4
47901
47902 2006-03-07  Simon Josefsson  <jas@extundo.com>
47903
47904         * lib/unistd_.h: New file.
47905
47906 2006-03-07  Simon Josefsson  <jas@extundo.com>
47907
47908         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47909
47910 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47911
47912         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47913         Problem reported by Juan Manuel Guerrero.
47914
47915 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47916
47917         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47918         the unistd module.
47919         * lib/getlogin_r.c: Likewise.
47920         * lib/getlogin_r.h: Likewise.
47921         * lib/glob.c: Likewise.
47922         * lib/pagealign_alloc.c: Likewise.
47923         * lib/unistd_.h: Remove; no longer needed.
47924
47925 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47926
47927         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47928         Add unistd.
47929         * modules/c-stack (Depends-on): Add unistd.
47930         * modules/getlogin_r: Likewise.
47931         * modules/glob: Likewise.
47932         * modules/pagealign_alloc: Likewise.
47933         * modules/unistd (Files): Remove lib/unistd_.h.
47934         (EXTRA_DIST): Remove.
47935         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47936         need unistd_.h.
47937         (MOSTLYCLEANFILES): Remove unistd.h-t.
47938
47939 2006-03-03  Simon Josefsson  <jas@extundo.com>
47940
47941         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47942
47943 2006-03-03  Simon Josefsson  <jas@extundo.com>
47944
47945         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47946         libidn and bison.
47947
47948 2006-03-03  Simon Josefsson  <jas@extundo.com>
47949
47950         * build-aux/maint.mk: Add indent target.
47951
47952 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47953
47954         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47955         our replacement poll.h in any case, to avoid a differing
47956         declaration from a system header.  Seen on AIX.
47957
47958 2006-03-01  Simon Josefsson  <jas@extundo.com>
47959
47960         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47961         <kasal@ucw.cz>.
47962
47963 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47964
47965         * modules/gettime (Depends-on): Add extensions module.
47966         * modules/nanosleep (Depends-on): Likewise.
47967         * modules/settime (Depends-on): Likewise.
47968
47969 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47970
47971         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47972         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47973         pedantically.
47974         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47975         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47976
47977         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47978         not "==".  Reported by Ralf Wildenhues.
47979
47980 2006-03-01  Karl Berry  <karl@gnu.org>
47981
47982         * doc/Copyright/request-*: new files, synced from gnuorg.
47983
47984 2006-03-01  Karl Berry  <karl@gnu.org>
47985
47986         * config/srclist.txt (Copyright/*): new entries.
47987
47988 2006-02-28  Simon Josefsson  <jas@extundo.com>
47989
47990         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47991
47992 2006-02-27  Simon Josefsson  <jas@extundo.com>
47993
47994         * lib/base64.h: Indent #define's.  From Jim Meyering
47995         <jim@meyering.net>.
47996
47997 2006-02-27  Jim Meyering  <jim@meyering.net>
47998
47999         Revert the change of 2006-02-24, so these files can continue
48000         to be sync'd from gettext.
48001         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48002         of `config.h'.
48003
48004 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48005
48006         * modules/intprops: New file.
48007         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48008         Add intprops.
48009         * modules/getloadavg (Files): Remove lib/intprops.h.
48010         (Depends-on): Add intprops.
48011         * modules/human: Likewise.
48012         * modules/inttostr: Likewise.
48013         * modules/openat: Likewise.
48014         * modules/sig2str: Likewise.
48015         * modules/userspec: Likewise.
48016         * modules/utimecmp: Likewise.
48017         * modules/xnanosleep: Likewise.
48018         * modules/xstrtol: Likewise.
48019
48020 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48021
48022         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48023         * modules/lock-tests (TESTS): Use $(EXEEXT).
48024         * modules/tls-tests: Likewise.
48025         * modules/argp-tests: Likewise.
48026         (check_PROGRAMS): New var, replacing...
48027         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48028
48029 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48030
48031         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48032         `config.h'.
48033
48034 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48035
48036         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48037
48038 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48039
48040         Sync from coreutils.
48041         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48042         gl_CHDIR_SAFER.
48043
48044 2006-02-22  Jim Meyering  <jim@meyering.net>
48045
48046         Sync from coreutils.
48047         * m4/chdir-safer.m4: New file.
48048
48049 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48050
48051         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48052         AT_FDCWD exceeds INT_MAX.
48053         * lib/openat.h (AT_FDCWD): Likewise.
48054
48055 2006-02-17  Eric Blake  <address@hidden>
48056
48057         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48058
48059 2006-02-16  Simon Josefsson  <jas@extundo.com>
48060
48061         * modules/getaddrinfo (Depends-on): Add sys_socket.
48062
48063 2006-02-15  Simon Josefsson  <jas@extundo.com>
48064
48065         * build-aux/maint.mk: Add dsyntax-check rule.
48066
48067 2006-02-15  Eric Blake  <ebb9@byu.net>
48068
48069         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48070         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48071         'present but cannot compile' warnings on cygwin.
48072         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48073         use ws2tcpip.h if sys/socket.h works.
48074         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48075         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48076
48077 2006-02-14  Simon Josefsson  <jas@extundo.com>
48078
48079         * modules/maintainer-makefile (Files): Rename.
48080
48081         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48082         and (the local) Makefile.cfg to maint-cfg.mk.
48083
48084         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48085         to the latter.
48086
48087         * modules/maintainer-makefile: New module.
48088
48089         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48090         severaly stripped to make it possible to build it up from scratch
48091         with reliable tests.
48092
48093         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48094         fixes to permit overriding the default actions when configure and
48095         makefile are not available.
48096
48097 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48098
48099         Sync from coreutils.
48100         * modules/lstat (Depends-on): Don't depend on xalloc.
48101         (License): Change from GPL to LGPL, since this is now simply a
48102         replacement for a libc function.
48103
48104 2006-02-14  Jim Meyering  <jim@meyering.net>
48105
48106         Sync from coreutils.
48107
48108         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48109         failure on deficient systems, and simplify gnulib lgpl dependencies.
48110         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48111         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48112
48113         * lib/xalloc-die.c: Remove unused definition of N_.
48114
48115 2006-02-14  Jim Meyering  <jim@meyering.net>
48116
48117         Sync from coreutils.
48118         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48119         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48120         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48121         double-quote uses of that variable, to accommodate the rare case in
48122         which getmntent is available in none of the libraries checked.  This
48123         happens at least on FreeBSD 5.0.
48124
48125 2006-02-13  Simon Josefsson  <jas@extundo.com>
48126
48127         * gnulib-tool (Usage): Fix --import, from
48128         karl@freefriends.org (Karl Berry).
48129
48130 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48131
48132         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48133
48134 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48135
48136         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48137         "autoupdate" on 2005-12-12.
48138
48139 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48140
48141         * modules/closeout (Depends-on): Remove atexit.
48142
48143 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48144
48145         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48146         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48147
48148 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48149
48150         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48151         __EXTENSIONS__ if this causes compilation to fail.  Problem
48152         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48153         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48154
48155 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48156
48157         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48158         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48159         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48160         All uses changed.
48161
48162 2006-01-26  Simon Josefsson  <jas@extundo.com>
48163
48164         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48165         prototype is visible on mingw32.
48166
48167         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48168         for mingw32.
48169
48170         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48171         mingw32).
48172
48173 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48174
48175         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48176         attempt to open for write; this always fails, at least on POSIX
48177         hosts.  This reinstates the 2006-01-09 change, which was
48178         inadvertently removed.
48179
48180 2006-01-26  Bruno Haible  <bruno@clisp.org>
48181
48182         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48183         Reported by Paul Eggert.
48184
48185 2006-01-26  Bruno Haible  <bruno@clisp.org>
48186             Paul Eggert  <eggert@cs.ucla.edu>
48187
48188         * lib/stdbool_.h (_Bool)
48189         [(! (defined __cplusplus || defined __BEOS__)
48190           && !defined __GNUC__
48191           && !(defined __HP_cc || defined __xlc__
48192                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48193                || defined __sgi))]:
48194         #define to signed char in these cases too; this simplifies
48195         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48196         etc., separately) and makes it more conservative.
48197
48198 2006-01-25  Simon Josefsson  <jas@extundo.com>
48199
48200         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48201         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48202         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48203
48204 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48205
48206         * lib/argp-namefrob.h: Bugfix. Remove stray #
48207
48208 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48209
48210         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48211         so that we test the test.
48212         Check for yet another HP-UX cc bug involving *bool |= bool.
48213
48214 2006-01-25  Karl Berry  <karl@gnu.org>
48215
48216         * config/srclist.txt (vasnprintf.c): sync lost.
48217
48218 2006-01-25  Jim Meyering  <jim@meyering.net>
48219
48220         Sync from the stable (b5) branch of coreutils:
48221
48222         * lib/fts.c (fts_children): Don't let close() clobber errno from
48223         failed fchdir().
48224
48225         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48226         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48227         a dangling symlink.  That can also happen at least for ELOOP.
48228         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48229         FYI, this bug predates the inclusion of fts.c in coreutils.
48230
48231         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48232         in their own block, so pre-c99 compilers don't object.
48233
48234         Avoid the double-free (first in fts_read, second in fts_close) that
48235         would occur when an `active' directory is made inaccessible (e.g.,
48236         via chmod a-x) during a traversal.
48237         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48238         before returning.  Reproduce this failure by
48239         mkdir -p a/b; cd a; chmod a-x . b
48240         Reported by Stavros Passas.
48241
48242 2006-01-25  Jim Meyering  <jim@meyering.net>
48243
48244         * lib/fileblocks.c: Remove more useless parentheses.
48245         * lib/readutmp.h: Likewise.
48246
48247 2006-01-25  Bruno Haible  <bruno@clisp.org>
48248
48249         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48250         warnings.
48251         Reported by Paul Eggert.
48252
48253 2006-01-25  Bruno Haible  <bruno@clisp.org>
48254
48255         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48256         rid of a trap command. For Solaris sh.
48257         Reported by Mark D. Baushke <mdb@gnu.org>.
48258
48259 2006-01-24  Simon Josefsson  <jas@extundo.com>
48260
48261         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48262         Bruno.
48263
48264 2006-01-24  Karl Berry  <karl@gnu.org>
48265
48266         * config/srclist.txt (argp-namefrob.h): sync lost.
48267
48268 2006-01-24  Jim Meyering  <jim@meyering.net>
48269
48270         * modules/openat (Files): Add lib/intprops.h.
48271         From Mark D. Baushke.
48272
48273 2006-01-24  Jim Meyering  <jim@meyering.net>
48274
48275         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48276         Reported by Mark D. Baushke.
48277
48278 2006-01-24  Jim Meyering  <jim@meyering.net>
48279
48280         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48281
48282 2006-01-24  Bruno Haible  <bruno@clisp.org>
48283
48284         * modules/strnlen (Maintainer): Change from glibc to all.
48285
48286 2006-01-24  Bruno Haible  <bruno@clisp.org>
48287
48288         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48289         Patch by Paul Eggert.
48290
48291 2006-01-24  Bruno Haible  <bruno@clisp.org>
48292
48293         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48294         already has it.
48295         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48296         2005-11-26.
48297
48298         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48299         'signed char' to avoid problems with the built-in _Bool type.
48300         Reported by Paul Eggert on 2005-11-26.
48301
48302 2006-01-24  Bruno Haible  <bruno@clisp.org>
48303
48304         * gnulib-tool (func_import): Avoid constructing complicated sed
48305         expressions inside backquote.
48306         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48307
48308 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48309
48310         These changes imported from libc.
48311         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48312         test and two separate function calls.
48313         * lib/strndup.c (__strndup): Add libc_hidden_def.
48314
48315 2006-01-23  Simon Josefsson  <jas@extundo.com>
48316
48317         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48318         Remove the test_*_SOURCES variable: automake infers it by default.
48319         * modules/tls-tests: Likewise.
48320
48321 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48322
48323         Work around porting bugs reported by Dieter in
48324         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48325         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48326         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48327         Include "getopt.h" first, to check interface.
48328         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48329         !HAVE_DECL_GETENV.
48330         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48331         (__strndup): Revert to K&R-style function dfns, the glibc style.
48332         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48333         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48334         Include strnlen.h first, to get prototype properly.
48335         (strnlen): Renamed from __strnlen.
48336         Remove weak alias.
48337
48338 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48339
48340         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48341
48342 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48343
48344         * config/srclist.txt: Adjust to reflect glibc reorganization.
48345         This affects only comments.
48346
48347 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48348
48349          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48350          Reported by Bruce Korb <bkorb@gnu.org>.
48351
48352 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48353
48354         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48355         to pacify gcc -Wswitch-default.
48356
48357 2006-01-22  Bruno Haible  <bruno@clisp.org>
48358
48359         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48360         temporary buffer for sprintf, take into account the precision also
48361         for 'd', 'i', 'u', 'o', 'x', 'X'.
48362
48363 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48364
48365         * modules/argp-tests: New module
48366         * tests/test-argp.c: New file
48367         * tests/test-argp-2.sh: New file
48368
48369 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48370
48371         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48372         (__argp_base_name): Removed
48373         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48374         typo.
48375         (__argp_base_name): Provide macro definition or extern declaration
48376         depending on the configuration
48377
48378 2006-01-20  Simon Josefsson  <jas@extundo.com>
48379
48380         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48381
48382 2006-01-20  Simon Josefsson  <jas@extundo.com>
48383
48384         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48385
48386 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48387
48388         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48389         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48390         Suggested by Bruno Haible.
48391
48392 2006-01-20  Karl Berry  <karl@gnu.org>
48393
48394         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48395         until changes propagate, I guess.
48396
48397 2006-01-19  Simon Josefsson  <jas@extundo.com>
48398
48399         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48400
48401 2006-01-19  Simon Josefsson  <jas@extundo.com>
48402
48403         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48404
48405 2006-01-19  Simon Josefsson  <jas@extundo.com>
48406
48407         * gnulib-tool: Set check_PROGRAMS.
48408
48409         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48410         modules/des-tests, modules/gc-arcfour-tests,
48411         modules/gc-arctwo-tests, modules/gc-des-tests,
48412         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48413         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48414         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48415         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48416         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48417         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48418         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48419         test_*_SOURCES.
48420
48421 2006-01-18  Simon Josefsson  <jas@extundo.com>
48422
48423         * modules/socklen (Depends-on): Depend on sys_socket.
48424
48425 2006-01-18  Simon Josefsson  <jas@extundo.com>
48426
48427         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48428         modules/des-tests, modules/gc-arcfour-tests,
48429         modules/gc-arctwo-tests, modules/gc-des-tests,
48430         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48431         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48432         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48433         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48434         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48435         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48436         $(EXEEXT) to automake TESTS variable, for mingw32.
48437
48438 2006-01-17  Simon Josefsson  <jas@extundo.com>
48439
48440         * modules/socklen (Include): Need sys/socket.h.
48441
48442 2006-01-17  Bruno Haible  <bruno@clisp.org>
48443
48444         * modules/ssize_t (Include): Add <sys/types.h>.
48445
48446 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48447
48448         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48449         it's not portable and it doesn't work with cross-compiles.
48450         Problem reported by Bruno Haible.  Fix missing-$ typo in
48451         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48452         -zignore from being used with Sun's C compiler.
48453
48454 2006-01-12  Simon Josefsson  <jas@extundo.com>
48455
48456         * lib/base64.c: Fix warning, reported by Bruno Haible
48457         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48458
48459 2006-01-12  Bruno Haible  <bruno@clisp.org>
48460
48461         * modules/ldd: New file.
48462         * build-aux/ldd.sh.in: New file.
48463         * MODULES.html.sh (Support for building libraries and executables): Add
48464         ldd.
48465
48466 2006-01-12  Bruno Haible  <bruno@clisp.org>
48467
48468         * m4/ldd.m4: New file.
48469
48470 2006-01-12  Bruno Haible  <bruno@clisp.org>
48471
48472         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48473         endless loop while replacing $auxdir with build-aux.
48474
48475 2006-01-11  Simon Josefsson  <jas@extundo.com>
48476
48477         * lib/stdint_.h (SIZE_MAX): Add missing (.
48478
48479 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48480
48481         Sync from coreutils.
48482         * lib/md5.c: Fix commentary typos.
48483         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48484         * lib/md5.h (__attribute__): Remove; unused.
48485         * lib/sha1.c: Fix commentary to match md5 better.
48486         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48487         so that we don't need to worry about alignment.  All uses changed.
48488         This merges the 2005-10-28 md5 change into sha1.
48489
48490 2006-01-11  Jim Meyering  <jim@meyering.net>
48491
48492         Sync from coreutils.
48493         * lib/md5.c (OP): Fix spacing.
48494
48495 2006-01-11  Bruno Haible  <bruno@clisp.org>
48496
48497         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48498         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48499         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48500
48501 2006-01-11  Bruno Haible  <bruno@clisp.org>
48502
48503         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48504         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48505         the "early" section as well.
48506
48507 2006-01-11  Bruno Haible  <bruno@clisp.org>
48508
48509         Avoid "ar: no archive members specified" error on MacOS X.
48510         * gnulib-tool (func_modules_add_dummy): New function.
48511         (func_import, func_create_testdir): Invoke it.
48512
48513 2006-01-11  Bruno Haible  <bruno@clisp.org>
48514
48515         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48516         with $auxdir in AC_CONFIG_FILES statements.
48517
48518 2006-01-11  Bruno Haible  <bruno@clisp.org>
48519
48520         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48521         Initialize also noinst_HEADERS to empty.
48522
48523 2006-01-11  Bruno Haible  <bruno@clisp.org>
48524
48525         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48526         variables.
48527         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48528         autoreconf.
48529
48530 2006-01-11  Bruno Haible  <bruno@clisp.org>
48531
48532         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48533         overridable by the user.
48534         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48535
48536 2006-01-10  Simon Josefsson  <jas@extundo.com>
48537
48538         * modules/sys_socket: New file.
48539
48540 2006-01-10  Simon Josefsson  <jas@extundo.com>
48541
48542         * m4/sys_socket_h.m4: New file.
48543
48544 2006-01-10  Simon Josefsson  <jas@extundo.com>
48545
48546         * lib/socket_.h: New file.
48547
48548 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48549
48550         * modules/readutmp (Maintainer): Add myself.
48551
48552 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48553
48554         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48555         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48556         People who are still concerned with buggy memcmp implementations
48557         can invoke gl_FUNC_MEMCMP themselves.
48558
48559 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48560
48561         * lib/regex_internal.h (BITSET_WORD_BITS):
48562         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48563         preprocessor mishandles large unsigned values as if they were signed.
48564         Problem reported by Claudio Fontana in
48565         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48566
48567 2006-01-10  Jim Meyering  <jim@meyering.net>
48568
48569         Avoid the double-free (first in fts_read, second in fts_close) that
48570         would occur when an `active' directory is made inaccessible (e.g.,
48571         via chmod a-x) during a traversal.
48572         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48573         before returning.  Reproduce this failure by
48574         mkdir -p a/b; cd a; chmod a-x . b
48575         Reported by Stavros Passas.
48576
48577         Sync from coreutils.
48578         * lib/sha1.c: Tweak grammar in a comment.
48579
48580 2006-01-10  Jim Meyering  <jim@meyering.net>
48581
48582         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48583         Patch by Joerg Sonnenberger.
48584
48585 2006-01-10  Bruno Haible  <bruno@clisp.org>
48586
48587         * modules/readutmp: Depend on module free.
48588         * modules/strtok_r: Depend on module restrict.
48589
48590 2006-01-10  Bruno Haible  <bruno@clisp.org>
48591
48592         * modules/gettext (configure.ac): Add an invocation of
48593         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48594
48595 2006-01-10  Bruno Haible  <bruno@clisp.org>
48596
48597         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48598         Reported by Werner Lemberg <wl@gnu.org>.
48599
48600 2006-01-10  Bruno Haible  <bruno@clisp.org>
48601
48602         * lib/localcharset.c: Update from GNU gettext.
48603
48604 2006-01-10  Bruno Haible  <bruno@clisp.org>
48605
48606         * lib/argp.h (__const): Remove macro. Use const instead.
48607         * lib/argp-fmtstream.h (__const): Likewise.
48608         * lib/glob_.h (__const): Remove macro.
48609         * lib/glob-libc.h: Use const instead of __const.
48610
48611 2006-01-10  Bruno Haible  <bruno@clisp.org>
48612
48613         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48614         variable.
48615         Needed to avoid an automake error regarding the 'gettext' module.
48616
48617 2006-01-09  Simon Josefsson  <jas@extundo.com>
48618
48619         * modules/inet_ntop (Depends-on): Add restrict.
48620
48621 2006-01-09  Simon Josefsson  <jas@extundo.com>
48622
48623         * modules/gc-rijndael-tests (License): Put under LGPL.
48624
48625         * modules/gc-des-tests (License): Likewise.
48626
48627         * modules/gc-arcfour-tests (License): Likewise.
48628
48629         * modules/gc-arctwo-tests (License): Likewise.
48630
48631         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48632
48633         * modules/gc-hmac-sha1-tests (Files): Likewise.
48634
48635         * modules/gc-hmac-md5-tests (License): Likewise.
48636
48637         * modules/gc-sha1-tests (License): Likewise.
48638
48639         * modules/gc-md5-tests (License): Likewise.
48640
48641         * modules/gc-md4-tests (License): Likewise.
48642
48643         * modules/gc-md2-tests (License): Likewise.
48644
48645         * modules/gc-tests (License): Likewise.
48646
48647         * modules/des-tests (License): Likewise.
48648
48649         * modules/md4-tests (License): Likewise.
48650
48651         * modules/md2-tests (License): Likewise.
48652
48653 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48654
48655         Sync from coreutils:
48656
48657         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48658         * modules/lib-ignore: New file.
48659         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48660         chdir-safer.m4, lchmod.m4.
48661         * modules/openat: Add mkdirat.c, openat-priv.h.
48662
48663 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48664
48665         Sync from coreutils.
48666         * m4/lib-ignore.m4: New file.
48667         * m4/lchmod.m4: New file.
48668
48669 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48670
48671         Sync from coreutils.
48672         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48673         for write access: POSIX says that must fail.
48674         * lib/fts.c (diropen): Likewise.
48675         * lib/save-cwd.c (save_cwd): Likewise.
48676         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48677         well, for minor improvements on hosts that lack O_DIRECTORY.
48678         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48679         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48680         Fall back on chown if open failed with EACCES.
48681
48682         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48683         Report an error at compile-time if only a 1-second nominal clock
48684         resolution is found.
48685
48686         * lib/lchmod.h: New file.
48687         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48688         (make_dir_parents): Use lchown rather than chown, and
48689         lchmod rather than chmod.
48690
48691         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48692         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48693         "proc" reported by n0dalus.
48694
48695         * lib/mountlist.c: Include <limits.h>.
48696         (dev_from_mount_options)
48697         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48698         New function.  It no longer assumes "dev=" has the System V meaning
48699         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48700         (read_file_system_list)
48701         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48702         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48703         dev= in that case.
48704
48705         * lib/posixtm.h (PDS_PRE_2000): New macro.
48706         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48707         allow_century.  All usages changed.  Reject dates outside the range
48708         1969-1999 if PDS_PRE_2000 is used.
48709
48710 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48711
48712         Sync from coreutils.
48713         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48714         (Time of day items): Mention the possibility of leap seconds.
48715         Problem reported by Dr. David Alan Gilbert.
48716
48717 2006-01-09  Jim Meyering  <jim@meyering.net>
48718
48719         Sync from coreutils.
48720
48721         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48722
48723         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48724
48725         * lib/modechange.c (mode_compile): Reject an invalid mode string
48726         that starts with an octal digit.  From Andreas Gruenbacher.
48727
48728         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48729         and dup to open_safer and dup_safer, respectively.
48730         (openat_permissive): Fix typo in comment.
48731
48732         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48733         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48734         (_): Remove; no longer needed.
48735         (openat): Renamed from rpl_openat; no need for rpl_openat
48736         since openat.h renames openat for us.
48737         Replace most of the body with a call to openat_permissive,
48738         to avoid duplicate code.
48739         Port to (probably hypothetical) environments were mode_t is
48740         wider than int.
48741         (openat_permissive): Require mode arg, so that we can check
48742         types better.  Put it just after flags.  Change cwd failure
48743         indicator from pointer-to-bool to pointer-to-errno-value.
48744         All callers changed.
48745         Invoke openat_save_fail and/or openat_restore_fail if
48746         cwd_errno is null, so that openat can call us.
48747         (openat_permissive, fdopendir, fstatat, unlinkat):
48748         Simplify errno handling to avoid some duplicate code,
48749         as it's OK to set errno on success.
48750         * lib/openat.h: Revamp code so that function macros depend on
48751         __OPENAT_PREFIX only, not also on AT_FDCWD.
48752         (openat_ro): Remove.  Caller changed to use openat_permissive.
48753         (openat_permissive): Now a macro, if not a function.
48754         (openat_restore_fail, openat_save_fail): Now always functions,
48755         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48756
48757         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48758         and openat.c.
48759         * lib/mkdirat.c: Include openat-priv.h.
48760         Remove definitions of macros defined therein.
48761         * lib/openat.c: Likewise.
48762
48763         * lib/mkdirat.c (mkdirat): New file and function.
48764         * lib/openat.h (mkdirat): Declare.
48765
48766         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48767
48768         * lib/openat.h (openat_permissive): Declare.
48769         (openat_ro): Define.
48770
48771         * lib/openat.c (EXPECTED_ERRNO): New macro.
48772         (openat_permissive): New function -- used in remove.c rewrite.
48773         (all functions): Set errno just before returning, only if there
48774         was an actual failure.
48775         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48776
48777         Emulate openat-family functions using Linux's procfs, if possible.
48778         Idea and some code based on Ulrich Drepper's glibc changes.
48779
48780         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48781         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48782         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48783         before falling back on save_cwd and restore_cwd.
48784         (fdopendir, fstatat, unlinkat): Likewise.
48785
48786         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48787         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48788
48789         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48790         as second argument to va_arg.  Otherwise, some versions of gcc
48791         warn that `if this code is reached, the program will abort'.
48792
48793 2006-01-09  Jim Meyering  <jim@meyering.net>
48794
48795         Sync from coreutils.
48796         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48797         Require openat-priv.h.
48798
48799 2006-01-09  Bruno Haible  <bruno@clisp.org>
48800
48801         * modules/strnlen (Include): Use strnlen.h.
48802
48803 2006-01-09  Bruno Haible  <bruno@clisp.org>
48804
48805         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48806
48807 2006-01-09  Bruno Haible  <bruno@clisp.org>
48808
48809         * lib/sysexit_.h (EX_OK): New macro.
48810         Suggested by Martin Lambers <marlam@marlam.de>.
48811
48812 2006-01-09  Bruno Haible  <bruno@clisp.org>
48813
48814         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48815         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48816
48817 2006-01-09  Bruno Haible  <bruno@clisp.org>
48818
48819         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48820         numbers.
48821
48822 2006-01-09  Bruno Haible  <bruno@clisp.org>
48823
48824         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48825         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48826         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48827         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48828
48829 2006-01-09  Bruno Haible  <bruno@clisp.org>
48830
48831         * build-aux/javacomp.sh.in: New file, moved from lib/.
48832         * modules/javacomp-script (Files): Update.
48833         (configure.ac): Add AC_CONFIG_FILES invocation.
48834         (EXTRA_DIST): Remove variable.
48835
48836         * build-aux/javaexec.sh.in: New file, moved from lib/.
48837         * modules/javaexec (Files): Update.
48838         (configure.ac): Add AC_CONFIG_FILES invocation.
48839         (EXTRA_DIST): Remove javaexec.sh.in.
48840
48841         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48842         * modules/csharpcomp-script (Files): Update.
48843         (configure.ac): Add AC_CONFIG_FILES invocation.
48844         (EXTRA_DIST): Remove variable.
48845
48846         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48847         * modules/csharpexec (Files): Update.
48848         (configure.ac): Add AC_CONFIG_FILES invocation.
48849         (EXTRA_DIST): Remove csharpexec.sh.in.
48850
48851 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48852
48853         Sync from coreutils.
48854
48855         Add POSIX ACL support
48856         * lib/acl.h (copy_acl, set_acl): Add declarations.
48857         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48858         systems other than Linux.
48859         (chmod_or_fchmod): New function: use fchmod when possible,
48860         and chmod otherwise.
48861         (file_has_acl): Add a POSIX ACL implementation, with a
48862         Linux-specific subcase.
48863         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48864         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48865         acls are unsupported.
48866         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48867         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48868         are unsupported.
48869
48870 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48871
48872         Sync from coreutils.
48873         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48874
48875 2006-01-07  Bruno Haible  <bruno@clisp.org>
48876
48877         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48878         gl_EARLY.
48879
48880 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48881
48882         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48883         Problem reported for Mingw by Mark Junker.
48884
48885 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48886
48887         * README: Gnulib normally doesn't generate a tarball.
48888
48889 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48890
48891         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48892         long int, not int, for nanosecond counts, so that people who are
48893         used to POSIX struct timespec won't be surprised.  Reported by Jim
48894         Meyering.
48895
48896 2005-12-28  Bruno Haible  <bruno@clisp.org>
48897
48898         * build-aux/config.rpath: Update from GNU gettext.
48899
48900 2005-12-16  Jim Meyering  <jim@meyering.net>
48901
48902         * modules/fprintftime: New module.
48903         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48904
48905 2005-12-16  Jim Meyering  <jim@meyering.net>
48906
48907         * m4/fprintftime.m4: New file.
48908
48909 2005-12-16  Jim Meyering  <jim@meyering.net>
48910
48911         * lib/fprintftime.c, lib/fprintftime.h: New files.
48912
48913 2005-12-15  Simon Josefsson  <jas@extundo.com>
48914
48915         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48916         new m4/socklen.m4.
48917
48918 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48919
48920         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48921         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48922
48923 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48924
48925         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48926         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48927         struct uparams is valid. Fall back to the default values if it is
48928         not.
48929
48930 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48931
48932         * modules/argp (Files): Add argp-pin.c
48933         (Depends-on): dirname
48934         (lib_SOURCES): Add argp-pin.c
48935
48936 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48937
48938         * m4/argp.m4:  Check if program_invocation_name and
48939         program_invocation_short_name are declared and define appropriate
48940         macros if they are not.
48941
48942 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48943
48944         * lib/argp-help.c (__argp_base_name): New function
48945         (__argp_short_program_name): Rewrite using __argp_base_name
48946         * lib/argp-namefrob.h: Define program_invocation_name and
48947         program_invocation_short_name if requested
48948         (__argp_base_name): Add prototype
48949         * lib/argp-parse.c (argp_def): Use gettext wrappers
48950         (argp_default_parser): Use __argp_base_name
48951         * lib/argp-pin.c: New file. Defines program_invocation_name and
48952         program_invocation_short_name on systems that lack them.
48953
48954 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48955
48956         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48957         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48958         porting problem reported by Georg Schwarz in
48959         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48960
48961 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48962
48963         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48964         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48965         porting problem reported by Georg Schwarz in
48966         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48967
48968 2005-12-05  Bruno Haible  <bruno@clisp.org>
48969
48970         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48971         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48972         Reported by Mark Junker <mjscod@gmx.de>.
48973
48974 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48975
48976         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48977         Use implementation from Albert Chin, with some
48978         comments/corrections by Stepan Kasal and myself.
48979
48980 2005-12-02  Bruno Haible  <bruno@clisp.org>
48981
48982         * gnulib-tool (func_import): Accept GPLed build tool modules when
48983         --lgpl is given.
48984         * modules/csharpcomp-script: New file.
48985         * modules/csharpcomp: Depend on it.
48986         * modules/javacomp-script: New file.
48987         * modules/javacomp: Depend on it.
48988         Suggested by Simon Josefsson.
48989
48990 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48991
48992         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48993         statement, to work around an HP-UX 10.20 compiler bug reported by
48994         Peter O'Gorman.
48995
48996 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48997
48998         * modules/savedir (Depends-on): Add openat.
48999
49000 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49001
49002         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49003         (uintmax_t) [defined uintmax_t]: Do not declare.
49004         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49005         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49006         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49007         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49008         sake of portability to weird hosts that C allows (though we don't
49009         know of any practical examples).
49010
49011         * lib/savedir.h (fdsavedir): New decl.
49012         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49013         contains most of the former guts of savedir.
49014         (savedir): Use savedirstream.
49015         Include "openat.h".
49016
49017 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49018
49019         * modules/obstack (Files): Add m4/ulonglong.m4.
49020         Problem reported by Davide Angelocola.
49021
49022 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49023
49024         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49025         coreutils no longer futzes with rounding modes.
49026
49027 2005-11-14  Jim Meyering  <jim@meyering.net>
49028
49029         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49030         replacement of mkstemp.
49031
49032 2005-11-10  Simon Josefsson  <jas@extundo.com>
49033
49034         * lib/readline.c: Remove EOL.
49035
49036 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49037
49038         * modules/gethrxtime (Depends-on): Add gettime.
49039
49040 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49041
49042         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49043         or gettimeofday; no longer needed.
49044
49045 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49046
49047         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49048         time business.
49049         (gethrxtime) [! (HAVE_NANOUPTIME
49050         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49051         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49052         our own approximation.
49053
49054 2005-11-08  Eric Blake  <ebb9@byu.net>
49055
49056         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49057
49058 2005-11-08  Eric Blake  <ebb9@byu.net>
49059
49060         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49061
49062 2005-11-04  Bruno Haible  <bruno@clisp.org>
49063
49064         * gnulib-tool: Implement --update mode.
49065
49066 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49067
49068         Fix porting problem reported by Theodoros V. Kalamatianos.
49069         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49070         Don't assume that futimes failing means we must fail.
49071
49072 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49073
49074         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49075         variables to suggest the intended function of the PATH_MAX check.
49076
49077 2005-10-30  Kean Johnston  <jkj@sco.com>
49078
49079         Trivial changes to support SCO systems.
49080         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49081         as PATH_MAX.
49082         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49083         where __ptr is null when no I/O is pending.
49084
49085 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49086
49087         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49088         leave errno alone.  Problem reported by Dmitry V. Levin.
49089
49090 2005-10-28  Simon Josefsson  <jas@extundo.com>
49091
49092         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49093         Test more.
49094
49095         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49096
49097         * modules/md2, modules/md2-tests: New files.
49098
49099 2005-10-28  Simon Josefsson  <jas@extundo.com>
49100
49101         * m4/inet_ntop.m4: More tests.
49102
49103         * m4/gc-md2.m4, md2.m4: New file.
49104
49105 2005-10-28  Simon Josefsson  <jas@extundo.com>
49106
49107         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49108         "restrict" keywords, as per POSIX.  Protect the function
49109         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49110         Don't use K&R prototypes.  Check the sprintf return values.
49111         Re-define EAFNOSUPPORT if not present.  Indent.
49112
49113         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49114         suggested by Bruno Haible <bruno@clisp.org>.
49115
49116         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49117
49118         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49119
49120         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49121         libgcrypt).
49122
49123         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49124
49125         * lib/md2.h, lib/md2.c: New files.
49126
49127 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49128
49129         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49130         errno alone.  Problem reported by Frederic Jolliton.
49131
49132 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49133
49134         * modules/verify (License): Change from GPL to LGPL.  This is a
49135         tiny module and there are apparently near-equivalents that are
49136         under the BSD license.
49137
49138 2005-10-24  Simon Josefsson  <jas@extundo.com>
49139
49140         * modules/sha1: Relicense to LGPL.
49141
49142 2005-10-24  Simon Josefsson  <jas@extundo.com>
49143
49144         * lib/md4.h: Shrink buffer size, now that we changed the type.
49145
49146 2005-10-23  Simon Josefsson  <jas@extundo.com>
49147
49148         * gnulib-tool (func_import): Fix --tests-base.
49149
49150 2005-10-22  Simon Josefsson  <jas@extundo.com>
49151
49152         * modules/arcfour (Depends-on): Need stdint.
49153
49154 2005-10-22  Simon Josefsson  <jas@extundo.com>
49155
49156         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49157         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49158
49159 2005-10-22  Simon Josefsson  <jas@extundo.com>
49160
49161         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49162         suggested by Bruno Haible <bruno@clisp.org>.
49163
49164 2005-10-22  Simon Josefsson  <jas@extundo.com>
49165
49166         * lib/crc.h: Include stddef.h, for size_t.
49167
49168 2005-10-22  Simon Josefsson  <jas@extundo.com>
49169
49170         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49171         arcfour_context struct (simplify test vector testing in GNU
49172         Shishi).
49173
49174 2005-10-21  Simon Josefsson  <jas@extundo.com>
49175
49176         * modules/des, modules/des-tests: New files.
49177
49178         * modules/gc-des, modules/gc-des-tests: New files.
49179
49180         * tests/test-des.c, tests/test-gc-des.c: New file.
49181
49182 2005-10-21  Simon Josefsson  <jas@extundo.com>
49183
49184         * modules/arctwo, modules/arctwo-tests: New files.
49185
49186         * tests/test-arctwo.c: New file.
49187
49188         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49189
49190         * tests/test-gc-arctwo.c: New file.
49191
49192 2005-10-21  Simon Josefsson  <jas@extundo.com>
49193
49194         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49195         Bruno Haible <bruno@clisp.org>.
49196
49197         * m4/gc-des.m4: New file.
49198
49199 2005-10-21  Simon Josefsson  <jas@extundo.com>
49200
49201         * m4/arctwo.m4: New file.
49202
49203         * m4/gc-arctwo.m4: New file.
49204
49205 2005-10-21  Simon Josefsson  <jas@extundo.com>
49206
49207         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49208         block.
49209
49210 2005-10-21  Simon Josefsson  <jas@extundo.com>
49211
49212         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49213         <bruno@clisp.org>.
49214
49215         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49216
49217         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49218         Bruno Haible <bruno@clisp.org>.
49219
49220         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49221         <bruno@clisp.org>.
49222
49223 2005-10-21  Simon Josefsson  <jas@extundo.com>
49224
49225         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49226
49227 2005-10-21  Simon Josefsson  <jas@extundo.com>
49228
49229         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49230
49231 2005-10-21  Simon Josefsson  <jas@extundo.com>
49232
49233         * lib/des.h, lib/des.c: New files.
49234
49235         * lib/gc-gnulib.c: Support DES.c
49236
49237 2005-10-21  Simon Josefsson  <jas@extundo.com>
49238
49239         * lib/arctwo.h, lib/arctwo.c: New files.
49240
49241         * lib/gc-gnulib.c: Support ARCTWO.
49242
49243 2005-10-21  Simon Josefsson  <jas@extundo.com>
49244
49245         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49246         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49247
49248 2005-10-21  Simon Josefsson  <jas@extundo.com>
49249
49250         * gnulib-tool (func_import, func_create_testdir): Define automake
49251         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49252         Makefile.am snippet),
49253         suggested by Bruno Haible <bruno@clisp.org>.
49254
49255         * modules/gc (Makefile.am): Use it.
49256
49257 2005-10-21  Bruno Haible  <bruno@clisp.org>
49258
49259         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49260         patch.
49261
49262 2005-10-19  Simon Josefsson  <jas@extundo.com>
49263
49264         * tests/test-gc-rijndael.c: New file.
49265
49266         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49267
49268 2005-10-19  Simon Josefsson  <jas@extundo.com>
49269
49270         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49271         interface too.
49272
49273 2005-10-19  Simon Josefsson  <jas@extundo.com>
49274
49275         * tests/test-gc-arcfour.c: New file.
49276
49277         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49278
49279 2005-10-19  Simon Josefsson  <jas@extundo.com>
49280
49281         * modules/gc-md4, modules/gc-md4-tests: New file.
49282
49283         * tests/test-gc-md4.c: New file.
49284
49285 2005-10-19  Simon Josefsson  <jas@extundo.com>
49286
49287         * m4/gc-md4.m4: New file.
49288
49289 2005-10-19  Simon Josefsson  <jas@extundo.com>
49290
49291         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49292         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49293         <kasal@ucw.cz>.
49294
49295 2005-10-19  Simon Josefsson  <jas@extundo.com>
49296
49297         * m4/gc-arcfour.m4: New file.
49298
49299         * m4/gc-rijndael.m4: New file.
49300
49301 2005-10-19  Simon Josefsson  <jas@extundo.com>
49302
49303         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49304
49305 2005-10-19  Simon Josefsson  <jas@extundo.com>
49306
49307         * lib/gc-gnulib.c: Support ARCFOUR.
49308
49309 2005-10-19  Simon Josefsson  <jas@extundo.com>
49310
49311         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49312         support.
49313
49314         * lib/gc.h: Add ECB enum type.
49315
49316         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49317
49318 2005-10-18  Simon Josefsson  <jas@extundo.com>
49319
49320         * tests/test-md5.c: New file.
49321
49322         * modules/md5-tests: New file.
49323
49324 2005-10-18  Simon Josefsson  <jas@extundo.com>
49325
49326         * tests/test-md4.c: New file.
49327
49328         * modules/md4, modules/md4-tests: New files.
49329
49330 2005-10-18  Simon Josefsson  <jas@extundo.com>
49331
49332         * m4/md4.m4: New file.
49333
49334 2005-10-18  Simon Josefsson  <jas@extundo.com>
49335
49336         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49337
49338 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49339
49340         * gnulib-tool (func_create_testdir): Omit the second check whether
49341         BUILT_SOURCES in nonempty.
49342
49343 2005-10-17  Simon Josefsson  <jas@extundo.com>
49344
49345         * tests/test-rijndael.c: New file.
49346
49347 2005-10-17  Simon Josefsson  <jas@extundo.com>
49348
49349         * modules/sha1: Depend on stdint instead of md5.
49350
49351         * modules/md5: Depend on stdint, remove uint32_t.
49352
49353 2005-10-17  Simon Josefsson  <jas@extundo.com>
49354
49355         * modules/gc-sha1-tests: New file.
49356
49357         * tests/test-gc-sha1.c: New file.
49358
49359 2005-10-17  Simon Josefsson  <jas@extundo.com>
49360
49361         * m4/md5.m4: Remove call to uint32_t.m4.
49362
49363 2005-10-17  Simon Josefsson  <jas@extundo.com>
49364
49365         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49366
49367         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49368         md5.h.
49369
49370         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49371
49372         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49373
49374 2005-10-17  Simon Josefsson  <jas@extundo.com>
49375
49376         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49377
49378 2005-10-17  Simon Josefsson  <jas@extundo.com>
49379
49380         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49381
49382 2005-10-17  Simon Josefsson  <jas@extundo.com>
49383
49384         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49385
49386         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49387
49388 2005-10-17  Bruno Haible  <bruno@clisp.org>
49389
49390         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49391         that it can also be used in a test.
49392
49393 2005-10-16  Bruno Haible  <bruno@clisp.org>
49394
49395         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49396         TESTS_ENVIRONMENT, so that individual tests can augment it.
49397
49398         * gnulib-tool (func_create_testdir): Use an intermediate target for
49399         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49400         macros, like $(ALLOCA_H), which cannot be passed through the command
49401         line.
49402
49403 2005-10-15  Simon Josefsson  <jas@extundo.com>
49404
49405         * modules/rijndael-tests: New file.
49406
49407         * modules/rijndael: New file.
49408
49409 2005-10-15  Simon Josefsson  <jas@extundo.com>
49410
49411         * m4/rijndael.m4: New file.
49412
49413 2005-10-15  Simon Josefsson  <jas@extundo.com>
49414
49415         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49416
49417         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49418
49419 2005-10-14  Simon Josefsson  <jas@extundo.com>
49420
49421         * tests/test-arcfour.c: New file.
49422
49423         * modules/arcfour, modules/arcfour-tests: New files.
49424
49425 2005-10-14  Simon Josefsson  <jas@extundo.com>
49426
49427         * m4/arcfour.m4: New file.
49428
49429 2005-10-14  Simon Josefsson  <jas@extundo.com>
49430
49431         * lib/arcfour.h, lib/arcfour.c: New files.
49432
49433 2005-10-14  Roland McGrath  <roland@redhat.com>
49434
49435         Import from libc.  [BZ #1331]
49436         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49437         macro argument.
49438         Reported by Matej Vela <vela@debian.org>.
49439
49440 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49441
49442         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49443         include <wchar.h>; no longer needed.
49444
49445 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49446
49447         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49448
49449 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49450         and  Ulrich Drepper  <drepper@redhat.com>
49451
49452         Import from libc.
49453         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49454         instead of inline stream orientation test and two separate
49455         function calls.  Pay no attention to USE_IN_LIBIO.
49456
49457 2005-10-13  Simon Josefsson  <jas@extundo.com>
49458
49459         * modules/gc-hmac-md5-tests: New file.
49460
49461         * tests/test-gc-hmac-sha1.c: New file.
49462
49463         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49464
49465         * modules/gc-hmac-md5-tests: New file.
49466
49467         * tests/test-gc-md5.c: New file.
49468
49469         * modules/gc-md5-tests: New file.
49470
49471 2005-10-13  Simon Josefsson  <jas@extundo.com>
49472
49473         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49474         Move memory allocation outside of loop.
49475
49476 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49477
49478         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49479         intermediate directory is in a read-only file system.  Problem
49480         reported by Eric Blake.
49481
49482 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49483
49484         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49485
49486 2005-10-12  Simon Josefsson  <jas@extundo.com>
49487
49488         * tests/test-hmac-sha1.c: New file.
49489
49490         * modules/hmac-sha1-tests: New file.
49491
49492         * modules/hmac-sha1: New file.
49493
49494 2005-10-12  Simon Josefsson  <jas@extundo.com>
49495
49496         * modules/gc-sha1: New file.
49497
49498 2005-10-12  Simon Josefsson  <jas@extundo.com>
49499
49500         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49501
49502         * tests/test-gc-pbkdf2-sha1.c: New file.
49503
49504 2005-10-12  Simon Josefsson  <jas@extundo.com>
49505
49506         * modules/gc-md5, modules/gc-hmac-md5: New files.
49507
49508         * modules/gc (Files): Remove md5, memxor and hmac files.
49509
49510 2005-10-12  Simon Josefsson  <jas@extundo.com>
49511
49512         * m4/gc-pbkdf2-sha1.m4: New file.
49513
49514         * m4/gc-hmac-sha1.m4: New file.
49515
49516         * m4/gc-sha1: New file.
49517
49518         * m4/hmac-sha1.m4: New file.
49519
49520 2005-10-12  Simon Josefsson  <jas@extundo.com>
49521
49522         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49523
49524         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49525
49526 2005-10-12  Simon Josefsson  <jas@extundo.com>
49527
49528         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49529         suggested by Bruno Haible <bruno@clisp.org>.
49530
49531 2005-10-12  Simon Josefsson  <jas@extundo.com>
49532
49533         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49534
49535 2005-10-12  Simon Josefsson  <jas@extundo.com>
49536
49537         * lib/gc-pbkdf2-sha1.c: New file.
49538
49539         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49540
49541 2005-10-12  Simon Josefsson  <jas@extundo.com>
49542
49543         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49544
49545         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49546
49547 2005-10-12  Simon Josefsson  <jas@extundo.com>
49548
49549         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49550         GC_USE_HMAC_MD5, respectively.
49551
49552         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49553         (gc_md5): Fix typo.
49554
49555         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49556
49557         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49558
49559         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49560
49561 2005-10-12  Bruno Haible  <bruno@clisp.org>
49562
49563         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49564         Reported by Stepan Kasal <kasal@ucw.cz>.
49565
49566 2005-10-11  Simon Josefsson  <jas@extundo.com>
49567
49568         * tests/test-crc.c: New file.
49569
49570         * modules/crc, modules/crc-tests: New files.
49571
49572 2005-10-11  Simon Josefsson  <jas@extundo.com>
49573
49574         * m4/crc.m4: New file.
49575
49576 2005-10-11  Simon Josefsson  <jas@extundo.com>
49577
49578         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49579
49580         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49581
49582         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49583
49584 2005-10-11  Simon Josefsson  <jas@extundo.com>
49585
49586         * lib/crc.h, lib/crc.c: New files.
49587
49588         * lib/gc.h (gc_hash_buffer): Add doc.
49589
49590 2005-10-11  Bruno Haible  <bruno@clisp.org>
49591
49592         * modules/c-strcasestr: New file.
49593         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49594
49595 2005-10-11  Bruno Haible  <bruno@clisp.org>
49596
49597         * modules/c-strcase: New file.
49598         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49599
49600 2005-10-11  Bruno Haible  <bruno@clisp.org>
49601
49602         * lib/strcasecmp.c: Include limits.h.
49603         (strcasecmp): Avoid integer overflow on exotic platforms.
49604         * lib/strncasecmp.c: Include limits.h.
49605         (strncasecmp): Avoid integer overflow on exotic platforms.
49606         Reported by Paul Eggert.
49607
49608 2005-10-11  Bruno Haible  <bruno@clisp.org>
49609
49610         * lib/c-strcasestr.h: New file, from GNU gettext.
49611         * lib/c-strcasestr.c: New file, from GNU gettext.
49612
49613 2005-10-11  Bruno Haible  <bruno@clisp.org>
49614
49615         * lib/c-strcase.h: New file, from GNU gettext.
49616         * lib/c-strcasecmp.c: New file, from GNU gettext.
49617         * lib/c-strncasecmp.c: New file, from GNU gettext.
49618
49619 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49620
49621         * modules/mempcpy (License): GPL -> LGPL.
49622         * modules/strchrnul (License): Likewise.
49623         * modules/sysexits (License): Likewise.
49624
49625 2005-10-08  Simon Josefsson  <jas@extundo.com>
49626
49627         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49628
49629 2005-10-07  Simon Josefsson  <jas@extundo.com>
49630
49631         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49632
49633 2005-10-06  Simon Josefsson  <jas@extundo.com>
49634
49635         * tests/test-hmac-md5.c: New file.
49636
49637         * modules/hmac-md5-tests: New file.
49638
49639         * modules/hmac-md5: New file.
49640
49641 2005-10-06  Simon Josefsson  <jas@extundo.com>
49642
49643         * m4/hmac-md5.m4: New file.
49644
49645         * m4/memxor.m4: Require gl_C_RESTRICT.
49646
49647 2005-10-06  Simon Josefsson  <jas@extundo.com>
49648
49649         * lib/memxor.c (memxor): Avoid casts and warnings.
49650
49651 2005-10-06  Simon Josefsson  <jas@extundo.com>
49652
49653         * lib/hmac-md5.c: New file.
49654
49655         * lib/hmac.h: New file.
49656
49657 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49658
49659         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49660         promotes to int, not unsigned int, to catch the AIX 5.3
49661         compiler bug.
49662
49663 2005-10-05  Simon Josefsson  <jas@extundo.com>
49664
49665         * modules/memxor: New file.
49666
49667         * modules/iconv (Files): Move config.rpath to havelib, it is used
49668         there.
49669
49670         * modules/havelib (Files): Add config.rpath.
49671
49672 2005-10-05  Simon Josefsson  <jas@extundo.com>
49673
49674         * m4/memxor.m4: New file.
49675
49676 2005-10-05  Simon Josefsson  <jas@extundo.com>
49677
49678         * lib/memxor.c (memxor): Fix compiler error.
49679
49680         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49681         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49682
49683         * lib/memxor.h, lib/memxor.c: New files.
49684
49685         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49686         we assume all systems have it, suggested by Jim Meyering
49687         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49688         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49689         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49690         same reasons.
49691
49692 2005-10-05  Simon Josefsson  <jas@extundo.com>
49693
49694         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49695
49696 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49697
49698         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49699         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49700         needed, since the source code now assumes these .h files.
49701
49702 2005-10-05  Derek Price  <derek@ximbiot.com>
49703
49704         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49705
49706 2005-10-05  Bruno Haible  <bruno@clisp.org>
49707
49708         * modules/stdint (License): Change to LGPL.
49709
49710 2005-10-04  Simon Josefsson  <jas@extundo.com>
49711
49712         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49713         D. Baushke" <mdb@gnu.org>.
49714
49715 2005-10-04  Bruno Haible  <bruno@clisp.org>
49716
49717         * lib/verify.h (verify_true): Provide alternative definition for C++.
49718
49719 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49720
49721         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49722         (SSIZE_MAX): New macro, if not already defined.
49723         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49724         than 2 GiB.
49725
49726 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49727
49728         Sync from coreutils.
49729         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49730         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49731         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49732         ULLONG_MAX doesn't work with 2.7.2.1.
49733
49734 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49735
49736         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49737         From Ben Pfaff.
49738
49739         * modules/exclude (Depends-on): Depend on verify.
49740         * modules/strtoimax (Depends-on): Likewise.
49741         * modules/utimecmp (Depends-on): Likewise.
49742
49743 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49744
49745         * lib/exclude.c: Include verify.h.
49746         (verify): Remove.  All callers changed to use verify.h's version.
49747         * lib/strtoimax.c: Likewise.
49748         * lib/utimecmp.c: Likewis.e
49749
49750         Sync from coreutils.
49751         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49752         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49753         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49754         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49755         bother returning ENOSYS if settimeofday or stime fails; just let
49756         them return whatever errno they want to return.
49757         * lib/utimens.c: Include unistd.h, for dup2.
49758         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49759         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49760
49761 2005-10-02  Jim Meyering  <jim@meyering.net>
49762
49763         Sync from coreutils.
49764         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49765         from glibc-2.2.5 that fails for read-only files.
49766
49767 2005-10-02  Jim Meyering  <jim@meyering.net>
49768
49769         Sync from coreutils.
49770         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49771         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49772         `#if HAVE_CONFIG_H'.
49773         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49774         Remove AT_FDCWD test.
49775         Do not consume the fd unless successful.
49776         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49777         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49778         block, so that we don't even try to compile it if settimeofday is
49779         available.  This works around a compilation failure on OSF1 V5.1,
49780         due to stime requiring a `long int*' while tv_sec is `int'.
49781
49782 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49783
49784         Sync from coreutils.
49785         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49786         against `yes', rather than just testing for nonempty.
49787
49788 2005-10-01  Simon Josefsson  <jas@extundo.com>
49789
49790         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49791         and Darwin.
49792
49793         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49794         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49795         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49796         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49797         Check if struct addrinfo is declared.
49798
49799 2005-10-01  Simon Josefsson  <jas@extundo.com>
49800
49801         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49802         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49803         AI_* and EAI_* definitions.  Protect function declarations.
49804
49805 2005-10-01  Jim Meyering  <jim@meyering.net>
49806
49807         Sync from coreutils.
49808
49809         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49810         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49811         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49812         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49813         in the inet and nsl libraries.  Required on Solaris 5.7.
49814
49815 2005-10-01  Jim Meyering  <jim@meyering.net>
49816
49817         Sync from coreutils.
49818         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49819         in the inet and nsl libraries.  Required on Solaris 5.7.
49820
49821 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49822
49823         * lib/getdelim.c (getdelim): Remove unused variables.
49824
49825 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49826
49827         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49828         so that the code works even with ancient cpp.  Portability problem
49829         with GCC 2.7.2.1 reported by Thomas M.Ott.
49830
49831 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49832
49833         * modules/regex (Depends-on): Add strcase.
49834
49835         * modules/gethostname (Licence): Change from GPL to LGPL, since
49836         gethostname.c is a trivial implementation of a standard library
49837         function.
49838         * modules/poll (License): Change from GPL to LGPL, since it's
49839         derived from LGPL code.
49840
49841 2005-09-27  Jim Meyering  <jim@meyering.net>
49842
49843         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49844         HAVE_CONFIG_H.
49845
49846         * lib/intprops.h (signed_type_or_expr__): Define.
49847         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49848         for unsigned types.
49849
49850 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49851
49852         * lib/verify.h (verify_expr): Remove, replacing with:
49853         (verify_true): New macro that returns true instead of void.
49854         (verify_type__): Remove.
49855         (verify): Use verify_true rather than verify_type__.
49856
49857 2005-09-26  Bruno Haible  <bruno@clisp.org>
49858
49859         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49860         is necessary.
49861         (lib_SOURCES): Remove mbchar.c.
49862         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49863         (Files): Add m4/mbrtowc.m4.
49864         * modules/mbiter: Likewise.
49865         * modules/mbuiter: Likewise.
49866
49867 2005-09-26  Bruno Haible  <bruno@clisp.org>
49868
49869         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49870         compile mbchar.c if they are not both present.
49871         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49872         * m4/mbiter.m4 (gl_MBITER): Likewise.
49873         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49874         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49875         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49876
49877 2005-09-25  Jim Meyering  <jim@meyering.net>
49878
49879         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49880         also uses socklen_t.
49881
49882 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49883
49884         * lib/utimens.c (ENOSYS): Define if not already defined.
49885         (futimens): Support having a null PATH if the file descriptor
49886         is nonnegative.
49887
49888         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49889         Remove.
49890         (__attribute): Define to empty unless GCC 3.1 or later.
49891         This works around a core dump on OpenBSD 3.4, which has GCC
49892         2.95.3, which dumps core when given __attribute__(()).  It also
49893         simplifies other tests, since we really don't want to bother with
49894         worrying about which ancient version of GCC supported what.
49895         Original problem reported by Yoann Vandoorselaere, with part of
49896         the fix suggested by Derek Price.
49897
49898 2005-09-24  Jim Meyering  <jim@meyering.net>
49899
49900         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49901         so we can once again use a positive bitfield width of 1 -- now we
49902         don't have to explain why we were using a bitfield width of 2.
49903
49904 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49905
49906         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49907         and similarly for the other external symbols.  Problem reported
49908         by James Gallager.
49909
49910         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49911         bug reported by Jim Meyering.
49912
49913         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49914         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49915         not needed, since socklen is a prerequisite module.
49916
49917 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49918
49919         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49920         Problem reported by Eric Blake.
49921         (getaddrinfo): Initialize se so that it's not garbage.
49922         Redo internal storage allocation so that it doesn't make unportable
49923         assumptions about alignment.
49924         Fix a memory leak.
49925
49926         * lib/utimens.c (futimens): Use futimesat if available.
49927         Prefer it to futimes since it doesn't have the futimes bug.
49928
49929         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49930         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49931         Instead, declare a function that returns a pointer to an array,
49932         and use verify_type__ to declare the size of the array.
49933         Problem and germ of a solution reported by Bruno Haible.
49934         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49935         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49936
49937 2005-09-23  Jim Meyering  <jim@meyering.net>
49938
49939         Sync from coreutils.
49940         Correct build failure (socklen_t not defined) on at least
49941         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49942         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49943
49944 2005-09-23  Jim Meyering  <jim@meyering.net>
49945
49946         * modules/getaddrinfo (Depends-on): Add socklen.
49947
49948 2005-09-23  Bruno Haible  <bruno@clisp.org>
49949
49950         * tests/test-verify.c: New file.
49951
49952 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49953
49954         Sync from coreutils.
49955
49956         * modules/argmatch (Depends-on): Add verify.
49957         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49958         unistd-safer.
49959         * modules/save-cwd (Depends-on): Likewise.
49960
49961         * modules/openat (Files): Add lib/openat-die.c.
49962         (Depends-on): Remove error, exitfail.
49963         Add dirname.
49964
49965         * modules/verify: New file.
49966         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49967         with "verify" module.
49968
49969 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49970
49971         Sync from coreutils.
49972
49973         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49974         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49975         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49976         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49977         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49978         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49979         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49980         Don't bother checking for string.h, stdlib.h, unistd.h.
49981         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49982         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49983         module's job.
49984         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49985         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49986
49987         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49988         (gl_GETDATE): Use it.
49989
49990         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49991
49992 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49993
49994         Sync from coreutils.
49995
49996         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49997         stat-time.h.
49998         * lib/argmatch.h: Include verify.h
49999         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50000         (ARGMATCH_ASSERT): Remove; unused.
50001         * lib/canonicalize.c: Assume STDC_HEADERS.
50002         * lib/exclude.c: Include "strcase.h".
50003         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50004         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50005         and stdio-safer.h.
50006         (getusershell): Call fopen, not fopen_safer.
50007         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50008         Do not include unistd-safer.h.
50009         (save_cwd): Don't call fd_safer; no longer needed
50010         now that we include fcntl--.h.
50011
50012         * lib/getdate.y (relative_time): New type.
50013         (RELATIVE_TIME_0): New constant.
50014         (parser_control): Use relative_time instead of doing it ourselves.
50015         (%union): Add new relative_time rel member.
50016         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50017         Now typeless.
50018         (relunit, relunit_snumber): Now of type rel.
50019         (zone, rel, relunit, get_date): Adjust to above changes.
50020
50021         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50022         Do not include unistd-safer.h.
50023         (getloadavg): Don't call fd_safer; no longer needed
50024         now that we include fcntl--.h.
50025
50026         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50027         (make_dir_parents): Treat ENOSYS like EEXIST.
50028
50029         Improve quality of diagnostics on restore_cwd failure.
50030         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50031         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50032         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50033         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50034         each time through the loop.  Do not diagnose restore_cwd failure;
50035         that is the caller's job (and perhaps the caller does not care).
50036
50037         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50038         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50039         If the file already exists but is not a directory, don't bother
50040         to try to make its parents.
50041         Close potential file descriptor leak if we can't chdir("/") (!).
50042         Don't always return true if chdir($PWD) fails; return true only
50043         if the requested action was done successfully (except for the
50044         chdir($PWD)).
50045         Don't log final directory unless we actually made it.
50046         Refactor to avoid duplicate code to fix up permissions.
50047         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50048
50049         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50050         to make it a bit faster and (I hope) clearer.
50051         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50052         Fix bug in formats like %2N.
50053
50054         * lib/verify.h: New file.
50055
50056 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50057
50058         Sync from coreutils.
50059         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50060
50061 2005-09-22  Jim Meyering  <jim@meyering.net>
50062
50063         Sync from coreutils.
50064
50065         * m4/lstat.m4 (gl_FUNC_LSTAT):
50066         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50067         Remove obsolete comment.
50068         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50069         * m4/xstrtod.m4: Likewise.
50070
50071         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50072
50073 2005-09-22  Jim Meyering  <jim@meyering.net>
50074
50075         Sync from coreutils.
50076
50077         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50078
50079         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50080         the .tm_year member, since otherwise gcc-4.0 would now warn about
50081         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50082
50083         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50084         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50085
50086         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50087         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50088         when run in a time zone for which daylight savings time is in effect
50089         for the starting date.
50090
50091         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50092         stop us from restricting permissions of just-created absolute-named
50093         directories.
50094         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50095         to restore initial working directory.
50096         * lib/mkdir-p.c (make_dir_parents): New parameter:
50097         different_working_dir, to tell caller if/when we change the working
50098         directory and are unable to return to the initial one.
50099         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50100         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50101         `return false'.  This fixes a bug introduced on 2004-07-30.
50102
50103         * lib/openat.c (fdopendir): Be sure to close the supplied
50104         file descriptor before returning.  This makes our replacement
50105         implementation a little closer to Solaris's, where fdopendir
50106         ties the file descriptor to the returned DIR* pointer.
50107         * lib/openat.c (unlinkat): New function.
50108         * lib/openat.h (unlinkat): Add prototype.
50109         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50110         (openat_restore_fail): Rename from openat_restore_die.
50111         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50112
50113         Provide an alternative to exiting immediately upon save_cwd or
50114         restore_cwd failure.  Now, an application can arrange e.g.,
50115         to perform a longjump in that case.
50116         * lib/openat.c: Include dirname.h.
50117         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50118         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50119         and openat_restore_die rather than calling error directly.
50120         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50121
50122         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50123         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50124         define.
50125
50126         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50127         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50128                             int utc, int nanoseconds);
50129         Background:
50130         date should not have to allocate a megabyte of virtual memory to
50131         handle a format argument like +%1048575T.  When implemented with
50132         strftime, it must allocate such a buffer, use strftime to fill it
50133         in, print it, then free it.
50134         With fprintftime, it simply prints everything and exits.
50135         With no need for memory allocation, that's one fewer way to fail.
50136         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50137         optional field width, not before, so we accept %9:z, not %:9z.
50138         (my_strftime): Be sure to use L_('x') for literals.
50139
50140         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50141         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50142         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50143         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50144         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50145         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50146         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50147         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50148         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50149         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50150         * lib/xgethostname.c, lib/xreadlink.c:
50151         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50152
50153         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50154         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50155         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50156         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50157         and don't include <sys/file.h>).
50158
50159 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50160
50161         Sync from coreutils.
50162
50163         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50164         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50165         [!LDAV_DONE]: Avoid unused variable warning.
50166
50167 2005-09-21  Bruno Haible  <bruno@clisp.org>
50168
50169         * lib/unicodeio.h (unicode_to_mb): New declaration.
50170
50171 2005-09-20  Derek Price  <derek@ximbiot.com>
50172
50173         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50174         getaddrinfo.h.
50175
50176 2005-09-20  Bruno Haible  <bruno@clisp.org>
50177
50178         * gnulib-tool: Remove trailing slashes from the values specified for
50179         --source-base, --m4-base, --tests-base, --aux-dir.
50180         Suggested by Simon Josefsson <jas@extundo.com>.
50181
50182 2005-09-20  Bruno Haible  <bruno@clisp.org>
50183
50184         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50185         func_modules_to_filelist, func_import, func_create_testdir): Make all
50186         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50187         change when gnulib-tool is invoked in a different locale.
50188
50189 2005-09-19  Simon Josefsson  <jas@extundo.com>
50190
50191         * m4/socklen.m4: Fix typo.
50192
50193 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50194
50195         Use a consistent style for including <config.h>.
50196         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50197         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50198         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50199         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50200         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50201         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50202         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50203         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50204         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50205         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50206         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50207         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50208         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50209         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50210         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50211         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50212         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50213         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50214         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50215         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50216         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50217         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50218         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50219         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50220         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50221         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50222         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50223         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50224         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50225         lib/xstrtoumax.c, lib/yesno.c:
50226         Standardize inclusion of config.h.
50227         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50228         lib/inttostr.h:  Removed inclusion of config.h from header files.
50229         * lib/inttostr.c:  Adjusted in-tree users.
50230         * lib/timespec.h: Remove superfluous warning to include config.h.
50231         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50232         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50233         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50234         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50235         config.h with HAVE_CONFIG_H.
50236
50237 2005-09-19  Jim Meyering  <jim@meyering.net>
50238
50239         * modules/pathmax (License): Change to LGPL.
50240
50241 2005-09-19  Derek Price  <derek@ximbiot.com>
50242
50243         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50244
50245 2005-09-19  Bruno Haible  <bruno@clisp.org>
50246
50247         * gnulib-tool (import): Provide default for --tests-base.
50248
50249 2005-09-19  Bruno Haible  <bruno@clisp.org>
50250
50251         * doc/quote.texi: New file, extracted from gnulib.texi.
50252         * doc/ctime.texi: New file, extracted from gnulib.texi.
50253         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50254         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50255         * doc/gnulib.texi: Include them.
50256
50257 2005-09-18  Bruno Haible  <bruno@clisp.org>
50258
50259         Portability fix.
50260         * gnulib-tool (func_readlink): New function.
50261         (func_ln_if_changed): Use it.
50262
50263 2005-09-18  Bruno Haible  <bruno@clisp.org>
50264
50265         * gnulib-tool: Support --with-tests also with --import.
50266         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50267         (func_import): Use variables $testsbase and $inctests. Emit a
50268         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50269         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50270         SUBDIRS += $testsdir.
50271         (func_create_testdir): Update.
50272
50273 2005-09-18  Bruno Haible  <bruno@clisp.org>
50274
50275         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50276         instead of $dry_run.
50277         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50278         (func_ln_if_changed): Don't handle dry-run here.
50279         (func_import): In dry-run mode, detect more precisely which actions
50280         would be performed, and don't use "...ing" verbs.
50281
50282 2005-09-18  Bruno Haible  <bruno@clisp.org>
50283
50284         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50285         (func_import): Use join on two temporary files instead of three nested
50286         loops, in order to determine which files are new or old.
50287
50288 2005-09-18  Bruno Haible  <bruno@clisp.org>
50289
50290         * gnulib-tool (func_import): Comment out code that spits out the
50291         new files with --dry-run.
50292
50293 2005-09-18  Bruno Haible  <bruno@clisp.org>
50294
50295         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50296
50297 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50298
50299         * lib/stat-time.h: New file.
50300         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50301         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50302         in a different way.
50303         (timespec_cmp): New function.
50304         * lib/utimecmp.c: Include stat-time.h.
50305         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50306         members exist, not on the obsolescent ST_MTIM_NSEC.
50307         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50308
50309 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50310
50311         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50312
50313 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50314
50315         * MODULES.html.sh (File system functions): Add stat-time.
50316         * modules/stat-time: New file.
50317         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50318         is now done in a different way, by the stat-time module.
50319         * modules/utimecmp (Depends-on): Add stat-time.
50320
50321 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50322
50323         * m4/st_mtim.m4: Remove.  Superseded by...
50324         * m4/stat-time.m4: New file.
50325         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50326         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50327
50328 2005-09-15  Derek Price  <derek@ximbiot.com>
50329
50330         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50331
50332 2005-09-15  Derek Price  <derek@ximbiot.com>
50333
50334         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50335         * lib/regex_internal.c: Ditto, using this...
50336         (__GNUC_PREREQ): ...new macro.
50337         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50338         using...
50339         (__GNUC_PREREQ): ...this new macro.
50340
50341         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50342
50343 2005-09-15  Derek Price  <derek@ximbiot.com>
50344             Paul Eggert  <eggert@cs.ucla.edu>
50345
50346         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50347         changes, consolidating in...
50348         * lib/regex_internal.h: ...this file.
50349
50350 2005-09-13  Jim Meyering  <jim@meyering.net>
50351
50352         * lib/canon-host.c: Filter through gnu indent and reword comments
50353         slightly.
50354         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50355
50356 2005-09-13  Derek Price  <derek@ximbiot.com>
50357
50358         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50359         failure.
50360         Reported by Jim Meyering  <jim@meyering.net>.
50361
50362 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50363
50364         * lib/base64.c: Typo.
50365         (base64_encode): Put b64str in initialized data section.
50366
50367 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50368
50369         Merge glibc and coreutils changes into gnulib, plus a few
50370         extra fixes.
50371         * lib/md5.c: Use #error rather than a string.
50372         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50373         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50374         (__attribute__): Define to empty for non recent-GCC.
50375         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50376         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50377         Renamed from their non-__ counterparts, with new macros replacing
50378         them if not _LIBC.  Add __THROW attribute.
50379         (rol): Remove.
50380         (struct md5_ctx): Align buffer if using GCC.
50381         * lib/sha1.h (struct sha1_ctx): Likewise.
50382         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50383         The old name was backwards.
50384         (NOTSWAP): Remove; not used.
50385         (rol): New macro, moved here from md5.h.
50386         (sha1_process_block): Remove a FIXME that doesn't make sense.
50387
50388 2005-09-12  Derek Price  <derek@ximbiot.com>
50389
50390         Return usable errors from canon-host.
50391         * lib/canon-host.h: New file.
50392         * lib/canon-host.c (canon_host): Wrap...
50393         (canon_host_r): ...this new function, which now relies exclusively on
50394         getaddrinfo.
50395         (ch_strerror): New function.
50396         (last_cherror): New global.
50397         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50398         interface.
50399         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50400         void *.
50401         (freeaddrinfo): Free ai->ai_canonname when set.
50402
50403 2005-09-12  Derek Price  <derek@ximbiot.com>
50404
50405         Make canon-host require getaddrinfo.
50406         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50407         AC_LIBSOURCE canon-host.h.  Call...
50408         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50409         gl_GETADDRINFO.
50410         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50411
50412 2005-09-12  Derek Price  <derek@ximbiot.com>
50413
50414         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50415         LGPL.
50416         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50417
50418 2005-09-12  Derek Price  <derek@ximbiot.com>
50419
50420         * lib/gai_strerror.c: Include config.h when available.  Include
50421         getaddrinfo.h before other headers to test interface.
50422         Reported by Larry Jones <lawrence.jones@ugs.com>.
50423
50424 2005-09-12  Derek Price  <derek@ximbiot.com>
50425             Paul Eggert  <eggert@cs.ucla.edu>
50426
50427         * modules/glob (Files): Add glob-libc.h.
50428
50429 2005-09-12  Derek Price  <derek@ximbiot.com>
50430             Paul Eggert  <eggert@cs.ucla.edu>
50431
50432         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50433         glob_.h, glob-libc.h.
50434         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50435
50436 2005-09-12  Derek Price  <derek@ximbiot.com>
50437             Paul Eggert  <eggert@cs.ucla.edu>
50438
50439         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50440         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50441         protecting things that should be done only in gnulib contexts.
50442         * lib/glob_.h: New file, containing only the glob things needed for
50443         gnulib.
50444         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50445         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50446         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50447         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50448         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50449         and to respect the namespace rules better.
50450
50451 2005-09-08  Simon Josefsson  <jas@extundo.com>
50452
50453         * modules/socklen: New file.
50454
50455 2005-09-08  Simon Josefsson  <jas@extundo.com>
50456
50457         * m4/socklen.m4: New file.
50458
50459 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50460
50461         * modules/utimens (Files): Add m4/utimbuf.m4, since
50462         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50463         Reported by Sergey Poznyakoff.
50464
50465 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50466
50467         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50468         definitions, since that's the preferred style in glibc.
50469         Fix a minor spacing issue, and update copyright notice to match
50470         glibc's.
50471
50472 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50473
50474         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50475
50476 2005-09-06  Simon Josefsson  <jas@extundo.com>
50477
50478         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50479         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50480
50481 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50482
50483         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50484         warning.
50485
50486 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50487
50488         * config/srclist.txt: Add glibc bug 1302.
50489
50490 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50491
50492         Change bitset word type from unsigned int to unsigned long int,
50493         as this has better performance on typical 64-bit hosts.
50494         Port bitset code to hosts with unusual word sizes.
50495         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50496         (build_collating_symbol):
50497         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50498         argument is a bitset.  This is merely a style issue, but it makes
50499         it clearer that an entire array is expected.
50500         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50501         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50502         Port to the case where bitset_word is not the same as unsigned int.
50503         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50504         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50505         Likewise.
50506         * lib/regexec.c (check_dst_limits_calc_pos_1,
50507         check_subexp_matching_top):
50508         (build_trtable, group_nodes_into_DFAstates):
50509         Likewise.
50510         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50511         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50512         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50513         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50514         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50515         * lib/regcomp.c (optimize_subexps, lower_subexp):
50516         Work even if bitset_word has holes in its bitwise representation.
50517         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50518         * lib/regexec.c (check_dst_limits_calc_pos_1,
50519         check_subexp_matching_top):
50520         Likewise.
50521         * lib/regex_internal.c (re_string_reconstruct):
50522         Don't assume UCHAR_MAX == 255.
50523         * lib/regex_internal.h (bitset_set_all): Likewise.
50524         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50525         All uses changed.
50526         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50527         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50528         All uses changed.
50529         (BITSET_WORD_MAX): New macro.
50530         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50531         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50532         (bitset_empty, bitset_copy):
50533         Prefer sizeof (bitset) to multiplying it out ourselves.
50534         (bitset_not_merge): Remove; unused.
50535         (bitset_contain): Return bool, not unsigned int with one bit on.
50536         All callers changed.
50537         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50538         alignment than re_node_set; do this by defining a new internal
50539         type struct dests_alloc and using it to allocate memory.
50540
50541 2005-09-05  Bruno Haible  <bruno@clisp.org>
50542
50543         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50544         links.
50545
50546 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50547
50548         * modules/size_max (Makefile.am): Add size_max.h
50549
50550 2005-09-04  Derek Price  <derek@ximbiot.com>
50551
50552         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50553
50554 2005-09-03  Simon Josefsson  <jas@extundo.com>
50555
50556         * gnulib-tool: Fix typo.
50557
50558 2005-09-03  Simon Josefsson  <jas@extundo.com>
50559
50560         * config/srclist.txt: Add glibc bug 1293.
50561
50562 2005-09-03  Derek Price  <derek@ximbiot.com>
50563
50564         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50565         From Larry Jones <lawrence.jones@ugs.com>.
50566
50567 2005-09-02  Simon Josefsson  <jas@extundo.com>
50568
50569         * modules/socklen: New file.
50570
50571 2005-09-02  Simon Josefsson  <jas@extundo.com>
50572
50573         * modules/havelib: New module.
50574
50575         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50576         Use havelib.
50577
50578 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50579
50580         Check for arithmetic overflow when calculating sizes, to prevent
50581         some buffer-overflow issues.  These patches are conservative, in the
50582         sense that when I couldn't determine whether an overflow was possible,
50583         I inserted a run-time check.
50584         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50585         macros.
50586         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50587         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50588         (re_xnrealloc, re_x2nrealloc): New inline functions.
50589         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50590         parse_bracket_exp):
50591         (build_equiv_class, build_charclass): Check for arithmetic overflow
50592         in size expression calculations.
50593         * lib/regex_internal.c (re_string_realloc_buffers):
50594         (build_wcs_upper_buffer, re_node_set_add_intersect):
50595         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50596         (re_dfa_add_node, register_state): Likewise.
50597         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50598         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50599         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50600         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50601
50602 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50603
50604         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50605         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50606
50607 2005-09-02  Bruno Haible  <bruno@clisp.org>
50608
50609         Support for lib vs. lib64 distinction on biarch platforms.
50610         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50611         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50612         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50613
50614 2005-09-02  Bruno Haible  <bruno@clisp.org>
50615
50616         * gnulib-tool (import): In the other first-use case, provide defaults
50617         as well.
50618
50619 2005-09-02  Bruno Haible  <bruno@clisp.org>
50620
50621         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50622         patches not yet found in the latest gettext release.
50623
50624 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50625
50626         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50627         to avoid a collision with bits/local_lim.h in glibc.
50628         All uses changed.  Problem reported by Dmitry V. Levin in
50629         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50630
50631         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50632         bugs in int versus size_t comparisons.
50633         (re_string_context_at): Fix bug where the code assumed that
50634         Idx is signed.
50635
50636         Use bool where appropriate.
50637         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50638         All callers changed.
50639         (calc_eclosure_iter): Likewise, for ROOT arg.
50640         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50641         (build_charclass_op): Likewise, for NON_MATCH arg.
50642         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50643         (re_string_construct_common): Likewise, for ICASE arg.
50644         * lib/regexec.c (re_search_2_stub, re_search_stub):
50645         Likewise, for RET_LEN arg.
50646         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50647         (set_regs): Likewise, for FL_BACKTRACK arg.
50648         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50649         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50650         (calc_eclosure_iter, parse_bracket_exp):
50651         Use bool for internal variables that are booleans.
50652         * lib/regexec.c (re_search_internal, check_matching,
50653         proceed_next_node):
50654         (set_regs, build_sifted_states, sift_states_bkref):
50655         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50656         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50657         (find_collation_sequence_value):
50658         Likewise.
50659         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50660         (re_node_set_compare):
50661         Return bool, not int. All callers changed.
50662         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50663         (build_trtable, check_node_accept): Likewise.
50664         * lib/regex_internal.h: Include stdbool.h.
50665
50666         Fix bugs uncovered when converting to bool.
50667         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50668         failure instead of charging ahead blindly.
50669         * lib/regex_internal.c (register_state): Likewise.
50670         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50671         for freeing internal storage.
50672         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50673         bitset pieces used as boolean, to avoid undefined behavior
50674         on hosts that do int overflow checking.
50675
50676 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50677
50678         * config/srclist.txt: Add glibc bugs 1285-1287.
50679
50680 2005-09-01  Jim Meyering  <jim@meyering.net>
50681
50682         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50683         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50684         Require gl_STAT_MACROS, too.
50685
50686 2005-09-01  Bruno Haible  <bruno@clisp.org>
50687
50688         * gnulib-tool (import): In the first-use case, provide defaults.
50689
50690 2005-09-01  Bruno Haible  <bruno@clisp.org>
50691
50692         * gnulib-tool (func_import): Remove the .tmp files.
50693
50694 2005-09-01  Bruno Haible  <bruno@clisp.org>
50695
50696         * gnulib-tool (func_import): Fix handling of symbolic links.
50697
50698 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50699
50700         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50701         old glibc regex code mishandles strings longer than 2**31 bytes.
50702         This patch fixes this when the regex code is used in gnulib
50703         (i.e., outside glibc).
50704
50705         This patch should not affect the use of the regex code inside
50706         glibc.  No doubt this problem also needs to be handled for glibc
50707         as well, but the result will be an incompatible change to the
50708         glibc ABI, and the old ABI will have to be supported too.  That
50709         can be the the subject for another patch.
50710
50711         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50712         governing whether the rest of this patch is active.  By default,
50713         the macro is disabled and the patch has no effect.
50714         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50715         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50716         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50717         (re_match_2, re_set_registers): Use the new types.
50718         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50719         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50720         New macros.
50721         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50722         (re_string_context_at, bin_tree_t, re_dfastate_t):
50723         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50724         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50725         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50726         (re_string_char_size_at, re_string_wchar_at):
50727         (re_string_elem_size_at):
50728         Use the new types and macros to port to 64-bit hosts.
50729         Use unsigned types for internal values, so that the code
50730         mostly works even for arrays larger than SSIZE_MAX.
50731         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50732         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50733         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50734         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50735         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50736         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50737         (calc_inveclosure, parse_dup_op, build_range_exp):
50738         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50739         (fetch_number, create_token_tree, mark_opt_subexp):
50740         Likewise.
50741         * lib/regex_internal.c (re_string_construct_common,
50742         create_ci_newstate):
50743         (create_cd_newstate, re_string_allocate, re_string_construct):
50744         (re_string_realloc_buffers, build_wcs_upper_buffer):
50745         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50746         (re_string_reconstruct, re_string_peek_byte_case):
50747         (re_string_fetch_byte_case, re_string_context_at):
50748         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50749         (re_node_set_init_copy, re_node_set_add_intersect):
50750         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50751         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50752         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50753         (re_acquire_state, re_acquire_state_context, register_state):
50754         Likewise.
50755         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50756         search_cur_bkref_entry):
50757         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50758         (re_search_internal, re_search_2_stub, re_search_stub)
50759         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50760         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50761         (update_cur_sifted_state, check_dst_limits):
50762         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50763         (check_subexp_limits, sift_states_bkref, merge_state_array):
50764         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50765         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50766         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50767         (expand_bkref_cache, check_node_accept_bytes):
50768         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50769         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50770         (acquire_init_state_context, check_halt_node_context):
50771         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50772         (sift_states_backward, clean_state_log_if_needed):
50773         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50774         (find_recover_state, transit_state_sb, transit_state_mb):
50775         (transit_state_bkref, build_trtable, match_ctx_clean):
50776         Likewise.
50777         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50778         to work around an assumption that REG_MISSING is negative.
50779
50780         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50781         (seek_collating_symbol_entry) [defined _LIBC]:
50782         (lookup_collation_sequence_value) [defined _LIBC]:
50783         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50784         Use prototypes rather than old-style function definitions.
50785         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50786         (transit_state_sb) [0]:
50787         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50788
50789         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50790         rm_eo.
50791
50792         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50793         (optimize_subexps, lower_subexp):
50794         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50795         since the signed shift might overflow.  Use 1u<<31 instead.
50796         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50797         Likewise.
50798         * lib/regexec.c (check_dst_limits_calc_pos_1,
50799         check_subexp_matching_top): Likewise.
50800
50801         * lib/regcomp.c (optimize_subexps, lower_subexp):
50802         Use CHAR_BIT rather than 8, for clarity.
50803         * lib/regexec.c (check_dst_limits_calc_pos_1):
50804         (check_subexp_matching_top): Likewise.
50805         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50806         have to worry about portability issues when shifting it left.
50807         Remove no-longer-needed test for table_size > 0.
50808         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50809         in a word, as the resulting behavior is undefined.
50810         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50811         in one case, a <= should have been an <, and in another case the
50812         whole test was missing.
50813         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50814         the standard name CHAR_BIT.
50815         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50816         this is not true on one's complement and signed-magnitude hosts.
50817
50818         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50819         next_last_offset.
50820         (struct re_dfa_t): Remove unused member states_alloc.
50821         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50822
50823 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50824
50825         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50826         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50827         and large-file glibc and in 32-bit large-file Solaris.
50828
50829 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50830
50831         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50832         lengths fit in regoff_t; this isn't true if regoff_t is the same
50833         width as size_t.
50834         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50835         (= START + RANGE) instead of RANGE.  This avoids overflow
50836         problems when regoff_t is the same width as size_t.
50837         All callers changed.
50838         (re_search_2_stub): Check for overflow when adding the
50839         sizes of the two strings.
50840         (re_search_stub): Check for overflow when adding START
50841         to RANGE; if it occurs, substitute the extreme value.
50842
50843 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50844
50845         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50846
50847 2005-08-31  Jim Meyering  <jim@meyering.net>
50848
50849         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50850         a pointer-to-const.
50851         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50852         (register_state): Likewise.
50853         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50854         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50855         (group_nodes_into_DFAstates): Likewise.
50856
50857 2005-08-31  Jim Meyering  <jim@meyering.net>
50858
50859         * check-module: Add a FIXME comment.
50860
50861 2005-08-31  Eric Blake  <ebb9@byu.net>
50862
50863         * modules/unistd-safer (Files): Add unistd--.h.
50864         * modules/stdio-safer (Files): Add stdio--.h.
50865
50866 2005-08-31  Derek Price  <derek@ximbiot.com>
50867
50868         * lib/getdelim.c (getdelim): Return EOF on EOF.
50869         Reported by Larry Jones <lawrence.jones@ugs.com>.
50870
50871 2005-08-31  Bruno Haible  <bruno@clisp.org>
50872
50873         Avoid unnecessary diffs in the generated lib/Makefile.am.
50874         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50875         the generated files.
50876         (func_import): Don't set cmd.
50877
50878 2005-08-31  Bruno Haible  <bruno@clisp.org>
50879
50880         * lib/strstr.c: Include <stddef.h>, for NULL.
50881         * lib/strcasestr.c: Likewise.
50882         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50883
50884 2005-08-31  Bruno Haible  <bruno@clisp.org>
50885
50886         * gnulib-tool: New option --macro-prefix.
50887         (func_import): Use macro_prefix.
50888         (import): Handle option --macro-prefix.
50889
50890 2005-08-31  Bruno Haible  <bruno@clisp.org>
50891
50892         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50893         Also use new variables cached_lgpl, cached_libtool.
50894
50895 2005-08-31  Bruno Haible  <bruno@clisp.org>
50896
50897         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50898         always instantiating them.
50899
50900 2005-08-31  Bruno Haible  <bruno@clisp.org>
50901
50902         * gnulib-tool (func_import): Read the previous cached settings
50903         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50904         earlier added by gnulib but are now dropped. Warn when a gnulib file
50905         overwrites a non-gnulib file.
50906
50907 2005-08-31  Bruno Haible  <bruno@clisp.org>
50908
50909         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50910         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50911         projects that don't keep autogenerated files in CVS. Put into
50912         actioncmd only the specified modules, not the transitive closure.
50913
50914 2005-08-31  Bruno Haible  <bruno@clisp.org>
50915
50916         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50917         Create directories that shall be filled.
50918         (import): Don't look for gl_* macros in configure.ac. Recurse across
50919         all directories containing a gnulib-cache.m4 files, if meaningful.
50920
50921 2005-08-31  Bruno Haible  <bruno@clisp.org>
50922
50923         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50924         (import): Set seen_libtool when we see gl_LIBTOOL.
50925
50926 2005-08-31  Bruno Haible  <bruno@clisp.org>
50927
50928         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50929         declaration macro definitions from generated gnulib.m4.
50930
50931 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50932
50933         * lib/iconvme.h: Add prototype for iconv_alloc.
50934
50935 2005-08-29  Simon Josefsson  <jas@extundo.com>
50936
50937         * lib/iconvme.c: Fix errno.
50938
50939 2005-08-29  Bruno Haible  <bruno@clisp.org>
50940
50941         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50942         that it works when the directory contains spaces.
50943
50944 2005-08-29  Bruno Haible  <bruno@clisp.org>
50945
50946         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50947
50948 2005-08-29  Bruno Haible  <bruno@clisp.org>
50949
50950         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50951         Emit more advice.
50952
50953 2005-08-29  Bruno Haible  <bruno@clisp.org>
50954         and Stepan Kasal  <kasal@ucw.cz>
50955
50956         * check-module: If more parameters are given, check each of them
50957         separately; add more exceptions, as noted by Jim Meyering.
50958         (check_module): New procedure.
50959         (%exempt_header): Now contains all exceptions.
50960
50961 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50962
50963         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50964
50965 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50966
50967         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50968
50969 2005-08-28  Bruno Haible  <bruno@clisp.org>
50970
50971         * m4/gnulib-tool.m4: New file.
50972
50973 2005-08-27  Jim Meyering  <jim@meyering.net>
50974
50975         * modules/unistd-safer (Files): Add pipe-safer.c.
50976         * modules/fcntl-safer (Files): Add creat-safer.c.
50977
50978 2005-08-27  Jim Meyering  <jim@meyering.net>
50979
50980         * m4/stdlib-safer.m4: New file.  From coreutils.
50981         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50982         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50983         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50984         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50985         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50986
50987 2005-08-27  Jim Meyering  <jim@meyering.net>
50988
50989         * lib/fopen-safer.c: Merge minor changes from coreutils.
50990         * lib/dup-safer.c: Likewise.
50991         * lib/fd-safer.c: Likewise.
50992
50993         Merge from coreutils.
50994         * lib/stdio--.h: New file.
50995         * lib/stdlib--.h: New file.
50996         * lib/mkstemp-safer.c: New file.
50997
50998         GNU tar needs these.
50999         * lib/pipe-safer.c: New file.
51000         * lib/creat-safer.c: New file.
51001         * lib/fcntl--.h (creat): Define to creat_safer.
51002         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51003         * lib/unistd--.h (pipe): Define to pipe_safer.
51004         * lib/unistd-safer.h: Declare pipe_safer.
51005
51006 2005-08-26  Simon Josefsson  <jas@extundo.com>
51007
51008         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51009         Haible <bruno@clisp.org>.
51010
51011 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51012
51013         * lib/regex_internal.h: Remove all references to
51014         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51015         or better.
51016         (bitset_not, bitset_merge, bitset_not_merge):
51017         (bitset_mask, re_string_allocate, re_string_construct):
51018         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51019         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51020         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51021         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51022         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51023         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51024         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51025         (re_acquire_state_context):
51026         Remove unnecessary forward decls.
51027         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51028         Put __attribute at function definition,
51029         now that the function decl has been removed.
51030         * lib/regex_internal.c (re_string_peek_byte_case):
51031         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51032         Likewise.
51033
51034 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51035
51036         * m4/regex.m4: Add AC_PREREQ(2.50).
51037         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51038
51039 2005-08-25  Simon Josefsson  <jas@extundo.com>
51040
51041         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51042         __fsetlocking.
51043
51044 2005-08-25  Simon Josefsson  <jas@extundo.com>
51045
51046         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51047         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51048         GLIBC specific code.
51049
51050 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51051
51052         Make regex safe for g++.  This fixes one real bug (an "err"
51053         that should have been "*err").  g++ problem reported by
51054         Sam Steingold.
51055         * lib/regex_internal.h (re_calloc): New macro, consistent with
51056         re_malloc etc.  All callers of calloc changed to use re_calloc.
51057         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51058         not int.  All callers changed.
51059         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51060         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51061         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51062         (find_recover_state): Change "err" to "*err"; this fixes what
51063         appears to be a real bug.
51064         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51065         versus int.
51066
51067 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51068
51069         * modules/regex (Depends-on): Add malloc, since the code
51070         assumes that !malloc(0) means failure.
51071
51072 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51073
51074         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51075
51076         alloca modernization/simplification for regex.
51077         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51078         needs to be at the start of the file, and can be moved into
51079         regex_internal.h and simplified.
51080         * lib/regex_internal.h: Include <alloca.h>.
51081         (__libc_use_alloca) [!defined _LIBC]: New macro.
51082         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51083         now works outside glibc.
51084
51085 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51086
51087         * config/srclist.txt: Add glibc bugs 1241, 1245.
51088
51089 2005-08-25  Jim Meyering  <jim@meyering.net>
51090
51091         * lib/open-safer.c: Include <config.h>.
51092         Otherwise, we'd lose LARGEFILE support in any file using
51093         e.g. "fcntl--.h"
51094
51095 2005-08-25  Bruno Haible  <bruno@clisp.org>
51096
51097         * m4/minmax.m4: Require autoconf 2.52.
51098         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51099         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51100         alternatives of translit over the alphabet.
51101         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51102
51103 2005-08-24  Simon Josefsson  <jas@extundo.com>
51104
51105         * tests/test-getpass.c: New file.
51106
51107 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51108
51109         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51110         for GNU regex features.
51111
51112 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51113
51114         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51115         * lib/regex.h (regerror): Likewise.
51116
51117         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51118         requires this.  (The code never needed it.)
51119
51120         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51121         All uses of recently-renamed identifiers changed to use the new,
51122         POSIX-compliant names.  The code will build and run just fine
51123         without these changes, but it's better to eat our own dog food
51124         and use the standard-conforming names.
51125
51126         * lib/regex.h: Fix a multitude of POSIX name space violations.
51127         These changes have an effect only for programs that define
51128         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51129         do not change anything for programs compiled in the normal way.
51130         Also, there is no effect on the ABI.
51131
51132         (_REGEX_SOURCE): New macro.
51133         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51134         defined and _GNU_SOURCE is not; this fixes a name space violation.
51135
51136         Rename the following macros to obey POSIX requirements.
51137         The old names are still visible as macros if _REGEX_SOURCE is defined.
51138         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51139         RE_BACKSLASH_ESCAPE_IN_LISTS.
51140         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51141         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51142         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51143         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51144         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51145         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51146         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51147         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51148         (REG_INTERVALS): renamed from RE_INTERVALS.
51149         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51150         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51151         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51152         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51153         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51154         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51155         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51156         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51157         RE_UNMATCHED_RIGHT_PAREN_ORD.
51158         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51159         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51160         (REG_DEBUG): renamed from RE_DEBUG.
51161         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51162         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51163         unusual, since we can't clash with the POSIX REG_ICASE.
51164         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51165         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51166         (REG_NO_SUB): renamed from RE_NO_SUB.
51167         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51168         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51169         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51170         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51171         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51172         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51173         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51174         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51175         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51176         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51177         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51178         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51179         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51180         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51181         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51182         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51183         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51184         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51185         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51186         (REG_FIXED): Renamed from REGS_FIXED.
51187         (REG_NREGS): Renamed from RE_NREGS.
51188
51189         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51190         of other REG_* macros, since POSIX says the user is allowed to
51191         #undef these macros selectively.
51192
51193         (reg_errcode_t): Update comment stating what other tables need
51194         to be consistent.
51195
51196         Rename the following enum values to obey POSIX requirements.
51197         The old names are still visible as macros.
51198         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51199         is not defined, since GNU is supposed to be a superset of POSIX as
51200         much as possible, and since we want reg_errcode_t to be a signed
51201         type for implementation consistency.
51202         (_REG_NOERROR): Renamed from REG_NOERROR.
51203         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51204         (_REG_BADPAT): Renamed from REG_BADPAT.
51205         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51206         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51207         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51208         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51209         (_REG_EBRACK): Renamed from REG_EBRACK.
51210         (_REG_EPAREN): Renamed from REG_EPAREN.
51211         (_REG_EBRACE): Renamed from REG_EBRACE.
51212         (_REG_BADBR): Renamed from REG_BADBR.
51213         (_REG_ERANGE): Renamed from REG_ERANGE.
51214         (_REG_ESPACE): Renamed from REG_ESPACE.
51215         (_REG_BADRPT): Renamed from REG_BADRPT.
51216         (_REG_EEND): Renamed from REG_EEND.
51217         (_REG_ESIZE): Renamed from REG_ESIZE.
51218         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51219         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51220         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51221         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51222         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51223
51224         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51225         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51226         changed.  But support the old name if the new one is not defined
51227         and if _REGEX_SOURCE.
51228
51229         Change the following member names in struct re_pattern_buffer.
51230         The old names are still supported if !_REGEX_SOURCE.
51231         The new names are always supported, regardless of _REGEX_SOURCE.
51232         (re_buffer): Renamed from buffer.
51233         (re_allocated): Renamed from allocated.
51234         (re_used): Renamed from used.
51235         (re_syntax): Renamed from syntax.
51236         (re_fastmap): Renamed from fastmap.
51237         (re_translate): Renamed from translate.
51238         (re_can_be_null): Renamed from can_be_null.
51239         (re_regs_allocated): Renamed from regs_allocated.
51240         (re_fastmap_accurate): Renamed from fastmap_accurate.
51241         (re_no_sub): Renamed from no_sub.
51242         (re_not_bol): Renamed from not_bol.
51243         (re_not_eol): Renamed from not_eol.
51244         (re_newline_anchor): Renamed from newline_anchor.
51245
51246         Change the following member names in struct re_registers.
51247         The old names are still supported if !_REGEX_SOURCE.
51248         The new names are always supported, regardless of _REGEX_SOURCE.
51249         (rm_num_regs): Renamed from num_regs.
51250         (rm_start): Renamed from start.
51251         (rm_end): Renamed from end.
51252
51253         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51254         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51255         Prepend __ to parameter names.
51256
51257         Undo yesterday's changes.
51258
51259 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51260
51261         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51262         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51263         lib/regex.c.
51264
51265 2005-08-24  Jim Meyering  <jim@meyering.net>
51266
51267         Sync from coreutils.
51268         * m4/fcntl-safer.m4: New file.
51269
51270         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51271         and object files for this module.
51272
51273 2005-08-24  Jim Meyering  <jim@meyering.net>
51274
51275         Sync from coreutils.
51276         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51277
51278 2005-08-24  Jim Meyering  <jim@meyering.net>
51279
51280         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51281         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51282
51283 2005-08-24  Jim Meyering  <jim@meyering.net>
51284
51285         * modules/fcntl-safer: New module.
51286         * modules/fts (Depends-on): Add fcntl-safer.
51287         * MODULES.html.sh (File descriptor based Input/Output):
51288         Add fcntl-safer.
51289
51290 2005-08-24  Bruno Haible  <bruno@clisp.org>
51291
51292         Support for unit test modules.
51293         * modules/README: Mention tests modules.
51294         * modules/TEMPLATE-TESTS: New file.
51295         * gnulib-tool: New options --extract-tests-module, --with-tests and
51296         --tests-base (unused for the moment).
51297         (testsbase, inctests): New variables.
51298         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51299         (func_verify_module): Exclude TEMPLATE-TESTS.
51300         (func_verify_nontests_module, func_verify_tests_module): New functions.
51301         (func_get_dependencies): Add implicit dependency for tests modules.
51302         (func_get_tests_module): New function.
51303         (func_modules_transitive_closure): When --with-tests was specified,
51304         include the unit tests as well, unless explicitly avoided.
51305         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51306         (func_emit_tests_Makefile_am): New function.
51307         (func_create_testdir): When --with-tests was specified, emit a
51308         tests/ directory.
51309         * MODULES.html.sh (Future developments): Update.
51310
51311 2005-08-24  Bruno Haible  <bruno@clisp.org>
51312
51313         * modules/tls-tests: New file.
51314         * tests/test-tls.c: New file, from GNU gettext.
51315
51316 2005-08-24  Bruno Haible  <bruno@clisp.org>
51317
51318         * modules/lock-tests: New file.
51319         * tests/test-lock.c: New file, from GNU gettext.
51320
51321 2005-08-24  Bruno Haible  <bruno@clisp.org>
51322
51323         * lib/lock.h: Add multiple inclusion guard.
51324         * lib/tls.h: Add multiple inclusion guard.
51325
51326 2005-08-24  Bruno Haible  <bruno@clisp.org>
51327
51328         * gnulib-tool: Add support for the --aux-dir option to
51329         --create-testdir, --create-megatestdir, --test, --megatest.
51330         (func_create_testdir, func_create_megatestdir): Optionally emit a
51331         AC_CONFIG_AUX_DIR directive.
51332         (create-testdir, create-megatestdir, test, megatest): Provide a
51333         default value for $auxdir.
51334
51335 2005-08-24  Bruno Haible  <bruno@clisp.org>
51336
51337         * gnulib-tool (import): Use compound statement instead of subshell
51338         where possible.
51339
51340 2005-08-24  Bruno Haible  <bruno@clisp.org>
51341
51342         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51343
51344 2005-08-24  Bruno Haible  <bruno@clisp.org>
51345
51346         * gnulib-tool (func_version): Update.
51347
51348 2005-08-24  Bruno Haible  <bruno@clisp.org>
51349
51350         * gnulib-tool (func_import, func_create_testdir,
51351         func_create_megatestdir): Quote all autoconf macro arguments.
51352
51353 2005-08-24  Bruno Haible  <bruno@clisp.org>
51354
51355         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51356         option --force, because --force causes the aclocal.m4 of each
51357         subdirectory to be newer than the corresponding config.h.in.
51358
51359 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51360
51361         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51362         All contents moved to gl_REGEX.
51363         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51364         assume that it does.
51365
51366 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51367
51368         * lib/regex.h (REG_NOSYS)
51369         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51370         Define, since POSIX requires it as of 2001.
51371         (_REG_ENOSYS)
51372         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51373         New private symbol, used to keep the enum signed in all cases.
51374         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51375         Youngman in
51376         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51377
51378         * lib/regex_internal.c (re_string_skip_chars, register_state):
51379         (calc_state_hash):
51380         Remove forward decls; no longer needed now that we use prototypes.
51381         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51382         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51383         (clean_state_log_if_needed): Likewise.
51384
51385 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51386
51387         * config/srclist.txt: Add glibc bugs 1231-1233.
51388
51389 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51390
51391         Fix problems reported by Sam Steingold in
51392         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51393         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51394         assumed that reg_errcode_t is a signed type, which is not
51395         necessarily true if _XOPEN_SOURCE is not defined.
51396         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51397         since some compilers warn about it otherwise.
51398
51399 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51400
51401         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51402         (init_word_char, create_initial_state, duplicate_node_closure):
51403         (fetch_token, peek_token_bracket, build_range_exp):
51404         (build_collating_symbol): Remove forward decls; no longer needed
51405         now that we use prototypes.
51406
51407         * lib/regcomp.c:
51408         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51409         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51410         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51411         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51412         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51413         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51414         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51415         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51416         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51417         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51418         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51419         (build_charclass, build_charclass_op, fetch_number, create_tree):
51420         (create_token_tree, mark_opt_subexp, duplicate_tree):
51421         Use prototypes rather than old-style definitions.
51422
51423         * lib/regex_internal.c:
51424         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51425         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51426         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51427         (re_string_reconstruct, re_string_peek_byte_case):
51428         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51429         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51430         (re_node_set_init_copy, re_node_set_add_intersect):
51431         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51432         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51433         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51434         (re_acquire_state, re_acquire_state_context, register_state):
51435         (create_ci_newstate, create_cd_newstate, free_state):
51436         Likewise.
51437         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51438         re_search_2):
51439         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51440         (re_search_internal, prune_impossible_nodes):
51441         (acquire_init_state_context, check_matching, static):
51442         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51443         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51444         (update_regs, sift_states_backward, build_sifted_states):
51445         (clean_state_log_if_needed, merge_state_array):
51446         (update_cur_sifted_state, add_epsilon_src_nodes):
51447         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51448         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51449         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51450         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51451         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51452         (check_arrival, check_arrival_add_next_nodes):
51453         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51454         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51455         (check_node_accept_bytes, check_node_accept, extend_buffers):
51456         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51457         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51458         (sift_ctx_init):
51459         Likewise.
51460
51461         * lib/regex_internal.h:
51462         (re_string_allocate, re_string_construct, re_string_reconstruct):
51463         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51464         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51465         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51466         (re_string_context_at, re_string_peek_byte_case):
51467         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51468         is defined, since we now use prototypes always.
51469
51470         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51471         C89 or better.  All uses removed.
51472
51473 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51474
51475         * config/srclist.txt: Add glibc bugs 1220-1227.
51476
51477 2005-08-20  Jim Meyering  <jim@meyering.net>
51478
51479         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51480         of unused local, dfa.
51481
51482 2005-08-20  Bruno Haible  <bruno@clisp.org>
51483
51484         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51485
51486 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51487
51488         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51489         (re_node_set_insert_last, re_dfa_add_node):
51490         Rename local variables to avoid GCC shadowing warnings.
51491
51492 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51493
51494         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51495         [defined lint]: Suppress bogus uninitialized-variable warnings.
51496
51497         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51498         and let the caller return REG_ESPACE if out of space.  This
51499         removes an uninitialied-variable warning with GCC 4.0.1, and also
51500         avoids taking the address of a local variable.  All callers
51501         changed.
51502
51503 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51504
51505         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51506         $LIBCSRC/posix/regexec.c.
51507         Add glibc bug 1217 for regcomp.c.
51508
51509 2005-08-19  Jim Meyering  <jim@meyering.net>
51510
51511         * lib/regexec.c (proceed_next_node): Redo local variables to
51512         avoid GCC shadowing warnings.
51513
51514 2005-08-18  Bruno Haible  <bruno@clisp.org>
51515
51516         * lib/strstr.c (strstr): Fix return value in multibyte case.
51517         * lib/strcasestr.c (strcasestr): Likewise.
51518
51519 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51520
51521         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51522
51523 2005-08-17  Jim Meyering  <jim@meyering.net>
51524
51525         Make the %s format (seconds since the epoch) work for a negative
51526         number and when used with a zero-padded field width, e.g. %015s.
51527
51528         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51529         label so that it precedes the code to set `digits'.  Otherwise,
51530         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51531         print `00-22'.  Now, it prints `-0022', as it should.
51532
51533 2005-08-17  Bruno Haible  <bruno@clisp.org>
51534
51535         * modules/strstr (Files): Add m4/mbrtowc.m4.
51536         (Depends-on): Add mbuiter.
51537
51538 2005-08-17  Bruno Haible  <bruno@clisp.org>
51539
51540         * modules/strcasestr: New file.
51541         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51542         strcasestr.
51543
51544 2005-08-17  Bruno Haible  <bruno@clisp.org>
51545
51546         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51547
51548 2005-08-17  Bruno Haible  <bruno@clisp.org>
51549
51550         * modules/mbuiter: New file.
51551         * MODULES.html.sh (Extended multibyte and wide character utilities):
51552         Add mbuiter.
51553
51554 2005-08-17  Bruno Haible  <bruno@clisp.org>
51555
51556         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51557         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51558
51559 2005-08-17  Bruno Haible  <bruno@clisp.org>
51560
51561         * m4/strcasestr.m4: New file.
51562
51563 2005-08-17  Bruno Haible  <bruno@clisp.org>
51564
51565         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51566         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51567
51568 2005-08-17  Bruno Haible  <bruno@clisp.org>
51569
51570         * lib/strcasestr.h: New file.
51571         * lib/strcasestr.c: New file.
51572
51573 2005-08-17  Bruno Haible  <bruno@clisp.org>
51574
51575         * lib/strcasecmp.c: Use mbuiter.h.
51576
51577 2005-08-17  Bruno Haible  <bruno@clisp.org>
51578
51579         * lib/mbuiter.h: New file.
51580
51581 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51582
51583         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51584         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51585         and gl_GETOPT are both invoked via different paths (as happens
51586         with GNU tar CVS because it uses both argp and getopt), the former
51587         wins.
51588
51589 2005-08-16  Bruno Haible  <bruno@clisp.org>
51590
51591         * modules/tls: New file.
51592         * MODULES.html.sh (Multithreading): Add tls.
51593
51594 2005-08-16  Bruno Haible  <bruno@clisp.org>
51595
51596         * modules/strnlen1: New file.
51597         * MODULES.html.sh (String handling): Add strnlen1.
51598
51599 2005-08-16  Bruno Haible  <bruno@clisp.org>
51600
51601         * modules/strcase (Files): Add m4/mbrtowc.m4.
51602         (Depends-on): Add strnlen1, mbchar.
51603
51604 2005-08-16  Bruno Haible  <bruno@clisp.org>
51605
51606         * modules/mbiter: New file.
51607         * MODULES.html.sh (Extended multibyte and wide character utilities):
51608         Add mbiter.
51609
51610 2005-08-16  Bruno Haible  <bruno@clisp.org>
51611
51612         * modules/mbfile: New file.
51613         * MODULES.html.sh (Extended multibyte and wide character utilities):
51614         Add mbfile.
51615
51616 2005-08-16  Bruno Haible  <bruno@clisp.org>
51617
51618         * modules/mbchar: New file.
51619         * MODULES.html.sh (Extended multibyte and wide character utilities):
51620         New section.
51621
51622 2005-08-16  Bruno Haible  <bruno@clisp.org>
51623
51624         * m4/tls.m4: New file, from GNU gettext.
51625
51626 2005-08-16  Bruno Haible  <bruno@clisp.org>
51627
51628         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51629         always.
51630         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51631
51632 2005-08-16  Bruno Haible  <bruno@clisp.org>
51633
51634         * m4/mbiter.m4: New file.
51635
51636 2005-08-16  Bruno Haible  <bruno@clisp.org>
51637
51638         * m4/mbfile.m4: New file.
51639
51640 2005-08-16  Bruno Haible  <bruno@clisp.org>
51641
51642         * m4/mbchar.m4: New file.
51643
51644 2005-08-16  Bruno Haible  <bruno@clisp.org>
51645
51646         * lib/tls.h: New file, from GNU gettext.
51647         * lib/tls.c: New file, from GNU gettext.
51648
51649 2005-08-16  Bruno Haible  <bruno@clisp.org>
51650
51651         * lib/strnlen1.h: New file.
51652         * lib/strnlen1.c: New file.
51653
51654 2005-08-16  Bruno Haible  <bruno@clisp.org>
51655
51656         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51657         (mbi_init): Update.
51658         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51659         NUL byte, not after it.
51660
51661 2005-08-16  Bruno Haible  <bruno@clisp.org>
51662
51663         * lib/strcase.h (strcasecmp): Add note in comments.
51664         * lib/strncasecmp.c: Use code from strcasecmp.c.
51665         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51666         (strcasecmp): Work correctly in multibyte locales.
51667
51668 2005-08-16  Bruno Haible  <bruno@clisp.org>
51669
51670         * lib/mbiter.h: New file.
51671
51672 2005-08-16  Bruno Haible  <bruno@clisp.org>
51673
51674         * lib/mbfile.h: New file.
51675
51676 2005-08-16  Bruno Haible  <bruno@clisp.org>
51677
51678         * lib/mbchar.h: New file.
51679         * lib/mbchar.c: New file.
51680
51681 2005-08-16  Bruno Haible  <bruno@clisp.org>
51682
51683         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51684         the valid ones. Makes the comparison operations transitive:
51685         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51686         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51687
51688 2005-08-15  Simon Josefsson  <jas@extundo.com>
51689
51690         * modules/ssize_t (License): Change to 'unlimited'.
51691
51692         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51693
51694 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51695
51696         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51697         Add comments for each pending glibc patch.
51698
51699 2005-08-15  Bruno Haible  <bruno@clisp.org>
51700
51701         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51702         __cplusplus is defined.
51703
51704 2005-08-14  Jim Meyering  <jim@meyering.net>
51705
51706         Sync from coreutils.
51707
51708         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51709         Use the hash-table-based cycle-detection code not just when
51710         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51711         Reported by James Youngman in
51712         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51713         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51714         FTS_TIGHT_CYCLE_CHECK.
51715         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51716         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51717         once again.
51718         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51719         * lib/fts.c (fd_safer): Remove decl.
51720         Include fcntl--.h rather than unistd-safer.h
51721         (fts_safe_changedir): Don't call fd_safer; no longer needed
51722         now that we include fcntl--.h.
51723
51724 2005-08-12  Simon Josefsson  <jas@extundo.com>
51725
51726         * modules/getndelim2: Use ssize_t module.
51727         * modules/getnline: Likewise.
51728         * modules/safe-read: Likewise.
51729         * modules/xreadlink: Likewise.
51730
51731         * modules/ssize_t: New file.
51732
51733 2005-08-12  Simon Josefsson  <jas@extundo.com>
51734
51735         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51736
51737 2005-08-12  Simon Josefsson  <jas@extundo.com>
51738
51739         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51740         ssize_t.
51741
51742 2005-08-12  Simon Josefsson  <jas@extundo.com>
51743
51744         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51745         readline, getdelim and check_version.
51746         (Support for systems lacking ISO C 99: Sizes of integer types):
51747         Add size_max.
51748
51749 2005-08-12  Bruno Haible  <bruno@clisp.org>
51750
51751         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51752
51753 2005-08-11  Simon Josefsson  <jas@extundo.com>
51754
51755         * modules/readline: New file.
51756
51757         * modules/strnlen (Files): Add strnlen.h.
51758
51759 2005-08-11  Simon Josefsson  <jas@extundo.com>
51760
51761         * m4/readline.m4: New file.
51762
51763 2005-08-11  Simon Josefsson  <jas@extundo.com>
51764
51765         * lib/readline.h, readline.c: New file.
51766
51767 2005-08-11  Simon Josefsson  <jas@extundo.com>
51768
51769         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51770         gl_AVOID.
51771
51772 2005-08-11  Bruno Haible  <bruno@clisp.org>
51773
51774         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51775
51776 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51777
51778         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51779
51780 2005-08-10  Simon Josefsson  <jas@extundo.com>
51781
51782         * tests/test-iconvme.c: New file.
51783
51784 2005-08-10  Simon Josefsson  <jas@extundo.com>
51785
51786         * m4/strnlen.m4: New file.
51787
51788         * m4/strndup.m4: Don't check for strnlen declaration, done in
51789         strnlen.m4.
51790
51791 2005-08-10  Simon Josefsson  <jas@extundo.com>
51792
51793         * lib/strndup.c: Use strnlen.h.
51794
51795         * lib/strnlen.h: New file.
51796
51797 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51798
51799         * README: Typos.
51800
51801 2005-08-02  Simon Josefsson  <jas@extundo.com>
51802
51803         * modules/readline: New file.
51804
51805 2005-08-02  Simon Josefsson  <jas@extundo.com>
51806
51807         * modules/getdelim: New file.
51808
51809         * modules/getline: Rewrite, don't use getndelim2.
51810
51811 2005-08-02  Simon Josefsson  <jas@extundo.com>
51812
51813         * m4/getline.m4: Separate out getdelim stuff into separate module.
51814
51815         * m4/getdelim.m4: New file.
51816
51817 2005-08-02  Simon Josefsson  <jas@extundo.com>
51818
51819         * lib/getline.h, getline.c: Rewrite.
51820
51821         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51822
51823 2005-07-31  Bruno Haible  <bruno@clisp.org>
51824
51825         * lib/lock.h (gl_lock_initializer): New macro.
51826         (gl_lock_define_initialized): Use it.
51827         (gl_rwlock_initializer): New macro.
51828         (gl_rwlock_define_initialized): Use it.
51829         (gl_recursive_lock_initializer): New macro.
51830         (gl_recursive_lock_define_initialized): Use it.
51831
51832 2005-07-30  Karl Berry  <karl@gnu.org>
51833
51834         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51835         Report from Ben Pfaff, regarding getopt.
51836
51837 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51838
51839         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51840         normal way.
51841         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51842         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51843         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51844         (gl_GETOPT): Use the new macros.  Most of the implementation
51845         is moved to the new macros.  This is for programs like Emacs
51846         that don't want all the functionality of gl_GETOPT.
51847
51848 2005-07-26  Bruno Haible  <bruno@clisp.org>
51849
51850         * m4/lock.m4: Update from GNU gettext.
51851
51852 2005-07-26  Bruno Haible  <bruno@clisp.org>
51853
51854         * lib/lock.h: Update from GNU gettext.
51855         * lib/lock.c: Update from GNU gettext.
51856
51857 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51858
51859         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51860         obsolescent AC_TRY_RUN.  Include the default includes files, for
51861         'exit'.
51862
51863 2005-07-24  Bruno Haible  <bruno@clisp.org>
51864
51865         * modules/visibility: New file.
51866         * MODULES.html.sh (Misc): Add visibility.
51867
51868 2005-07-24  Bruno Haible  <bruno@clisp.org>
51869
51870         * m4/visibility.m4: New file.
51871
51872 2005-07-24  Bruno Haible  <bruno@clisp.org>
51873
51874         * doc/visibility.texi: New file.
51875
51876 2005-07-22  Bruno Haible  <bruno@clisp.org>
51877
51878         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51879         $(ALLOCA_H), redundant through BUILT_SOURCES.
51880         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51881         redundant through BUILT_SOURCES.
51882         * modules/byteswap (Makefile.am): Remove explicit dependency on
51883         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51884         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51885         $(FNMATCH_H), redundant through BUILT_SOURCES.
51886         * modules/getopt (Makefile.am): Remove explicit dependency on
51887         $(GETOPT_H), redundant through BUILT_SOURCES.
51888         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51889         redundant through BUILT_SOURCES.
51890         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51891         redundant through BUILT_SOURCES.
51892         * modules/stdbool (Makefile.am): Remove explicit dependency on
51893         $(STDBOOL_H), redundant through BUILT_SOURCES.
51894         * modules/stdint (Makefile.am): Remove explicit dependency on
51895         $(STDINT_H), redundant through BUILT_SOURCES.
51896         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51897         Remove explicit dependency on $(SYSEXITS_H).
51898         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51899
51900 2005-07-18  Simon Josefsson  <jas@extundo.com>
51901
51902         * lib/check-version.c (check_version): Accept identical versions too.
51903
51904 2005-07-18  Bruno Haible  <bruno@clisp.org>
51905
51906         * modules/lock: New file.
51907         * MODULES.html.sh (Multithreading): New section.
51908
51909 2005-07-18  Bruno Haible  <bruno@clisp.org>
51910
51911         * m4/lock.m4: New file, from GNU gettext.
51912
51913 2005-07-18  Bruno Haible  <bruno@clisp.org>
51914
51915         * lib/lock.h: New file, from GNU gettext.
51916         * lib/lock.c: New file, from GNU gettext.
51917
51918 2005-07-18  Bruno Haible  <bruno@clisp.org>
51919
51920         * lib/lock.h (gl_once_t): New type.
51921         (gl_once_define, gl_once): New macros.
51922         * lib/lock.c (fresh_once): New variable.
51923         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51924         functions.
51925
51926 2005-07-16  Simon Josefsson  <jas@extundo.com>
51927
51928         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51929         workaround, suggested by Bruno.
51930
51931 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51932
51933         * modules/xalloc (Depends-on): Add xalloc-die.
51934         * modules/xvasprintf (Depends-on): Add xalloc-die.
51935
51936 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51937
51938         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51939         with a minor change.
51940
51941 2005-07-15  Bruno Haible  <bruno@clisp.org>
51942
51943         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51944         When using lib/poll.c, define poll as rpl_poll.
51945
51946 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51947
51948         * modules/argp (Depends-on): Remove unlocked-io.
51949
51950 2005-07-14  Derek Price  <derek@ximbiot.com>
51951
51952         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51953         for glob symlink bug.
51954
51955 2005-07-14  Bruno Haible  <bruno@clisp.org>
51956
51957         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51958         Instead, test for *_unlocked function declarations directly.
51959
51960 2005-07-11  Simon Josefsson  <jas@extundo.com>
51961
51962         * modules/size_max: New file.
51963
51964         * modules/xsize: Depend on size_max module for size_max.m4.
51965
51966 2005-07-11  Simon Josefsson  <jas@extundo.com>
51967
51968         * lib/size_max.h: New file.
51969
51970 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51971
51972         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51973         copyright symbol and the year.
51974         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51975         (version_etc_va): Use parameterized copyright notice.
51976         Reword to conform to the current GNU coding standards.
51977
51978 2005-07-11  Karl Berry  <karl@gnu.org>
51979
51980         * doc/gnulib.texi (Quoting): new node.
51981         (Initial import): more info, from Patrice.
51982
51983 2005-07-11  Bruno Haible  <bruno@clisp.org>
51984
51985         * gnulib-tool (func_usage): Document option --avoid.
51986         (Command line options): Handle --avoid.
51987         (func_acceptable): New function.
51988         (func_modules_transitive_closure): Use it.
51989
51990 2005-07-11  Bruno Haible  <bruno@clisp.org>
51991
51992         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51993         Reported by Jim Meyering.
51994
51995 2005-07-10  Bruno Haible  <bruno@clisp.org>
51996
51997         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51998         Needed when size_t is smaller than 'unsigned int'.
51999         Reported by Paul Eggert.
52000
52001 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52002
52003         * modules/argp (Depends-on): Add unlocked-io
52004
52005 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52006
52007         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52008         block of defines.
52009
52010 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52011
52012         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52013         fix now.
52014
52015 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52016         and Paul Eggert  <eggert@cs.ucla.edu>
52017
52018         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52019         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52020
52021 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52022
52023         * modules/regex (Files): Add lib/regex_internal.c,
52024         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52025         (Depends-on): Add extensions.
52026         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52027
52028 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52029
52030         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52031         pathconf.
52032         * m4/same.m4 (gl_SAME): Likewise.
52033         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52034
52035         * m4/regex.m4: Adjust to new libc regex implementation.
52036         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52037         all the .c and .h parts of (the new) regex.
52038         Quote the m4 stuff better.
52039         Check for RE_ICASE bug of old gnulib.
52040         Check for REG_STARTEND of recent libc.
52041         Rename local variables from jm_* to gl_*.
52042         Quote operand of "test -f".
52043         Say "recent enough" version of libc, not "version 2".
52044         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52045         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52046         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52047         Remove check for btowc, isascii.
52048         Require AM_LANGINFO_CODESET.
52049
52050 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52051
52052         * lib/regex.c, regex.h: Sync from libc.
52053         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52054         * lib/regexec.c:
52055         New files, synced from libc, except that regex_internal.h
52056         currently has a small porting fix.
52057
52058 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52059
52060         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52061         regex_internal.c, regexec.c.
52062         Add regex_internal.h too, but as a comment, since the libc version
52063         is currently broken in gnulib mode.
52064
52065 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52066
52067         Support programs like Emacs that use gnulib but not gettext.
52068         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52069         * modules/gettext-h: New file.
52070         * modules/gettext (Files): Remove lib/gettext.h.
52071         (Depends-on): Add gettext-h.
52072         (Makefile.am): Remove lib_SOURCES.
52073         * modules/argmatch, modules/c-stack, modules/closeout:
52074         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52075         * modules/execute, modules/file-type, modules/getaddrinfo:
52076         * modules/getopt, modules/human, modules/javacomp:
52077         * modules/javaexec, modules/mkdir-p, modules/obstack:
52078         * modules/openat, modules/pagealign_alloc, modules/pipe:
52079         * modules/quotearg, modules/regex, modules/rpmatch:
52080         * modules/unicodeio, modules/userspec, modules/version-etc:
52081         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52082         * modules/xsetenv:
52083         Depend on gettext-h, not gettext.
52084
52085 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52086
52087         * gnulib-tool (func_import): Add support for 'public domain' license.
52088         * modules/alloca, modules/atexit, modules/memmove:
52089         Now public domain, not GPL.
52090         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52091         * modules/realloc, modules/strerror, modules/strtod:
52092         Now LGPL, not GPL.
52093
52094 2005-07-05  Bruno Haible  <bruno@clisp.org>
52095
52096         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52097         autoconf CVS. Needed for mingw.
52098
52099 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52100
52101         Remove the dependency of the strftime module on the tzset module.
52102         * modules/strftime (Depends-on): Remove dependency on tzset.
52103
52104 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52105
52106         Remove the dependency of the strftime module on the tzset module.
52107         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52108         gl_FUNC_TZSET_CLOBBER.
52109
52110 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52111
52112         Remove the dependency of the strftime module on the tzset module.
52113         * lib/strftime.c (my_strftime)
52114         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52115         Copy the input structure, to work around some of the bug with
52116         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52117         Solaris releases, you should also use the tzset module, but we won't
52118         require it as a dependency any more since we don't want LGPLed code
52119         to depend on GPLed code.
52120
52121 2005-07-02  Jim Meyering  <jim@meyering.net>
52122
52123         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52124         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52125         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52126         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52127
52128 2005-07-02  Jim Meyering  <jim@meyering.net>
52129
52130         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52131
52132 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52133
52134         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52135         declares only 'struct timespec;' (!).
52136
52137 2005-07-01  Jim Meyering  <jim@meyering.net>
52138
52139         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52140         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52141         * lib/save-cwd.c, tempname.c:
52142         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52143         and don't include <sys/file.h>).
52144
52145 2005-06-29  Jim Meyering  <jim@meyering.net>
52146
52147         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52148         type name.  Use the variable name instead.
52149         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52150         Likewise.
52151
52152 2005-06-28  Simon Josefsson  <jas@extundo.com>
52153
52154         * modules/check-version (Files): Add check-version.m4.
52155
52156 2005-06-28  Simon Josefsson  <jas@extundo.com>
52157
52158         * m4/check-version.m4: New file, suggested by Jim Meyering
52159         <jim@meyering.net>.
52160
52161 2005-06-28  Simon Josefsson  <jas@extundo.com>
52162
52163         * lib/check-version.h, lib/check-version.c: New files.
52164
52165 2005-06-28  Simon Josefsson  <jas@extundo.com>
52166
52167         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52168         collision with global variable.  Better indentation.  Don't
52169         increment buffer pointer beyond buffer end.  Based on comments
52170         from Paul Eggert <eggert@cs.ucla.edu>.
52171
52172         * lib/base64.h: Indent.
52173
52174 2005-06-28  Simon Josefsson  <jas@extundo.com>
52175
52176         * doc/gnulib.texi (Library version handling): New section.
52177
52178 2005-06-28  Jim Meyering  <jim@meyering.net>
52179
52180         * check-module (find_included_lib_files): Hard-code another
52181         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52182         but modules/fts-lgpl (correctly) does not list those files.
52183
52184         * modules/canonicalize (Files): Add lib/pathmax.h.
52185
52186 2005-06-25  Simon Josefsson  <jas@extundo.com>
52187
52188         * modules/check-version: New file.
52189
52190 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52191
52192         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52193         initializer of struct addrinfo, as an indication that we don't
52194         care how many members the structure has.
52195
52196 2005-06-24  Derek Price  <derek@ximbiot.com>
52197         and Bruno Haible  <bruno@clisp.org>
52198
52199         Remove stat module & update lstat.
52200         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52201         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52202         * m4/stat.m4: Remove this file.
52203
52204 2005-06-24  Derek Price  <derek@ximbiot.com>
52205         and Bruno Haible  <bruno@clisp.org>
52206
52207         Remove stat module & update lstat.
52208         * lib/stat.c: Remove this file...
52209         (slash_aware_lstat): ...moving this content and its support...
52210         * lib/lstat.c (rpl_lstat): ...into here.
52211         * lib/lstat.h: New file.
52212
52213 2005-06-24  Derek Price  <derek@ximbiot.com>
52214         and Bruno Haible  <bruno@clisp.org>
52215
52216         Remove stat module & update lstat.
52217         * config/srclist.txt (libc sources): Remove stat.
52218
52219 2005-06-24  Derek Price  <derek@ximbiot.com>
52220         and Bruno Haible  <bruno@clisp.org>
52221
52222         Remove stat module & update lstat.
52223         * MODULES.html.sh (stat): Remove.
52224         * MODULES.html: Regenerated.
52225         * modules/lstat (Description): Correct function name.
52226         (Files): Add "lstat.h".
52227         (Depends-on): Remove stat, add xalloc, stat-macros.
52228         * modules/stat: Remove this file.
52229         (Include): Add "lstat.h", remove <sys/stat.h>.
52230
52231 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52232
52233         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52234         (ranged_convert): Don't save conversion in a temporary struct.
52235         This causes a warning with GCC 4.0.0, and anyway in the typical
52236         case it's not worth the extra 100 bytes or so of code.
52237         (ranged_convert, __mktime_internal): When calling a function via a
52238         pointer P, use P () rather than (*P) (), as we now assume C89 or
52239         better.
52240
52241 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52242
52243         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52244         "who -r" failed to give output.  Problem reported by Tim Waugh.
52245
52246         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52247         (xcalloc): Use it to avoid needless tests.
52248         Problem reported by Jim Meyering.
52249
52250 2005-06-20  Derek Price  <derek@ximbiot.com>
52251
52252         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52253         unnecessary for Autoconfs > 2.59c.
52254
52255 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52256
52257         * lib/argp.h (__option_is_short): Check upper limit of
52258         __key. Isprint() requires its argument to have the value
52259         of an unsigned char or EOF.
52260
52261 2005-06-16  Jim Meyering  <jim@meyering.net>
52262
52263         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52264         when either N or S is zero.
52265
52266 2005-06-16  Derek Price  <derek@ximbiot.com>
52267
52268         * m4/bison.m4: Declare YACC & YFLAGS precious.
52269
52270 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52271
52272         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52273         multibyte string or pattern, fall back on unibyte matching.
52274         Problem reported by James Youngman.
52275
52276 2005-06-08  Bruno Haible  <bruno@clisp.org>
52277
52278         * modules/csharpcomp: New file.
52279         * MODULES.html.sh (C#): Add csharpcomp.
52280
52281 2005-06-08  Bruno Haible  <bruno@clisp.org>
52282
52283         * m4/csharpcomp.m4: New file, from GNU gettext.
52284
52285 2005-06-08  Bruno Haible  <bruno@clisp.org>
52286
52287         * lib/csharpcomp.h: New file, from GNU gettext.
52288         * lib/csharpcomp.c: New file, from GNU gettext.
52289         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52290
52291 2005-06-08  Bruno Haible  <bruno@clisp.org>
52292
52293         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52294         warning on mingw.
52295
52296 2005-06-07  Derek Price  <derek@ximbiot.com>
52297
52298         Sync from CVS.
52299         * lib/glob_.h: Indent nested #ifdef.
52300
52301 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52302
52303         Sync from coreutils.
52304         Use "file name" when talking about file names, instead of "filename"
52305         or "path", as per the GNU coding standards.
52306         * lib/mkdir-p.c: Renamed from makepath.c.
52307         (make_dir_parents): Renamed from make_path.  All callers changed.
52308         * lib/mkdir-p.h: Likewise.  All includers changed.
52309         * lib/filenamecat.c: Renamed from path-concat.c.
52310         (file_name_concat): Renamed from path_concat.  All callers changed.
52311         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52312         * lib/filenamecat.h: Likewise.  All includers changed.
52313         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52314         in comments or local variable names.
52315         * lib/basename.c: Likewise.
52316         * lib/canonicalize.c, canonicalize.h: Likewise.
52317         * lib/dirname.c, dirname.h: Likewise.
52318         * lib/euidaccess.c: Likewise.
52319         * lib/exclude.c: Likewise
52320         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52321         * lib/fsusage.c, fsuage.h: Likewise.
52322         * lib/fts.c, fts_.h: Likewise.
52323         * lib/getcwd.c: Likewise.
52324         * lib/getloadavg.c: Likewise.
52325         * lib/mkstemp.c: Likewise.
52326         * lib/mountlist.c, mountlist.h: Likewise.
52327         * lib/openat.c, openat.h: Likewise.
52328         * lib/readlink-stub.c: Likewise.
52329         * lib/readutmp.c, readutmp.h: Likewise.
52330         * lib/rename.c: Likewise.
52331         * lib/rmdir.c: Likewise.
52332         * lib/same.c: Likewise.
52333         * lib/savedir.c: Likewise.
52334         * lib/stripslash.c: Likewise.
52335         * lib/tempname.c: Likewise.
52336         * lib/xreadlink.c: Likewise.
52337         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52338         All uses changed.
52339         * lib/exclude.h: Likewise.
52340
52341         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52342         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52343         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52344         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52345         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52346         files have been getting away with it for years (MORE/BSD 4.3
52347         is extinct now).
52348         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52349         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52350
52351         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52352         Define to 256, not 255, as per modern POSIX.
52353
52354 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52355
52356         Sync from coreutils.
52357         Use "file name" when talking about file names, instead of "filename"
52358         or "path", as per the GNU coding standards.
52359         * MODULES.html.sh: mkdir-p renamed from makepath.
52360         filenamecat renamed from path-concat.
52361         * modules/filenamecat: Renamed from modules/path-concat.
52362         (Files): filenamecat.h and filenamecat.c renamed from
52363         path-concat.h and path-concat.c.
52364         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52365         (Include): filenamecat.h, not path-concat.h.
52366         * modules/mkdir-p: Renamed from modules/makepath.
52367         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52368         makepath.c.
52369         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52370         (Include): mkdir-p.h, not makepath.h.
52371
52372 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52373
52374         Sync from coreutils.
52375         * m4/mkdir-p.m4: Renamed from makepath.m4.
52376         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52377         Rename files from makepath.c to mkdir-p.c, and from
52378         makepath.h to mkdir-p.h.
52379         * m4/filenamecat.m4: Renamed from path-concat.m4.
52380         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52381         Rename files from path-concat.c to filenamecat.c,
52382         and from path-concat.h to filenamecat.h.
52383         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52384         "file name" in local variables or comments.
52385         * m4/rename.m4: Likewise.
52386
52387 2005-06-01  Bruno Haible  <bruno@clisp.org>
52388
52389         * modules/csharpexec: New file.
52390         * MODULES.html.sh (C#): New section.
52391
52392 2005-06-01  Bruno Haible  <bruno@clisp.org>
52393
52394         * m4/csharp.m4: New file, from GNU gettext.
52395         * m4/csharpexec.m4: New file, from GNU gettext.
52396
52397 2005-06-01  Bruno Haible  <bruno@clisp.org>
52398
52399         * lib/csharpexec.h: New file, from GNU gettext.
52400         * lib/csharpexec.c: New file, from GNU gettext.
52401         * lib/csharpexec.sh.in: New file, from GNU gettext.
52402
52403 2005-05-31  Derek Price  <derek@ximbiot.com>
52404             Paul Eggert  <eggert@cs.ucla.edu>
52405
52406         Sync from cvs.
52407         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52408
52409 2005-05-31  Derek Price  <derek@ximbiot.com>
52410             Paul Eggert  <eggert@cs.ucla.edu>
52411
52412         Sync from cvs.
52413         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52414
52415 2005-05-29  Derek Price  <derek@ximbiot.com>
52416
52417         * config/srclist.txt (glob_.h, glob.c): Add these files.
52418
52419 2005-05-29  Derek Price  <derek@ximbiot.com>
52420
52421         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52422         * modules/glob: New file.
52423         * modules/getlogin_r: Add link to POSIX spec in description.
52424
52425 2005-05-29  Derek Price  <derek@ximbiot.com>
52426             Paul Eggert  <eggert@cs.ucla.edu>
52427
52428         * m4/glob.m4: New file.
52429
52430 2005-05-29  Derek Price  <derek@ximbiot.com>
52431             Paul Eggert  <eggert@cs.ucla.edu>
52432
52433         * lib/glob_.h, lib/glob.c: New files.
52434
52435 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52436
52437         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52438         * modules/fts-lgpl (Depends-on): Remove gettext.
52439
52440 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52441
52442         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52443         and don't require gt_INTTYPES_PRI.
52444
52445 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52446
52447         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52448
52449         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52450         the configuration hassle isn't worth it.
52451         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52452         (LONGEST_MODIFIER, PRIuMAX): Remove.
52453
52454 2005-05-27  Bruno Haible  <bruno@clisp.org>
52455
52456         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52457
52458 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52459
52460         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52461         _POSIX_PTHREAD_SEMANTICS for Solaris.
52462
52463 2005-05-25  Derek Price  <derek@ximbiot.com>
52464
52465         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52466
52467 2005-05-25  Derek Price  <derek@ximbiot.com>
52468             Paul Eggert  <eggert@cs.ucla.edu>
52469
52470         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52471         * lib/getlogin_r.c, getlogin_r.h: New files.
52472
52473 2005-05-25  Bruno Haible  <bruno@clisp.org>
52474             Derek Price  <derek@ximbiot.com>
52475
52476         * lib/getlogin_r.h: Simplify API documentation.
52477
52478 2005-05-23  Derek Price  <derek@ximbiot.com>
52479
52480         * modules/minmax (Files): Add m4/minmax.m4.
52481         (configure.ac): Add gl_MINMAX.
52482
52483 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52484
52485         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52486         so that unistd-safer.h (GPL'ed code) need not be included.
52487
52488 2005-05-22  Bruno Haible  <bruno@clisp.org>
52489
52490         * m4/minmax.m4: New file.
52491         Based on a patch by Derek Price <derek@ximbiot.com>.
52492
52493 2005-05-22  Bruno Haible  <bruno@clisp.org>
52494
52495         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52496         (INT64_MIN): Fix definition.
52497         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52498
52499         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52500         NEED_SIGNED_INT_TYPES.
52501
52502         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52503         HAVE_SYSTEM_INTTYPES.
52504
52505 2005-05-22  Bruno Haible  <bruno@clisp.org>
52506
52507         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52508         Also include <sys/param.h> if it defines MIN, MAX.
52509         Based on a patch by Derek Price <derek@ximbiot.com>.
52510
52511 2005-05-21  Jim Meyering  <jim@meyering.net>
52512
52513         * modules/fts (Files): Add m4/inttypes-pri.m4.
52514         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52515
52516 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52517
52518         New fts module.
52519         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52520         (setup_dir, free_dir): New functions.
52521         (enter_dir, leave_dir): Define trivial
52522         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52523         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52524         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52525         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52526         Move to fts-cycle.c.
52527         (fts_open): Use setup_dir.
52528         (fts_close): Use free_dir.
52529         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52530         This adds a label and some gotos, but the alternatives were messier.
52531         Check for memory allocation failure when entering a dir.
52532         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52533         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52534         (FTS): New member fts_cycle, that is a union that contains the
52535         old active_dir_ht and cycle_state.  All uses changed to mention
52536         fts_cycle.ht and fts_cycle.state.
52537         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52538         fts.c, with the following changes:
52539         (setup_dir, free_dir): New functions.
52540         (enter_dir): Now returns bool.  Return true if successful, false
52541         if memory exhausted.  All callers changed.
52542         Do not bother partly cleaning up on
52543         memory allocation failure; that is free_dir's job.
52544         However, free ad if hash_insert fails, to avoid memory leak.
52545         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52546         fts->fts_options to see which union member to use.
52547
52548 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52549
52550         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52551         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52552
52553 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52554
52555         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52556
52557 2005-05-20  Jim Meyering  <jim@meyering.net>
52558
52559         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52560         Now a macro, to pacify GCC.
52561
52562 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52563
52564         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52565         of -1.
52566
52567 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52568
52569         * lib/chown.c (rpl_chown): Return -1 on failure.
52570
52571 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52572
52573         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52574         Don't check for stddef.h.
52575         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52576         don't use its results.
52577         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52578         since we include them unconditionally.  Don't require
52579         AM_STDBOOL_H, since stdbool is a prerequisite.
52580         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52581         since we assume C89 or better.
52582         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52583         as we don't use their results.
52584         Don't check for fchdir, memmove, memset, strrchr, as we use
52585         them unconditionally.
52586         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52587         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52588
52589 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52590
52591         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52592         Include <stddef.h> unconditionally, since we assume C89 now.
52593         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52594         * lib/fts.c: Include fts_.h first, to check interface.
52595         Do not include intprops.h; no longer needed.
52596         Include cycle-check.h and hash.h, since fts_.h no longer does.
52597         Remove unnecessary casts of closedir to void.
52598         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52599         decide whether to decrement nlinks.
52600         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52601         (FTS): Use struct hash_table * instead of Hash_table, so that
52602         we no longer need to include hash.h here.
52603
52604 2005-05-18  Jim Meyering  <jim@meyering.net>
52605
52606         * modules/dirfd (License): Change to LGPL.  Most of the code
52607         is already in the public domain.
52608
52609 2005-05-18  Jim Meyering  <jim@meyering.net>
52610
52611         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52612         Reported by Yoann Vandoorselaere.
52613
52614 2005-05-17  Jim Meyering  <jim@meyering.net>
52615
52616         * m4/fts.m4: New file, from coreutils.
52617
52618 2005-05-17  Jim Meyering  <jim@meyering.net>
52619
52620         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52621
52622 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52623
52624         Sync from coreutils.
52625         * m4/unlinkdir.m4: New file.
52626
52627 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52628
52629         Sync from coreutils.
52630         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52631         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52632         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52633         White space changes only.
52634         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52635         special.
52636         * lib/yesno.c: Include getline.h, not ctype.h.
52637         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52638         Use getline to remove arbitrary restriction on response length.
52639
52640 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52641
52642         * config/srclist-update: Spell out "Street" in FSF postal
52643         mail address; this is the style the FSF seems to prefer.
52644
52645         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52646         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52647         this updates FSF postal mail address.
52648
52649         Sync from coreutils.
52650         * modules/unlinkdir: New file.
52651         * modules/yesno (Depends-on): Add getline.
52652         * MODULES.html.sh (File system functions): Add unlinkdir.
52653
52654 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52655
52656         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52657         lib/strsep.h:
52658         Change the initial comment to refer to GPL, not LGPL.
52659         gnulib-tool will change it to LGPL as needed.
52660
52661         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52662         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52663         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52664         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52665         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52666         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52667         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52668         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52669         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52670         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52671         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52672         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52673         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52674         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52675         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52676         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52677         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52678         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52679         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52680         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52681         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52682         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52683         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52684         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52685         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52686         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52687         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52688         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52689         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52690         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52691         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52692         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52693         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52694         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52695         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52696         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52697         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52698         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52699         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52700         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52701         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52702         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52703         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52704         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52705         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52706         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52707         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52708         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52709         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52710         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52711         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52712         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52713         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52714         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52715         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52716         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52717         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52718         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52719         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52720         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52721         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52722         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52723         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52724         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52725         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52726         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52727         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52728         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52729         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52730         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52731         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52732         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52733         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52734         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52735         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52736         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52737         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52738         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52739         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52740         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52741         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52742         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52743         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52744         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52745         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52746         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52747         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52748         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52749         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52750         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52751         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52752         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52753         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52754         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52755         lib/yesno.c, lib/yesno.h:
52756         Update FSF postal mail address.
52757
52758 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52759
52760         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52761         tests/test-memmem.c, tests/test-stpncpy.c:
52762         Update FSF postal mail address.
52763
52764 2005-05-13  Bruno Haible  <bruno@clisp.org>
52765
52766         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52767         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52768         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52769         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52770         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52771         Add support for 64-bit integers in the MSVC compiler.
52772
52773 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52774
52775         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52776
52777 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52778
52779         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52780
52781 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52782
52783         * doc/getdate.texi (General date syntax): Don't say that date
52784         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52785         Problem reported by Nic Ferrier.
52786
52787 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52788
52789         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52790         specified in ai_socktype. Fix invalid ai_protocol
52791         check. ai_protocol is usually set to 0 or depending on
52792         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52793         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52794         ai_socktype / ai_protocol in the returned addrinfo structure.
52795
52796 2005-05-10  Simon Josefsson  <jas@extundo.com>
52797
52798         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52799         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52800
52801 2005-05-10  Karl Berry  <karl@gnu.org>
52802
52803         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52804         (from http://www.gnu.org/licenses).
52805         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52806         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52807         fdl.texi suffices.
52808
52809 2005-05-10  Karl Berry  <karl@gnu.org>
52810
52811         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52812         (COPYING.DOC): remove.
52813
52814         * config/srclist-update: new FSF address.
52815
52816 2005-05-10  Derek Price  <derek@ximbiot.com>
52817
52818         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52819         possible.
52820
52821 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52822             Bruno Haible  <bruno@clisp.org>
52823
52824         * modules/inet_ntop: New file.
52825         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52826         inet_ntop.
52827
52828 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52829             Bruno Haible  <bruno@clisp.org>
52830
52831         * m4/inet_ntop.m4: New file.
52832
52833 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52834             Bruno Haible  <bruno@clisp.org>
52835
52836         * lib/inet_ntop.h: New file.
52837         * lib/inet_ntop.c: New file, from glibc with modifications.
52838
52839 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52840
52841         * modules/time_r (License): Change to LGPL.
52842         * modules/extensions (License): Change to LGPL.  Actually,
52843         the license is more permissive than that, but currently gnulib-tool
52844         doesn't know how to handle more-permissive licenses.
52845
52846         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52847         Problem reported by Dave Love.
52848
52849 2005-05-08  Jim Meyering  <jim@meyering.net>
52850
52851         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52852         blank.
52853
52854 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52855
52856         * modules/argmatch (Depends-on): Add stdbool.
52857         * modules/backupfile (Depends-on): Likewise.
52858         * modules/chdir-long (Depends-on): Likewise.
52859         * modules/closeout (Depends-on): Likewise.
52860         * modules/cycle-check (Depends-on): Likewise.
52861         * modules/dirname (Depends-on): Likewise.
52862         * modules/fnmatch (Depends-on): Likewise.
52863         * modules/fsusage (Depends-on): Likewise.
52864         * modules/fwriteerror (Depends-on): Likewise.
52865         * modules/getcwd (Depends-on): Likewise.
52866         * modules/getloadavg (Depends-on): Likewise.
52867         * modules/hard-locale (Depends-on): Likewise.
52868         * modules/makepath (Depends-on): Likewise.
52869         * modules/mountlist (Depends-on): Likewise.
52870         * modules/nanosleep (Depends-on): Likewise.
52871         * modules/posixtm (Depends-on): Likewise.
52872         * modules/quotearg (Depends-on): Likewise.
52873         * modules/readtokens (Depends-on): Likewise.
52874         * modules/readtokens0 (Depends-on): Likewise.
52875         * modules/readutmp (Depends-on): Likewise.
52876         * modules/save-cwd (Depends-on): Likewise.
52877         * modules/strftime (Depends-on): Likewise.
52878         * modules/userspec (Depends-on): Likewise.
52879         * modules/utimecmp (Depends-on): Likewise.
52880         * modules/xgetcwd (Depends-on): Likewise.
52881         * modules/xnanosleep (Depends-on): Likewise.
52882         * modules/xstrtod (Depends-on): Likewise.
52883         * modules/yesno (Depends-on): Likewise.
52884
52885 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52886
52887         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52888         needless checks.
52889
52890 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52891
52892         Merge from coreutils.  Among other things,
52893         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52894         * lib/fd-safer.c: New file.
52895         * lib/fcntl-safer.h, open-safer.c: Remove.
52896         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52897         * lib/dup-safer.c: Include unistd-safer.h first.
52898         Don't include errno.h.
52899         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52900         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52901         * lib/file-type.c: Rely on file-type.h change.
52902         * lib/getloadavg.c: Include unistd-safer.h.
52903         (getloadavg): Use safer open.
52904         * lib/getusershell.c: Include "stdio-safer.h".
52905         (getusershell): Use safer fopen.
52906         * lib/long-options.c (long_options): Use NULL rather than 0.
52907         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52908         'free'.
52909         * lib/modechange.c: Likewise.
52910         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52911         (MODE_DONE): New constant.
52912         (struct mode_change): Remove 'next' member.
52913         (make_node_op_equals): New function; like the old one of the
52914         same name, except it allocates an array.
52915         (mode_compile, mode_create_from_ref): Use it.
52916         (mode_compile): Allocate result as an array, not a linked list.
52917         Parse octal string ourself, so that we catch mistakes like "+0".
52918         (mode_adjust): Arg is an array, not a linked list.
52919         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52920         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52921         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52922         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52923         Remove.  This is now stat-macros.h's job.
52924         (talloc): Remove.  All callers replaced by xalloc, so that
52925         our invokers don't have to worry about reporting memory failures.
52926         (make_node_op_equals): Remove.
52927         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52928         New constants.
52929         (struct mode_change): Moved here from modechange.h.
52930         (mode_append_entry): Remove.
52931         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52932         apps to have incorrect behavior.  Use simpler algorithm for head
52933         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52934         Detect more invalid usages rather than having somewhat-random behavior.
52935         Don't insert an "a=" action, as that leads to incorrect behavior.
52936         (mode_compile, mode_create_from_ref): Return NULL on error instead
52937         of an enum, since now there's only one way to have an error.  All
52938         callers changed.
52939         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52940         at the correct time.  Simplify calculation of "+u" and its ilk.
52941         Don't mishandle "+X".
52942         (mode_free): Remove "register" and localize decls.
52943         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52944         (struct mode_change): Move to modechange.c; callers don't
52945         need to see this stuff.
52946         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52947         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52948         (mode_change, mode_adjust): Reflect the new signatures noted above.
52949         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52950         that might redefine system include files.
52951         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52952         (my_usleep): Use NULL rather than (void *) 0.
52953         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52954         Use siginterrupt to specify that system calls should be interrupted.
52955         (rpl_nanosleep): Move initialization of suspended closer to call of
52956         my_usleep.
52957         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52958         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52959         (desirable_utmp_entry): New function.
52960         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52961         using x2nrealloc, to simplify logic.
52962         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52963         size calculation.  Do not assume utmp file is a regular file.
52964         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52965         (READ_UTMP_CHECK_PIDS): New constant.
52966         * lib/save-cwd.c: Include unistd-safer.h.
52967         (save_cwd): Use fd_safer.
52968         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52969         [!_LIBC] Include "stat-macros.h" instead.
52970         * lib/unistd-safer.h (fd_safer): New decl.
52971
52972 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52973
52974         * modules/getloadavg (Depends-on): Add unistd-safer.
52975         * modules/getusershell (Depends-on): Add stdio-safer.
52976         * modules/lstat (Depends-on): Remove xalloc.
52977         * modules/mkstemp (Depends-on): Add stat-macros.
52978         * modules/modechange (Depends-on): Remove xstrtol.
52979         Add stat-macros, xalloc.
52980         * modules/save-cwd (Depends-on): Add unistd-safer.
52981         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52982         * modules/unistd-safer (Files): Add lib/fd-safer.c
52983         (Makefile.am): Remove lib_SOURCES.
52984
52985         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52986         Remove fcntl-safer; unistd-safer supersedes it.
52987
52988 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52989
52990         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52991         AC_HEADER_STAT.
52992         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52993         (gl_PREREQ_CHOWN): Remove.
52994         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52995         it.  Don't require AC_HEADER_STAT.
52996         (gl_PREREQ_LSTAT): Remove.
52997         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52998         Don't require AC_HEADER_STAT.
52999         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53000         (gl_PREREQ_RMDIR): Remove.
53001         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53002         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53003         the stat-macros module a prerequisite.
53004         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53005         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53006         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53007         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53008         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53009         variable names.
53010         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53011         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53012         variable prefixes.
53013         * m4/fcntl-safer.m4: Remove.
53014         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53015         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53016         Invoke gl_PREREQ_FD_SAFER.
53017         (gl_PREREQ_FD_SAFER): New macro.
53018         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53019         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53020         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53021         Remove duplicate call to AC_LIBOBJ(readutmp).
53022         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53023
53024         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53025         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53026
53027 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53028
53029         * MODULES.html.sh (Misc): Add byteswap.
53030
53031 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53032
53033         * modules/getcwd (Depends-on): Add extensions.
53034         * modules/openat (Depends-on): Likewise.
53035
53036 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53037
53038         * modules/byteswap: New file.
53039
53040 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53041
53042         * m4/byteswap.m4: New file.
53043
53044 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53045
53046         * lib/byteswap_.h: New file.
53047
53048 2005-04-25  Karl Berry  <karl@gnu.org>
53049
53050         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53051
53052 2005-04-25  Albert Chin  <china@thewrittenword.com>
53053
53054         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53055         Toolkit C bug.
53056
53057 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53058
53059         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53060         (func_ln_if_changed) Remove forcibly for no error message
53061         in case file does not exist.
53062
53063 2005-04-19  Simon Josefsson  <jas@extundo.com>
53064
53065         * gnulib-tool (Options): Make --symlink mean --symbolic.
53066
53067 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53068
53069         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53070
53071 2005-04-16  Simon Josefsson  <jas@extundo.com>
53072
53073         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53074
53075 2005-04-15  Simon Josefsson  <jas@extundo.com>
53076
53077         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53078
53079 2005-04-15  Simon Josefsson  <jas@extundo.com>
53080
53081         * gnulib-tool: Rename --symlink to --symbolic.
53082
53083 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53084
53085         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53086         symbolic links to files instead of copying/moving.  Add --aux-dir,
53087         specifying directory relative --dir where auxiliary build tools
53088         are placed.
53089
53090 2005-04-14  Bruno Haible  <bruno@clisp.org>
53091
53092         * modules/allocsa (License): Change to LGPL.
53093         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53094
53095 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53096
53097         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53098         that "UTC +1 second" continues to work.  Problem reported
53099         by Dmitry V. Levin.
53100         (relunit_snumber): New rule.
53101         (relunit): Use it.
53102
53103 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53104
53105         * lib/getdate.y (universal_time_zone_table): New constant.
53106         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53107         universal_time_zone_table.
53108         (lookup_zone): Prefer universal_time_zone_table to
53109         local_time_zone_table, so that "GMT" time stamps are allowed in
53110         London during the summer.  Problem reported by Ian Abbott.
53111
53112 2005-04-12  Jim Meyering  <jim@meyering.net>
53113
53114         * lib/human.c (humblock): Set *options even when returning due to
53115         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53116         warning from gcc-4.
53117
53118 2005-04-09  Jim Meyering  <jim@meyering.net>
53119
53120         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53121         -Wuninitialized: initialize tm0.tm_year.
53122
53123 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53124
53125         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53126         count, since there's no maximum.  All uses changed.
53127         Add member dsts_seen.
53128         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53129         not being INT_MAX.
53130         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53131         Use pc_rels_seen to decide whther a date is absolute.
53132
53133         * lib/getdate.y (number): Don't overwrite year.
53134         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53135         check.
53136
53137 2005-04-02  Simon Josefsson  <jas@extundo.com>
53138
53139         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53140         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53141
53142 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53143
53144         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53145         where no absolute path name can be longer than PATH_MAX.
53146
53147 2005-03-27  Jim Meyering  <jim@meyering.net>
53148
53149         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53150
53151 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53152
53153         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53154         "one's complement" -> "ones' complement" in comment, as per Knuth.
53155         "value of type" -> "type or expression" in comment.
53156         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53157
53158 2005-03-26  Jim Meyering  <jim@meyering.net>
53159
53160         Comment nits.
53161         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53162         Correct typos: s/or/of/.
53163
53164 2005-03-26  Jim Meyering  <jim@meyering.net>
53165
53166         * modules/check-include-files: Move to ../ and rename to...
53167         * check-module: ...this.
53168
53169 2005-03-25  Jim Meyering  <jim@meyering.net>
53170
53171         * modules/xvasprintf (Files): Add xalloc.h.
53172
53173 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53174
53175         * modules/gettext (Files): config/config.rpath ->
53176         build-aux/config.rpath
53177         * modules/iconv (Files): Likewise.
53178         Problem reported by Oskar Liljeblad.
53179
53180 2005-03-23  Jim Meyering  <jim@meyering.net>
53181
53182         * modules/check-include-files: New script to check for
53183         missing dependencies, multiple includes, etc.
53184
53185         * modules/c-strtold (Depends-on): Add xalloc.
53186         * modules/c-strtod (Depends-on): Add xalloc.
53187         * modules/hash (Depends-on): Add xalloc.
53188         (Files): Remove lib/xalloc.h.
53189
53190         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53191         * modules/userspec (Files): Add lib/inttostr.h.
53192
53193 2005-03-23  Jim Meyering  <jim@meyering.net>
53194
53195         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53196
53197 2005-03-22  Jim Meyering  <jim@meyering.net>
53198
53199         * modules/stat-macros: New module.
53200         * modules/canonicalize, modules/euidaccess, modules/file-type,
53201         * modules/filemode, modules/lchown, modules/makepath,
53202         * modules/rmdir, modules/stat: Depend on new stat-macros module
53203         rather than listing lib/stat-macros.h manually.
53204         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53205
53206 2005-03-22  Jim Meyering  <jim@meyering.net>
53207
53208         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53209
53210 2005-03-22  Bruno Haible  <bruno@clisp.org>
53211
53212         * config/srclist.txt: Replace target directory 'config' with
53213         'build-aux'.
53214         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53215         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53216         ../build-aux/.
53217
53218 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53219
53220         * modules/chdir-long (Depends-on): Add mempcpy.
53221
53222         * modules/acl, modules/backupfile, modules/c-strtod,
53223         modules/c-strtold, modules/canon-host, modules/canonicalize,
53224         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53225         modules/exclude, modules/exitfail, modules/file-type,
53226         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53227         modules/getdate, modules/getline, modules/getpagesize,
53228         modules/getpass, modules/getugroups, modules/group-member,
53229         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53230         modules/inttostr, modules/long-options, modules/makepath,
53231         modules/md5, modules/memcasecmp, modules/memcoll,
53232         modules/modechange, modules/mountlist, modules/path-concat,
53233         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53234         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53235         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53236         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53237         modules/strftime, modules/strndup, modules/strverscmp,
53238         modules/timespec, modules/unlocked-io, modules/userspec,
53239         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53240         modules/yesno:
53241         Remove lib_SOURCES line from Makefile.am section, as this is now
53242         done automatically by the corresponding Autoconf macro.
53243
53244 2005-03-21  Jim Meyering  <jim@meyering.net>
53245
53246         Changes imported from coreutils.
53247
53248         * lib/cycle-check.c: Don't include xalloc.h.
53249
53250         * lib/path-concat.c: Don't include assert.h.
53251         (path_concat): Remove assertion that would have triggered
53252         for ABASE starting with more than one slash.
53253         Reported by Andreas Schwab.
53254
53255         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53256         properly when ABASE is an absolute file name.
53257         Correct the description of this function.
53258         Include <assert.h>.
53259         Add an assertion and a test driver.
53260         This fixes a bug introduced on 2004-07-02.
53261         Andreas Schwab reported the resulting failure of cp --parents:
53262         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53263
53264 2005-03-21  Jim Meyering  <jim@meyering.net>
53265
53266         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53267         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53268
53269 2005-03-21  Jim Meyering  <jim@meyering.net>
53270         and  Paul Eggert  <eggert@cs.ucla.edu>
53271
53272         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53273         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53274         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53275         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53276         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53277         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53278         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53279         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53280         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53281         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53282         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53283         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53284         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53285         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53286         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53287         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53288         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53289         for these modules.
53290
53291 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53292
53293         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53294         (which shouldn't happen), generate nothing instead of returning 0
53295         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53296
53297 2005-03-16  Bruno Haible  <bruno@clisp.org>
53298
53299         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53300         HAVE_LONGLONG_64BIT.
53301
53302 2005-03-16  Bruno Haible  <bruno@clisp.org>
53303
53304         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53305         HAVE_LONGLONG_64BIT.
53306
53307 2005-03-16  Bruno Haible  <bruno@clisp.org>
53308
53309         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53310         HAVE_LONGLONG_64BIT.
53311
53312 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53313
53314         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53315         reliably distinguish strftime failure from empty output on POSIX
53316         hosts.
53317
53318 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53321         (iconv_string): Don't guess a size-zero buffer, as that might cause
53322         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53323         result would be 'too large', where 'too large' is (heuristically)
53324         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53325         overflow concerns.  This will prevent some unwanted malloc failures
53326         when the inputs are very large.
53327
53328 2005-03-15  Karl Berry  <karl@gnu.org>
53329
53330         * config/srclist.txt (config.rpath): from gettext.
53331         * config/config.rpath: update.
53332
53333 2005-03-15  Bruno Haible  <bruno@clisp.org>
53334
53335         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53336         to 'negate'.
53337
53338         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53339         variable.
53340
53341         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53342         results.
53343
53344 2005-03-14  Simon Josefsson  <jas@extundo.com>
53345
53346         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53347         <fx@gnu.org>.
53348
53349 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53350
53351         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53352         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53353         intprops.h.
53354         * lib/strtol.c: Likewise.
53355
53356 2005-03-14  Jim Meyering  <jim@meyering.net>
53357
53358         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53359         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53360         to be nonzero so that we (and caller) can detect the difference
53361         between a valid zero-length expansion and an error return, even
53362         when the underlying strftime fails before writing anything into
53363         that location.
53364
53365 2005-03-14  Bruno Haible  <bruno@clisp.org>
53366
53367         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53368         Update from GNU gettext 0.14.3.
53369
53370 2005-03-10  Jim Meyering  <jim@meyering.net>
53371
53372         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53373
53374 2005-03-10  Jim Meyering  <jim@meyering.net>
53375
53376         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53377         so that this module works on systems without fchdir.
53378
53379 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53380
53381         Factor int-properties macros into a single file, except for
53382         glibc-related files.
53383         * lib/intprops.h: New file.
53384         * lib/getloadavg.c: Include it instead of limits.h.
53385         (INT_STRLEN_BOUND): Remove.
53386         * lib/human.c: Include intprops.h.
53387         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53388         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53389         302/1000.
53390         * lib/inttostr.h: Include intprops.h instead of limits.h.
53391         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53392         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53393         for consistency with intprops.h.
53394         (time_t_is_integer, twos_complement_arithmetic): Use them.
53395         * lib/sig2str.h: Include <signal.h>, intprops.h.
53396         (INT_STRLEN_BOUND): Remove.
53397         * lib/strftime.c (TYPE_SIGNED): Remove.
53398         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53399         * lib/strtol.c: Adjust comments to match intprops.h.
53400         * lib/userspec.c: Include intprops.h.
53401         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53402         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53403         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53404         instead of rolling our own expressions.
53405         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53406
53407         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53408         instead of int.
53409         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53410         the right thing even if adding 1900 would overflow.  Similarly
53411         for tm_mon + 1 and tm_yday + 1.
53412         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53413         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53414         (DO_SIGNED_NUMBER): New macro.
53415         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53416
53417 2005-03-07  Bruno Haible  <bruno@clisp.org>
53418
53419         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53420
53421 2005-03-07  Bruno Haible  <bruno@clisp.org>
53422
53423         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53424
53425 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53426
53427         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53428         (func_import): Only replace files via --import when they have actually
53429         changed.
53430
53431 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53432
53433         * m4/mmap-anon.m4: New file.
53434         * m4/pagealign_alloc.m4: New file.
53435
53436 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53437             Bruno Haible  <bruno@clisp.org>
53438
53439         * modules/pagealign_alloc: New file.
53440         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53441
53442 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53443             Bruno Haible  <bruno@clisp.org>
53444
53445         * lib/pagealign_alloc.h: New file.
53446         * lib/pagealign_alloc.c: New file.
53447
53448 2005-03-03  Bruno Haible  <bruno@clisp.org>
53449
53450         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53451         Use an all-permissive copyright notice, recommended by RMS.
53452
53453 2005-03-02  Bruno Haible  <bruno@clisp.org>
53454
53455         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53456         of AIX, the replacement has to be done only after <string.h> is
53457         included, therefore not in config.h. stpncpy.h does the replacement,
53458         and stpncpy.c uses it.
53459
53460 2005-03-02  Bruno Haible  <bruno@clisp.org>
53461
53462         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53463         stpncpy.c uses it.
53464
53465 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53466
53467         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53468         The workaround isn't strictly needed for POSIX conformance, and
53469         it's too much of a pain to configure and maintain.  We'll ask
53470         people to fix their kernels instead.
53471         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53472         (NANOSLEEP_BUG_WORKAROUND): Remove.
53473         (xnanosleep): Remove the workaround.
53474
53475 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53476
53477         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53478         Reported by Derek Price.
53479         (Include): Add "timespec.h".
53480
53481         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53482
53483 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53484
53485         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53486         to detect nanosleep bug.
53487
53488 2005-03-01  Bruno Haible  <bruno@clisp.org>
53489
53490         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53491
53492 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53493
53494         * modules/gethrxtime: New file.
53495         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53496         (Depends-on): Add gethrxtime.
53497         (configure.ac): Add gl_XNANOSLEEP.
53498         (Makefile.am): Remove lib_SOURCES line.
53499
53500 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53501
53502         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53503         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53504
53505 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53506
53507         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53508         * lib/timespec.h (gettime): Return void, since it always
53509         succeeds now.  All uses changed.
53510         * lib/gettime.c (gettime) Likewise.
53511         [HAVE_NANOTIME]: Prefer nanotime.
53512         Assume gettimeofday succeeds, as POSIX requires.
53513         Assime time () succeeds, since other code already does.
53514         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53515         (timespec_subtract): Remove.
53516         (NANOSLEEP_BUG_WORKAROUND): New constant.
53517         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53518         things considerably.  Use it only on GNU/Linux hosts, since the
53519         workaround shouldn't be needed elsewhere.
53520
53521 2005-02-24  Bruno Haible  <bruno@clisp.org>
53522
53523         * modules/gettext (Files): Add m4/glibc2.m4.
53524
53525 2005-02-24  Bruno Haible  <bruno@clisp.org>
53526
53527         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53528         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53529         * m4/progtest.m4:
53530         Update from GNU gettext 0.14.2.
53531         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53532
53533 2005-02-24  Bruno Haible  <bruno@clisp.org>
53534
53535         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53536         * lib/config.charset: Update from GNU gettext 0.14.2.
53537
53538 2005-02-24  Bruno Haible  <bruno@clisp.org>
53539
53540         * lib/gettext.h: Update from GNU gettext 0.14.2.
53541
53542 2005-02-23  Simon Josefsson  <jas@extundo.com>
53543
53544         * m4/iconvme.m4: New file.
53545
53546 2005-02-23  Jim Meyering  <jim@meyering.net>
53547
53548         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53549         change.
53550         Thanks to Bruno Haible for catching it.
53551
53552 2005-02-22  Simon Josefsson  <jas@extundo.com>
53553
53554         * modules/iconvme: New file.
53555
53556         * MODULES.html.sh: Add iconvme.
53557
53558 2005-02-22  Simon Josefsson  <jas@extundo.com>
53559
53560         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53561
53562 2005-02-22  Simon Josefsson  <jas@extundo.com>
53563
53564         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53565
53566 2005-02-22  Jim Meyering  <jim@meyering.net>
53567
53568         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53569         s/ifndef/ifdef/.
53570
53571 2005-02-20  Neil Conway  <neilc@samurai.com>
53572
53573         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53574         returned by OSX/Darwin if the specified buffer is not large
53575         enough for the hostname.
53576
53577 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53578
53579         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53580         pass it to _help, otherwise the latter coredumps trying to
53581         dereference state.root_argp.
53582
53583 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53584
53585         * modules/chdir-long (Depends-on): Add memrchr.
53586         * modules/memrchr (Files): Add lib/memrchr.h.
53587         (Include): "memrchr.h".
53588
53589 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53590
53591         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53592
53593 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53594
53595         * lib/memrchr.h: New file.
53596         * lib/chdir-long.c: Include it.
53597         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53598         Don't bother including stddef.h.
53599
53600 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53601
53602         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53603         inclusion.
53604         Include <sys/types.h>, for dev_t.
53605         (ME_DUMMY, ME_REMOTE): Move from here....
53606         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53607         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53608         Dmitry V. Levin.
53609         Include mountlist.h first, to test the interface.
53610
53611 2005-01-29  Bruno Haible  <bruno@clisp.org>
53612
53613         * lib/progname.c (program_name): Initialize.
53614         Needed when linking statically on MacOS X.
53615
53616 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53617
53618         Sync from coreutils.
53619         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53620         (Depends-on): Add c-strtod.
53621         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53622
53623 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53624
53625         Sync from coreutils.
53626         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53627
53628         Remove files that are specific to coreutils.
53629         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53630
53631 2005-01-28  Bruno Haible  <bruno@clisp.org>
53632
53633         * modules/javacomp: New file.
53634         * MODULES.html.sh (Java): Add javacomp.
53635
53636 2005-01-28  Bruno Haible  <bruno@clisp.org>
53637
53638         * m4/javacomp.m4: New file, from GNU gettext.
53639
53640 2005-01-28  Bruno Haible  <bruno@clisp.org>
53641
53642         * lib/javacomp.sh.in: New file, from GNU gettext.
53643         * lib/javacomp.h: New file, from GNU gettext.
53644         * lib/javacomp.c: New file, from GNU gettext.
53645
53646 2005-01-26  Simon Josefsson  <jas@extundo.com>
53647
53648         * lib/gai_strerror.c: Use GPL in header.
53649
53650 2005-01-26  Bruno Haible  <bruno@clisp.org>
53651
53652         * modules/javaexec: New file.
53653         * MODULES.html.sh (Java): Add javaexec.
53654
53655 2005-01-26  Bruno Haible  <bruno@clisp.org>
53656
53657         * m4/javaexec.m4: New file, from GNU gettext.
53658
53659 2005-01-26  Bruno Haible  <bruno@clisp.org>
53660
53661         * lib/javaexec.sh.in: New file, from GNU gettext.
53662         * lib/javaexec.h: New file, from GNU gettext.
53663         * lib/javaexec.c: New file, from GNU gettext.
53664
53665 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53666
53667         * modules/lchown (Depends-on): Remove lchown.h
53668
53669 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53670
53671         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53672         must be defined if the header file was not found, in order
53673         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53674
53675 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53676
53677         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53678         initializers for struct pentry_state.
53679         (__argp_error): Check return value of __asprintf
53680         (__argp_failure): Translate error message
53681
53682         * lib/argp-parse.c: Removed braces around the expansion of N_()
53683
53684 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53685
53686         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53687         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53688         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53689         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53690         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53691         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53692         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53693         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53694         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53695         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53696         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53697         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53698         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53699         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53700         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53701         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53702         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53703         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53704         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53705         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53706         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53707         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53708         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53709         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53710         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53711         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53712         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53713         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53714         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53715         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53716         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53717         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53718         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53719         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53720         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53721         Use an all-permissive copyright notice, recommended by RMS.
53722
53723 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53724
53725         * modules/chdir-long (Depends-on): Remove mempcpy.
53726
53727 2005-01-21  Jim Meyering  <jim@meyering.net>
53728
53729         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53730         same value as for Solaris 9.
53731
53732         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53733         component length.  This included changing the parameter to be
53734         of type `char *' rather than `char const *'.
53735         * lib/chdir-long.h (chdir_long): Update prototype.
53736
53737         * lib/openat.c (fdopendir, fstatat): New functions.
53738         * lib/openat.h: Include headers required for use of DIR and struct
53739         stat.
53740         [AT_SYMLINK_NOFOLLOW]: Define.
53741         (fdopendir, fstatat): Add prototypes.
53742
53743 2005-01-21  Bruno Haible  <bruno@clisp.org>
53744
53745         * modules/classpath: New file.
53746         * MODULES.html.sh (Java): Add classpath.
53747
53748 2005-01-21  Bruno Haible  <bruno@clisp.org>
53749
53750         * lib/classpath.h: New file, from GNU gettext.
53751         * lib/classpath.c: New file, from GNU gettext.
53752
53753 2005-01-20  Simon Josefsson  <jas@extundo.com>
53754
53755         * modules/version-etc-fsf: New file.
53756
53757 2005-01-20  Simon Josefsson  <jas@extundo.com>
53758
53759         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53760         * lib/version-etc.c: Remove version_etc_copyright.
53761         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53762         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53763
53764 2005-01-20  Simon Josefsson  <jas@extundo.com>
53765
53766         * lib/base64.h (isbase64): Add.
53767
53768         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53769         using a unsigned prototype, don't inline.
53770         (base64_decode): Use it.
53771
53772 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53773
53774         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53775         it.
53776
53777 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53778
53779         * lib/save-cwd.c (save_cwd): Remove code to support the case
53780         where fchdir is missing or flaky.
53781
53782 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53783
53784         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53785
53786 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53787
53788         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53789         AC_LIBSOURCES now does this.
53790         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53791         with new ullong_max module.
53792
53793 2005-01-19  Bruno Haible  <bruno@clisp.org>
53794
53795         * modules/sh-quote: New file.
53796         * MODULES.html.sh (Executing programs): Add sh-quote.
53797
53798 2005-01-19  Bruno Haible  <bruno@clisp.org>
53799
53800         * lib/sh-quote.h: New file, from GNU gettext.
53801         * lib/sh-quote.c: New file, from GNU gettext.
53802
53803 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53804
53805         Merge from coreutils.
53806         * m4/ullong_max.m4: New file.
53807         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53808         (gl_MACROS): Assume localeconv exists.
53809
53810 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53811
53812         Merge changes from coreutils, as described below in several
53813         changelogs dated today.
53814
53815         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53816         (O_DIRECTORY): Remove; not needed here, since "." must be
53817         a directory.  All uses removed.
53818         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53819         universal on Suns, and we also need to test for IRIX.
53820         Revamp code to use 'if' rather than '#if'.
53821         Avoid unnecessary comparison of cwd->desc to 0.
53822
53823         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53824         for known valid error numbers rather than observed invalid ones.
53825
53826 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53827
53828         * modules/ullong_max: New file.
53829
53830         * modules/chdir-long, modules/openat: New files.
53831         * modules/save-cwd (Depends-on): Depend on chdir-long.
53832         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53833
53834 2005-01-18  Jim Meyering  <jim@meyering.net>
53835
53836         Merge from coreutils.
53837         * m4/chdir-long.m4, m4/openat.m4: New files.
53838         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53839         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53840         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53841         is sane and DOES follow symlinks.  Besides, testing 20 different
53842         systems found no broken chown implementations.
53843         Prompted by a change in rsync's copy of this macro.
53844         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53845
53846         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53847
53848         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53849         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53850         NULL-means-set-to-current-time semantics.
53851         Remove temporary file immediately, rather than waiting
53852         for configure's at-exit trap code to do it.
53853
53854 2005-01-18  Jim Meyering  <jim@meyering.net>
53855
53856         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53857
53858         * lib/utimens.c (futimens): Account for the fact that futimes
53859         can also fail with errno == ENOSYS or errno == ENOENT.
53860         Patch from Dmitry V. Levin.
53861
53862         Change the name of the robust chdir function from chdir to chdir_long.
53863         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53864         (restore_cwd): Use chdir_long, not chdir.
53865         * lib/chdir-long.c: Renamed from chdir.c.
53866         * lib/chdir-long.h: Renamed from chdir.h.
53867         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53868         Hurd.
53869
53870 2005-01-18  Bruno Haible  <bruno@clisp.org>
53871
53872         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53873         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53874         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53875         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53876         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53877         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53878         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53879         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53880         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53881         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53882         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53883         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53884         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53885         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53886         Use an all-permissive copyright notice, recommended by RMS.
53887
53888 2005-01-18  Bob Proulx  <bob@proulx.com>
53889
53890         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53891         simplify offsetof() macro construct to avoid compile failure with
53892         native HP-UX 11.0 ANSI C compiler.
53893
53894 2005-01-17  Bruno Haible  <bruno@clisp.org>
53895
53896         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53897         redundant because stpncpy.m4 takes care of it.
53898
53899 2005-01-17  Bruno Haible  <bruno@clisp.org>
53900
53901         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53902
53903 2005-01-17  Bruno Haible  <bruno@clisp.org>
53904
53905         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53906         used.
53907
53908 2005-01-17  Bruno Haible  <bruno@clisp.org>
53909
53910         * lib/fwriteerror.h (fwriteerror): Change specification to include
53911         fclose.
53912         * lib/fwriteerror.c: Include <stdbool.h>.
53913         (fwriteerror): At the end, close the file stream. Record whether
53914         stdout was already closed.
53915
53916 2005-01-17  Bruno Haible  <bruno@clisp.org>
53917
53918         * lib/execute.c (environ): Declare if needed.
53919         * lib/pipe.c (environ): Likewise.
53920         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53921
53922 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53923
53924         * modules/argp: Depend on vsnprintf
53925
53926 2005-01-10  Jim Meyering  <jim@meyering.net>
53927
53928         * modules/closeout (Depends-on): Add atexit.
53929
53930 2005-01-06  Bruno Haible  <bruno@clisp.org>
53931
53932         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53933
53934 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53935
53936         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53937         definitions to be after all include files, to avoid collisions.
53938         Problem reported by Bob Proulx.
53939
53940 2005-01-04  Jim Meyering  <jim@meyering.net>
53941
53942         Changes imported from coreutils.
53943         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53944         as the mkstemp template, use a temporary directory and an
53945         8.3-friendly template to avoid trouble on systems like DJGPP.
53946         Reported by Juan M. Guerrero via Stepan Kasal.
53947         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53948         close. Remove the temporary directory right away, rather than waiting
53949         for configure's at-exit trap code to do it.
53950         Suggestion from Stepan Kasal.
53951
53952 2005-01-01  Simon Josefsson  <jas@extundo.com>
53953
53954         * gnulib-tool: Print #include directives when --import'ing.
53955
53956 2004-12-28  Simon Josefsson  <jas@extundo.com>
53957
53958         * tests/test-base64.c: Include required header files.  Remove
53959         unused variables.
53960
53961 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53962
53963         * modules/error (Depends-on): Remove gettext.
53964
53965 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53966
53967         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53968         not needed.  This removes a dependency on the gettext module.
53969         [defined _LIBC]: Do not include <libintl.h>; not needed.
53970
53971 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53972
53973         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53974         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53975
53976 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53977
53978         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53979         HAVE_DECL_STRTOLD.
53980
53981 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53982
53983         * modules/getdate (Depends-on): Remove alloca-opt.
53984
53985 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53986
53987         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53988
53989 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53990
53991         * lib/argp-parse.c: Include <stddef.h>.
53992         (alignof, alignto): New macros.
53993         (parser_init): Don't assume that void * is aligned sufficiently
53994         for struct option.
53995
53996         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53997         need to extend the stack.
53998         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53999         large.
54000
54001 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54002
54003         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54004
54005 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54006
54007         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54008         (2004-10-24) change.  Apparently this was a false alarm.
54009
54010         * modules/getdate: Depend on alloca-opt, not alloca.
54011
54012 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54013
54014         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54015         Remove now-obsolete comment about AIX.
54016         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54017         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54018         (YYMAXDEPTH): New macro.
54019
54020 2004-12-18  Simon Josefsson  <jas@extundo.com>
54021
54022         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54023
54024 2004-12-18  Bruno Haible  <bruno@clisp.org>
54025
54026         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54027
54028 2004-12-18  Bruno Haible  <bruno@clisp.org>
54029
54030         * lib/fatal-signal.c (fatal_signals): Make non-const.
54031         (init_fatal_signals): New function.
54032         (uninstall_handlers, install_handlers): Ignore signals that were set to
54033         SIG_IGN.
54034         (at_fatal_signal): Call init_fatal_signals.
54035         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54036         SIG_IGN.
54037         Reported by Paul Eggert.
54038
54039 2004-12-18  Bruno Haible  <bruno@clisp.org>
54040
54041         * doc/alloca.texi: New file.
54042         * doc/alloca-opt.texi: New file.
54043
54044 2004-12-17  Jim Meyering  <jim@meyering.net>
54045
54046         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54047         Otherwise, install-sh could exit with improper exit status when
54048         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54049
54050 2004-12-16  Simon Josefsson  <jas@extundo.com>
54051
54052         * tests/test-base64.c: Add license.
54053
54054 2004-12-15  Stepan Kasal  <address@hidden>
54055
54056         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54057
54058 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54059
54060         * modules/getcwd (Files): Add m4/d-ino.m4.
54061         Suggested by Mark D. Baushke.
54062
54063 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54064
54065         * lib/getdate.y (textint): New member "negative".
54066         (time_zone_hhmm): New function.
54067         Expect 14 shift-reduce conflicts, not 13.
54068         (o_colon_minutes): New rule.
54069         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54070         (yylex): Set the "negative" member of signed numbers.
54071
54072 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54073
54074         * doc/getdate.texi (Time of day items, Time zone items):
54075         Describe new formats +00:00, UTC+00:00.
54076
54077 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54078
54079         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54080         spurious "-l"s.  Problem reported by Stepan Kasal.
54081
54082 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54083
54084         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54085         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54086
54087 2004-12-04  Simon Josefsson  <jas@extundo.com>
54088
54089         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54090         Vandoorselaere <yoann@prelude-ids.org>.
54091
54092 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54093
54094         Changes imported from coreutils.
54095         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54096         exist.
54097         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54098
54099 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54100
54101         Changes imported from coreutils.
54102         * lib/hard-locale.c: Assume <locale.h> exists.
54103         Include "strdup.h".
54104         (GLIBC_VERSION): New macro.
54105         (hard_locale): Assume setlocale exists.
54106         Rewrite to avoid #ifdef.
54107         Use strdup rather than malloc + strcpy.
54108         * lib/human.c: Assume <locale.h> exists.
54109         (human_readable): Assume localeconv exists.
54110
54111 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54112
54113         * modules/hard-locale (Depends-on): Add strdup.
54114
54115 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54116
54117         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54118         convert T2, not T.  (Imported from libc.)
54119
54120 2004-11-30  Simon Josefsson  <jas@extundo.com>
54121
54122         * modules/restrict (License): Change to LGPL.
54123
54124 2004-11-30  Simon Josefsson  <jas@extundo.com>
54125
54126         * m4/restrict.m4: Add copyright and copying conditions.
54127
54128 2004-11-30  Simon Josefsson  <jas@extundo.com>
54129
54130         * m4/base64.m4: New file.
54131
54132 2004-11-30  Simon Josefsson  <jas@extundo.com>
54133
54134         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54135         base64.
54136
54137         * tests/test-base64.c: New file.
54138
54139         * modules/base64: New file.
54140
54141 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54142
54143         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54144         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54145
54146         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54147
54148 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54149
54150         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54151         (__getcwd.c): Don't restore errno; glibc doesn't.
54152         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54153         first, falling back to our code only if its results look suspicious.
54154         Ensure that the resulting buffer is only as large as necessary.
54155
54156         * lib/readutmp.c: Include readutmp.h first.
54157         Include <errno.h>, since readutmp.h no longer does that.
54158         * lib/readutmp.h: Don't include <errno.h>,
54159         <sys/param.h>, <time.h>; not needed to establish interface.
54160         (errno): Remove decl.
54161         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54162         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54163         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54164
54165 2004-11-28  Simon Josefsson  <jas@extundo.com>
54166
54167         * lib/base64.h, base64.c: New file.
54168
54169 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54170
54171         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54172
54173 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54174
54175         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54176         (Depends-on): Remove pathmax, same.  Add mempcpy.
54177         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54178         (Makefile.am): Append getcwd.h to lib_SOURCES.
54179         (Include): Add getcwd.h.
54180         (Maintainer): Change from Jim Meyering to "all, glibc",
54181         since getdate now uses intended-for-glibc code.
54182         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54183         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54184
54185 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54186
54187         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54188         HP's ANSI C compiler.
54189         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54190         Declaring int functions causes warnings on some modern systems and
54191         shouldn't be needed to compile on ancient ones.
54192         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54193         defined.
54194
54195         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54196         with the following changes.
54197         (__set_errno): Parenthesize properly.
54198         Include <stdbool.h>.
54199         (MIN, MAX, MATCHING_INO): New macros.
54200         (__getcwd): Define with prototype, not K&R form.
54201         Use heuristics to allocate default buffer on stack if possible.
54202         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54203         behavior, and to avoid the PATH_MAX limit when computing
54204         ../../../../...
54205         Use MATCHING_INO to compare inode number to file.
54206         Check for arithmetic overflow in size calculations.
54207         Fix bug in reallocation of dot array that caused getcwd to fail
54208         on directories nested deeper than 75.
54209         Be more careful about saving errno on error.
54210         Do not use realloc; use only free+malloc, as this is a bit
54211         more flexible and avoids a needless copy operation.
54212         Do not inspect st_dev and st_ino for symbolic links; POSIX
54213         doesn't specify the latter.
54214         Check for closedir errors.
54215         Avoid needless casts.
54216         Use "#ifdef weak_alias" around weak_alias, to be like other
54217         glibc code.
54218         The following changes to getcwd.c have effect only when used in
54219         gnulib; they have no effect inside glibc proper.
54220         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54221         as alloca isn't used.
54222         (alloca, __alloca): Likewise.
54223         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54224         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54225         unconditionally, as gnulib assumes C89 or better.
54226         Do not include <sys/param.h>.
54227         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54228         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54229         better.
54230         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54231         Include <dirent.h> in a way that is compatible with modern Autoconf.
54232         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54233         New macros, if not already defined.
54234         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54235         Use "_LIBC", not "defined _LIBC", for consistency.
54236         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54237         a mempcpy module.
54238         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54239         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54240         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54241         credit only to Jim Meyering and adjust the copyright dates.
54242         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54243         <stdlib.h>, <unistd.h>, "pathmax.h".
54244         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54245         (INITIAL_BUFFER_SIZE): Remove.
54246         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54247
54248 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54249
54250         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54251         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54252         Use the _ONCE methods, for efficiency.
54253         Check for fcntl.h.  In test program, include <errno.h>
54254         and <fcntl.h> if available.  Remove old K&R cruft from
54255         test program.  Check for common errors in GNU/Linux,
54256         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54257         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54258         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54259         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54260         name accordingly.
54261         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54262         accommodate new getcwd.c.
54263         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54264         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54265         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54266         that's all we need now.
54267
54268 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54269
54270         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54271         argp-parse.c depends on getopt internals, that means we should
54272         always use our getopt, to be on the safe side.
54273         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54274         order not to spoil the result of an eventual previous invocation
54275         of gl_GETOPT_SUBSTITUTE.
54276
54277 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54278
54279         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54280         redefinition warnings. To avoid them, include the defines
54281         in `#if !defined __need_getopt ... #endif'. The only place
54282         where __getopt_argv_const is used is in definitions
54283         of getopt_long and getopt_long_only below, which are as well
54284         protected by `#ifndef __need_getopt'.
54285         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54286         __need_getopt after including <stdio.h> and <unistd.h> These
54287         headers might have defined it.
54288
54289 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54290
54291         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54292
54293 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54296         (futimens): New function, which uses futimes if available.
54297         (futimens, utimens): Support timespec==NULL, with same semantics
54298         as utime and utimens.
54299         * lib/utimens.h (futimens): New decl.
54300
54301 2004-11-23  Jim Meyering  <jim@meyering.net>
54302
54303         * lib/getopt_.h: Remove trailing blanks.
54304
54305 2004-11-23  Jim Meyering  <jim@meyering.net>
54306
54307         * lib/__fpending.c: Add comment.
54308
54309 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54310
54311         * modules/canonicalize (Depends-on): Add xreadlink.
54312         Problem reported by James Youngman.
54313
54314 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54315
54316         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54317         New macros.
54318         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54319         optopt): Use them instead of invoking ## directly; otherwise, the
54320         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54321
54322 2004-11-19  Bruno Haible  <bruno@clisp.org>
54323
54324         * lib/strtok_r.c: Move comments from here...
54325         * lib/strtok_r.h: ... to here.
54326
54327 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54328
54329         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54330         implementations that mishandle size_t overflow.
54331
54332 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54333
54334         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54335         might fail.  Problem reported by Yoann Vandoorselaere.
54336         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54337         implementations that mishandle size_t overflow.
54338
54339 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54340
54341         * modules/canon-host (Depends-on): Add strdup.
54342
54343 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54344
54345         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54346
54347 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54348
54349         * lib/canon-host.c: Include "strdup.h".
54350         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54351         Use strdup instead of malloc/strcpy to duplicate strings.
54352
54353         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54354         (human_space_before_unit): New constant.
54355         * lib/human.c (human_readable): Support it.
54356
54357         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54358         (xgetcwd): Set errno correctly when failing.
54359         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54360         the failure is actually due to a PATH_MAX problem.
54361
54362         Further getopt changes to make it more likely that glibc will
54363         buy the changes back.
54364         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54365         (getopt): Use it, so to preserve glibc semantic
54366         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54367         when compiling for libc.
54368         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54369         (getopt_long, getopt_long_only): Use it.
54370
54371         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54372         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54373         (getopt): Argv is now char * const *, as per standard.
54374         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54375         not char *__getopt_argv_const *.
54376         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54377         _getopt_long_only_r): Likewise.
54378         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54379         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54380         _getopt_long_r, _getopt_long_only_r): Likewise.
54381         * lib/getopt_.h (__getopt_argv_const): Remove.
54382         (getopt): Argv is now char * const *, as per standard.
54383
54384         * lib/getdate.y (tORDINAL): New token.
54385         (day, relunit): Allow it for relative times.
54386         (relative_time_table): Use tORDINAL for ordinals.
54387
54388 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54389
54390         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54391         Document that "second" isn't allowed as an ordinal number.
54392
54393 2004-11-16  Jim Meyering  <jim@meyering.net>
54394
54395         * modules/closeout (Depends-on): Add fpending.
54396
54397 2004-11-15  Jim Meyering  <jim@meyering.net>
54398
54399         * lib/closeout.c: Include "__fpending.h" once again.
54400         Include <stdbool.h>.
54401         (close_stdout): Don't fail just because stdout was closed initially,
54402         since some programs don't write to stdout in the normal course of
54403         operation (other than --version and --help), and we don't want this
54404         function to make e.g. `touch file >&-' fail.
54405         But do fail if it was closed and someone has tried to write to it.
54406         E.g., `printf foo >&-' must fail.
54407
54408 2004-11-13  Jim Meyering  <jim@meyering.net>
54409
54410         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54411
54412 2004-11-12  Simon Josefsson  <jas@extundo.com>
54413
54414         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54415         small doc fix is still pending.
54416
54417 2004-11-11  Simon Josefsson  <jas@extundo.com>
54418
54419         * modules/strtok_r: New file.
54420
54421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54422         strtok_r.
54423
54424 2004-11-11  Simon Josefsson  <jas@extundo.com>
54425
54426         * m4/strtok_r.m4: New file.
54427
54428         * m4/getopt.m4: Replace opterr.
54429
54430 2004-11-11  Simon Josefsson  <jas@extundo.com>
54431
54432         * lib/strtok_r.h, strtok_r.c: New file.
54433
54434 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54435
54436         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54437         of replacing opterr, getopt, etc.  This should handle the
54438         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54439
54440 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54441
54442         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54443         we can stop lying to compilers about the constness of argv when we
54444         are compiled outside glibc.
54445         (getopt, getopt_long, getopt_long_only): Use it.
54446         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54447         _getopt_internal, getopt): Likewise.
54448         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54449         _getopt_long_only_r): Likewise.
54450         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54451         _getopt_long_r, _getopt_long_only_r): Likewise.
54452
54453         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54454         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54455         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54456         the other external symbols.
54457         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54458         declaration, since the above renaming now works around collisions.
54459
54460 2004-11-11  Jim Meyering  <jim@meyering.net>
54461
54462         * lib/linebreak.c: Remove trailing blanks.
54463         * lib/alloca_.h: Likewise.
54464         * lib/acosl.c: Likewise.
54465         * lib/euidaccess.c: Likewise.
54466         * lib/allocsa.h: Likewise.
54467
54468 2004-11-10  Simon Josefsson  <jas@extundo.com>
54469
54470         * m4/getaddrinfo.m4: New file.
54471
54472 2004-11-10  Simon Josefsson  <jas@extundo.com>
54473
54474         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54475
54476 2004-11-10  Simon Josefsson  <jas@extundo.com>
54477
54478         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54479         getaddrinfo.
54480
54481         * modules/getaddrinfo: New file.
54482
54483 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54484
54485         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54486
54487 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54488
54489         * lib/mktime.c (SHR): New macro, which is a portable
54490         substitute for >> that should work even on Crays.
54491         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54492         Problem reported by Mark D. Baushke in
54493         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54494         * lib/getdate.y (SHR): Likewise.
54495         (tm_diff): Use it.
54496         * lib/strftime.c (SHR): Likewise.
54497         (tm_diff): Use it.
54498         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54499         quote_these_too, so that right shifts are well defined.  All uses
54500         changed.
54501
54502 2004-11-10  Jim Meyering  <jim@meyering.net>
54503
54504         Ensure that no close failure goes unreported.
54505         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54506         return early when it seems there's nothing to flush.
54507         Don't include __fpending.h.
54508
54509 2004-11-10  Jim Meyering  <jim@meyering.net>
54510
54511         * modules/closeout (Depends-on): Remove fpending.
54512
54513 2004-11-10  Jim Meyering  <jim@meyering.net>
54514
54515         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54516
54517 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54518
54519         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54520         gl_FUNC_STRFTIME.
54521         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54522         and AC_REQUIRE when possible, to avoid duplicate checks.
54523         Check for <wchar.h>.
54524
54525 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54526
54527         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54528
54529 2004-11-09  Bruno Haible  <bruno@clisp.org>
54530
54531         * m4/sockpfaf.m4: New file.
54532
54533 2004-11-05  Bruno Haible  <bruno@clisp.org>
54534
54535         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54536         Reported by Mark D. Baushke <mdb@cvshome.org>.
54537
54538 2004-11-04  Bruno Haible  <bruno@clisp.org>
54539
54540         2004-09-11  Bruno Haible  <bruno@clisp.org>
54541                 * allocsa.valgrind: New file.
54542         2004-02-06  Bruno Haible  <bruno@clisp.org>
54543                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54544                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54545                 Reported by Christopher Seip <chris.seip@hp.com>.
54546
54547 2004-11-04  Bruno Haible  <bruno@clisp.org>
54548
54549         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54550         (Makefile.am): Distribute it.
54551
54552 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54553
54554         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54555         with errno == ERANGE if the buffer is too small.
54556         Problem reported by Mark D. Baushke.
54557
54558 2004-11-03  Albert Chin  <china@thewrittenword.com>
54559             Paul Eggert  <eggert@cs.ucla.edu>
54560
54561         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54562         equivalent, substitute $ac_type for equivalent type rather than
54563         blindly using uint32_t *always* which won't work if uint32_t is not
54564         available.  Define _UINT32_T to work around typedef of uint32_t if
54565         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54566         2.5.1.
54567
54568 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54569
54570         * m4/jm-macros.m4: Sync from coreutils.
54571         (gl_MACROS): Check for mbrlen, for pathchk.
54572         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54573
54574 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54575
54576         * lib/xreadlink.c (MAXSIZE): New macro.
54577         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54578         size does not exceed MAXSIZE.  Avoid cast.
54579         As suggested by Mark D. Baushke in
54580         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54581         if readlink fails with buffer size just under MAXSIZE, try again
54582         with MAXSIZE.
54583
54584 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54585
54586         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54587
54588 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54589         and  Paul Eggert  <eggert@cs.ucla.edu>
54590
54591         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54592         (get_date): Overparenthesize to avoid GCC warning.
54593
54594 2004-11-02  Bruno Haible  <bruno@clisp.org>
54595
54596         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54597         returns void.
54598
54599 2004-11-02  Bruno Haible  <bruno@clisp.org>
54600
54601         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54602         function returns void.
54603
54604 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54605
54606         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54607         fflush_unlocked, flockfile, funlockfile, funlockfile,
54608         fputs_unlocked, putc_unlocked.
54609
54610 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54611
54612         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54613         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54614         already declared.
54615
54616 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54617
54618         * modules/getdate (Files): Add doc/getdate.texi.
54619         (Depends-on): Add setenv, xalloc.
54620
54621 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54622
54623         * lib/getdate.y: Add support for TZ="foo" within a date string.
54624         Fix some bugs near time_t boundaries.  Reject dates with
54625         out-of-range components, e.g., "Sept 31".
54626         Include <stdlib.h>, "setenv.h", "xalloc.h".
54627         (ISDIGIT_LOCALE): Remove; unused.
54628         Note that the TZ and time functions used here are not reentrant.
54629         (mktime_ok, get_tz): New functions.
54630         (TZBUFSIZE): New constant.
54631         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54632         This requires that we sometimes generate our own TZ="XXX..." setting.
54633
54634 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54635
54636         * doc/getdate.texi: New file, from coreutils with modifications for
54637         the new TZ parsing.
54638
54639 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54640
54641         * lib/mktime.c (not_equal_tm): Remove redundant check.
54642
54643 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54644
54645         * modules/regex (lib_SOURCES): Add regex.c.
54646         Reported by James Youngman in
54647         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54648
54649 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54650
54651         * lib/getdate.y: Use Bison 1.875 features, and some minor
54652         code cleanups.  This change does not affect semantics.
54653         Don't include <stdlib.h>; no longer needed.
54654         Don't include unlocked-io.h; only the "#if TEST" code uses
54655         stdio, and performance isn't crucial there.
54656         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54657         Bison 1.875 features as described below.
54658         All uses of "PC." replaced by "pc->".
54659         (YYSTYPE): Add a forward declaration.
54660         (yylex, yyerror): Use full prototypes in forward decls.
54661         Use "%pure-parser" rather than obsolescent "%pure_parser".
54662         Use %parse-param and %lex-param instead of obsolescent
54663         YYPARSE_PARAM and YYLEX_PARAM.
54664         (meridian_table, month_and_day_table, time_units_table,
54665         relative_time_table, time_zone_table, military_table,
54666         lookup_zone, lookup_word, get_date):
54667         Use NULL instead of 0 where appropriate.
54668         (to_hour): Avoid abort (), to avoid a dependency on
54669         stdlib.h.
54670         (yyerror, yylex): Now accepts parser_control * arg.
54671         (main) [TEST]: Use '\0' rather than 0 for char.
54672
54673 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54674
54675         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54676
54677 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54678
54679         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54680         It's now the caller's responsibility to handle the case where
54681         !HAVE_GETPAGESIZE && !defined getpagesize.
54682
54683         * lib/mktime.c (leapyear): Arg is long int, not int.
54684
54685 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54686
54687         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54688
54689 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54690
54691         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54692         missing.  Problem reported by James Youngman.
54693
54694 2004-10-16  Simon Josefsson  <jas@extundo.com>
54695
54696         * gnulib-tool: Fix comments.  Fix parse problem.
54697         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54698
54699 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54700
54701         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54702         implementation of getopt_long.  Problem reported by Alexander Taler in:
54703         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54704
54705 2004-10-15  Bruno Haible  <bruno@clisp.org>
54706
54707         * gnulib-tool: Untabify. Initialize supplied_libname.
54708         (func_usage): More homogenous output.
54709         (func_modules_transitive_closure, func_modules_to_filelist,
54710         func_emit_lib_Makefile_am): New functions.
54711         (func_import): New function, extracted from big case statement. Use
54712         func_get_license, func_modules_transitive_closure,
54713         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54714         opt_lgpl. Don't use test -a, as it's not portable.
54715         (func_create_testdir): Use func_modules_transitive_closure,
54716         func_modules_to_filelist, func_emit_lib_Makefile_am.
54717
54718 2004-10-15  Bruno Haible  <bruno@clisp.org>
54719
54720         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54721
54722 2004-10-15  Bruno Haible  <bruno@clisp.org>
54723
54724         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54725         the portions belonging to each module.
54726         Suggested by Derek Robert Price <derek@ximbiot.com>.
54727
54728 2004-10-12  Simon Josefsson  <jas@extundo.com>
54729
54730         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54731         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54732         to real functions.
54733
54734 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54735
54736         * modules/vsnprintf: New file.
54737
54738 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54739
54740         * m4/vsnprintf.m4: New file.
54741
54742 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54743
54744         * lib/vsnprintf.h: New file.
54745         * lib/vsnprintf.c: New file.
54746
54747 2004-10-11  Bruno Haible  <bruno@clisp.org>
54748
54749         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54750         vsnprintf.
54751
54752 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54753
54754         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54755
54756 2004-10-07  Bruno Haible  <bruno@clisp.org>
54757
54758         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54759         fits into the provided buffer.
54760
54761 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54762
54763         * lib/diacrit.c, diacrit.h: Add GPL notice.
54764
54765         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54766         notice.
54767         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54768         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54769         This avoids a potential constant-folding bug.
54770
54771 2004-10-05  Bruno Haible  <bruno@clisp.org>
54772
54773         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54774         for the declaration of strsep.
54775
54776 2004-10-05  Bruno Haible  <bruno@clisp.org>
54777
54778         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54779
54780 2004-10-04  Simon Josefsson  <jas@extundo.com>
54781
54782         * modules/memmem: New file.
54783         * tests/test-memmem.c: New file.
54784         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54785
54786 2004-10-04  Simon Josefsson  <jas@extundo.com>
54787
54788         * m4/memmem.m4: New file.
54789
54790 2004-10-04  Simon Josefsson  <jas@extundo.com>
54791
54792         * lib/memmem.h: New file.
54793         * lib/memmem.c: New file, taken from glibc.
54794
54795 2004-10-04  Simon Josefsson  <jas@extundo.com>
54796
54797         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54798         '#ifdef USE_UNLOCKED_IO'.
54799
54800 2004-10-04  Simon Josefsson  <jas@extundo.com>
54801
54802         * config/srclist.txt: Add memmem from glibc.
54803
54804 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54805
54806         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54807
54808         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54809         modules/exclude, modules/getdate, modules/getline,
54810         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54811         modules/getusershell, modules/linebuffer, modules/md5,
54812         modules/mountlist, modules/posixtm, modules/readtokens,
54813         modules/readutmp, modules/regex, modules/sha1,
54814         modules/version-etc, modules/yesno:
54815         Remove dependency on unlocked-io.
54816
54817 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54818
54819         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54820
54821         * m4/unlocked-io.m4: Add copyright notice.
54822         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54823
54824 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54825
54826         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54827         * lib/xmalloc.c (xmemdup): Likewise.
54828         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54829         XFREE): Remove these long-obsolescent macros.
54830         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54831         * lib/xstrdup.c: Remove.
54832
54833         * lib/regex.c (re_comp): Cast gettext return value to char *,
54834         Problem reported by Martin Neitzel via Mark D. Baushke.
54835
54836 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54837
54838         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54839         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54840         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54841         regex.c, sha1.c, version-etc.c, yesno.c:
54842         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54843         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54844         the includer's responsibility.
54845
54846         Sync from coreutils.
54847
54848         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54849         points to the start of a string, as the C Standard says the
54850         resulting behavior is undefined.
54851
54852         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54853         simple -> simple_backups, numbered_existing ->
54854         numbered_existing_backups, numbered -> numbered_backups
54855         to avoid shadowing problems.  All uses changed.
54856         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54857         * lib/backupfile.c (check_extension, numbered_backup):
54858         Rename locals to avoid shadowing 'basename'.
54859         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54860         once.
54861
54862         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54863         * lib/.cvsignore: Add getopt.h.
54864
54865 2004-10-04  Bruno Haible  <bruno@clisp.org>
54866
54867         * modules/README: New file.
54868         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54869         not a module.
54870
54871 2004-10-02  Jim Meyering  <jim@meyering.net>
54872
54873         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54874
54875 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54876
54877         * modules/strsep: New file.
54878
54879 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54880
54881         * m4/strsep.m4: New file.
54882
54883 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54884
54885         * lib/strsep.h: New file.
54886         * lib/strsep.c: New file.
54887
54888 2004-10-01  Simon Josefsson  <jas@extundo.com>
54889
54890         * lib/snprintf.c (snprintf): Handle size==0.
54891
54892 2004-10-01  Simon Josefsson  <jas@extundo.com>
54893             Bruno Haible  <bruno@clisp.org>
54894
54895         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54896         (snprintf): Declare 'args'.
54897
54898 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54899
54900         * lib/snprintf.c: Remove comments as to why each header is needed.
54901
54902 2004-10-01  Bruno Haible  <bruno@clisp.org>
54903
54904         * MODULES.html.sh: Add strsep.
54905
54906 2004-09-30  Simon Josefsson  <jas@extundo.com>
54907
54908         * modules/snprintf: New file.
54909
54910 2004-09-30  Simon Josefsson  <jas@extundo.com>
54911
54912         * m4/snprintf.m4: New file.
54913
54914 2004-09-30  Simon Josefsson  <jas@extundo.com>
54915
54916         * lib/snprintf.h, lib/snprintf.c: New files.
54917
54918 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54919
54920         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54921         (hol_entry_help): Never translate an empty string.
54922         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54923         * lib/argp.h (OPTION_NO_TRANS): New option.
54924
54925 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54926
54927         * modules/argp (Maintainer): Replace Simon Josefsson
54928         by Sergey Poznyakoff.
54929
54930 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54931
54932         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54933         changes merged back into glibc.
54934
54935 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54936
54937         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54938
54939 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54940
54941         * lib/xvasprintf.c: Include xalloc.h.
54942         (xvasprintf): Use xalloc_die, not xmalloc_die.
54943
54944 2004-09-29  Bruno Haible  <bruno@clisp.org>
54945
54946         * modules/alloca-opt: New file, derived from modules/alloca.
54947         * modules/allocsa: Depend on alloca-opt instead of alloca.
54948         * modules/setenv: Likewise.
54949         * modules/vasnprintf: Likewise.
54950         * MODULES.html.sh: Add alloca-opt.
54951
54952 2004-09-28  Simon Josefsson  <jas@extundo.com>
54953
54954         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54955         LGPL, and to replace license template from GPL to LGPL.
54956
54957 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54958
54959         * modules/dummy: Change license to LGPL.
54960
54961 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54962
54963         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54964
54965 2004-09-24  Simon Josefsson  <jas@extundo.com>
54966
54967         * modules/minmax (License): Change from GPL to LGPL.
54968
54969 2004-09-23  Simon Josefsson  <jas@extundo.com>
54970
54971         * gnulib-tool (--import): Typo.
54972
54973 2004-09-23  Simon Josefsson  <jas@extundo.com>
54974
54975         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54976
54977 2004-09-22  Bruno Haible  <bruno@clisp.org>
54978
54979         * modules/*: Add 'License' field.
54980         * gnulib-tool: Accept --extract-license option.
54981         (func_get_license): New function.
54982
54983 2004-09-21  Bruno Haible  <bruno@clisp.org>
54984
54985         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54986         Reported by Simon Josefsson.
54987
54988 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54989
54990         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54991         gl_AC_TYPE_LONG_LONG.
54992
54993 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54994
54995         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54996
54997 2004-09-18  Simon Josefsson  <jas@extundo.com>
54998         and  Paul Eggert  <eggert@cs.ucla.edu>
54999
55000         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55001         calls with autoreconf.  Define GL_LIB.
55002
55003 2004-09-14  Karl Berry  <karl@gnu.org>
55004
55005         * config/srclist.txt: unsync setenv.c, sigh.
55006
55007 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55008
55009         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55010         Problem reported by Bruno Haible in:
55011         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55012
55013 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55014
55015         * config/srclist.txt: Comment out argp-pvh.c.
55016
55017 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55018
55019         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55020         in case some system header has #define'd it.  Problem reported by
55021         Soeren D. Schulze in
55022         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55023
55024 2004-09-09  Karl Berry  <karl@gnu.org>
55025
55026         * regex.[ch]: delete from the root.  These were supposed to be
55027                 synced with emacs cvs, but this has not happened for about
55028                 a year, and anyway nothing else uses emacs regex.[ch].
55029                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55030                 lib/regex[.ch] is untouched.
55031
55032 2004-09-09  Bruno Haible  <bruno@clisp.org>
55033
55034         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55035
55036 2004-09-09  Bruno Haible  <bruno@clisp.org>
55037
55038         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55039         modifications.
55040         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55041
55042 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55043
55044         * modules/xvasprintf: New file.
55045         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55046
55047 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55048
55049         * lib/xvasprintf.h: New file.
55050         * lib/xvasprintf.c: New file.
55051         * lib/xasprintf.c: New file.
55052
55053 2004-09-08  Bruno Haible  <bruno@clisp.org>
55054
55055         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55056
55057 2004-09-08  Bruno Haible  <bruno@clisp.org>
55058
55059         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55060         length is > INT_MAX.
55061         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55062         more.
55063
55064 2004-09-08  Bruno Haible  <bruno@clisp.org>
55065
55066         * lib/stdint_.h: New file, taken from GNU clisp.
55067
55068 2004-09-08  Bruno Haible  <bruno@clisp.org>
55069             Oskar Liljeblad  <oskar@osk.mine.nu>
55070
55071         * modules/stdint: New file.
55072         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55073
55074 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55075
55076         Import from coreutils.
55077         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55078         strings on unbounded length.  alloca's performance benefits aren't
55079         that important here.
55080         (V_STRDUP): Remove.
55081         (parse_with_separator): New function, with most of the internals
55082         of the old parse_user_spec.  Allow user to omit both user and group,
55083         for compatibility with FreeBSD.
55084         Clone only the user name, not the entire spec.
55085         Do not set *uid, *gid unless entirely successful.
55086         Avoid memory leak in some failing cases.
55087         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55088         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55089         (parse_user_spec): Rewrite to use parse_with_separator.
55090
55091 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55092
55093         * modules/userspec: Don't depend on alloca.
55094
55095 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55096
55097         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55098
55099 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55100
55101         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55102         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55103         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55104
55105 2004-08-16  Simon Josefsson  <jas@extundo.com>
55106
55107         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55108         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55109         Add --dry-run for --import.
55110         Let user provided command line parameters override configure.ac
55111         settings.
55112
55113 2004-08-12  Simon Josefsson  <jas@extundo.com>
55114
55115         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55116         as discussed with Paul Eggert in threads rooted at
55117         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55118         and
55119         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55120         Before, the test was empty, and relied on ELIDE_CODE in source
55121         code.)
55122         (gl_PREREQ_GETOPT): New macro.
55123         (gl_GETOPT): Use them.
55124
55125 2004-08-12  Simon Josefsson  <jas@extundo.com>
55126
55127         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55128         * lib/getopt_.h: Renamed from getopt.h.
55129
55130 2004-08-12  Simon Josefsson  <jas@extundo.com>
55131
55132         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55133         Change default library name from libfoo to libgnu.
55134         Now, if you have a configure.ac that says:
55135                 gl_SOURCE_BASE(gl)
55136                 gl_M4_BASE(gl/m4)
55137                 gl_MODULES(error getopt etcetera)
55138                 gl_INIT
55139         you can import all you need by running:
55140                 ../gnulib/gnulib-tool --import
55141
55142         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55143         (Makefile.am): Rewrite, use logic from argz.
55144         (Include): Use <getopt.h> instead of "getopt.h".
55145
55146 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55147
55148         * modules/argp (Files): Add m4/unlocked-io.m4.
55149         (Depends-on): Add extensions.
55150
55151 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55152
55153         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55154         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55155         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55156         Check for program_invocation_name, program_invocation_short_name,
55157         flockfile, funlockfile, features.h, _getopt_long_only_r.
55158
55159 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55160
55161         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55162         its complicated substitute.
55163         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55164         and program_invocation_name.
55165         (__argp_basename) [!_LIBC]: Remove; the only use was
55166         replaced by its body.
55167         (__argp_short_program_name): Change condition from
55168         !defined __argp_short_program_name to
55169         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55170         to match argp-namefrob.h.
55171         (__argp_failure): Don't assume strerror_r returns char *.
55172         * lib/argp-parse.c (N_): Define unconditionally.
55173         (argp_default_options): Fill out initializers with 0 to avoid
55174         gcc warnings.
55175
55176 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55177
55178         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55179         getopt1.c.
55180
55181 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55182
55183         Merge from coreutils.
55184
55185         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55186
55187         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55188         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55189
55190 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55191
55192         Merge from coreutils.
55193
55194         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55195         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55196         for Reliant Unix 5.43.
55197
55198         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55199         (union fooround): Use uintmax_t, not long int.
55200         The rest is a merge from libc:
55201         [defined _LIBC]: Include <shlib-compat.h>.
55202         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55203
55204         * lib/settime.c (settime): Recode to avoid warning with
55205         Sun Forte C 6U2.
55206
55207         * lib/strverscmp.c: Convert to UTF-8.
55208
55209 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55210
55211         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55212         m4/uintmax_t.m4.
55213
55214 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55215
55216         * modules/xalloc-die: New file.
55217         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55218
55219         * modules/md5 (Files): Add m4/uint32_t.m4.
55220         * modules/sha1: Renamed from modules/sha.
55221         (Files):
55222         Rename lib/sha.h to lib/sha1.h.
55223         Rename lib/sha.c to lib/sha1.c.
55224         Rename m4/sha.m4 to m4/sha1.m4.
55225         (lib_SOURCES): Likewise.
55226         (configure.ac): Rename gl_SHA to gl_SHA1.
55227         (Include): sha.h -> sha1.h.
55228
55229 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55230
55231         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55232         * m4/sha1.m4: Renamed from sha.m4.
55233         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55234
55235 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55236
55237         * lib/obstack.h (obstack_empty_p):
55238         Don't assume that chunk->contents is suitably aligned.
55239         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55240         Likewise. Problem reported by Benno in
55241         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55242
55243         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55244         readable.  This could be improved further but it'd take some work.
55245
55246 2004-08-08  Simon Josefsson  <jas@extundo.com>
55247
55248         * modules/xgethostname (Depends-on): Remove exit and error (not
55249         used).
55250
55251         * modules/getpass-gnu: Add getpass.h.
55252         (Depends-on): Add stdbool.
55253         * modules/getpass: Add getpass.h.
55254
55255 2004-08-08  Simon Josefsson  <jas@extundo.com>
55256
55257         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55258         Check getpass declaration.
55259
55260 2004-08-08  Simon Josefsson  <jas@extundo.com>
55261
55262         * lib/xgethostname.c: Don't include error.h (not used).
55263
55264         * lib/getpass.h: Add.
55265         * lib/getpass.c: Include getpass.h first.
55266
55267 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55268
55269         * lib/xalloc-die.c: New file.
55270         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55271         All uses removed.
55272         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55273         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55274         xalloc-die.c.
55275         (_, N_, xalloc_die): Move to xalloc-die.c.
55276         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55277         so that we needn't mess with xalloc_msg_memory_exhausted.
55278
55279         * lib/sha1.h: Renamed from sha.h.
55280         (SHA1_H): Renamed from _SHA_H.
55281         (sha1_ctx): Renamed from sha_ctx.
55282         (sha1_init_ctx): Renamed from sha_init_ctx.
55283         (sha1_process_block): Renamed from sha_process_block.
55284         (sha1_process_bytes): Renamed from sha_process_bytes.
55285         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55286         (sha1_read_ctx): Renamed from sha_read_ctx.
55287         (sha1_stream): Renamed from sha_stream.
55288         (sha1_buffer): Renamed from sha_buffer.
55289         * lib/sha1.c: Likewise; renamed from sha.c.
55290         Do not include <sys/types.h>.
55291         Include <stddef.h> rather than <stdlib.h>.
55292
55293 2004-08-08  Bruno Haible  <bruno@clisp.org>
55294
55295         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55296         FILESYSTEM_PREFIX_LEN.
55297         * lib/progreloc.c: Likewise.
55298         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55299
55300 2004-08-06  Simon Josefsson  <jas@extundo.com>
55301
55302         * modules/progname (Depends-on): Don't depend on stdbool.
55303
55304 2004-08-06  Simon Josefsson  <jas@extundo.com>
55305
55306         * modules/getsubopt: New file.
55307         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55308         getsubopt.
55309
55310 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55311
55312         More merge from coreutils.
55313
55314         * m4/utimens.m4, m4/utimecmp.m4: New files.
55315         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55316         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55317         prereq.m4, sha.m4: Import changes from coreutils.
55318
55319 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55320
55321         More merge from coreutils.
55322         * modules/raise, modules/readtokens0, modules/utimens:
55323         * modules/utimecmp, module/xnanosleep: New files.
55324         * modules/strftime: Add lib/strftime.h.
55325         Change include from <time.h> to "strftime.h".
55326         * modules/yesno: Add lib/yesno.h.
55327         * modules/backupfile: Remove lib/addext.c.
55328         * modules/euidaccess: Add stat-macros.h.
55329         * modules/canonicalize, modules/euidaccess,
55330         modules/filemode, modules/lchown, modules/makepath,
55331         modules/rmdir, modules/stat: Likewise.
55332
55333 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55334
55335         Merge from tar.
55336         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55337         SIZE_MAX is a valid preprocessor constant.
55338         (__argp_basename): Change from "#ifndef _LIBC"
55339         to "#ifndef __argp_short_program_name", so that
55340         we don't compile these functions for tar.
55341
55342         More merges from coreutils.
55343         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55344         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55345         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55346         * lib/addext.c: Remove; no longer needed.
55347         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55348         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55349         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55350         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55351         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55352         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55353         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55354         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55355         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55356         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55357         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55358         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55359         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55360         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55361         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55362         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55363         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55364         Import changes from coreutils.
55365
55366 2004-08-05  Simon Josefsson  <jas@extundo.com>
55367
55368         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55369
55370 2004-08-05  Simon Josefsson  <jas@extundo.com>
55371
55372         * m4/getsubopt.m4: New file.
55373
55374 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55375
55376         Merge from coreutils.
55377
55378         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55379         * m4/getcwd-path-max.m4: New files.
55380
55381         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55382         FILESYSTEM_PREFIX_LEN ->
55383         FILE_SYSTEM_PREFIX_LEN.
55384         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55385         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55386         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55387         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55388
55389         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55390         prerequisite modules now handle the DOS stuff.
55391         Don't check for unistd.h.
55392
55393 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55394
55395         Merge from coreutils.
55396
55397         * lib/.gdb-history: Remove; this doesn't belong here.
55398
55399         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55400         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55401         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55402         * lib/getcwd.c: New files.
55403
55404         * lib/dirname.h: Include <stdbool.h>.
55405         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55406         for consistency with POSIX terminology.  All uses changed.
55407         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55408         (strip_trailing_slashes): Use bool for booleans.
55409         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55410
55411         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55412         sometimes returns a positive errno value even when it succeeds.
55413         (print_errno_message) [!LIBC]: Fall back on strerror if
55414         __strerror_r fails.
55415
55416         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55417         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55418         (longest_relative_suffix): New function.
55419         (path_concat): Use it.  Assume first argument is not NULL.
55420         Port to DOS.  Omit redundant separators.
55421         Report an error instead of returning NULL.
55422         Use mempcpy instead of memcpy.
55423         (xpath_concat): Remove: not declared or used.
55424
55425         * lib/same.h: Include <stdbool.h>
55426         (same_name): Return bool, not int.
55427         * lib/same.c (same_name): Likewise.
55428         (errno): Don't declare; we assume C89 or better now.
55429
55430         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55431         if not already defined.
55432
55433         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55434         * lib/dup-safer.c (errno): Likewise.
55435
55436 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55437
55438         Merge from coreutils.
55439         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55440         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55441         * modules/path-concat: Don't depend on strdup.
55442
55443 2004-08-03  Simon Josefsson  <jas@extundo.com>
55444
55445         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55446         * lib/progname.h: Don't include stdbool.h.
55447
55448 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55449
55450         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55451         * MODULES.html.sh (func_all_modules): Remove fatal.
55452
55453 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55454
55455         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55456
55457 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55458
55459         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55460         working.
55461
55462 2004-08-02  Simon Josefsson  <jas@extundo.com>
55463
55464         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55465         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55466         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55467
55468 2004-08-01  Simon Josefsson  <jas@extundo.com>
55469
55470         * lib/xgetdomainname.c: Include stdlib.h, for free().
55471
55472 2004-07-19  Bruno Haible  <bruno@clisp.org>
55473
55474         * MODULES.html.sh (func_all_modules): Add dummy.
55475
55476 2004-07-16  Simon Josefsson  <jas@extundo.com>
55477
55478         * modules/dummy: New file.
55479
55480 2004-07-16  Simon Josefsson  <jas@extundo.com>
55481
55482         * lib/dummy.c: New file.
55483
55484 2004-07-16  Bruno Haible  <bruno@clisp.org>
55485
55486         * lib/backupfile.h: Add extern "C" for C++.
55487         * lib/closeout.h: Likewise.
55488         * lib/copy-file.h: Likewise.
55489         * lib/findprog.h: Likewise.
55490         * lib/full-write.h: Likewise.
55491         * lib/pathname.h: Likewise.
55492         * lib/progname.h: Likewise.
55493         * lib/stpcpy.h: Likewise.
55494         * lib/stpncpy.h: Likewise.
55495         * lib/strcase.h: Likewise.
55496         * lib/strstr.h: Likewise.
55497         * lib/xalloc.h: Likewise.
55498
55499         * lib/mbswidth.h: Add extern "C" for C++.
55500         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55501
55502 2004-07-13  Robert Millan  <robertmh@gnu.org>
55503
55504         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55505
55506 2004-07-09  Simon Josefsson  <jas@extundo.com>
55507
55508         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55509         failed without this.)
55510
55511 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55512
55513         * modules/chown (Files): Add lib/fchown-stub.c, since
55514         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55515
55516 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55517
55518         * lib/fchown-stub.c: New file.
55519
55520 2004-06-24  Jim Meyering  <jim@meyering.net>
55521
55522         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55523
55524 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55525
55526         * modules/argz: Omit "#include".
55527
55528         * MODULES.html.sh (func_all_modules): Add calloc, to match
55529         2004-06-01 addition of calloc module.
55530
55531 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55532
55533         * m4/argz.m4: New file, which is autoupdated from libtool.
55534
55535 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55536
55537         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55538         libtool.
55539
55540 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55541
55542         * config/srclist-update: Don't insist on "USA." before the
55543         close-comment, as libtool omits the period and puts the */ on a
55544         separate line.
55545         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55546         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55547
55548 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55549
55550         * modules/argz: New file.
55551         * MODULES.html.sh (func_all_modules): Add argz.
55552
55553 2004-06-12  Jim Meyering  <jim@meyering.net>
55554         and  Paul Eggert  <eggert@cs.ucla.edu>
55555
55556         * modules/hash (Files): Add lib/xalloc.h.
55557         * modules/pipe (Depends-on): Add wait-process.
55558         * modules/stat (Depends-on): Add xalloc.
55559         * modules/userspec (Files): Add lib/userspec.h.
55560         * modules/xstrto
55561
55562         Upgrade from gettext-0.13.
55563         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55564         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55565         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55566
55567 2004-06-10  Jim Meyering  <jim@meyering.net>
55568
55569         * lib/calloc.c: New file.
55570
55571 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55572
55573         * lib/getdate.y (yylex): Allow space between sign and number.
55574         Problem reported by Dan Jacobson.
55575
55576 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55577
55578         Merge from coreutils CVS.
55579
55580         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55581         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55582         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55583         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55584         xstrtol.m4: Fix copyright date and/or serial number.
55585
55586         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55587         See if we need an fchown replacement.
55588         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55589         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55590         and use the replacement function if we detect either defect.
55591
55592         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55593         gl_UTIMECMP.
55594
55595 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55596         and  Jim Meyering  <jim@meyering.net>
55597
55598         Merge from coreutils CVS.
55599
55600         * lib/stat-macros.h: New file, with contents from file-type.h
55601         and coreutils' system.h.
55602         * lib/file-type.c: Include "stat-macros.h".
55603         * lib/file-type.h (file_type): Move all macro definitions to new file,
55604         stat-macros.h.
55605
55606         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55607         Wrap old code with this conditional.
55608         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55609         function that does not dereference symlinks.
55610         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55611
55612         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55613         dependency problems.
55614         (xreadlink): Accept new arg SIZE, for efficiency.
55615         All decls and uses changed.
55616         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55617
55618         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55619         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55620
55621         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55622         sysexits.h.
55623
55624 2004-06-01  Jim Meyering  <jim@meyering.net>
55625
55626         * m4/calloc.m4: New file.
55627
55628 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55629
55630         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55631         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55632         Also, fix a typo in a diagnostic.
55633
55634 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55635
55636         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55637         or AC_FUNC_REALLOC.
55638
55639 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55640
55641         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55642         macros to be defined.
55643         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55644         the allocator returns NULL because the requested size is zero.
55645
55646 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55647
55648         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55649         var.  Add comment explaining why libc still defines it.  This
55650         merges the following patch from glibc:
55651         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55652
55653 2004-05-20  Andreas Schwab  <schwab@suse.de>
55654
55655         * m4/free.m4: Replace free if it not known to work, not the other
55656         way round.
55657
55658 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55659
55660         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55661         present in glibc since revision 1.1 of this file.
55662         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55663         obstack_alignment_mask, obstack_alloc, obstack_base,
55664         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55665         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55666         obstack_grow0, obstack_init, obstack_int_grow,
55667         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55668         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55669         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55670         nonexistent functions.
55671
55672 2004-05-18  Karl Berry  <karl@gnu.org>
55673
55674         * config/srclist.txt: break link for vasnprintf.c.
55675
55676 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55677
55678         Port obstack to the AS/400, where pointers are 16 bytes wide and
55679         you cannot cast an integer to a valid pointer.  This patch is
55680         currently waiting to be integrated into glibc; see
55681         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55682
55683         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55684         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55685         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55686         (struct obstack): temp member is now a union of a pointer and
55687         an integer, instead of an integer.  All integer uses changed.
55688         This does not affect the physical layout of struct obstack,
55689         except on hosts (like the AS/400) where the size or alignment of
55690         void * is greater than that of ptrdiff_t.
55691         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55692         __STDC__)]: Store temporary in pointer member of union, not
55693         integer member.
55694         * lib/obstack.c: Include <stddef.h>, for offsetof.
55695         (struct fooalign): Remove; it doesn't need a name.
55696         (union fooround): Change double to long double, and add void *.
55697         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55698         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55699         not a macro.  Hence the values are always int; so remove all
55700         casts-to-int in uses.
55701
55702 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55703
55704         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55705         we can get this patch merged into glibc.
55706
55707 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55708             Paul Eggert  <eggert@cs.ucla.edu>
55709
55710         * m4/argp: Depend on alloca.
55711
55712 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55713             Paul Eggert  <eggert@cs.ucla.edu>
55714
55715         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55716         freecoding.
55717
55718 2004-05-17  Bruno Haible  <bruno@clisp.org>
55719
55720         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55721         precision that consists of a '.' followed by an empty digit string.
55722         Patch by Tor Lillqvist <tml@iki.fi>.
55723
55724 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55725
55726         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55727         for backward compatibility with older code.  We need our own
55728         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55729         it under some other name, and our alloca.h will define it.
55730
55731 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55732             Derek Price  <derek@ximbiot.com>
55733
55734         * lib/alloca.c: Include <alloca.h>, to get our interface.
55735         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55736         include <alloca.h> first.  Use C89 prototype for alloca; this
55737         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55738         Use #elif for simplicity, since we can assume C89 now.
55739         Don't try to source the system alloca.h since it will not be found
55740         and to prevent recursively including its replacement.
55741         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55742         * lib/regex.c: Likewise.
55743
55744 2004-05-16  Derek Price  <derek@ximbiot.com>
55745             Paul Eggert  <eggert@cs.ucla.edu>
55746
55747         getline cleanup.  This changes the getndelim2 API: both order of
55748         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55749         no delimiter).
55750
55751         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55752         interface does that.
55753         (getline): Always use getdelim, so that we don't have two
55754         copies of this code.
55755         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55756         if available.
55757         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55758         (GETNDELIM2_MAXIMUM): New macro.
55759         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55760         instead of the old practice of delim2==0.  All callers changed.
55761         Return -1 on overflow, instead of returning junk.
55762         Do not set *linesize unless allocation succeeds.
55763         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55764         that we include sys/types.h.
55765         * lib/getnline.h: Likewise.
55766         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55767         (getndelim2): Reorder arguments.
55768         * lib/getnline.c (getnline, getndelim):
55769         Don't discard the NMAX argument.
55770         (getnline): Invoke getndelim, to avoid code duplication.
55771         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55772         of (size_t) -1 by callers of the getnline family.
55773
55774 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55775
55776         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55777         Check for gettimeofday.
55778         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55779         Check for settimeofday, stime.
55780
55781 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55782
55783         * lib/nanosleep.c (suspended): Change its type from int to
55784         sig_atomic_t volatile.
55785         (first_call): Make it private to rpl_nanosleep, and have it
55786         be zero initially as that's a bit faster.
55787         (my_usleep): Round up fractional times instead of truncating them,
55788         as this is the usual meaning for 'sleep'.
55789
55790         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55791         doesn't work.
55792         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55793         (ENOSYS): Define if not defined.
55794         (settime): Fall back on stime if it exists and settimeofday fails.
55795         But don't bother with fallbacks if a method fails with errno == EPERM.
55796
55797 2004-05-11  Jim Meyering  <jim@meyering.net>
55798
55799         Prior to this change, the save_cwd caller required read access to the
55800         current directory on most systems (ones with the fchdir function).
55801
55802         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55803         fails, try write-only, and finally, resort to using xgetcwd.
55804
55805 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55806
55807         * lib/obstack.c, obstack.h: Import changes from libc.
55808
55809 2004-04-28  Bruno Haible  <bruno@clisp.org>
55810
55811         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55812         also implicitly appends .exe to executables.
55813         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55814         accepts Windows pathnames.
55815         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55816         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55817         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55818         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55819         Reported by Derek Robert Price <derek@ximbiot.com>.
55820
55821 2004-04-21  Karl Berry  <karl@gnu.org>
55822
55823         * config/srclist.txt (localcharset.c): break sync.
55824
55825 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55826
55827         * m4/host-os.m4: Add a copyright notice.
55828
55829 2004-04-20  Jim Meyering  <jim@meyering.net>
55830
55831         Change UTILS_ to gl_ in AC_DEFINE'd names.
55832         Change utils_- and jm_-prefixed variables, too.
55833         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55834         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55835         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55836
55837         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55838         Don't emit trailing blanks.
55839         Also rename jm_-prefixed variables to have gl_ prefix.
55840
55841         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55842         Also rename jm_-prefixed variables to have gl_ prefix.
55843
55844         * m4/jm-macros.m4: Reflect the renamings.
55845         * m4/prereq.m4: Likewise.
55846
55847 2004-04-20  Jim Meyering  <jim@meyering.net>
55848
55849         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55850         memory.
55851
55852 2004-04-20  Jim Meyering  <jim@meyering.net>
55853             Bruno Haible  <bruno@clisp.org>
55854
55855         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55856         memory when realloc fails.
55857
55858 2004-04-19  Jim Meyering  <jim@meyering.net>
55859
55860         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55861         now that readutmp.c may call `free (0)'.
55862
55863 2004-04-19  Bruno Haible  <bruno@clisp.org>
55864
55865         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55866         * m4/inttypes_h.m4: Likewise.
55867         * m4/stdint_h.m4: Likewise.
55868         * m4/intmax_t.m4: Likewise.
55869         * m4/uintmax_t.m4: Likewise.
55870
55871 2004-04-18  Jim Meyering  <jim@meyering.net>
55872
55873         * m4/prereq.m4: Don't forbid jm_ prefix.
55874
55875         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55876         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55877         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55878         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55879         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55880         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55881         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55882         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55883         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55884         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55885         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55886         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55887         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55888         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55889         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55890         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55891         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55892         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55893         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55894
55895 2004-04-18  Jim Meyering  <jim@meyering.net>
55896
55897         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55898         failure, don't leak memory and do call END_UTMP_ENT.
55899
55900 2004-04-16  Jim Meyering  <jim@meyering.net>
55901
55902         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55903         coreutils' stat program.
55904         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55905
55906 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55907
55908         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55909         C89.
55910         (CHAR_BIT): Remove, since we assume C89.
55911         Include <stdint.h> if available, as per current Autoconf CVS advice.
55912
55913 2004-03-31  Jim Meyering  <jim@meyering.net>
55914
55915         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55916         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55917         * m4/xalloc.m4: Likewise.
55918
55919 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55920
55921         Merge from coreutils.
55922
55923         * m4/inttostr.m4: New file.
55924         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55925         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55926         Require gl_CLOCK_TIME.
55927         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55928
55929 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55930
55931         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55932         not bool, to be more consistent with Unix conventions.
55933         Suggested by Bruno Haible.
55934
55935         Merge from coreutils.
55936
55937         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55938         * lib/umaxtostr.c: New files.
55939
55940         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55941         the usual <time.h> dance.
55942         (get_date): Change signature to support fractional time stamps.
55943         All callers changed.
55944         * lib/getdate.y: Include "getdate.h" first, as we can now
55945         assume C89 and don't need to worry about 'const'.
55946         Similarly, include "unlocked-io.h" near start, not in middle.
55947         Include <limits.h>.
55948         (textint.value): Use long int rather than int.
55949         (textint.digits): Use size_t rather than int.
55950         (BILLION, LOG10_BILLION): New constants.
55951         (parser_control): New member rel_ns.  Members day_ordinal,
55952         time_zone, month, day, hour, minutes, rel_year, rel_month,
55953         rel_day, rel_hour, rel_minutes, rel_seconds
55954         are now long int, not int.  Member seconds is now struct timespec,
55955         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55956         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55957         not int.
55958         (%union.intval): Now long int, not int.
55959         New member timespec.
55960         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55961         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55962         (spec): Now is a timespec or an item list.
55963         (timespec, items): New nonterminals.
55964         (time, rel, relunit, number, get_date):
55965         Add support for fractional seconds.
55966         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55967         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55968         (to_hour): First arg is now long int, not int.
55969         (to_year): Returns long int, not int.
55970         Don't treat year -70 like 70.
55971         (tm_diff): Returns long int, not int.
55972         (lookup_word): Use bool instead of int when appropriate.
55973         (yylex): Use size_t for count, not int.
55974         Detect overflow when parsing large integer constants.
55975         Add support for fractions.
55976         (get_date): Make pointers 'const' if possible.
55977         Use more-portable code to detect integer overflow.
55978         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55979         Don't use ctime; it's not reliable if the year has >4 digits.
55980
55981         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55982         This is for compatibility with BSD.
55983
55984         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55985         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55986         From coreutils' system.h.
55987
55988         * lib/userspec.c: Don't include "posixver.h".
55989         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55990         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55991         compatible extension.  Simplify code by removing a boolean int
55992         that was always nonzero if a string was nonnull.
55993
55994 2004-03-30  Jim Meyering  <jim@meyering.net>
55995
55996         Merge from coreutils.
55997
55998         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55999         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56000         on some systems one must include <grp.h> before it.
56001         Reported by Christian Krackowizer.
56002
56003 2004-03-30  Jim Meyering  <jim@meyering.net>
56004
56005         Merge from coreutils.
56006
56007         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56008
56009         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56010         an empty input stream.
56011
56012         * lib/readtokens.c: Include <stdbool.h>.
56013         (readtoken): Use `size_t' rather than int/long.
56014         All callers adjusted.
56015         Use `bool' rather than `int' where appropriate.
56016         Use memset rather than an explicit loop.
56017         Use x2nrealloc rather than xrealloc.
56018         Allow the use of `\0' as a delimiter.
56019         (readtokens): Likewise.
56020         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56021
56022 2004-03-30  Jim Meyering  <jim@meyering.net>
56023
56024         * m4/realloc.m4: Remove file, since now it does no more than
56025         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56026         the `configure.ac' section of module/realloc.
56027         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56028
56029 2004-03-30  Bruno Haible  <bruno@clisp.org>
56030
56031         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56032         nonnull.
56033
56034 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56035
56036         Merge changes to getloadavg.c from coreutils and Emacs.
56037
56038         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56039         Define to an expression, not to the empty string.
56040         Include cloexec.h and xalloc.h.
56041         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56042         Use set_cloexec_flag rather than rolling our own.
56043         * lib/cloexec.c, lib/cloexec.h: New files.
56044
56045 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56046
56047         * m4/cloexec.m4: New file.
56048
56049 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56050
56051         * lib/getopt.h: Sync with libc CVS.
56052
56053 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56054             Bruno Haible  <bruno@clisp.org>
56055
56056         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56057         mbswidth.
56058
56059 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56060             Bruno Haible  <bruno@clisp.org>
56061
56062         * lib/mbswidth.h: Include <wchar.h> only if
56063         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56064         <wchar.h>.
56065         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56066
56067 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56068
56069         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56070         Sync with libc CVS.
56071         * lib/getopt_int.h: New file, also synced from libc.
56072
56073 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56074
56075         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56076         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56077         Bring back getopt.c, getopt.h, getopt1.c.
56078
56079 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56080
56081         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56082         All uses changed.  Check for sa_sigaction member; this fixes
56083         a bug first reported by Jason Andrade in
56084         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56085
56086 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56087
56088         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56089         '#if' expressions.  Unlike the code it replaces, it does not
56090         depend on (defined _SC_PAGESIZE).  However, it does depend on
56091         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56092         first reported by Jason Andrade in
56093         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56094
56095 2004-02-25  Simon Josefsson  <jas@extundo.com>
56096
56097         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56098
56099 2004-02-25  Simon Josefsson  <jas@extundo.com>
56100
56101         * lib/strdup.h: New file.
56102         * lib/strdup.c: Include it.
56103         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56104         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56105
56106 2004-02-23  Karl Berry  <karl@gnu.org>
56107
56108         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56109         (from fencepost.gnu.org:/gd/gnuorg).
56110
56111 2004-02-23  Karl Berry  <karl@gnu.org>
56112
56113         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56114         * config/srclist.txt: add maintain/standards documents.
56115
56116 2004-02-18  Bruno Haible  <bruno@clisp.org>
56117
56118         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56119         Reported by Derek Robert Price <derek@ximbiot.com>.
56120
56121 2004-02-16  Karl Berry  <karl@gnu.org>
56122
56123         * config/mkinstalldirs, install-sh: update from automake.
56124
56125 2004-02-06  Karl Berry  <karl@gnu.org>
56126
56127         * m4/po.m4: update from gettext 0.14.1.
56128
56129 2004-02-06  Karl Berry  <karl@gnu.org>
56130
56131         * lib/config.charset: update from gettext 0.14.1.
56132
56133 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56134
56135         Add comments and code, prompted by suggestions from Bruno Haible
56136         for sh-quote.
56137         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56138         describing the enum quoting_style values.
56139         * lib/quotearg.c (quotearg_alloc): New function.
56140         (quotearg_buffer_restyled): Treat lone { and } as special.
56141         Treat = as special.  Work around bug with older shells
56142         that "see" a '\' that is really the 2nd byte of a multibyte char.
56143         Quote empty string with shell_quoting_style.
56144
56145 2004-02-03  Bruno Haible  <bruno@clisp.org>
56146
56147         * m4/pipe.m4: New file, from GNU gettext.
56148
56149 2004-02-03  Bruno Haible  <bruno@clisp.org>
56150
56151         * lib/pipe.h: New file, from GNU gettext.
56152         * lib/pipe.c: New file, from GNU gettext.
56153
56154 2004-01-27  Bruno Haible  <bruno@clisp.org>
56155
56156         * m4/execute.m4: New file, from GNU gettext.
56157
56158 2004-01-27  Bruno Haible  <bruno@clisp.org>
56159
56160         * lib/execute.h: New file, from GNU gettext.
56161         * lib/execute.c: New file, from GNU gettext.
56162         * lib/w32spawn.h: New file, from GNU gettext.
56163
56164 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56165
56166         Merge from diffutils.
56167
56168         * lib/file-type.c (file_type): Add typed memory objects.
56169         * lib/file-type.h (S_TYPEISTMO): New macro.
56170
56171         * lib/c-stack.h (c_stack_action): Remove argv argument.
56172         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56173         (die): Don't calculate message unless segv_action returns.
56174         (get_stack_location, min_address_from_argv, max_address_from_argv,
56175         volatile stack_base, volatile_stack_size): Remove.
56176         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56177         that every segmentation violation is a stack overflow.  (Ouch!)
56178         See Debian bug 136249 (still outstanding) for more info about why
56179         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56180
56181 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56182
56183         Exit-status fix from coreutils.
56184
56185         Use exit_failure consistently in place of EXIT_FAILURE,
56186         so that program exit statuses are consistent on failure.
56187
56188         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56189         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56190         * lib/argmatch.h: Comment fix to match the above.
56191         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56192         Now a macro referring to exit_failure, instead of a separate
56193         variable.  Include "exitfail.h" to get it.
56194         * lib/xstrtol.h: Include "exitfail.h".
56195         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56196
56197         * lib/long-options.c (parse_long_options): Use prototype
56198         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56199         for clarity.
56200
56201 2004-01-21  Jim Meyering  <jim@meyering.net>
56202
56203         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56204         so as not to conflict with a different-sized __mktime_internal
56205         function in GNU libc.
56206         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56207         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56208
56209 2004-01-20  Karl Berry  <karl@gnu.org>
56210
56211         * config/config.guess: update from config.
56212
56213         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56214
56215 2004-01-20  Bruno Haible  <bruno@clisp.org>
56216
56217         Safer stack allocation.
56218         * lib/setenv.c: Include allocsa.h.
56219         (alloca): Remove fallback definition.
56220         (freea): Remove macro.
56221         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56222         instead of freea.
56223
56224 2004-01-20  Bruno Haible  <bruno@clisp.org>
56225
56226         * m4/eealloc.m4: New file, from GNU gettext.
56227
56228 2004-01-20  Bruno Haible  <bruno@clisp.org>
56229
56230         * m4/allocsa.m4: New file, from GNU gettext.
56231
56232 2004-01-20  Bruno Haible  <bruno@clisp.org>
56233
56234         * lib/xallocsa.h: New file, from GNU gettext.
56235         * lib/xallocsa.c: New file, from GNU gettext.
56236
56237 2004-01-20  Bruno Haible  <bruno@clisp.org>
56238
56239         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56240
56241 2004-01-20  Bruno Haible  <bruno@clisp.org>
56242
56243         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56244         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56245         specially.
56246
56247 2004-01-20  Bruno Haible  <bruno@clisp.org>
56248
56249         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56250         patch.
56251
56252 2004-01-20  Bruno Haible  <bruno@clisp.org>
56253
56254         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56255
56256 2004-01-20  Bruno Haible  <bruno@clisp.org>
56257
56258         * lib/eealloc.h: New file.
56259
56260 2004-01-20  Bruno Haible  <bruno@clisp.org>
56261
56262         * lib/binary-io.h: Avoid warnings on Cygwin.
56263
56264 2004-01-20  Bruno Haible  <bruno@clisp.org>
56265
56266         * lib/allocsa.h: New file, from GNU gettext.
56267         * lib/allocsa.c: New file, from GNU gettext.
56268
56269 2004-01-18  Karl Berry  <karl@gnu.org>
56270
56271         * doc/gpl.texi, doc/lgpl.texi: new files.
56272
56273 2004-01-18  Karl Berry  <karl@gnu.org>
56274
56275         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56276         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56277
56278 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56279
56280         Merge from coreutils.
56281
56282         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56283         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56284         (gl_DEFAULT_POSIX2_VERSION): Move
56285         the documentation from 'configure' into 'config.hin',
56286         so that 'configure --help' isn't burdened by it and
56287         we don't have to worry about its formatting there.
56288         Reword the documentation so that it's more succinct
56289         and can be run together into a single paragraph.
56290         * m4/same.m4 (gl_SAME): Check for pathconf.
56291
56292 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56293
56294         Merge from coreutils.
56295
56296         * lib/posixver.c: Include posixver.h.
56297
56298         * lib/same.c: Include <stdbool.h>, <limits.h>.
56299         (_POSIX_NAME_MAX): Define if not defined.
56300         (MIN): New macro.
56301         (same_name): If file names are silently truncated, report
56302         that the file names are the same if they are the same after
56303         the silent truncation.
56304
56305         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56306         conversion function.
56307         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56308         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56309         longer needed.
56310
56311 2004-01-15  Jim Meyering  <jim@meyering.net>
56312
56313         Merge from coreutils.
56314
56315         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56316         if no library is required.
56317         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56318         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56319         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56320         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56321         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56322         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56323         value, $ac_cv_search_crypt, if it's "none required".
56324         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56325         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56326         not gl_FUNC_GETLOADAVG.
56327         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56328         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56329
56330 2004-01-15  Jim Meyering  <jim@meyering.net>
56331
56332         Merge from coreutils.
56333
56334         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56335         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56336         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56337
56338         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56339         optional configure-time default.
56340
56341         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56342
56343         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56344
56345 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56346
56347         Merge from coreutils.
56348
56349         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56350         value, $ac_cv_search_nanosleep, if it's "none required".
56351
56352 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56353
56354         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56355         with like-named macro in fnmatch.c.
56356         (EXT): Use an internal constant instead.
56357
56358         Merge fnmatch patches from glibc.
56359         * lib/fnmatch.c (mbsinit): Remove define.
56360         Add libc_hidden_ver (__fnmatch, fnmatch).
56361         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56362         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56363
56364 2004-01-14  Karl Berry  <karl@gnu.org>
56365
56366         * config/install-sh: update from automake.
56367
56368 2004-01-13  Karl Berry  <karl@gnu.org>
56369
56370         * config/install-sh: update from automake.
56371
56372 2004-01-09  Karl Berry  <karl@gnu.org>
56373
56374         * config/install-sh: update from automake.
56375
56376 2004-01-05  Karl Berry  <karl@gnu.org>
56377
56378         * config/config.{sub,guess}: update from config.
56379
56380 2003-12-31  Karl Berry  <karl@gnu.org>
56381
56382         * config/depcomp: update from automake.
56383
56384 2003-12-14  Karl Berry  <karl@gnu.org>
56385
56386         * lib/config.charset: update from gettext-runtime.
56387
56388 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56389
56390         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56391         Bug reported by Alfred M. Szmidt.
56392
56393 2003-12-03  Bruno Haible  <bruno@clisp.org>
56394
56395         * m4/gettext.m4: Upgrade from gettext-0.13.
56396         * m4/po.m4: Upgrade from gettext-0.13.
56397         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56398         * m4/intmax.m4: New file, from gettext-0.13.
56399         * m4/printf-posix.m4: New file, from gettext-0.13.
56400
56401 2003-11-29  Karl Berry  <karl@gnu.org>
56402
56403         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56404
56405 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56406             Bruno Haible  <bruno@clisp.org>
56407
56408         * lib/printf-parse.h: Don't include sys/types.h.
56409         (ARG_NONE): New macro.
56410         (char_directive): Change type of *arg_index fields to size_t.
56411         * lib/printf-parse.c: Don't include sys/types.h.
56412         (SSIZE_MAX): Remove macro.
56413         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56414         Remove unnecessary overflow check.
56415         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56416         fields.
56417
56418 2003-11-25  Bruno Haible  <bruno@clisp.org>
56419
56420         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56421
56422 2003-11-25  Bruno Haible  <bruno@clisp.org>
56423
56424         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56425         gt_TYPE_SSIZE_T.
56426
56427 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56428
56429         * modules/alloca: Remove dependency on xalloc.
56430
56431 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56432
56433         * lib/alloca.c: Remove dependency on xalloc module.
56434         (xalloc_die): Remove.
56435         (memory_full) [!defined emacs]: New macro.
56436         [!defined emacs]: Don't include xalloc.h.
56437         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56438         address arithmetic overflows.  Change datatypes a bit to avoid
56439         unnecessary casts.
56440
56441 2003-11-22  Jim Meyering  <jim@meyering.net>
56442
56443         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56444         s/size/size_t/.
56445
56446 2003-11-21  Karl Berry  <karl@gnu.org>
56447
56448         * config/config.{sub,guess}: update from config.
56449
56450 2003-11-18  Karl Berry  <karl@gnu.org>
56451
56452         * config/config.{sub,guess}: update from config.
56453
56454         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56455
56456 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56457
56458         * README: Mention that S+T cannot overflow if S is the size of
56459         an existing object and T is sufficiently small.
56460
56461 2003-11-17  Jim Meyering  <jim@meyering.net>
56462
56463         On systems without utime and without a utimes function capable of
56464         dealing with a NULL struct utimbuf* argument, this utime replacement
56465         could -- in unusual circumstances -- leak a file descriptor.
56466         * lib/utime.c: Include <unistd.h> and <errno.h>.
56467         (utime_null): Be sure to close `fd' and to preserve errno.
56468         Reported by Geoff Collyer via Arnold Robbins.
56469
56470 2003-11-17  Bruno Haible  <bruno@clisp.org>
56471
56472         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56473         (Depends-on): Add xsize.
56474
56475 2003-11-17  Bruno Haible  <bruno@clisp.org>
56476
56477         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56478
56479 2003-11-17  Bruno Haible  <bruno@clisp.org>
56480
56481         * lib/vasnprintf.c (alloca): Remove fallback definition.
56482         (freea): Remove definition.
56483         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56484         Reported by Paul Eggert.
56485
56486 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56487             Bruno Haible  <bruno@clisp.org>
56488
56489         Protect against address arithmetic overflow.
56490         * lib/printf-args.h: Include stddef.h.
56491         (arguments): Change type of field 'count' to size_t.
56492         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56493         'unsigned int' where appropriate.
56494         * lib/printf-parse.h: Include sys/types.h.
56495         (char_directive): Change type of *arg_index fields to ssize_t.
56496         (char_directives): Change type of fields 'count', max_*_length to
56497         size_t.
56498         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56499         (SSIZE_MAX): Define fallback value.
56500         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56501         instead of 'int' where appropriate. Check a_allocated, d_allocated
56502         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56503         * lib/vasnprintf.c: Include xsize.h.
56504         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56505         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56506         overflow. Avoid wraparound when converting a width or precision from
56507         decimal to binary.
56508
56509 2003-11-16  Bruno Haible  <bruno@clisp.org>
56510
56511         Update from GNU gettext.
56512         * lib/printf-parse.c: Generalize to it can be compiled for wide
56513         strings.
56514         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56515         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56516         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56517         SNPRINTF): New macros.
56518         Don't include <alloca.h> if the file is used inside libintl.
56519         (local_wcslen): New function, for Solaris 2.5.1.
56520         (VASNPRINTF): Use it instead of wcslen.
56521
56522 2003-11-16  Bruno Haible  <bruno@clisp.org>
56523
56524         * lib/xsize.h (xmax): New function.
56525         (xsum, xsum3, xsum4): Declare as "pure" functions.
56526
56527 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56528
56529         * modules/xalloc (Files): Undo latest change, since xalloc.h
56530         no longer needs SIZE_MAX or PTRDIFF_MAX.
56531
56532 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56533
56534         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56535         gl_PTRDIFF_MAX.
56536
56537 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56538
56539         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56540         "return", to pacify some unknown compiler.  Problem reported
56541         by Joerg Schilling.
56542
56543 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56544
56545         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56546         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56547         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56548         heuristic is just as accurate as far as we know, and it removes a
56549         dependency on size_max.m4 and ptrdiff_max.m4.
56550
56551 2003-11-11  Bruno Haible  <bruno@clisp.org>
56552
56553         * modules/xsize (Files): Add m4/size_max.m4.
56554         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56555
56556 2003-11-11  Bruno Haible  <bruno@clisp.org>
56557
56558         * m4/size_max.m4: New file.
56559         * m4/ptrdiff_max.m4: New file.
56560         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56561         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56562         (gl_XALLOC): Invoke it.
56563
56564 2003-11-11  Bruno Haible  <bruno@clisp.org>
56565
56566         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56567         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56568         defined.
56569
56570 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56571
56572         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56573         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56574         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56575         From Bruno Haible.
56576         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56577         not (size_t) -1, since it's defined here.
56578
56579 2003-11-09  Karl Berry  <karl@gnu.org>
56580
56581         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56582
56583 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56584
56585         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56586         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56587         Reject sizes of exactly SIZE_MAX bytes.
56588         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56589         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56590
56591 2003-11-05  Bruno Haible  <bruno@clisp.org>
56592
56593         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56594         SIZE_MAX defined in <limits.h> on Solaris.
56595
56596 2003-11-04  Jim Meyering  <jim@meyering.net>
56597
56598         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56599         variable names, rather than @VAR@.
56600         * modules/poll: Likewise.
56601
56602 2003-11-04  Bruno Haible  <bruno@clisp.org>
56603
56604         * modules/xsize: New file.
56605         * modules/linebreak: Depend on xsize.
56606         * MODULES.html.sh (func_all_modules): Add xsize.
56607
56608 2003-11-04  Bruno Haible  <bruno@clisp.org>
56609
56610         * m4/xsize.m4: New file.
56611
56612 2003-11-04  Bruno Haible  <bruno@clisp.org>
56613
56614         * lib/xsize.h: New file.
56615         * lib/linebreak.c: Include xsize.h.
56616         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56617         argument for overflow.
56618         Suggested by Paul Eggert.
56619
56620 2003-11-03  Karl Berry  <karl@gnu.org>
56621
56622         * config/config.{guess,sub}: update from config.
56623
56624 2003-11-03  Jim Meyering  <jim@meyering.net>
56625
56626         * modules/userspec (lib_SOURCES): Add userspec.h.
56627         (Include): Add "userspec.h".
56628         Improve description.
56629
56630 2003-11-03  Jim Meyering  <jim@meyering.net>
56631
56632         * lib/userspec.c: Include "userspec.h".
56633         * lib/userspec.h: New file.
56634
56635 2003-11-03  Bruno Haible  <bruno@clisp.org>
56636
56637         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56638
56639 2003-11-03  Bruno Haible  <bruno@clisp.org>
56640
56641         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56642         available, to avoid (extremely rare) race condition.
56643         Suggested by Paul Eggert.
56644
56645 2003-11-02  Karl Berry  <karl@gnu.org>
56646
56647         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56648
56649 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56650
56651         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56652         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56653         (read_filesystem_list): Set and use me_type_malloced.
56654         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56655         whatever the type happens to be), for brevity and consistency.
56656         Check for size calculation overflow on Alphas running OSF/1.
56657
56658 2003-10-31  Jim Meyering  <jim@meyering.net>
56659
56660         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56661
56662         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56663
56664 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56665             Bruno Haible  <bruno@clisp.org>
56666
56667         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56668         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56669
56670 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56671
56672         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56673         netbsd*-gnu*.  Suggested by Robert Millan.
56674
56675 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56676
56677         * modules/group-member: Depend on stdbool.
56678
56679 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56680
56681         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56682
56683 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56684
56685         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56686         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56687         after the 'gnu' in these cases.  This fixes some bugs in the
56688         previous change, and is based on suggestions by Robert Millan.
56689
56690 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56691
56692         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56693         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56694         no longer needed.
56695         * lib/quotearg.c (quotearg_n_options): Use it.
56696         * lib/group-member.c: Include <stdbool.h>.
56697         (free_group_info): Arg is now const *; don't free arg.
56698         (get_group_info): Now returns bool and accepts struct group_info *,
56699         rather than returning a malloc'ed struct group_info *.
56700         All uses changed.  Check for overflow in internal size calculation.
56701
56702         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56703         rather than xmalloc/xrealloc.
56704         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56705         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56706         conformance bug: the old code used a pointer after freeing the
56707         storage that it addressed.
56708         * lib/hash.c (hash_initialize): Simplify the code by using
56709         xalloc_oversized rather than doing it by hand.
56710         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56711         the buffer preserved.  Use free and xmalloc instead.
56712         * lib/quotearg.c (quotearg_n_options): Likewise.
56713         Use a simpler test for size overflow.  Don't use xalloc_oversized
56714         because unsigned int might be wider than size_t (!); this suggests
56715         that we should switch from unsigned int to size_t for slot numbers.
56716
56717 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56718
56719         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56720         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56721         NetBSD kernels.  Requested by Richard Stallman.
56722
56723 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56724
56725         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56726         to allocate the returned structure.  Do not allocate a subarray,
56727         as x2nrealloc will do that.
56728         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56729         instead of xnrealloc.
56730         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56731
56732 2003-10-27  Bruno Haible  <bruno@clisp.org>
56733
56734         * lib/stdbool_.h: Better support for BeOS.
56735
56736 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56737
56738         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56739         now uses inline.
56740
56741 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56742
56743         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56744         callers that want to do their own size-overflow checking.  Include
56745         <stdbool.h>, since xalloc_oversized returns bool.
56746         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56747         to use xalloc_oversized.
56748
56749         Add two functions x2realloc, x2nrealloc, for programs that grow
56750         arrays dynamically by doubling their sizes.
56751         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56752         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56753         New functions.
56754
56755         Port to C99 semantics for 'inline' of external functions.
56756         Bug reported by Bruno Haible.
56757         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56758         with the old contents of xnmalloc.
56759         (xnmalloc, xmalloc): Use it.
56760         (xnrealloc_inline): New static inline function,
56761         with the old contents of xnrealloc.
56762         (xnrealloc, xrealloc): Use it.
56763
56764         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56765         that.
56766
56767 2003-10-26  Karl Berry  <karl@gnu.org>
56768
56769         * config/srclist.txt (COPYING.DOC): no longer available from
56770         /gd/gnuorg; don't know where the ultimate source is.
56771
56772 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56773
56774         Fix several address-calculation bugs in the hash modules,
56775         plus some minor code cleanup.
56776
56777         * lib/hash.h: Include <stdbool.h>, for bool.
56778         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56779         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56780         hash_get_n_entries, hash_get_max_bucket_length,
56781         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56782         hash_rehash): Use size_t rather than unsigned.
56783         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56784         hash_get_n_buckets_used, hash_get_n_entries,
56785         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56786         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56787         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56788         Likewise.
56789         (SIZE_MAX): Define if not defined.
56790         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56791         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56792         hash_print):
56793         Use const * when possible.
56794         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56795         (check_tuning): Fix bug: if tuning parameters were very close to
56796         0 or 1, rounding errors could have caused subscript violations.
56797         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56798         (hash_initialize): Add 'fail:' label
56799         to free table and return NULL, and use it to simplify code.
56800         Use calloc rather than clearing the storage ourself.
56801         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56802         buffer size calculations.
56803         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56804         Include <stddef.h>, for size_t.
56805         * lib/hash-pjw.c (hash_pjw): Likewise.
56806         Switch to method described by Bruno Haible.
56807         Include <limits.h>, for CHAR_BIT.
56808         (SIZE_BITS): New macro.
56809
56810 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56811
56812         * m4/getline.m4 (AM_FUNC_GETLINE):
56813         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56814         hosts.  Problem reported by Derek Robert Price in
56815         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56816         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56817         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56818
56819 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56820
56821         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56822         ceiling the allocation at NMAX bytes rather than silently
56823         discarding input bytes before NMAX is reached.  This makes
56824         a difference only if NMAX exceeds SIZE_MAX / 2.
56825
56826         * lib/obstack.c: Merge from glibc.
56827         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56828         Add libc_hidden_def (_obstack_newchunk).
56829         (_obstack_free) [! defined _LIBC]: Remove.
56830         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56831         a clone of the function body.
56832         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56833         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56834
56835         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56836         glibc.
56837         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56838         arg to memcpy.
56839
56840         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56841         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56842         Don't use lvalue casts, as GCC plans to remove support for them
56843         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56844         was also present in the non-GCC version, indicating that this
56845         code had always been buggy and had never been widely used.
56846         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56847         Use the fast variant of each macro, rather than copying the
56848         definiens of the fast variant; that way, we'll be more likely to
56849         catch future bugs in the fast variants.
56850
56851 2003-10-20  Bruno Haible  <bruno@clisp.org>
56852
56853         * modules/wait-process: New file.
56854         * MODULES.html.sh (func_all_modules): Add wait-process.
56855
56856 2003-10-20  Bruno Haible  <bruno@clisp.org>
56857
56858         * m4/wait-process.m4: New file.
56859
56860 2003-10-20  Bruno Haible  <bruno@clisp.org>
56861
56862         * lib/wait-process.h: New file, from GNU gettext.
56863         * lib/wait-process.c: New file, from GNU gettext.
56864
56865 2003-10-19  Jim Meyering  <jim@meyering.net>
56866
56867         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56868         HPUX 10.20.
56869
56870 2003-10-18  Karl Berry  <karl@gnu.org>
56871
56872         * config/config.guess: update from config.
56873
56874 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56875
56876         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56877         (getgroups): First arg is int, not size_t.
56878         Don't let 'free' mangle errno.
56879
56880 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56881
56882         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56883
56884 2003-10-16  Karl Berry  <karl@gnu.org>
56885
56886         * config/config.{guess,sub}: update from config.
56887
56888 2003-10-16  Jim Meyering  <jim@meyering.net>
56889
56890         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56891         memcpy.
56892
56893 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56894
56895         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56896         (SIZE_MAX): Remove.
56897         (new_exclude, add_exclude_file): Initial size no longer needs to
56898         be a power of 2.
56899         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56900         our own address arithmetic overflow checking.
56901
56902         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56903         (fnmatch): Do not alloca more than 2000 wide characters;
56904         instead, use malloc for large buffers.
56905         Check for address arithmetic overflow, and return -1
56906         with errno set to ENOMEM in that case.
56907         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56908         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56909         instead, return -1.  Check for address arithmetic overflow.
56910
56911 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56912
56913         Handle invalid suffixes and overflow independently, so that
56914         callers can treat them independently as needed.  Fix some bugs in
56915         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56916         suffix for a human-readable blocksize.  The major caller-visible
56917         change is the addition of a new
56918         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56919         that both overflow and suffix chars were found.
56920
56921         * lib/human.c (humblock): Don't check separately for invalid suffix
56922         char; that is xstrtoumax's job (now that its bug is fixed).
56923         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56924         INTMAX_MAX]: New macros.
56925         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56926         TYPE_MAXIMUM): New macros.
56927         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56928         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56929         if overflow occurs, as it's what __strtol does and it's more useful
56930         in practice.
56931         (__xstrtol): If __strtol reports some error other than ERANGE,
56932         reflect it to the caller as LONGINT_INVALID.  If it reports
56933         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56934         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56935         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56936         value.
56937         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56938         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56939         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56940         [defined UINTMAX_MAX]: New macros.
56941
56942 2003-10-14  Bruno Haible  <bruno@clisp.org>
56943
56944         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56945
56946 2003-10-14  Bruno Haible  <bruno@clisp.org>
56947
56948         * m4/sig_atomic_t: New file, from GNU gettext.
56949         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56950
56951 2003-10-14  Bruno Haible  <bruno@clisp.org>
56952
56953         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56954         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56955         Also use volatile where needed.
56956
56957 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56958
56959         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56960         Change maintainer from Bruno Haible to 'all'.
56961
56962 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56963
56964         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56965
56966 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56967
56968         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56969         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56970         and define in terms of the other primitives.
56971         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56972         (SIZE_MAX): Define if not already defined.
56973         (array_size_overflow): New function.
56974         (xalloc_die): Abort instead of exiting if 'error' returns.
56975         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56976         (xmalloc, xrealloc): Use them.
56977         (xcalloc): Check for address arithmetic overflow.
56978         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56979         a bit faster than strcpy.
56980
56981 2003-10-10  Simon Josefsson  <jas@extundo.com>
56982
56983         * modules/argp (Depends-on): Add restrict and strcase.
56984
56985 2003-10-10  Simon Josefsson  <jas@extundo.com>
56986
56987         * m4/argp.m4: Add AC_C_INLINE.
56988
56989 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56990
56991         Merge getpass from libc, plus a few fixes.
56992
56993         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56994         Include <stdbool.h>.
56995         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56996         __fsetlocking to empty.
56997         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56998         do include <bits/libc-lock.h>.
56999         Do not include <fcntl.h>; not needed.
57000         [_LIBC]: Include <wchar.h>.
57001         (NOTCANCEL_MODE): New macro.
57002         (flockfile, funlockfile) [_LIBC]: New macros.
57003         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57004         [!_LIBC]: New macros.
57005         (call_fclose): New function.
57006         (getpass): Use it.  Save tty stream separately; this simplifies the
57007         code and makes it more reliable if stdin happens to equal stdout.
57008         Invoke __fsetlocking on tty.
57009         Handle thread cancellation if needed.
57010         Namespace cleanup (use __tcgetattr, __getline).
57011         Use bool for Booleans.
57012         [USE_IN_LIBIO]: Handle wide streams.
57013         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57014         stream might go where.
57015
57016         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57017         doesn't have to include <stdio.h> before us.
57018         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57019         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57020         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57021         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57022         if not declared, so that we can use getpass.c code from libc without
57023         rewriting it.
57024         (flockfile, ftrylockfile, funlockfile): New macros.
57025
57026 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57027
57028         * modules/getpass: Depend on stdbool.
57029
57030 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57031
57032         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57033
57034 2003-10-07  Karl Berry  <karl@gnu.org>
57035
57036         * config/config.{guess,sub}: update from config.
57037
57038 2003-10-06  Jim Meyering  <jim@meyering.net>
57039             Bruno Haible  <bruno@clisp.org>
57040
57041         This lets translators provide better translations for the
57042         "Written by ..." part of --version output.
57043         * lib/version-etc.h: Include stdarg.h.
57044         (version_etc_copyright): Declare as readonly.
57045         (version_etc): Make this function variadic with a NULL-terminated list
57046         of author name strings.
57047         (version_etc_va): New declaration.
57048         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57049         (version_etc_copyright): Declare as readonly.
57050         (version_etc_va): New function. Provide a different translatable string
57051         for each possible number of authors < 10. Abbreviate when there are 10
57052         authors or more.
57053         (version_etc): Make this function variadic. Call version_etc_va.
57054         Suggestion from Gary V. Vaughan.
57055
57056         * lib/long-options.h (parse_long_options): Change prototype: the
57057         authors string is moved to the end and becomes variadic.
57058         * lib/long-options.c: Include stdarg.h.
57059         (parse_long_options): Make this function variadic, too.
57060         Call version_etc_va, not version_etc.
57061
57062 2003-10-06  Bruno Haible  <bruno@clisp.org>
57063
57064         * modules/version-etc-2: Remove file.
57065         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57066
57067 2003-10-06  Bruno Haible  <bruno@clisp.org>
57068
57069         * modules/fatal-signal: New file.
57070         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57071
57072 2003-10-06  Bruno Haible  <bruno@clisp.org>
57073
57074         * m4/fatal-signal.m4: New file.
57075         * m4/signalblocking.m4: New file, from GNU gettext.
57076
57077 2003-10-06  Bruno Haible  <bruno@clisp.org>
57078
57079         * lib/version-etc-2.h: Remove file.
57080         * lib/version-etc-2.c: Remove file.
57081
57082 2003-10-06  Bruno Haible  <bruno@clisp.org>
57083
57084         * lib/fatal-signal.h: New file, from GNU gettext.
57085         * lib/fatal-signal.c: New file, from GNU gettext.
57086
57087 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57088
57089         * README: Rework advice for preventing empty .o files.
57090         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57091         not <sys/types.h>.
57092
57093 2003-10-04  Karl Berry  <karl@gnu.org>
57094
57095         * lib/argp*: update from libc.
57096
57097 2003-10-04  Karl Berry  <karl@gnu.org>
57098
57099         * config/config.{guess,sub}: update from config.
57100
57101 2003-10-02  Bruno Haible  <bruno@clisp.org>
57102
57103         * modules/lchown (Include): Add lchown.h.
57104         * modules/time_r (Include): Use "..." syntax.
57105         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57106
57107 2003-10-01  Simon Josefsson  <jas@extundo.com>
57108
57109         * MODULES.html.sh (func_all_modules): Move gethostname from section
57110         'based on' to section 'lacking' POSIX:2001.
57111
57112 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57113
57114         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57115         to output mode on the same stream.
57116
57117 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57118
57119         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57120         Fix arg typo in previous patch.
57121
57122 2003-09-28  Jim Meyering  <jim@meyering.net>
57123
57124         * lib/error.c: Correct cpp indentation.
57125
57126 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57127
57128         * modules/free: New file.
57129
57130 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57131
57132         * m4/free.m4: New file.
57133
57134 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57135
57136         * lib/minmax.h (MIN, MAX)
57137         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57138         Omit the special code that used __typeof__, since we worry that
57139         it could be more trouble than it's worth.  See:
57140         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57141         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57142
57143         * lib/free.c: New file.
57144
57145 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57146
57147         Trivial fixes to Makefile.am parts of module listings.
57148         * modules/strstr: Append strstr.h to lib_SOURCES.
57149         * modules/strcase: Likewise, for strcase.h.
57150
57151 2003-09-27  Karl Berry  <karl@gnu.org>
57152
57153         * config/mkinstalldirs: update from automake.
57154
57155 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57156
57157         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57158         (error_tail): Do not loop, reallocating temporary buffer, since
57159         the output cannot contain more wide characters than the input
57160         contains bytes, the size must be big enough already.  This avoids
57161         one potential size overflow calculation.  Check for size overflow
57162         when calculating temporary buffer size.  Free temporary buffer
57163         when done, if it was allocated with malloc; this plugs a memory
57164         leak.  Remove casts from void * to pointers, that are no longer
57165         needed now that we're assuming C89 or better.
57166
57167         Merge error changes from glibc.
57168
57169         * lib/error.c, error.h: Update copyright notice header to match glibc.
57170         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57171         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57172         Disable cancellation while printing error.
57173         * lib/error.h: Prepend __ to parameter names.
57174
57175 2003-09-26  Jim Meyering  <jim@meyering.net>
57176
57177         * lib/error.c (error_tail): Move some declarations
57178         into inner scope where the local variables are used.
57179
57180 2003-09-26  Bruno Haible  <bruno@clisp.org>
57181
57182         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57183         stpncpy().
57184         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57185
57186 2003-09-26  Bruno Haible  <bruno@clisp.org>
57187
57188         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57189         (stpncpy): Define as alias for gnu_stpncpy.
57190         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57191
57192 2003-09-25  Simon Josefsson  <jas@extundo.com>
57193
57194         * lib/xgetdomainname.h: New file.
57195         * lib/xgetdomainname.c: New file.
57196
57197 2003-09-25  Simon Josefsson  <jas@extundo.com>
57198             Bruno Haible  <bruno@clisp.org>
57199
57200         * modules/getdomainname: New file.
57201         * modules/xgetdomainname: New file.
57202         * MODULES.html.sh (func_all_modules): Add getdomainname,
57203         xgetdomainname.
57204
57205 2003-09-25  Simon Josefsson  <jas@extundo.com>
57206             Bruno Haible  <bruno@clisp.org>
57207
57208         * m4/getdomainname.m4: New file.
57209
57210 2003-09-25  Simon Josefsson  <jas@extundo.com>
57211             Bruno Haible  <bruno@clisp.org>
57212
57213         * lib/getdomainname.h: New file.
57214         * lib/getdomainname.c: New file.
57215
57216 2003-09-25  Karl Berry  <karl@gnu.org>
57217
57218         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57219
57220 2003-09-25  Karl Berry  <karl@gnu.org>
57221
57222         * config/install-sh: update from automake.
57223
57224 2003-09-25  Bruno Haible  <bruno@clisp.org>
57225
57226         * modules/version-etc-2: New file, from modules/version-etc with
57227         modifications.
57228         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57229
57230 2003-09-25  Bruno Haible  <bruno@clisp.org>
57231
57232         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57233         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57234
57235 2003-09-24  Simon Josefsson  <jas@extundo.com>
57236
57237         * modules/xgethostname: Add xgethostname.h.
57238
57239 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57240
57241         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57242         the buffer associated with the argument.  Bug reported by
57243         Simon Josefsson.
57244
57245 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57246
57247         * README: Document assumptions that 'int' is at least 32 bits
57248         wide, that integer arithmetic is 2's complement without overflow,
57249         that there are no holes in integer values, that adding sizes of
57250         two nonoverlapping objects can't overflow, and that all-bits-zero
57251         yields scalar zero.  Fix spelling and capitalization typos.
57252
57253 2003-09-19  Karl Berry  <karl@gnu.org>
57254
57255         * lib/argp.h: update from libc.
57256
57257 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57258
57259         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57260         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57261         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57262
57263 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57264
57265         * gnulib-tool: Use "test -h", not "test -L", for portability
57266         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57267         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57268         (sed_extract_prog): Issue s commands one-by-one, rather than
57269         using \| in one s command.
57270
57271 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57272
57273         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57274         input error, instead of returning NULL the next time we are called
57275         (and therefore losing track of errno).
57276
57277 2003-09-16  Bruno Haible  <bruno@clisp.org>
57278
57279         * gnulib-tool (func_create_testdir): Warn about duplicated
57280         dependencies.
57281
57282 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57283
57284         * modules/argmatch, modules/fatal, modules/obstack,
57285         modules/xalloc, modules/xgethostname: Sort dependencies by
57286         importance, not alphabetically.
57287
57288 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57289
57290         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57291         fails, so that the caller gets the proper errno.
57292
57293         * lib/readutmp.c (read_utmp): Likewise.
57294         Check for fstat error.  Close stream and free storage
57295         when failing.
57296
57297 2003-09-14  Karl Berry  <karl@gnu.org>
57298
57299         * config/srclist.txt (strdup.c): disable for c89 changes.
57300
57301 2003-09-14  Jim Meyering  <jim@meyering.net>
57302
57303         * lib/getloadavg.c: Correct cpp indentation.
57304         * lib/strdup.c: Likewise.
57305         * lib/vasnprintf.c: Likewise.
57306
57307 2003-09-14  Bruno Haible  <bruno@clisp.org>
57308
57309         * modules/fwriteerror: New file.
57310         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57311
57312 2003-09-14  Bruno Haible  <bruno@clisp.org>
57313
57314         * lib/fwriteerror.h: New file.
57315         * lib/fwriteerror.c: New file.
57316
57317 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57318
57319         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57320         modules/xgethostname, modules/xalloc: Depend on exit.
57321
57322 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57323
57324         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57325
57326         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57327         and AC_MINIX, too, so that their extensions are available.
57328
57329         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57330         This macro has been superseded by gl_BACKUPFILE.
57331
57332         More patches to assume C89 or better.
57333
57334         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57335
57336         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57337         unconditionally.
57338         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57339         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57340         Include <string.h>, <stdlib.h> unconditionally.
57341         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57342         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57343         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57344         headers or for string.h.
57345         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57346         or strtoul.
57347
57348         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57349         headers.
57350         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57351         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57352         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57353         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57354         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57355         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57356         memcpy, memset.
57357         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57358         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57359         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57360         strtol.
57361         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57362         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57363         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57364         strtoul.
57365
57366 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57367
57368         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57369         * lib/obstack.c [!defined _LIBC]: Likewise.
57370         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57371         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57372         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57373
57374         More changes to assume C89 or better.
57375
57376         * lib/error.c (error_tail): Assume vprintf.
57377
57378         * lib/argmatch.c (getenv): Remove decl.
57379         * lib/progreloc.c (get_full_program_name): Define via prototype.
57380         * lib/setenv.c (clearenv): Likewise.
57381         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57382         needed.
57383         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57384         (malloc, memcpy): Remove decls.
57385         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57386         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57387         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57388         (memcpy): Remove macro.
57389         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57390         (__P): Remove.  All uses removed.
57391         (PTR): Remove.  All uses changed to void *.
57392         (CHAR_BIT, NULL): Remove.
57393         (spaces, zeros, memset_space, memset_zero)
57394         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57395         Remove.
57396         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57397         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57398         Define with prototype.
57399         Remove now-unnecessary prototype decl.
57400         (extra_args_spec): Assume ANSI C.  All uses changed.
57401         (extra_args_spec_iso): Remove.
57402         (my_strftime, emacs_strftimeu): Define via prototype.
57403         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57404         unconditionally.
57405         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57406         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57407         (strtoul, strtol): Remove decls.
57408         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57409         LONG_MAX): Remove.
57410         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57411         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57412         (LOCALE_PARAM_PROTO): New macro.
57413         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57414         (INTERNAL (strtol), strtol): Define with a prototype.
57415         (PARAMS): Remove.  All uses removed.
57416         * lib/tempname.c: Include <string.h> unconditionally.
57417         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57418         * lib/xgethostname.c (main): Define with a prototype.
57419         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57420         Include <stdlib.h> unconditionally.
57421         (calloc, malloc, realloc, free): Remove decls.
57422         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57423         Include <stdlib.h> unconditionally.  Sort include file names.
57424         (strtod): Remove.
57425         (xstrtod): Define with a prototype.
57426         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57427         (strtol, strtoul): Remove decls.
57428
57429 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57430
57431         More patches to assume C89 or better.
57432         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57433         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57434         string.h, memchr, STDC_HEADERS.
57435
57436 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57437
57438         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57439         Include <stdlib.h>, <string.h> unconditionally.
57440         Remove now-unnecessary cast to char *.
57441         * lib/strnlen.c: Include <string.h> unconditionally.
57442         * lib/yesno.c (yesno): Define with a prototype.
57443
57444 2003-09-11  Bruno Haible  <bruno@clisp.org>
57445
57446         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57447
57448 2003-09-10  Jim Meyering  <jim@meyering.net>
57449
57450         * lib/error.c: Correct indentation of cpp directives.
57451
57452 2003-09-10  Bruno Haible  <bruno@clisp.org>
57453
57454         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57455         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57456         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57457         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57458         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57459         <stdlib.h> and <string.h> checks.
57460         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57461         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57462
57463 2003-09-10  Bruno Haible  <bruno@clisp.org>
57464
57465         * lib/strcspn.c: Include <string.h> unconditionally.
57466         * lib/strpbrk.c: Include <string.h> unconditionally.
57467         * lib/strstr.c: Include <string.h> unconditionally.
57468         * lib/unicodeio.c: Include <string.h> unconditionally.
57469         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57470         * lib/unsetenv.c: Likewise.
57471         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57472         * lib/yesno.c: Include <stdlib.h> unconditionally.
57473         (rpmatch): Add prototype.
57474
57475 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57476
57477         More patches to assume C89 or better.
57478         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57479         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57480         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57481         or for string.h.
57482         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57483         stdlib.h.
57484         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57485         C headers.
57486         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57487         string.h.
57488         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57489         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57490         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57491         or for string.h.
57492         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57493         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57494         C headers.
57495         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57496         memcpy.
57497         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57498         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57499         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57500         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57501         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57502         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57503         string.h, free.
57504         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57505         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57506         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57507         C headers, or for string.h.
57508         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57509         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57510         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57511         headers, memory.h, stdlib.h, string.h, strings.h.
57512         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57513         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57514         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57515         strchr.
57516         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57517         headers, memory.h, string.h.
57518         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57519         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57520         free.
57521         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57522         headers.
57523         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57524         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57525         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57526         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57527         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57528
57529 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57530
57531         More K&R removal.
57532
57533         * lib/acosl.c (main): Use a prototype.
57534         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57535         tanl.c: Likewise.
57536
57537         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57538
57539         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57540         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57541         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57542         with a prototype.
57543         * lib/getopt.c (const): Remove macro.
57544         Include <string.h> unconditionally.
57545         (my_index): Remove; all uses changed to strchr.
57546         (strlen): Remove decl.
57547         (exchange): Remove forward decl; no longer needed.
57548         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57549         Define with prototype.
57550         * lib/getopt1.c (const): Remove macro.
57551         (getopt_long, getopt_long_only, main): Define with prototype.
57552
57553         * lib/getugroups.c: Include <string.h> unconditionally.
57554
57555         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57556         (getusershell, setusershell, endusershell, readname, main):
57557         Define with prototypes.
57558
57559         * lib/group-member.c: Include group-member.h first.
57560         Include <stdlib.h> unconditionally.
57561
57562         * lib/hard-locale.c: Include hard-locale.h first.
57563         Include <stdlib.h>, <string.h> unconditionally.
57564
57565         * lib/hash.c (free, malloc): Remove decls.
57566         Include <stdlib.h> unconditionally.
57567
57568         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57569         (getenv): Do not declare.
57570
57571         * lib/idcache.c: Include <string.h> unconditionally.
57572
57573         * lib/long-options.c: Include long-options.h first, to test interface.
57574         Include <stdlib.h> unconditionally.
57575
57576         * lib/makepath.c: Include makepath.h first, to test interface.
57577         Include <stdlib.h> and <string.h> unconditionally.
57578
57579         * lib/linebuffer.c: Include <stdlib.h>.
57580         (free): Remove decl.
57581
57582         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57583         stddef.h. rpl_malloc returns void *, not char *.
57584         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57585         prototype.
57586
57587         * lib/md5.h: Include <limits.h> unconditionally.
57588         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57589         (__P): Remove; all uses removed.
57590         * lib/md5.c: Include "md5.h" first.
57591         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57592         md5_buffer, md5_process_bytes, md5_process_block):
57593         Define with prototypes.
57594         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57595         * lib/sha.c: Include "sha.h" first.
57596         Include <stdlib.h>, <string.h> unconditionally.
57597
57598         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57599         * lib/memcmp.c (__ptr_t): Likewise.
57600         * lib/memrchr.c (__ptr_t): Likewise.
57601         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57602         Include <string.h> unconditionally.
57603         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57604         * lib/memchr.c: Include <stdlib.h> unconditionally.
57605         * lib/memchr.c (LONG_MAX): Remove.
57606         * lib/memrchr.c (LONG_MAX): Likewise.
57607         * lib/memchr.c (__memchr): Define via a prototype.
57608         * lib/memrchr.c (__memrchr): Likewise.
57609         * lib/memcmp.c (__P): Remove, and remove all uses.
57610         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57611         Remove forward decls; no longer needed.
57612         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57613         Use types required by C89 in prototype.
57614
57615         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57616         * lib/savedir.c: Likewise.
57617         * lib/mkdir.c (free): Remove decl.
57618         * lib/rmdir.c (rmdir): Define with a prototype.
57619         * lib/savedir.c: Include savedir.h first, to test interface.
57620
57621         * lib/mktime.c (STDC_HEADERS): Remove.
57622         Include <stdlib.h>, <string.h> unconditionally.
57623
57624         * lib/modechange.c: Include <stdlib.h> unconditionally.
57625         (malloc): Remove decl.
57626
57627         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57628         (free): Remove decl.
57629
57630         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57631         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57632         (This type really should be intptr_t, but that's a C99ism.)
57633         (_obstack_memcpy): Remove: all uses changed to memcpy.
57634         Include <string.h> unconditionally.
57635         (struct obstack): Assume __STDC__ for types of members
57636         chunkfun, freefun, extra_arg.
57637         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57638         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57639         obstack_begin, obstack_specify_allocation,
57640         obstack_specify_allocation_with_arg, obstack_chunkfun,
57641         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57642         Remove unprototyped decls and the macros that use them.
57643         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57644         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57645         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57646         (defined __STDC__ && __STDC__)]:
57647         Remove nonprototyped code.
57648         Include <stdlib.h> unconditionally.
57649         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57650         _obstack_allocated_p, _obstack_free, obstack_free,
57651         _obstack_memory_used, print_and_abort):
57652         Define using prototypes.
57653         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57654         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57655         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57656         obstack_next_free, obstack_object_size, obstack_room) [0]:
57657         Remove unused, unprototyped code.
57658
57659         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57660
57661         * lib/physmem.c (physmem_total, physmem_available, main): Define
57662         with prototypes.
57663
57664         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57665         (main): Define with a prototype.
57666
57667         * lib/posixver.c (getenv): Remove decl.
57668
57669         * lib/putenv.c (malloc): Returns void *, not char *.
57670         Include <string.h> unconditionally.
57671         (strchr, memcpy, NULL): Do not define.
57672
57673         * lib/readtokens.c: Include readtokens.h first, to test interface.
57674         Include <stdlib.h>, <string.h> unconditionally.
57675         (init_tokenbuffer): Define with a prototype.
57676
57677         * lib/regex.c (PARAMS): Remove.  All uses removed.
57678         All uses of _RE_ARGS removed, too.
57679         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57680         unconditionally.
57681         (bzero): Assume memset exists.
57682         (memcmp, memcpy, NULL): Remove.
57683         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57684         char, or assignments to local vars of type signed char.
57685         (init_syntax_once, PREFIX(extract_number_and_incr),
57686         PREFIX(print_partial_compiled_pattern),
57687         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57688         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57689         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57690         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57691         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57692         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57693         wcs_compile_range, byte_compile_range, truncate_wchar,
57694         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57695         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57696         count_mbs_length, wcs_re_match_2_internal,
57697         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57698         PREFIX(alt_match_null_string_p),
57699         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57700         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57701         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57702         now-unnecessary declaration, if any.
57703         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57704         regcomp, regexec):
57705         Remove now-unnecessary casts among pointer types.
57706         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57707
57708         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57709         (free): Remove decl.
57710
57711         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57712
57713         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57714         (free): Remove decl.
57715
57716         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57717         * lib/xgetcwd.c: Likewise.
57718
57719         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57720         (free): Remove decl.
57721
57722         * lib/strchrnul.c (strchrnul): Define with a prototype.
57723         Fix bug: c_in was not converted to char before searching.
57724
57725         The following changes are not K&R related:
57726
57727         * lib/group-member.h: Include <sys/types.h>, so that this file is
57728         self-contained.
57729         * lib/makepath.h: Likewise.
57730
57731         * lib/getusershell.c (readname, default_index, line_size, readname):
57732         Use size_t, not int, for sizes.
57733         (readname): If the size overflows, report an error instead of
57734         looping forever.
57735
57736 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57737
57738         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57739         libc.
57740
57741 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57742
57743         * README: New section: portability guidelines.
57744
57745 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57746
57747         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57748         C89 spec.
57749
57750 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57751
57752         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57753
57754 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57755
57756         Assume C89 or better; remove K&R cruft.
57757         A few of these changes were first proposed by Derek Robert Price
57758         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57759
57760         * lib/addext.c: Include <string.h> unconditionally.
57761         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57762         Don't declare getenv or malloc.
57763
57764         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57765         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57766         (NULL): Remove.
57767         (find_stack_direction, alloca): Use prototypes.
57768
57769         * lib/atexit.c (atexit): Define using a prototype.
57770
57771         * lib/basename.c, dirname.c, stripslash.c:
57772         Include <string.h> unconditionally.
57773
57774         * lib/bcopy.c: Include <stddef.h>.
57775         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57776
57777         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57778
57779         * lib/error.h (error, error_at_line, error_print_progname)
57780         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57781         * lib/error.c: Include error.h first, to check interface.
57782         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57783         (VA_START): Remove; all uses changeed to va_start.
57784         (exit, strerror): Remove decls.
57785         (error_print_progname): Prototype uncondionally.
57786         Don't include <errno.h>; no longer needed.
57787         (private_strerror): Remove.
57788         (error_tail): Always define.
57789         (error, error_at_line): Assume C89 or better; always use prototypes.
57790         * lib/fatal.c: Include "fatal.h" first, to test interface.
57791         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57792         (VA_START): Remove; all uses changed to va_start.
57793         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57794         this case.
57795         (exit): Remove decl.
57796         (fatal): Prototype unconditionally.  Assume va_start works.
57797         Abort at end, to pacify gcc.
57798
57799         * lib/euidaccess.c (main): Define with a prototype.
57800
57801         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57802
57803         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57804
57805         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57806         prototypes.
57807         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57808         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57809         (getenv): Remove decl.
57810         (fnmatch): Define using a prototype.
57811         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57812         (FCT): Define using a prototype.
57813
57814         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57815
57816         * lib/gethostname.c: Include <stddef.h>.
57817         (gethostname): Define with prototype.  Length is size_t, not int.
57818
57819 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57820
57821         Assume C89 or better; remove K&R cruft.
57822         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57823         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57824         string.h, getenv, malloc.
57825         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57826         headers.
57827         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57828         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57829         do not check for strerror.
57830         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57831         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57832         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57833         do not check for doprnt or vprintf.
57834         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57835         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57836
57837 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57838
57839         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57840         getversion.c should have been removed then, but was accidentally
57841         preserved.
57842
57843         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57844         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57845
57846 2003-09-08  Karl Berry  <karl@gnu.org>
57847
57848         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57849                 config, forget about prep.
57850
57851         * config/depcomp, missing: update from automake.
57852
57853 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57854
57855         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57856         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57857
57858 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57859
57860         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57861         copy_tm_result.  Bug reported by Simon Josefsson in
57862         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57863
57864 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57865
57866         * m4/time_r.m4: New file.
57867         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57868         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57869         is. Check for timegm declaration.
57870         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57871         Do not check for gmtime_r.
57872         Replace mktime if __mktime_internal does not exist and if mktime
57873         hasn't been replaced already.
57874
57875 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57876
57877         * lib/time_r.c, lib/time_r.h: New files.
57878
57879         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57880         __localtime_r.
57881         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57882         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57883
57884         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57885         __gmtime_r.
57886         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57887         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57888         Include <time_r.h>.
57889
57890         * lib/timegm.c: Switch to glibc implementation, with the following
57891         changes:
57892         [defined HAVE_CONFIG_H]: Include <config.h>.
57893         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57894         (__mktime_internal) [!defined _LIBC]: New decl.
57895         (__gmtime_r) [!defined _LIBC]: New macro and function.
57896         (timegm): Use a prototype, since gnulib assumes C89.
57897         Do not bother declaring tmp to be const, as it's not really usefu.
57898         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57899         (timegm): Declare only if HAVE_DECL_TIMEGM.
57900
57901 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57902
57903         * MODULES.html.sh (func_all_modules): Add time_r.
57904         * modules/time_r: New file.
57905         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57906         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57907
57908 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57909
57910         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57911         Bug reported by Lute Kamstra in
57912         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57913
57914         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57915         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57916         course with correspondingly smaller numbers for tomorrow and
57917         yesterday.  From Tadayoshi Funaba.  Originally installed into
57918         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57919         coreutils merge?).
57920
57921 2003-08-31  Simon Josefsson  <jas@extundo.com>
57922
57923         * modules/timegm: New file.
57924         * MODULES.html.sh (func_all_modules): Add timegm.
57925
57926 2003-08-31  Simon Josefsson  <jas@extundo.com>
57927
57928         * m4/timegm.m4: New file.
57929
57930 2003-08-31  Simon Josefsson  <jas@extundo.com>
57931
57932         * lib/timegm.h: New file.
57933         * lib/timegm.c: New file.  Based on
57934         wget-1.8.2/src/http.c:mktime_from_utc.
57935
57936 2003-08-31  Karl Berry  <karl@gnu.org>
57937
57938         * lib/argp.h: update from libc.
57939
57940 2003-08-28  Bruno Haible  <bruno@clisp.org>
57941
57942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57943         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57944         followed by '#define fnmatch fnmatch_posix' gives an error.
57945
57946 2003-08-28  Bruno Haible  <bruno@clisp.org>
57947
57948         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57949         warning on QNX, which defines O_BINARY to 000000.
57950
57951 2003-08-27  Jim Meyering  <jim@meyering.net>
57952
57953         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57954         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57955         would fail after 32.  Reported by Danny Levinson.  Details here:
57956         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57957
57958 2003-08-24  Bruno Haible  <bruno@clisp.org>
57959
57960         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57961         MSVC7 <stdio.h> is included later.
57962
57963 2003-08-22  Simon Josefsson  <jas@extundo.com>
57964
57965         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57966
57967 2003-08-20  Karl Berry  <karl@gnu.org>
57968
57969         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57970
57971 2003-08-20  Bruno Haible  <bruno@clisp.org>
57972
57973         * modules/progname: New file.
57974         * MODULES.html.sh (func_all_modules): Add progname.
57975
57976 2003-08-20  Bruno Haible  <bruno@clisp.org>
57977
57978         * lib/progname.h: New file, from GNU gettext.
57979         * lib/progname.c: New file, from GNU gettext.
57980         * lib/progreloc.c: New file, from GNU gettext.
57981
57982 2003-08-19  Jim Meyering  <jim@meyering.net>
57983
57984         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57985         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57986
57987 2003-08-19  Bruno Haible  <bruno@clisp.org>
57988
57989         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57990         more.
57991
57992 2003-08-19  Bruno Haible  <bruno@clisp.org>
57993
57994         * lib/xstrdup.c: Assume <string.h> exists.
57995
57996 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57997
57998         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57999         in makefile rules.
58000
58001 2003-08-18  Jim Meyering  <jim@meyering.net>
58002
58003         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58004         * m4/lib-ld.m4: Likewise.
58005
58006 2003-08-18  Jim Meyering  <jim@meyering.net>
58007
58008         * lib/setenv.h: Indent nested cpp directive.
58009         * lib/vasnprintf.c: Remove trailing blanks.
58010
58011 2003-08-17  Simon Josefsson  <jas@extundo.com>
58012
58013         * modules/xstrndup: New file.
58014         * MODULES.html.sh (func_all_modules): Add xstrndup.
58015
58016 2003-08-17  Simon Josefsson  <jas@extundo.com>
58017
58018         * modules/argp: Fix autoconf macro name. Add more dependencies.
58019
58020 2003-08-17  Simon Josefsson  <jas@extundo.com>
58021
58022         * m4/xstrndup.m4: New file.
58023
58024 2003-08-17  Simon Josefsson  <jas@extundo.com>
58025
58026         * m4/argp.m4: New file.
58027
58028 2003-08-17  Simon Josefsson  <jas@extundo.com>
58029             Bruno Haible  <bruno@clisp.org>
58030
58031         * lib/xstrndup.h: New file.
58032         * lib/xstrndup.c: New file.
58033
58034 2003-08-17  Bruno Haible  <bruno@clisp.org>
58035
58036         * modules/strndup (Files, Include): Add lib/strndup.h.
58037
58038 2003-08-17  Bruno Haible  <bruno@clisp.org>
58039
58040         * modules/euidaccess (Files): Add lib/euidaccess.h.
58041
58042 2003-08-17  Bruno Haible  <bruno@clisp.org>
58043
58044         * lib/strndup.h: New file.
58045
58046 2003-08-17  Bruno Haible  <bruno@clisp.org>
58047
58048         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58049         like AC_GNU_SOURCE.
58050         * modules/extensions (configure.ac): Comment out the invocation of
58051         gl_USE_SYSTEM_EXTENSIONS.
58052
58053 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58054
58055         Merges from coreutils, etc.
58056         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58057         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58058         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58059         fixing a typo.
58060         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58061         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58062
58063 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58064
58065         Document merge from coreutils.
58066         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58067         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58068         * modules/utime: Add m4/utimes-null.m4.
58069
58070 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58071
58072         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58073         space, undoing this 2003-08-12 change:
58074         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58075
58076 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58077
58078         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58079         strtoul.c from libc, undoing this 2003-08-12 change:
58080         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58081
58082 2003-08-16  Jim Meyering  <jim@meyering.net>
58083
58084         Merges from coreutils.
58085         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58086         prefix.  Adjust cache variables similarly.  Create 500 rather than
58087         just 300 files, to exercise bug on Darwin6.5, too.
58088         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58089         $missing_dir.
58090         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58091         AM_SYS_POSIX_TERMIOS.
58092         Reported by mkc@mathdogs.com.
58093         Also change use of $am_cv_sys_posix_termios
58094         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58095         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58096         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58097         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58098         in /proc/mounts until it finds one with matching device number.  This
58099         is unnecessary when the FILE argument *is* a mount point.  No stat call
58100         is necessary in that case.  So, disable the statvfs-testing code on
58101         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58102         as RedHat bug# 84846.
58103         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58104         to 1MB, so as not to render systems with no stack size limit (e.g.,
58105         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58106         Include <unistd.h>.  On some systems,
58107         it is required for the definition of _SC_PAGESIZE.
58108
58109 2003-08-16  Jim Meyering  <jim@meyering.net>
58110
58111         Merge from coreutils.
58112         * lib/xstrtoimax.c: #else #if -> #elif.
58113         * lib/xstrtoumax.c: Likewise.
58114
58115 2003-08-16  Jim Meyering  <jim@meyering.net>
58116
58117         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58118         * m4/utimes.m4: Removed.
58119         * m4/utimes-null.m4: Renamed from utimes.m4.
58120
58121         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58122         to 1MB, so as not to render systems with no stack size limit (e.g.,
58123         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58124         Include <unistd.h>.  On some systems,
58125         it is required for the definition of _SC_PAGESIZE.
58126
58127 2003-08-16  Jim Meyering  <jim@meyering.net>
58128         and Paul Eggert  <eggert@cs.ucla.edu>
58129
58130         Merges from coreutils, etc.
58131
58132         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58133         using the latest version from cvs.  This avoids problems with #line
58134         directives using a vendor (Sun) compiler.
58135         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58136         Don't set GETGROUPS_LIB here; now it's
58137         done via getgroups.m4's wrapper function.
58138         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58139         rather than just in sh-util/configure.in, so that the
58140         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58141         same.
58142         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58143         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58144         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58145         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58146         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58147         Remove code that is now done by the newly-required macros.
58148         Append $(EXEEXT) to DF_PROG.
58149         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58150         Do not invoke or require the following here,
58151         since prereq.m4 or some gnulib .m4 now does this for us:
58152         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58153         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58154         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58155         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58156         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58157         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58158         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58159         AC_FUNC_OBSTACK.
58160         Do not replace the following functions, as this is now the job
58161         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58162         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58163         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58164         atexit getpass, strdup, getpagesize.
58165         Replace 'raise'.
58166         Do not check for the following functions, as this is now the job
58167         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58168         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58169         setregid.
58170         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58171         Check for sys/sysctl.h.
58172         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58173         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58174         of checking for ssize_t ourselves.
58175
58176         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58177         Require every macro that gnulib/modules/* suggests for us.
58178         (jm_PREREQ_ADDEXT): New macro.
58179         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58180         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58181
58182         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58183         (gl_PHYSMEM): Use it.
58184         Also check for `table' function.
58185         Check for new headers and functions.
58186         Add check for sys/sysmp.h.
58187         With suggestions from Kaveh Ghazi.
58188         Ignore headers that are present but cannot be compiled.  This
58189         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58190         C 5.4.
58191
58192 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58193
58194         Document merge from coreutils.
58195         * modules/userspec: Depend on posixver.
58196         * modules/strftime: Depend on tzset.
58197
58198 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58199
58200         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58201         rather than tab, after '#' in shell-script copyright notices.
58202         Suggested by Bruno Haible.
58203
58204 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58205
58206         * config/srclist-update: Use three spaces, rather than tab, after '#'
58207         in shell-script copyright notices.  Suggested by Bruno Haible.
58208         Remove unnecessary parenthesization in regular expression.
58209
58210 2003-08-15  Jim Meyering  <jim@meyering.net>
58211
58212         Merge from coreutils.
58213         * lib/xgethostname.c: Include <stdlib.h>.
58214         (xghostname): Don't exit for anything other than memory-related
58215         failure; just return NULL.
58216         * lib/userspec.c: Include "posixver.h".
58217         (parse_user_spec): Accept `.' as a separator only
58218         in pre-POSIX-200112 mode.
58219         * lib/strtoimax.c: Use #elif rather than #else #if.
58220         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58221         Remove function, now that we can rely on a working tzset function.
58222         [!_LIBC]: Ensure that the required autoconf test has been run.
58223         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58224         Use underlying_strftime for %r.
58225         * lib/sha.c: Merge in some clean-up and optimization changes from
58226         glibc.
58227         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58228         Ensure that it is a multiple of 64.
58229         Rearrange loop exit tests so as to avoid performing an
58230         additional fread after encountering an error or EOF.
58231         * lib/realloc.c: Update copyright date.
58232
58233 2003-08-15  Jim Meyering  <jim@meyering.net>
58234         and Paul Eggert  <eggert@twinsun.com>
58235
58236         Merge from coreutils.
58237         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58238         member but strut utmpx does not.  Needed for AIX 4.3.3.
58239         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58240
58241 2003-08-15  Jim Meyering  <jim@meyering.net>
58242         and Paul Eggert  <eggert@cs.ucla.edu>
58243
58244         Merges from coreutils, etc.
58245         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58246         Require gl_FUNC_TZSET_CLOBBER.
58247         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58248         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58249         members.
58250
58251 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58252
58253         Help the merge from coreutils.
58254         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58255         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58256         * m4/tzset.m4: Use it too.
58257
58258 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58259
58260         * modules/tzset: New file.
58261
58262 2003-08-14  Jim Meyering  <jim@meyering.net>
58263
58264         Merges from coreutils.
58265         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58266         variable names, rather than @FNMATCH_H@.
58267         * modules/alloca: Likewise for $(ALLOCA_H).
58268
58269         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58270         the three copies of the literal target, `fnmatch.h'.
58271         * modules/alloca (alloca.h): Likewise.
58272
58273 2003-08-14  Jim Meyering  <jim@meyering.net>
58274
58275         Merge from coreutils.
58276         * m4/tzset.m4: New file.
58277         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58278         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58279         otherwise, AIX 5.1 systems would end up using the latter.
58280         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58281         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58282         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58283         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58284
58285 2003-08-14  Jim Meyering  <jim@meyering.net>
58286
58287         Merge from coreutils.
58288         * lib/obstack.h: Whitespace changes.
58289         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58290         and xcalloc return values.
58291         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58292         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58293         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58294         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58295         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58296         error from mntctl.
58297         Use mntctl's return value to drive the entry-processing loop, since
58298         we can't rely on the value of the vmt_length member in the last
58299         entry.  On some systems doing so could result in exhausting
58300         virtual memory.  Based in part on a patch from Mike Jetzer.
58301
58302 2003-08-14  Jim Meyering  <jim@meyering.net>
58303         and Paul Eggert  <eggert@twinsun.com>
58304
58305         Merges from coreutils, plus other fixes.
58306         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58307         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58308         for credits and details.  Thanks to Kaveh Ghazi for helping
58309         to keep these files in sync.
58310         (ARRAY_SIZE): Define it.
58311         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58312         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58313         (memcasecmp): Don't assume size_t fits in unsigned int.
58314         Remove casts and duplicate code.
58315         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58316         (memcpy): Remove definition.
58317         Merge in some clean-up and optimization changes from glibc.
58318         [BLOCKSIZE]: Move definition to top of file.
58319         Ensure that it is a multiple of 64.
58320         Rearrange loop exit tests so as to avoid performing an
58321         additional fread after encountering an error or EOF.
58322         * lib/md5.h (md5_uintptr): Define.
58323         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58324         return to the initial working directory.  Preserve errno
58325         for caller.
58326         * lib/idcache.c: Include "xalloc.h".
58327         (xmalloc, xrealloc): Remove decls.
58328         (getuser): Remove casts no longer required in C89.
58329         * lib/human.c: Include stdio.h, for sprintf.
58330         * lib/group-member.c: Include "xalloc.h".
58331         (xmalloc, xrealloc): Remove decls.
58332         (get_group_info): Remove casts no longer required in C89.
58333         * lib/getusershell.c (readname): Remove casts no longer required in
58334         C89.
58335         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58336         * lib/getline.c: Whitespace fix, from coreutils.
58337
58338 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58339
58340         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58341         Check for isascii.
58342
58343         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58344         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58345         Undo previous (whitespace-only) change.
58346
58347 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58348
58349         * lib/exclude.c: Include <ctype.h>
58350         (IN_CTYPE_DOMAIN): New macro.
58351         (is_space): New fn.
58352         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58353         and empty lines.
58354
58355         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58356         Undo previous (whitespace-only) change.
58357
58358 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58359
58360         * config/srclist-update: Change update back to the old behavior,
58361         leaving whitespace alone.  Use one 'sed' command rather than a
58362         pipeline.
58363         (fixlicense): Now a variable, not a function.
58364         (remove_trailing_blanks): Remove.
58365         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58366         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58367         Undo previous (whitespace-only) change.
58368
58369 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58370
58371         Merge from coreutils.
58372         * modules/euidaccess: Add lib_SOURCES, include for new
58373         file euidaccess.h
58374
58375 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58376
58377         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58378         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58379         Normalize leading white space and remove trailing white space.
58380
58381         Merge from coreutils
58382         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58383
58384         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58385         0.12.1.  These files are now being upgraded automatically by
58386         ../config/srclist-update.
58387
58388 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58389
58390         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58391         Normalize leading white space and remove trailing white space.
58392         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58393         notice, as per ../config/srclist-update.
58394
58395         Merge from coreutils.
58396         * lib/euidaccess.h: New file.
58397         * lib/euidaccess.c: Include it.
58398         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58399         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58400         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58401
58402 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58403
58404         * config/srclist-update: Add copyright notice.
58405         (remove_id_lines, remove_trailing_blanks): New constants.
58406         (fixfile): Use them to normalize spacing a bit in copied files.
58407         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58408         Normalize leading white space and remove trailing white space.
58409
58410         * config/texinfo.tex: Sync with texinfo.
58411
58412         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58413         strtoul.c from libc, to merge coreutils whitespace changes.
58414
58415         * config/srclist.txt: Get the following m4 files from gettext:
58416         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58417         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58418         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58419         wint_t.m4.
58420
58421 2003-08-12  Karl Berry  <karl@gnu.org>
58422
58423         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58424         been made.
58425
58426 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58427
58428         * modules/gnu-source, m4/gnu-source.m4:
58429         Remove; we're assuming Autoconf 2.54 or later now.
58430         Suggested by Bruno Haible.
58431         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58432
58433 2003-08-11  Bruno Haible  <bruno@clisp.org>
58434
58435         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58436
58437 2003-08-11  Bruno Haible  <bruno@clisp.org>
58438
58439         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58440         (vasnprintf): Use it instead of wcslen.
58441
58442 2003-08-11  Bruno Haible  <bruno@clisp.org>
58443
58444         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58445         value to ensure that _Bool promotes to int. Use #define for _Bool when
58446         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58447
58448 2003-08-10  Karl Berry  <karl@gnu.org>
58449
58450         * lib/regex.h: update from libc (whitespace fix).
58451
58452 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58453
58454         Merge some files from coreutils.  These changes were
58455         originally made by Jim Meyering.
58456         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58457         many older Unixes require this.
58458         * lib/alloca.c (alloca): Remove cast to argument of free;
58459         no longer needed in C89.
58460         * lib/alloca_.h, regex.h: Fix white space to match
58461         what GNU indent does.
58462
58463 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58464
58465         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58466         apparently Emacs's Unicode mode got confused before my 2003-08-05
58467         checkin.
58468
58469 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58470
58471         * m4/extensions.m4: New file.
58472         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58473         Require gl_USE_SYSTEM_EXTENSIONS.
58474         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58475         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58476
58477 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58478
58479         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58480         * modules/extensions, modules/gnu-source: New files.
58481         * modules/timespec, modules/unlocked-io: Depend on extensions.
58482
58483 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58484
58485         * modules/restrict: New file.
58486         * MODULES.html.sh (func_all_modules): Add restrict.
58487         * modules/regex: Depend on restrict.
58488
58489 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58490
58491         * m4/restrict.m4: New file.
58492         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58493
58494 2003-08-07  Bruno Haible  <bruno@clisp.org>
58495
58496         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58497         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58498
58499 2003-08-07  Bruno Haible  <bruno@clisp.org>
58500
58501         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58502         makes the module 'getndelim2' compatible with the module 'getline'.
58503
58504 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58505
58506         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58507         byte with "\201" to avoid glitches when editing that source file
58508         with multi-gnome-terminal.
58509
58510 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58511
58512         * lib/bumpalloc.h: Remove.
58513
58514 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58515
58516         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58517         * modules/bumpalloc: Remove.
58518
58519 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58520
58521         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58522         GNU coding style.
58523
58524         Merge from coreutils.
58525         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58526         1. From glibc.
58527         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58528         from Karl Berry, implemented by Jim Meyering.
58529         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58530         from Dmitry V. Levin.
58531         Remove anachronistic cast of xrealloc.
58532         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58533         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58534         type. Otherwise, it wouldn't compile with at least /bin/cc on
58535         ymp-cray-unicos9.0.2.X.
58536         Combine two mostly-identical uses of alloca into one.
58537         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58538
58539 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58540
58541         [From Emacs.]
58542
58543         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58544         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58545         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58546         obsolete NLIST_NAME_UNION.
58547         [__GNU__]: Undef BSD and FSCALE.
58548         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58549
58550 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58551
58552         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58553         an enum type, so that it's guaranteed to promote to int.  See:
58554         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58555
58556 2003-08-03  Karl Berry  <karl@gnu.org>
58557
58558         * config/depcomp: update from automake.
58559
58560 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58561
58562         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58563         (strerror): Don't assume that a printable int fits in 14 bytes.
58564
58565 2003-07-31  Bruno Haible  <bruno@clisp.org>
58566
58567         * modules/getpass-gnu: New file.
58568         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58569
58570 2003-07-31  Bruno Haible  <bruno@clisp.org>
58571
58572         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58573
58574 2003-07-24  Karl Berry  <karl@gnu.org>
58575
58576         * config/missing: update from automake.
58577
58578 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58579             Bruno Haible  <bruno@clisp.org>
58580
58581         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58582         * lib/getline.c (getline, getdelim): Likewise.
58583         Remove _GNU_SOURCE define; now it's defined in config.h through
58584         m4/getline.m4.
58585
58586 2003-07-23  Karl Berry  <karl@gnu.org>
58587
58588         * config/config.sub: update from prep.
58589
58590 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58591
58592         * modules/xalloc (Depends-on): Add exitfail.
58593         * modules/xmemcoll: Likewise.
58594
58595 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58596
58597         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58598         over-parenthesization in macros.
58599
58600         Sync with coreutils.
58601
58602         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58603         required by C99.
58604
58605         Use `exit_failure' for xalloc and xmemcoll instead of their own
58606         private exit-failure variables.
58607         * lib/xalloc.h (xalloc_exit_failure): Remove.
58608         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58609         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58610         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58611         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58612         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58613
58614 2003-07-20  Jim Meyering  <jim@meyering.net>
58615
58616         * modules/closeout (Depends-on): Add exitfail.
58617         Suggestion from Bruno Haible.
58618
58619 2003-07-19  Karl Berry  <karl@gnu.org>
58620
58621         * config/config.sub: update from prep.
58622
58623 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58624
58625         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58626         Remove.
58627         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58628         to test that it can stand by itself.  Include "exitfail.h".
58629         Clients should set exit_failure instead.
58630         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58631
58632 2003-07-18  Bruno Haible  <bruno@clisp.org>
58633
58634         * modules/getndelim2: New file.
58635         * modules/getline: Share files with module getndelim2.
58636         * modules/getnline: Depend on getndelim2 instead of sharing files with
58637         it. Add getnline.c to lib_SOURCES.
58638         * MODULES.html.sh (func_all_modules): Add getndelim2.
58639
58640 2003-07-18  Bruno Haible  <bruno@clisp.org>
58641
58642         * m4/getndelim2.m4: New file.
58643         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58644         invoke gl_PREREQ_GETNDELIM2.
58645         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58646         gl_PREREQ_GETNDELIM2.
58647         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58648         gl_GETNDELIM2.
58649
58650 2003-07-18  Bruno Haible  <bruno@clisp.org>
58651
58652         * lib/getndelim2.h: New file.
58653         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58654         getndelim2.h.
58655         (getndelim2): Make non-static. Change return type to ssize_t.
58656         * lib/getline.h: Change argument names.
58657         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58658         * lib/getnline.c: Include getndelim2.h.
58659
58660 2003-07-18  Andreas Schwab  <schwab@suse.de>
58661
58662         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58663
58664 2003-07-17  Karl Berry  <karl@gnu.org>
58665
58666         * config/config.sub: update from prep.
58667
58668 2003-07-17  Bruno Haible  <bruno@clisp.org>
58669
58670         * modules/getnline: New file.
58671         * modules/getline: Add lib/getndelim2.c to source file list.
58672         * MODULES.html.sh (func_all_modules): Add getnline.
58673
58674 2003-07-17  Bruno Haible  <bruno@clisp.org>
58675
58676         * m4/getnline.m4: New file.
58677
58678 2003-07-17  Bruno Haible  <bruno@clisp.org>
58679
58680         * m4/Makefile.am.in: Remove file.
58681         * m4/Makefile.am: Remove file.
58682         * m4/Makefile.in: Remove file.
58683
58684 2003-07-17  Bruno Haible  <bruno@clisp.org>
58685
58686         * lib/getnline.h: New file.
58687         * lib/getnline.c: New file.
58688         * lib/getndelim2.c: New file, extracted from getline.c.
58689         (getndelim2): Renamed from getdelim2, with added nmax argument.
58690         * lib/getline.c: Include getndelim2.c.
58691         (getdelim2): Moved out to getndelim2.c.
58692         (getline, getdelim): Update.
58693
58694 2003-07-17  Bruno Haible  <bruno@clisp.org>
58695
58696         * lib/Makefile.am: Remove file.
58697         * lib/Makefile.in: Remove file.
58698
58699 2003-07-17  Bruno Haible  <bruno@clisp.org>
58700
58701         * configure.in: Remove file.
58702         * Makefile.in: Remove file.
58703
58704 2003-07-17  Bruno Haible  <bruno@clisp.org>
58705
58706         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58707
58708 2003-07-16  Karl Berry  <karl@gnu.org>
58709
58710         * config/srclist-update: was running fixlicense twice, which caused
58711                 texinfo.tex to be nullified for some reason.  Simplify,
58712                 $gplsrc is no longer needed as far as I can see?
58713
58714 2003-07-16  Jim Meyering  <jim@meyering.net>
58715
58716         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58717
58718 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58719
58720         * config/srclist.txt: Get the following files from gettext-runtime/intl
58721         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58722         ref-del.sin.  From Bruno Haible.
58723         * config/srclist-update (fixfile): Change grep pattern again, since the
58724         previous fix didn't work (there was another trailing $).  Use
58725         '[$]' to escape the $s.
58726
58727 2003-07-15  Karl Berry  <karl@gnu.org>
58728
58729         * lib/vasnprintf.c: update from gettext.
58730
58731 2003-07-15  Karl Berry  <karl@gnu.org>
58732
58733         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58734         gets expanded when surrounded by '$'.
58735
58736 2003-07-15  Jim Meyering  <jim@meyering.net>
58737
58738         * modules/save-cwd: Don't depend on error.  From Derek Price.
58739
58740 2003-07-15  Jim Meyering  <jim@meyering.net>
58741
58742         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58743
58744 2003-07-14  Simon Josefsson  <jas@extundo.com>
58745
58746         * modules/mempcpy: New file.
58747         * MODULES.html.sh (func_all_modules): Add mempcpy.
58748
58749 2003-07-14  Simon Josefsson  <jas@extundo.com>
58750
58751         * m4/mempcpy.m4: New file.
58752
58753 2003-07-14  Simon Josefsson  <jas@extundo.com>
58754
58755         * lib/mempcpy.h: New file.
58756         * lib/mempcpy.c: New file.
58757
58758 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58759
58760         * modules/getdate, modules/posixtm: Depend on mktime.
58761
58762 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58763
58764         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58765         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58766         unicodeio.c, unicodeio.h, unlocked-io.h:
58767         Switch from LGPL to GPL.
58768
58769 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58770
58771         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58772         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58773         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58774         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58775         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58776         updated automatically by ../config/srclist-update.  This changes
58777         their license from LPGL to GPL.
58778
58779 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58780
58781         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58782         assumed to refer to the root of the most recent stable gettext version.
58783         * config/srclistvars.sh: Add defaults for eggert.
58784         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58785         Match "This program" as well as "The program".  This is needed
58786         for gettext.
58787
58788 2003-07-14  Jim Meyering  <jim@meyering.net>
58789
58790         Don't emit diagnostics.  Let callers do that.
58791         * lib/save-cwd.c: Don't include "error.h".
58792         (save_cwd): Don't call error.  Ensure that errno is valid
58793         when returning nonzero.
58794
58795         * lib/save-cwd.h (restore_cwd): Update prototype.
58796         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58797         Simplify.  Don't call error upon failure.  Let callers do that.
58798         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58799         when auditing is enabled.  But don't bother updating the #if.
58800
58801 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58802
58803         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58804         it breaks C++ compilation.
58805         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58806
58807 2003-07-10  Simon Josefsson  <jas@extundo.com>
58808
58809         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58810
58811 2003-07-10  Jim Meyering  <jim@meyering.net>
58812
58813         * m4/clock_time.m4: Remove trailing blank.
58814         * m4/intmax_t.m4: Likewise.
58815
58816 2003-07-10  Jim Meyering  <jim@meyering.net>
58817
58818         * lib/vasnprintf.c: Remove trailing blanks.
58819         Make cpp indentation consistent.
58820
58821 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58822
58823         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58824         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58825         Switch from LGPL to GPL.
58826
58827 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58828
58829         * config/srclist.txt: Sort sublists.  Add
58830         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58831         that differ from gnulib for one reason or another; we'd like this list
58832         to be smaller but for now let's document what we have.
58833
58834 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58835
58836         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58837         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58838         and sweeter "eval x=$x".
58839         * config/srclist.txt: Get lib/argp* from glibc.
58840
58841 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58842
58843         * lib/mktime.c: Fix some boundary cases and remove need for floating
58844         point.
58845
58846         Issue a compile-time diagnostic if time_t is floating point, or if
58847         two's complement arithmetic is not in effect, or if arithmetic
58848         right shift does not propagate the sign.  These assumptions were
58849         all in the original code but they weren't checked.
58850
58851         (TIME_T_MIDPOINT, verify): New macros.
58852         (__isleap): Remove; it has integer overflow problems.
58853         (leapyear): New function, without those problems.
58854         (ydhms_tm_diff): Remove; splitting into two parts.
58855         (ydhms_diff): New function, containing the arithmetic part of
58856         the old ydhms_tm_diff function.  Issue a compile-time
58857         diagnostic if we are not using C99 integer division.
58858         Avoid casts when possible.
58859         (guess_time_tm): New function, containing the checking part of
58860         the old ydhms_tm_diff function.  Return the new value, rather than
58861         the difference between it and the old.  Accept a new argument T
58862         so that *T specifies the old value.  Check for overflow in the result.
58863
58864         (__mktime_internal): Use a time_t offset, not a long int offset.
58865         This undoes the 2003-06-04 change, which is no longer needed now
58866         that we have better overflow checking.
58867         (localtime_offset): Likewise.
58868
58869         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58870         and long are 64-bit but int is only 32-bit.
58871         (ydhms_diff): Use long int to store year1 and yday1.
58872         Issue a compile-time diagnostic if long int is not wide enough.
58873
58874         (__mktime_internal): Use long int to store adjusted year and yday.
58875         Use plain C rather than preprocessor commands, if that doesn't
58876         affect efficiency.
58877         Check for overflow (and try to repair) after each probe
58878         rather than checking only at the very end.  This avoids some bugs
58879         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58880         does not equal GMT offset at maximum time).
58881         Use integer to check for overflow rather than floating point; this
58882         is more portable to non-IEEE hosts, and is a tad faster.
58883         When we detect that we are oscillating between two values,
58884         don't check whether tm_isdst has the requested value, since
58885         we already know the answer.  When tm_isdst has the wrong value,
58886         use a different heuristic to find the right one, based on the
58887         extreme values actually observed in practice in tz2003a,
58888         rather than the (overly optimistic) "previous 3 calendar quarters".
58889
58890         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58891         "T const" to accommodate glibc style.
58892         (check_result): Use less-confusing report format.  "long" -> "long int.
58893         (main): Likewise.
58894         Don't loop if the iteration overflows time_t.
58895         Allow a negative step in the iteration.
58896
58897 2003-07-06  Karl Berry  <karl@gnu.org>
58898
58899         * config/depcomp: update from automake.
58900         * config/config.sub: update from prep.
58901
58902 2003-07-03  Karl Berry  <karl@gnu.org>
58903
58904         * config/config.guess: update from prep.
58905
58906 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58907
58908         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58909         xreadlink.c now includes it unconditionally.
58910
58911 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58912
58913         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58914         having it depend on HAVE_SYS_TYPES_H.
58915
58916 2003-07-01  Bruno Haible  <bruno@clisp.org>
58917
58918         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58919         <sys/types.h> should be sufficient.
58920         Reported by Paul Eggert.
58921
58922 2003-06-26  Karl Berry  <karl@gnu.org>
58923
58924         * config/depcomp: update from automake.
58925
58926 2003-06-26  Bruno Haible  <bruno@clisp.org>
58927
58928         * modules/human: Depend on module stdbool.
58929
58930 2003-06-25  Bruno Haible  <bruno@clisp.org>
58931
58932         * modules/readlink: New file.
58933         * modules/xreadlink: Depend on it.
58934         * MODULES.html.sh (func_all_modules): Add readlink.
58935
58936 2003-06-25  Bruno Haible  <bruno@clisp.org>
58937
58938         * m4/readlink.m4: New file.
58939
58940 2003-06-25  Bruno Haible  <bruno@clisp.org>
58941
58942         * lib/readlink.c: New file.
58943
58944 2003-06-22  Karl Berry  <karl@gnu.org>
58945
58946         * config/srclist.txt: update mkinstalldirs from automake.
58947         * config/mkinstalldirs: update.
58948
58949 2003-06-22  Bruno Haible  <bruno@clisp.org>
58950
58951         Portability to mingw32.
58952         * m4/ssize_t.m4: New file, from GNU gettext.
58953         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58954         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58955
58956 2003-06-22  Bruno Haible  <bruno@clisp.org>
58957
58958         * modules/safe-read: Add m4/ssize_t.m4.
58959         * modules/xreadlink: Add m4/ssize_t.m4.
58960
58961 2003-06-20  Bruno Haible  <bruno@clisp.org>
58962
58963         Assume C89, so PARAMS isn't needed.
58964         * lib/unicodeio.h (PARAMS): Remove.
58965         * lib/unicodeio.c: Don't use PARAMS.
58966
58967 2003-06-18  Karl Berry  <karl@gnu.org>
58968
58969         * config/config.{guess,sub}: update from prep.
58970
58971 2003-06-18  Jim Meyering  <jim@meyering.net>
58972
58973         Merge changes from coreutils.
58974         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58975         Remove explicit declarations of xmalloc and realloc.
58976         Include xalloc.h.
58977         (read_utmp): Remove anachronistic cast of xmalloc.
58978
58979 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58980
58981         Assume C89, so PARAMS isn't needed.
58982         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58983         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58984         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58985         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58986         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58987         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58988         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58989         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58990         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58991         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58992         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58993         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58994         no longer needed. Anyway, config.h should always be included before any
58995         other file.
58996
58997 2003-06-11  Simon Josefsson  <jas@extundo.com>
58998
58999         * modules/sysexits: New file.
59000         * MODULES.html.sh (func_all_modules): Add sysexits.
59001
59002 2003-06-11  Simon Josefsson  <jas@extundo.com>
59003
59004         * lib/sysexit_.h: New file.
59005
59006 2003-06-11  Derek Price  <derek@ximbiot.com>
59007
59008         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59009         necessary.
59010
59011 2003-06-11  Bruno Haible  <bruno@clisp.org>
59012
59013         * m4/sysexits.m4: New file.
59014
59015 2003-06-10  Simon Josefsson  <jas@extundo.com>
59016
59017         * lib/argp.h: New file, from glibc.
59018         * lib/argp-ba.c: New file, from glibc.
59019         * lib/argp-eexst.c: New file, from glibc.
59020         * lib/argp-fmtstream.c: New file, from glibc.
59021         * lib/argp-fmtstream.h: New file, from glibc.
59022         * lib/argp-fs-xinl.c: New file, from glibc.
59023         * lib/argp-help.c: New file, from glibc.
59024         * lib/argp-namefrob.h: New file, from glibc.
59025         * lib/argp-parse.c: New file, from glibc.
59026         * lib/argp-pv.c: New file, from glibc.
59027         * lib/argp-pvh.c: New file, from glibc.
59028         * lib/argp-xinl.c: New file, from glibc.
59029
59030 2003-06-10  Simon Josefsson  <jas@extundo.com>
59031
59032         * modules/strchrnul: New file.
59033
59034 2003-06-10  Simon Josefsson  <jas@extundo.com>
59035
59036         * modules/argp: New file.
59037
59038 2003-06-10  Simon Josefsson  <jas@extundo.com>
59039
59040         * m4/strchrnul.m4: New file.
59041
59042 2003-06-10  Simon Josefsson  <jas@extundo.com>
59043
59044         * lib/strchrnul.h: New file.
59045         * lib/strchrnul.c: New file.
59046
59047 2003-06-10  Bruno Haible  <bruno@clisp.org>
59048
59049         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59050
59051 2003-06-07  Karl Berry  <karl@gnu.org>
59052
59053         * config/config.{guess,sub}: update from prep.
59054
59055 2003-06-07  Jim Meyering  <jim@meyering.net>
59056
59057         * modules/strtod: Use $(...) notation, not @...@ for
59058         AC_REPLACE'd variables.
59059         * modules/localcharset: Likewise.
59060
59061 2003-06-07  Jim Meyering  <jim@meyering.net>
59062
59063         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59064         in place of my name in the copyright comment.
59065         Remove definition and uses of __P.
59066
59067         From coreutils.
59068         * lib/stat.c: Don't declare xmalloc explicitly.
59069         Instead, include "xalloc.h".
59070         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59071         xrealloc, and xcalloc return values.
59072         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59073         Improve comment.
59074         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59075
59076 2003-06-07  Bruno Haible  <bruno@clisp.org>
59077
59078         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59079         avoid AC_CONFIG_LINKS.
59080         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59081         fnmatch.h, to avoid AC_CONFIG_LINKS.
59082         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59083
59084 2003-06-07  Bruno Haible  <bruno@clisp.org>
59085
59086         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59087         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59088         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59089         directory.
59090         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59091         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59092         directory.
59093
59094 2003-06-06  Jim Meyering  <jim@meyering.net>
59095
59096         Merge from coreutils.
59097         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59098         Consolidate declarations and initializations of *_base* locals.
59099
59100         Merge from coreutils.
59101         This avoids a core dump on systems without GNU putenv,
59102         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59103         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59104         (unsetenv): New static function, from GNU libc.
59105         (rpl_putenv): Use it.
59106
59107         * lib/modechange.c: Remove trailing blanks.
59108
59109         Merge from coreutils.
59110         * lib/fsusage.c: Remove declaration of statfs.
59111         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59112
59113         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59114
59115 2003-06-06  Jim Meyering  <jim@meyering.net>
59116
59117         * lib/stdbool_.h: Renamed from stdbool.h.in.
59118
59119 2003-06-06  Jim Meyering  <jim@meyering.net>
59120             Bruno Haible  <bruno@clisp.org>
59121
59122         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59123         Adjust Makefile.am snippet not to redirect directly to target.
59124         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59125
59126 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59127
59128         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59129         mismatch, look in future quarters as well as past.  This fixes a
59130         bug when processing fall-backwards gaps immediately after a long
59131         period of daylight-saving time.
59132
59133         * lib/mktime.c: Assume freestanding C89 or better.
59134         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59135         (__P): Remove; not used.
59136         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59137         (mktime, not_equal_tm, print_tm, check_result,
59138         main): Use prototypes.  Use const * where appropriate.
59139         (main): Fix typo in testing code that uncovered by above changes.
59140         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59141
59142 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59143
59144         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59145         locale.h, localeconv.  This merges changes from coreutils.
59146
59147         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59148         It can be removed after the next Autoconf is released.
59149         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59150         needed.
59151
59152 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59153
59154         * lib/mktime.c: Fix Debian bug 177940
59155         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59156         (localtime_offset): Now long int, not time_t, because we want it
59157         to be guaranteed to be signed.  All uses changed.
59158         (__mktime_internal): If overflow would occur when adding offset,
59159         don't add it.
59160
59161         Merge 'human' changes from coreutils.  Rewrite to support
59162         locale-specific notations like thousands separators.
59163         * lib/human.c: Simplify authorship notice.
59164         Include human.h immediately after config.h.
59165         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59166         <limits.h>: Do not include, since human.h does.
59167         (SIZE_MAX, UINTMAX_MAX): New macros.
59168         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59169         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59170         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59171         (power_letter): Renamed from suffixes.
59172         (generate_suffix_backwards): Remove.
59173         (adjust_value): Now takes int style (because of human.h changes)
59174         and long double value (for greater precision on some platforms).
59175         (group_number): New function.
59176         (human_readable): Use it.  Use integer options, not enum.
59177         Put the options before the sizes in the arg list.
59178         Support all the new options.
59179         The old human_readable function has been removed;
59180         use inttostr.h instead.
59181         (human_readable, default_block_size, humblock):
59182         Use uintmax_t, not int, for block sizes.
59183         (human_readable_inexact, block_size_types): Remove.
59184         (block_size_opts): New constant.
59185         (human_options): Renamed from human_block_size, with new signature
59186         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59187         * lib/human.h: Add copyright and authorship notice.
59188         Include <limits.h> and <stdbool.h> unconditionally.
59189         (PARAMS): Remove.  All uses removed.
59190         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59191         (enum human_inexact_style): Remove tag; now a nameless enum.
59192         (human_floor, human_ceiling, human_round_to_even): Now have
59193         values 2, 0, 1 rather than -1, 1, 0.
59194         (human_group_digits, human_suppress_point_zero, human_autoscale,
59195         human_base_1024, human_SI, human_B): New constants.
59196         (human_readable_inexact, human_block_size): Remove.
59197         (human_readable): Size args are now uintmax_t, not int.
59198         (human_options): New decl.
59199
59200         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59201         unnecessary now that we assume C89 or better.  This change
59202         imported from coreutils.
59203
59204         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59205         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59206         in the 2003-05-30 sync from glibc.
59207
59208         .h files should stand alone, but we shouldn't include <sys/types.h>
59209         if we can get away with just <stddef.h>.
59210
59211         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59212         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59213         rather than <sys/types.h>, as we merely need size_t.
59214         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59215         to get size_t.
59216         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59217         Include <stdio.h>, to get FILE.
59218         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59219         memcasecmp.h has included <stddef.h> and all we need is size_t.
59220         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59221         our interface, instead of including <sys/types.h>
59222
59223 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59224
59225         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59226         now, as glibc mktime is buggy on non-glibc systems.
59227
59228 2003-06-03  Karl Berry  <karl@gnu.org>
59229
59230         * config/config.sub: update from prep.
59231
59232 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59233
59234         [from coreutils]
59235         Fix some minor time-related bugs with POSIX time arguments.
59236         Some valid time stamps were being rejected (notably -1, and
59237         time stamps before 1900 on 64-bit hosts).  And some invalid
59238         time stamps were being accepted, e.g. September 31.
59239
59240         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59241         that we can return (time_t) -1 successfully.
59242         * lib/posixtm.c: Likewise.
59243         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59244         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59245         (t): Remove static var.
59246         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59247         of static var.  All uses changed.
59248         (year): Do not reject years before 1900; they can occur with
59249         64-bit time_t.
59250         (posix_time_parse): Do not check for out-of-range components;
59251         that is now the caller's responsibility, since our checks were
59252         only approximations.
59253         (posixtime): Use mktime to check for out-of-range components,
59254         since it knows them exactly.
59255         If mktime returns (time_t) -1, check whether an error actually occurred
59256         by invoking localtime on -1.
59257         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59258         posixtime failures better.
59259         Improve the test data (in comments only).
59260
59261 2003-06-02  Karl Berry  <karl@gnu.org>
59262
59263         * config/mkinstalldirs (version): new variable.
59264         (--version): new option.
59265         (usage): improve message.
59266
59267 2003-05-30  Karl Berry  <karl@gnu.org>
59268
59269         * lib/mktime.c: update from libc.
59270
59271 2003-05-30  Bruno Haible  <bruno@clisp.org>
59272
59273         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59274         * config/config.rpath: Upgrade to gettext-0.12.1.
59275
59276 2003-05-30  Bruno Haible  <bruno@clisp.org>
59277
59278         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59279         * m4/nls.m4: New file, from gettext-0.12.1.
59280         * m4/po.m4: New file, from gettext-0.12.1.
59281         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59282
59283 2003-05-30  Bruno Haible  <bruno@clisp.org>
59284
59285         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59286         * lib/localcharset.h: Likewise.
59287         * lib/localcharset.c: Likewise.
59288
59289 2003-05-29  Karl Berry  <karl@gnu.org>
59290
59291         * config/config.rpath: update from gettext.
59292
59293 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59294
59295         Assume the headers required for C89 freestanding compilers.
59296         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59297         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59298         * m4/human.m4 (gl_HUMAN): Likewise.
59299         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59300         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59301         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59302         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59303         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59304         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59305
59306 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59307
59308         Assume the headers required for C89 freestanding compilers.
59309         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59310         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59311         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59312         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59313         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59314         define, since <limits.h> is guaranteed to do that.
59315         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59316         * lib/exclude.c: Include <stdbool.h> unconditionally.
59317         * lib/tempname.c: Include <stddef.h> unconditionally.
59318         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59319         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59320         <stddef.h> does that.
59321         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59322         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59323         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59324         needed.
59325         * lib/xstrtol.c: Likewise.
59326         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59327         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59328
59329         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59330         warnings on some platforms.
59331
59332         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59333         arbitrarily.
59334
59335 2003-05-26  Jim Meyering  <jim@meyering.net>
59336
59337         Merge in a change from coreutils:
59338         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59339         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59340         that condition, rather than `-1' which is slightly misleading.
59341         Change the name of the cache variable to have the gl_ prefix.
59342         Prompted by a patch from Richard Dawe for DJGPP.
59343
59344 2003-05-24  Karl Berry  <karl@gnu.org>
59345
59346         * config/config.guess: update from prep.
59347
59348 2003-05-22  Karl Berry  <karl@gnu.org>
59349
59350         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59351
59352 2003-05-20  Karl Berry  <karl@gnu.org>
59353
59354         * config/config.guess: update from prep.
59355
59356 2003-05-18  Karl Berry  <karl@gnu.org>
59357
59358         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59359         might actually be set by the user.
59360
59361         * config/depcomp, install-sh, mdate-sh: update from automake.
59362
59363 2003-05-17  Bruno Haible  <bruno@clisp.org>
59364
59365         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59366         invalid expansion for AC_EGREP_CPP.
59367         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59368         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59369         Suggested by Akim Demaille <akim@epita.fr> in
59370         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59371
59372 2003-05-12  Jim Meyering  <jim@meyering.net>
59373
59374         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59375         the space-padded-by-default conversion specifiers, %e, %k, %l.
59376
59377 2003-05-12  Bruno Haible  <bruno@clisp.org>
59378
59379         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59380         the string is longer than 4 KB.
59381
59382 2003-05-11  Karl Berry  <karl@gnu.org>
59383
59384         * config/config.{guess,sub}: update from prep.
59385
59386 2003-05-09  Bruno Haible  <bruno@clisp.org>
59387
59388         * modules/error: Add m4/strerror_r.m4 to file list.
59389
59390 2003-05-03  Bruno Haible  <bruno@clisp.org>
59391
59392         Upgrade to Unicode-4.0.
59393         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59394         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59395         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59396         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59397         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59398         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59399         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59400         Change width of U+E0100..U+E01EF from 1 to 0.
59401
59402 2003-04-25  Jim Meyering  <jim@meyering.net>
59403
59404         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59405         of type size_t, not int.
59406
59407 2003-04-25  Bruno Haible  <bruno@clisp.org>
59408
59409         * lib/copy-file.c: Include <stddef.h>, for size_t.
59410
59411 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59412
59413         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59414         code which expansion is under static control.  Patch imported from
59415         Akim Demaille's patch to Bison; see
59416         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59417
59418 2003-04-14  Bruno Haible  <bruno@clisp.org>
59419
59420         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59421
59422 2003-04-11  Jim Meyering  <jim@meyering.net>
59423
59424         Merge changes from Coreutils.
59425
59426         2003-03-22  Jim Meyering  <jim@meyering.net>
59427
59428         * lib/strftime.c (widen): Cast alloca return value to proper type.
59429
59430         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59431
59432         From GNU libc.
59433         * lib/strftime.c (my_strftime): Handle very large width
59434         specifications for numeric values correctly.  Improve checks for
59435         overflow.
59436
59437         2003-01-19  Jim Meyering  <jim@meyering.net>
59438
59439         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59440         definitions.
59441         (nl_get_alt_digit) [! defined my_strftime]: Define.
59442         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59443         _nl_get_alt_digit and _nl_get_walt_digit.
59444
59445         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59446         libc. These changes have no effect outside of _LIBC.
59447
59448 2003-04-10  Bruno Haible  <bruno@clisp.org>
59449
59450         * modules/findprog: New file.
59451         * MODULES.html.sh (func_all_modules): Add it.
59452
59453 2003-04-10  Bruno Haible  <bruno@clisp.org>
59454
59455         * m4/findprog.m4: New file.
59456         * m4/eaccess.m4: New file.
59457
59458 2003-04-10  Bruno Haible  <bruno@clisp.org>
59459
59460         * lib/findprog.h: New file, from GNU gettext.
59461         * lib/findprog.c: New file, from GNU gettext.
59462
59463 2003-04-05  Jim Meyering  <jim@meyering.net>
59464
59465         Merge changes from Coreutils.
59466
59467         * lib/exclude.h (PARAMS): Remove definition and uses.
59468         * lib/exclude.c: Remove uses of `PARAMS'.
59469
59470         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59471         Add test-cases for DOS filenames. Declare program_name.
59472         (main): Set up program_name.  Patch by Rich Dawe.
59473
59474         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59475         error from mntctl.
59476         Use mntctl's return value to drive the entry-processing loop, since
59477         we can't rely on the value of the vmt_length member in the last
59478         entry.  On some systems doing so could result in exhausting
59479         virtual memory.  Based in part on a patch from Mike Jetzer.
59480
59481 2003-04-04  Bruno Haible  <bruno@clisp.org>
59482
59483         * modules/linebreak: New file.
59484         * MODULES.html.sh (func_all_modules): Add it.
59485
59486 2003-04-04  Bruno Haible  <bruno@clisp.org>
59487
59488         * m4/linebreak.m4: New file.
59489
59490 2003-04-04  Bruno Haible  <bruno@clisp.org>
59491
59492         * lib/linebreak.h: New file, from GNU gettext.
59493         * lib/linebreak.c: New file, from GNU gettext with slight
59494         modifications.
59495         * lib/lbrkprop.h: New file, from GNU gettext.
59496
59497 2003-04-03  Bruno Haible  <bruno@clisp.org>
59498
59499         * modules/utf8-ucs4: New file.
59500         * modules/utf16-ucs4: New file.
59501         * modules/ucs4-utf8: New file.
59502         * modules/ucs4-utf16: New file.
59503         * MODULES.html.sh (func_all_modules): Add them.
59504
59505 2003-04-03  Bruno Haible  <bruno@clisp.org>
59506
59507         * m4/utf-ucs4.m4: New file.
59508         * m4/ucs4-utf.m4: New file.
59509
59510 2003-04-03  Bruno Haible  <bruno@clisp.org>
59511
59512         * lib/utf8-ucs4.h: New file, from GNU gettext.
59513         * lib/utf16-ucs4.h: New file, from GNU gettext.
59514         * lib/ucs4-utf8.h: New file, from GNU gettext.
59515         * lib/ucs4-utf16.h: New file, from GNU gettext.
59516
59517 2003-04-02  Bruno Haible  <bruno@clisp.org>
59518
59519         * modules/binary-io: New file.
59520         * MODULES.html.sh (func_all_modules): Add it.
59521
59522 2003-04-02  Bruno Haible  <bruno@clisp.org>
59523
59524         * lib/binary-io.h: New file, from GNU gettext.
59525
59526 2003-04-01  Bruno Haible  <bruno@clisp.org>
59527
59528         * modules/pathname: New file.
59529         * MODULES.html.sh (func_all_modules): Add it.
59530
59531 2003-04-01  Bruno Haible  <bruno@clisp.org>
59532
59533         * lib/pathname.h: New file, from GNU gettext.
59534         * lib/concatpath.c: New file, from GNU gettext.
59535
59536 2003-03-30  Bruno Haible  <bruno@clisp.org>
59537
59538         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59539
59540 2003-03-30  Bruno Haible  <bruno@clisp.org>
59541
59542         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59543         function chown() doesn't exist.
59544
59545 2003-03-28  Bruno Haible  <bruno@clisp.org>
59546
59547         * modules/copy-file: New file.
59548         * MODULES.html.sh (func_all_modules): Add it.
59549
59550 2003-03-28  Bruno Haible  <bruno@clisp.org>
59551
59552         * m4/copy-file.m4: New file.
59553
59554 2003-03-28  Bruno Haible  <bruno@clisp.org>
59555
59556         * lib/copy-file.h: New file, from GNU gettext.
59557         * lib/copy-file.c: New file, from GNU gettext.
59558
59559 2003-03-18  Jim Meyering  <jim@meyering.net>
59560
59561         * lib/quote.c (quote_n): Fix typo in comment.
59562
59563 2003-03-18  Bruno Haible  <bruno@clisp.org>
59564
59565         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59566         checking.
59567         * m4/onceonly_2_57.m4: Likewise.
59568
59569 2003-03-17  Bruno Haible  <bruno@clisp.org>
59570
59571         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59572         (m4_quote): Remove macro.
59573         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59574
59575 2003-03-14  Jim Meyering  <jim@meyering.net>
59576
59577         Merge changes from Coreutils.
59578         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59579         to be const, in order to avoid warnings.
59580         (obstack_room): Likewise.
59581         (obstack_empty_p): Likewise.
59582
59583 2003-03-14  Bruno Haible  <bruno@clisp.org>
59584
59585         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59586         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59587
59588 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59589
59590         Merge changes from Bison.
59591         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59592         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59593         when compiling Bison 1.875's `bitset bset = obstack_alloc
59594         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59595         * lib/hash.c: Include <stdbool.h> unconditionally.
59596
59597 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59598
59599         * m4/onceonly.m4 (m4_quote): New macro.
59600         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59601         Quote AC_FOREACH variable-expansions properly.
59602
59603 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59604
59605         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59606
59607 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59608
59609         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59610         Reported by Bruce Becker; see:
59611         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59612
59613 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59614             Bruno Haible  <bruno@clisp.org>
59615
59616         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59617         Reported by John Hughes, see
59618         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59619
59620 2003-02-20  Bruno Haible  <bruno@clisp.org>
59621
59622         * MODULES.html.sh (func_all_modules): Add poll.
59623
59624 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59625
59626         * modules/poll: New file.
59627
59628 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59629
59630         * lib/poll_.h: New file.
59631         * lib/poll.c: New file.
59632
59633 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59634
59635         * m4/poll.m4: New file.
59636
59637 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59638
59639         * modules/mathl: New file.
59640
59641 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59642
59643         * lib/mathl.h: New file.
59644         * lib/acosl.c: New file.
59645         * lib/asinl.c: New file.
59646         * lib/atanl.c: New file.
59647         * lib/ceill.c: New file.
59648         * lib/cosl.c: New file.
59649         * lib/expl.c: New file.
59650         * lib/floorl.c: New file.
59651         * lib/frexpl.c: New file.
59652         * lib/ldexpl.c: New file.
59653         * lib/logl.c: New file.
59654         * lib/sincosl.c: New file.
59655         * lib/sinl.c: New file.
59656         * lib/sqrtl.c: New file.
59657         * lib/tanl.c: New file.
59658         * lib/trigl.c: New file.
59659         * lib/trigl.h: New file.
59660
59661 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59662
59663         * m4/mathl.m4: New file.
59664
59665 2003-02-18  Bruno Haible  <bruno@clisp.org>
59666
59667         * MODULES.html.sh (func_all_modules): Add mathl.
59668
59669 2003-02-17  Bruno Haible  <bruno@clisp.org>
59670
59671         * modules/mkdtemp: New module.
59672         * MODULES.html.sh (func_all_modules): Add it.
59673
59674 2003-02-17  Bruno Haible  <bruno@clisp.org>
59675
59676         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59677
59678 2003-02-17  Bruno Haible  <bruno@clisp.org>
59679
59680         * lib/mkdtemp.h: New file, from GNU gettext.
59681         * lib/mkdtemp.c: New file, from GNU gettext.
59682
59683 2003-02-02  Jim Meyering  <jim@meyering.net>
59684
59685         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59686         e.g. glibc-2.2.93.
59687
59688 2003-01-31  Bruno Haible  <bruno@clisp.org>
59689
59690         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59691         'rpl_rename'.
59692         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59693         'rpl_strnlen'.
59694         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59695         'rpl_strtod'.
59696         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59697         'rpl_utime'.
59698
59699 2003-01-31  Bruno Haible  <bruno@clisp.org>
59700
59701         * lib/rename.c: #undef rename before defining rpl_rename.
59702         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59703
59704 2003-01-30  Bruno Haible  <bruno@clisp.org>
59705
59706         * modules/vasnprintf, modules/vasprintf: New modules.
59707         * MODULES.html.sh (func_all_modules): Add them.
59708
59709 2003-01-30  Bruno Haible  <bruno@clisp.org>
59710
59711         * m4/signed.m4: New file, from GNU gettext.
59712         * m4/longdouble.m4: New file, from GNU gettext.
59713         * m4/wchar_t.m4: New file, from GNU gettext.
59714         * m4/wint_t.m4: New file, from GNU gettext.
59715         * m4/vasnprintf.m4: New file.
59716         * m4/vasprintf.m4: New file.
59717
59718 2003-01-30  Bruno Haible  <bruno@clisp.org>
59719
59720         * lib/printf-args.h: New file, from GNU gettext.
59721         * lib/printf-args.c: New file, from GNU gettext.
59722         * lib/printf-parse.h: New file, from GNU gettext.
59723         * lib/printf-parse.c: New file, from GNU gettext.
59724         * lib/vasnprintf.h: New file, from GNU gettext.
59725         * lib/vasnprintf.c: New file, from GNU gettext.
59726         * lib/asnprintf.c: New file, from GNU gettext.
59727         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59728         * lib/vasprintf.c: New file, from GNU gettext.
59729         * lib/asprintf.c: New file, from GNU gettext.
59730
59731 2003-01-29  Bruno Haible  <bruno@clisp.org>
59732
59733         * modules/stpncpy: New module.
59734         * MODULES.html.sh (func_all_modules): Add it.
59735
59736 2003-01-29  Bruno Haible  <bruno@clisp.org>
59737
59738         * m4/stpncpy.m4: New file.
59739
59740 2003-01-29  Bruno Haible  <bruno@clisp.org>
59741
59742         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59743         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59744
59745 2003-01-28  Bruno Haible  <bruno@clisp.org>
59746
59747         * modules/c-ctype: New module.
59748         * MODULES.html.sh (func_all_modules): Add it.
59749
59750 2003-01-28  Bruno Haible  <bruno@clisp.org>
59751
59752         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59753         Paul Eggert.
59754         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59755         Paul Eggert.
59756
59757 2003-01-27  Bruno Haible  <bruno@clisp.org>
59758
59759         * modules/xsetenv: New module.
59760         * MODULES.html.sh (func_all_modules): Add it.
59761
59762 2003-01-27  Bruno Haible  <bruno@clisp.org>
59763
59764         * lib/xsetenv.h: New file, from GNU gettext.
59765         * lib/xsetenv.c: New file, from GNU gettext.
59766
59767 2003-01-23  Jim Meyering  <jim@meyering.net>
59768
59769         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59770         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59771
59772 2003-01-23  Bruno Haible  <bruno@clisp.org>
59773
59774         * modules/minmax: New module.
59775         * MODULES.html.sh (func_all_modules): Add it.
59776
59777 2003-01-23  Bruno Haible  <bruno@clisp.org>
59778
59779         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59780         Eggert.
59781
59782 2003-01-22  Bruno Haible  <bruno@clisp.org>
59783
59784         * modules/exit: New module.
59785         * MODULES.html.sh (func_all_modules): Add it.
59786
59787 2003-01-22  Bruno Haible  <bruno@clisp.org>
59788
59789         * lib/exit.h: New file, from GNU gettext.
59790
59791 2003-01-19  Bruno Haible  <bruno@clisp.org>
59792
59793         * gnulib-tool: Recognize option --extract-maintainer.
59794         (func_get_maintainer): New function.
59795         * modules/*: Add Maintainer entry.
59796
59797 2003-01-16  Jim Meyering  <jim@meyering.net>
59798
59799         * m4/regex.m4: The `regex' struct is both input and output.
59800         Initialize it before each use.  Patch by Tim Waugh.
59801
59802 2003-01-16  Bruno Haible  <bruno@clisp.org>
59803
59804         * MODULES.html.sh: Add a table of contents. Add the module name as
59805         leftmost column. Add hyperlinks.
59806
59807 2003-01-15  Bruno Haible  <bruno@clisp.org>
59808
59809         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59810
59811 2003-01-15  Bruno Haible  <bruno@clisp.org>
59812
59813         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59814         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59815         suffix.
59816
59817 2003-01-15  Bruno Haible  <bruno@clisp.org>
59818
59819         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59820
59821 2003-01-15  Bruno Haible  <bruno@clisp.org>
59822
59823         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59824         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59825
59826 2003-01-14  Jim Meyering  <jim@meyering.net>
59827
59828         * lib/same.c (same_name): Tweak a comment.
59829
59830 2003-01-14  Bruno Haible  <bruno@clisp.org>
59831
59832         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59833         when a string comparison is sufficient.
59834
59835 2003-01-14  Bruno Haible  <bruno@clisp.org>
59836
59837         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59838         'unsigned int'.
59839
59840 2003-01-14  Bruno Haible  <bruno@clisp.org>
59841
59842         * lib/hash-pjw.c: Add comment about low quality of this function.
59843
59844 2003-01-13  Bruno Haible  <bruno@clisp.org>
59845
59846         * modules/stpcpy: Distribute lib/stpcpy.h.
59847         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59848
59849 2003-01-13  Bruno Haible  <bruno@clisp.org>
59850
59851         * modules/*: Add a description.
59852         * modules/strpbrk: Fix Makefile.am snippet.
59853         * modules/strtoimax: Fix dependencies.
59854         * modules/strtoumax: Likewise.
59855
59856 2003-01-13  Bruno Haible  <bruno@clisp.org>
59857
59858         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59859         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59860         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59861
59862 2003-01-13  Bruno Haible  <bruno@clisp.org>
59863
59864         * gnulib-tool (func_create_testdir): Store config/* files in the main
59865         directory.
59866         * config.rpath: Move to ...
59867         * config/config.rpath: ... here.
59868         * modules/gettext: Contains config/config.rpath, not config.rpath.
59869         * modules/iconv: Likewise.
59870
59871 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59872
59873         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59874         to avoid collisions with libcurses and libreadline.
59875
59876         * m4/getstr.m4: Remove.
59877         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59878
59879 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59880
59881         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59882         to avoid collisions with libcurses and libreadline.
59883
59884         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59885         * lib/getstr.h, getstr.c: Remove.
59886         * lib/getline.c: Include "getline.h", to check interface.
59887         Move body of old getstr.c here: this defines MIN_CHUNK and
59888         declares getdelim2, which is renamed from getstr.
59889         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59890
59891         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59892         All uses changed.
59893         * lib/linebuffer.h: Likewise.
59894         (readline): Remove backward-compatibility macro.
59895
59896 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59897
59898         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59899         to avoid collisions with libcurses and libreadline.
59900         * getstr: Remove.
59901         * MODULES.html.sh: Remove getstr.
59902         * modules/getline: Depend on unlocked-io, not getstr.
59903
59904 2003-01-12  Jim Meyering  <jim@meyering.net>
59905
59906         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59907
59908 2003-01-10  Bruno Haible  <bruno@clisp.org>
59909
59910         * modules/alloca: Change Makefile.am requirements. Simplify Include
59911         requirements. Add lib/alloca_.h to file list.
59912
59913 2003-01-10  Bruno Haible  <bruno@clisp.org>
59914
59915         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59916
59917 2003-01-10  Bruno Haible  <bruno@clisp.org>
59918
59919         * lib/alloca_.h: New file.
59920         * lib/getdate.y: Unconditionally include alloca.h.
59921         * lib/makepath.c: Likewise.
59922         * lib/setenv.c: Likewise.
59923         * lib/userspec.c: Likewise.
59924
59925 2003-01-09  Karl Berry  <karl@gnu.org>
59926
59927         * MODULES.html.sh: include `dirname $0` in PATH, to find
59928         gnulib-tool.
59929
59930 2003-01-09  Bruno Haible  <bruno@clisp.org>
59931
59932         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59933         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59934
59935 2003-01-09  Bruno Haible  <bruno@clisp.org>
59936
59937         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59938
59939 2003-01-09  Bruno Haible  <bruno@clisp.org>
59940
59941         * lib/stdbool.h.in: New file.
59942
59943 2003-01-09  Bruno Haible  <bruno@clisp.org>
59944
59945         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59946         * MODULES.html.sh: Likewise.
59947
59948 2003-01-08  Jim Meyering  <jim@meyering.net>
59949
59950         * lib/full-write.c: Undefine and define-away `const' after inclusion
59951         of errno.h, not before.  Suggestion from Bruno Haible.
59952
59953 2003-01-08  Bruno Haible  <bruno@clisp.org>
59954
59955         * modules/full-read: Depend on full-write.
59956
59957 2003-01-08  Bruno Haible  <bruno@clisp.org>
59958
59959         * lib/safe-read.c: Include specification header first, to ensure its
59960         selfcontainedness.
59961         * lib/full-write.c: Likewise.
59962
59963 2003-01-07  Jim Meyering  <jim@meyering.net>
59964
59965         * lib/full-write.c: Rework so that it may serve to define full_read,
59966         too.
59967         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59968
59969 2003-01-07  Bruno Haible  <bruno@clisp.org>
59970
59971         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59972         <inttypes.h>.
59973         * lib/xstrtol.h: Likewise.
59974         * lib/xstrtoimax.c: Likewise.
59975         * lib/xstrtoumax.c: Likewise.
59976         * lib/human.h: Likewise.
59977
59978         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59979         on systems that have <inttypes.h> but not <stdint.h>.
59980
59981 2003-01-07  Bruno Haible  <bruno@clisp.org>
59982
59983         * MODULES.html.sh: Add copyright notice.
59984         (missed_files): Omit CVS directory entries.
59985         (func_module): Make it work with sed-3.02.
59986         * MODULES.txt: Remove file.
59987
59988 2003-01-06  Jim Meyering  <jim@meyering.net>
59989
59990         * lib/version-etc.c: Update year in translatable copyright string.
59991
59992 2003-01-03  Karl Berry  <karl@gnu.org>
59993
59994         * config/config.{guess,sub}: update from prep.
59995
59996 2003-01-02  Karl Berry  <karl@gnu.org>
59997
59998         * doc/COPYING.DOC: belatedly updated to 1.2.
59999
60000 2003-01-01  Karl Berry  <karl@gnu.org>
60001
60002         * gnulib-tool (func_verify_module): report module name $module in
60003         error message, not $1.
60004         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60005         be created, only if it doesn't exist.
60006         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60007
60008 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60009
60010         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60011
60012 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60013
60014         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60015         memcmp if strcoll doesn't work.
60016
60017 2002-12-31  Bruno Haible  <bruno@clisp.org>
60018
60019         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60020         nonempty.
60021
60022 2002-12-31  Bruno Haible  <bruno@clisp.org>
60023
60024         * lib/memcoll.c (STRCOLL): New macro.
60025         (memcoll): Use it.
60026
60027 2002-12-31  Bruno Haible  <bruno@clisp.org>
60028
60029         * lib/localcharset.h: New file.
60030         * lib/localcharset.c: Include it.
60031         * lib/unicodeio.c: Likewise.
60032
60033 2002-12-31  Bruno Haible  <bruno@clisp.org>
60034
60035         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60036         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60037
60038 2002-12-31  Bruno Haible  <bruno@clisp.org>
60039
60040         * lib/getline.h: Include <stddef.h>, for size_t.
60041
60042         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60043         * lib/unicodeio.c: Don't include <stddef.h>.
60044
60045 2002-12-31  Bruno Haible  <bruno@clisp.org>
60046
60047         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60048         HAVE_TM_ZONE.
60049
60050 2002-12-24  Karl Berry  <karl@gnu.org>
60051
60052         * config/config.guess: update from prep.
60053
60054 2002-12-24  Bruno Haible  <bruno@clisp.org>
60055
60056         General infrasructure.
60057         * m4/README: Rewritten.
60058         * m4/onceonly.m4: New file.
60059         * m4/onceonly_2_57.m4: New file.
60060
60061         Module atexit.
60062         * m4/atexit.m4: New file.
60063
60064         Module strtod.
60065         * m4/strtod.m4: New file.
60066
60067         Module strtol.
60068         * m4/strtol.m4: New file.
60069
60070         Module strtoul.
60071         * m4/strtoul.m4: New file.
60072
60073         Module memchr.
60074         * m4/memchr.m4: New file.
60075
60076         Module memcmp.
60077         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60078         (jm_FUNC_MEMCMP): Invoke it.
60079
60080         Module memcpy.
60081         * m4/memcpy.m4: New file.
60082
60083         Module memmove.
60084         * m4/memmove.m4: New file.
60085
60086         Module memset.
60087         * m4/memset.m4: New file.
60088
60089         Module strcspn.
60090         * m4/strcspn.m4: New file.
60091
60092         Module strpbrk.
60093         * m4/strpbrk.m4: New file.
60094
60095         Module strstr.
60096         * m4/strstr.m4: New file.
60097
60098         Module strerror.
60099         * m4/strerror.m4: New file.
60100
60101         Module mktime.
60102         * m4/mktime.m4: Renamed from jm-mktime.m4.
60103         (gl_PREREQ_MKTIME): New macro.
60104         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60105
60106         Module malloc.
60107         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60108         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60109         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60110
60111         Module realloc.
60112         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60113         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60114         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60115
60116         Module strftime.
60117         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60118         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60119         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60120         gl_TM_GMTOFF.
60121         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60122
60123         Module xalloc.
60124         * m4/xalloc.m4: New file.
60125
60126         Module alloca.
60127         * m4/alloca.m4: New file.
60128
60129         Module putenv.
60130         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60131         (jm_FUNC_PUTENV): Invoke it.
60132
60133         Module setenv.
60134         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60135         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60136         when invoked twice.
60137         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60138         gt_FUNC_SETENV.
60139
60140         Module memrchr.
60141         * m4/memrchr.m4: New file.
60142
60143         Module stpcpy.
60144         * m4/stpcpy.m4: New file.
60145
60146         Module strcase.
60147         * m4/strcase.m4: New file.
60148
60149         Module strdup.
60150         * m4/strdup.m4: New file.
60151
60152         Module strnlen.
60153         * m4/strnlen.m4: New file.
60154
60155         Module strndup.
60156         * m4/strndup.m4: New file.
60157
60158         Module xstrtod.
60159         * m4/xstrtod.m4: New file.
60160
60161         Module xstrtol.
60162         * m4/xstrtol.m4: New file.
60163
60164         Module getdate.
60165         * m4/getdate.m4: New file.
60166
60167         Module unlocked-io.
60168         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60169         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60170         * m4/jm-glibc-io.m4n: Remove file.
60171
60172         Module long-options.
60173         * m4/long-options.m4: New file.
60174
60175         Module md5.
60176         * m4/md5.m4: New file.
60177
60178         Module sha.
60179         * m4/sha.m4: New file.
60180
60181         Module getstr.
60182         * m4/getstr.m4: New file.
60183
60184         Module getline.
60185         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60186         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60187         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60188         simply getline. Infoke gl_PREREQ_GETLINE.
60189
60190         Module obstack.
60191         * m4/obstack.m4: New file.
60192
60193         Module hash.
60194         * m4/hash.m4: New file.
60195
60196         Module readtokens.
60197         * m4/readtokens.m4: New file.
60198
60199         Module strverscmp.
60200         * m4/strverscmp.m4: New file.
60201
60202         Module stdbool.
60203         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60204         OSF/1.
60205
60206         Module strtoll.
60207         * m4/strtoll.m4: New file.
60208
60209         Module strtoull.
60210         * m4/strtoull.m4: New file.
60211
60212         Module strtoimax.
60213         * m4/strtoimax.m4: New file.
60214
60215         Module strtoumax.
60216         * m4/strtoumax.m4: New file.
60217
60218         Module xstrtoimax.
60219         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60220         jm_AC_PREREQ_XSTRTOIMAX.
60221         Moved the strtol prerequisites to strtol.m4.
60222         Moved the strtoll prerequisites to strtoll.m4.
60223         Moved the strtoimax prerequisites to strtoimax.m4.
60224
60225         Module xstrtoumax.
60226         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60227         jm_AC_PREREQ_XSTRTOUMAX.
60228         Moved the strtoul prerequisites to strtoul.m4.
60229         Moved the strtoull prerequisites to strtoull.m4.
60230         Moved the strtoumax prerequisites to strtoumax.m4.
60231
60232         Module chown.
60233         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60234         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60235
60236         Module dup2.
60237         * m4/dup2.m4: New file.
60238
60239         Module ftruncate.
60240         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60241         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60242
60243         Module getgroups.
60244         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60245         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60246
60247         Module gettimeofday.
60248         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60249         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60250         gl_PREREQ_GETTIMEOFDAY.
60251
60252         Module mkdir.
60253         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60254         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60255
60256         Module mkstemp.
60257         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60258         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60259         jm_AC_TYPE_UINTMAX_T.
60260         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60261
60262         Module stat.
60263         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60264         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60265
60266         Module lstat.
60267         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60268         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60269
60270         Module timespec.
60271         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60272         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60273         * m4/st_mtim.m4: Indentation.
60274
60275         Module nanosleep.
60276         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60277         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60278         gl_PREREQ_NANOSLEEP.
60279
60280         Module regex.
60281         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60282         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60283         (gl_REGEX): New macro.
60284
60285         Module rename.
60286         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60287         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60288
60289         Module rmdir.
60290         * m4/rmdir.m4: New file.
60291
60292         Module utime.
60293         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60294         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60295         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60296
60297         Module dirname.
60298         * m4/dirname.m4: New file.
60299
60300         Module getopt.
60301         * m4/getopt.m4: New file.
60302
60303         Module unistd-safer.
60304         * m4/unistd-safer.m4: New file.
60305
60306         Module fnmatch.
60307         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60308         declaration.
60309         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60310         (gl_FUNC_FNMATCH_POSIX): New macro.
60311         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60312         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60313         simply fnmatch.
60314
60315         Module exclude.
60316         * m4/exclude.m4: New file.
60317
60318         Module human.
60319         * m4/human.m4: New file.
60320
60321         Module acl.
60322         * m4/acl.m4: Nop.
60323
60324         Module backupfile.
60325         * m4/backupfile.m4: New file.
60326         * m4/d-ino.m4: Indentation.
60327
60328         Module fsusage.
60329         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60330         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60331         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60332
60333         Module dirfd.
60334         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60335         requirements.
60336
60337         Module euidaccess.
60338         * m4/euidaccess.m4: New file.
60339
60340         Module file-type.
60341         * m4/file-type.m4: New file.
60342
60343         Module fileblocks.
60344         * m4/fileblocks.m4: New file.
60345
60346         Module filemode.
60347         * m4/filemode.m4: New file.
60348
60349         Module isdir.
60350         * m4/isdir.m4: New file.
60351
60352         Module lchown.
60353         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60354         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60355
60356         Module makepath.
60357         * m4/makepath.m4: New file.
60358
60359         Module modechange.
60360         * m4/modechange.m4: New file.
60361
60362         Module mountlist.
60363         * m4/mountlist.m4: New file.
60364         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60365         Indentation.
60366
60367         Module path-concat.
60368         * m4/path-concat.m4: New file.
60369
60370         Module pathmax.
60371         * m4/pathmax.m4: New file.
60372
60373         Module same.
60374         * m4/same.m4: New file.
60375
60376         Module save-cwd.
60377         * m4/save-cwd.m4: New file.
60378
60379         Module savedir.
60380         * m4/savedir.m4: New file.
60381
60382         Module xgetcwd.
60383         * m4/xgetcwd.m4: New file.
60384         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60385
60386         Module xreadlink.
60387         * m4/xreadlink.m4: New file.
60388
60389         Module safe-read.
60390         * m4/safe-read.m4: New file.
60391
60392         Module safe-write.
60393         * m4/safe-write.m4: New file.
60394
60395         Module closeout.
60396         * m4/closeout.m4: New file.
60397
60398         Module stdio-safer.
60399         * m4/stdio-safer.m4: New file.
60400
60401         Module getpass.
60402         * m4/getpass.m4: New file.
60403
60404         Module getugroups.
60405         * m4/getugroups.m4: New file.
60406
60407         Module group-member.
60408         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60409         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60410
60411         Module idcache.
60412         * m4/idcache.m4: New file.
60413
60414         Module userspec.
60415         * m4/userspec.m4: New file.
60416
60417         Module gettime.
60418         * m4/clock_time.m4: New file.
60419         * m4/gettime.m4: New file.
60420
60421         Module settime.
60422         * m4/settime.m4: New file.
60423
60424         Module posixtm.
60425         * m4/posixtm.m4: New file.
60426
60427         Module gethostname.
60428         * m4/gethostname.m4: New file.
60429
60430         Module canon-host.
60431         * m4/canon-host.m4: New file.
60432
60433         Module gettext.
60434         * m4/codeset.m4: New file, from gettext-0.11.5.
60435         * m4/gettext.m4: New file, from gettext-0.11.5.
60436         * m4/glibc21.m4: New file, from gettext-0.11.5.
60437         * m4/iconv.m4: New file, from gettext-0.11.5.
60438         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60439         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60440         * m4/inttypes.m4: New file, from gettext-0.11.5.
60441         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60442         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60443         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60444         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60445         * m4/lib-link.m4: New file, from gettext-0.11.5.
60446         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60447         * m4/progtest.m4: New file, from gettext-0.11.5.
60448         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60449         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60450         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60451
60452         Module localcharset.
60453         * m4/localcharset.m4: New file.
60454
60455         Module hard-locale.
60456         * m4/hard-locale.m4: New file.
60457
60458         Module mbswidth.
60459         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60460         onceonly macros.
60461         * m4/mbrtowc.m4: Add comment.
60462
60463         Module memcasecmp.
60464         * m4/memcasecmp.m4: New file.
60465
60466         Module memcoll.
60467         * m4/memcoll.m4: New file.
60468
60469         Module unicodeio.
60470         * m4/unicodeio.m4: New file.
60471
60472         Module rpmatch.
60473         * m4/rpmatch.m4: New file.
60474
60475         Module yesno.
60476         * m4/yesno.m4: New file.
60477
60478         Module exitfail.
60479         * m4/exitfail.m4: New file.
60480
60481         Module c-stack.
60482         * m4/c-stack.m4 (gl_C_STACK): New macro.
60483         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60484
60485         Module error.
60486         * m4/error.m4 (gl_ERROR): New macro.
60487         (jm_PREREQ_ERROR): Use onceonly macros.
60488
60489         Module fatal.
60490         * m4/fatal.m4: New file.
60491
60492         Module getloadavg.
60493         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60494         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60495
60496         Module getpagesize.
60497         * m4/getpagesize.m4: New file.
60498
60499         Module getusershell.
60500         * m4/getusershell.m4: New file.
60501
60502         Module physmem.
60503         * m4/physmem.m4: New file.
60504
60505         Module posixver.
60506         * m4/posixver.m4: New file.
60507
60508         Module quotearg.
60509         * m4/quotearg.m4: New file.
60510
60511         Module quote.
60512         * m4/quote.m4: New file.
60513
60514         Module readutmp.
60515         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60516
60517         Module sig2str.
60518         * m4/sig2str.m4: New file.
60519
60520         Other.
60521         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60522         ulonglong.m4.
60523         * m4/intmax_t.m4: New file.
60524         * m4/d-type.m4: Indentation.
60525         * m4/jm-macros.m4: Update.
60526         * m4/prereq.m4 (jm_PREREQ): Update.
60527         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60528         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60529         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60530         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60531         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60532         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60533         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60534         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60535         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60536         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60537         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60538         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60539         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60540         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60541         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60542         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60543         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60544         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60545         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60546
60547 2002-12-24  Bruno Haible  <bruno@clisp.org>
60548
60549         * MODULES.txt: Update according to m4/ changes.
60550
60551         Module gettext.
60552         * config.rpath: New file, from gettext-0.11.5.
60553
60554         * modules/*: New module descriptions.
60555         * gnulib-tool: New file.
60556         * MODULES.html.sh: New file.
60557
60558 2002-12-21  Karl Berry  <karl@gnu.org>
60559
60560         * doc/fdl.texi: update to version 1.2.
60561
60562 2002-12-19  Karl Berry  <karl@gnu.org>
60563
60564         * config/config.guess: update from prep.
60565
60566 2002-12-18  Bruno Haible  <bruno@clisp.org>
60567
60568         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60569         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60570
60571 2002-12-17  Bruno Haible  <bruno@clisp.org>
60572
60573         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60574         stdlib.h, string.h.
60575
60576 2002-12-17  Bruno Haible  <bruno@clisp.org>
60577
60578         * lib/canon-host.c (strdup): Remove unused declaration.
60579
60580         * lib/fsusage.c: Include full_read.h.
60581         (get_fs_usage): Use full_read instead of safe_read.
60582
60583         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60584
60585 2002-12-12  Karl Berry  <karl@gnu.org>
60586
60587         * config/config.guess: update from prep.
60588
60589 2002-12-11  Bruno Haible  <bruno@clisp.org>
60590
60591         * m4/setenv.m4: New file, from gettext-0.11.5.
60592
60593 2002-12-11  Bruno Haible  <bruno@clisp.org>
60594
60595         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60596         not unsetenv().
60597         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60598         modifications:
60599
60600         2002-12-11  Bruno Haible  <bruno@clisp.org>
60601
60602                 * setenv.c (alloca): Fall back to malloc.
60603                 (freea): New macro.
60604                 (setenv): Use freea() to free memory allocated with alloca().
60605
60606         2002-11-13  Bruno Haible  <bruno@clisp.org>
60607
60608                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60609                 function declarations.
60610                 * unsetenv.c (unsetenv): Likewise.
60611
60612         2002-03-04  Bruno Haible  <bruno@clisp.org>
60613
60614                 Portability to AIX 4.3.3.
60615                 * unsetenv.c: New file, extracted from setenv.c.
60616                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60617
60618         2001-12-20  Bruno Haible  <bruno@clisp.org>
60619
60620                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60621                 use malloc instead. For SunOS 4.
60622
60623         2001-12-11  Bruno Haible  <bruno@clisp.org>
60624
60625                 * setenv.c: Declare alloca.
60626                 (compar_fn_t): New typedef.
60627                 (KNOWN_VALUE, STORE_VALUE): Use it.
60628
60629         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60630         setenv.h.
60631
60632 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60633
60634         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60635         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60636         Choose values that are less likely to collide with system fnmatch
60637         options.
60638         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60639         defined (e.g., a pure POSIX system).
60640         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60641         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60642
60643 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60644
60645         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60646         a pain in practice to deal with generated m4 files.  This change
60647         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60648
60649         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60650         and jm-glibc-io.m4, as they are no longer a special case.
60651         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60652         kludge and the auto-generation stuff.  Check only whether the
60653         functions are declared, not whether they exist, since older hosts
60654         that don't declare the functions can't use the optimization anyway.
60655
60656 2002-12-06  Jim Meyering  <jim@meyering.net>
60657
60658         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60659
60660         Merge in changes from libc's misc/error.c, in preparation
60661         for the merge of gnulib's changes back into libc.
60662
60663         * lib/error.c (_): Define only if not already defined.
60664         Move definition to follow all #include directives.
60665         Include unlocked-io.h only if !_LIBC.
60666         [_LIBC]: Include <libio/libioP.h>.
60667         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60668         (fflush): Tweak definition to use INTUSE.
60669         (putc): Define.
60670
60671 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60672
60673         * lib/alloca.c [defined emacs]: Include "lisp.h".
60674         (xalloc_die) [defined emacs]: New macro.
60675         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60676         [! defined emacs]: Include <xalloc.h>.
60677         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60678         (pointer): Typedef to POINTER_TYPE *.
60679         (malloc): Remove decl; we now always use xmalloc.
60680         (alloca): Use old-style definition, since Emacs needs this.
60681         Check for arithmetic overflow when computing combined size.
60682
60683 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60684
60685         Do not generate unlocked-io.h automatically, since it's easier to
60686         maintain it by hand.
60687
60688         * lib/unlocked-io.h: New file, from GNU diffutils,
60689         but with proper copyright notice and attribution.
60690         * lib/gen-uio: Remove.
60691         * lib/Makefile.am: Add copyright notice.
60692         (libfetish_a_SOURCES): Add unlocked-io.h.
60693         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60694         (DISTCLEANFILES, io_functions): Remove macros.
60695         (EXTRA_DIST): Remove gen_uio.
60696         (unlocked-io.h): Remove rule.
60697
60698 2002-12-04  Jim Meyering  <jim@meyering.net>
60699
60700         Reflect the fact that stat.c and lstat.c are no longer generated.
60701         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60702         (DISTCLEANFILES): Likewise.
60703         (EXTRA_DIST): Likewise.
60704         (all_local): Don't depend on stat.c or lstat.c.
60705         (stat.c, lstat.c): Remove rules.
60706         (EXTRA_DIST): Remove xstat.in.
60707
60708         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60709         * lib/stat.c: New file.  Contents mostly from xstat.in.
60710         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60711         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60712
60713         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60714         too.
60715         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60716
60717 2002-12-03  Jim Meyering  <jim@meyering.net>
60718
60719         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60720         but not semantics, to minimize the differences between these two files.
60721         (safe_read): Change comment to mention SAFE_READ_ERROR.
60722
60723         * lib/safe-read.c (IS_EINTR): Define.
60724         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60725
60726 2002-12-02  Jim Meyering  <jim@meyering.net>
60727
60728         * lib/safe-read.c (EINTR): Define.
60729         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60730         (INT_MAX): Provide fallback.
60731         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60732
60733         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60734
60735 2002-12-02  Bruno Haible  <bruno@clisp.org>
60736
60737         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60738         Define, taken from safe-read.c.
60739         (INT_MAX): Provide fallback.
60740         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60741         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60742
60743         * lib/safe-read.c (EINTR): Remove definition.
60744         (safe_read): Don't use EINTR if it is absent.
60745
60746 2002-12-01  Jim Meyering  <jim@meyering.net>
60747
60748         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60749         zero.
60750         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60751
60752 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60753
60754         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60755         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60756         with `if (! (value < limit)) abort ();', for readability.
60757
60758 2002-11-26  Karl Berry  <karl@gnu.org>
60759
60760         * lib/strdup.c: copy from libc again, with jim's ok.
60761         * lib/.cppi-disable: re-add strdup.c
60762
60763 2002-11-25  Karl Berry  <karl@gnu.org>
60764
60765         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60766         instead of "strtol.c".
60767
60768 2002-11-25  Karl Berry  <karl@gnu.org>
60769
60770         * config/install-sh: update from automake for variable quoting, $0 in
60771         error msgs, etc.
60772
60773         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60774         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60775         entry.
60776
60777 2002-11-25  Jim Meyering  <jim@meyering.net>
60778
60779         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60780
60781 2002-11-24  Karl Berry  <karl@gnu.org>
60782
60783         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60784         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60785
60786 2002-11-24  Jim Meyering  <jim@meyering.net>
60787
60788         Update from coreutils:
60789
60790         * lib/mktime.c: Merge in changes from libc.
60791
60792         Avoid a link-time failure on some Linux systems.
60793         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60794         (otherwise).
60795         (__mon_yday): Declare with the STATIC attribute.
60796         (__mktime_internal): Likewise.
60797         Based on a report from Greg Schafer.
60798
60799 2002-11-23  Jim Meyering  <jim@meyering.net>
60800
60801         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60802         Use `unsigned', not `int', as type of index.
60803
60804         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60805
60806         * lib/fsusage.c: Remove unneeded parentheses around operands of
60807         `defined'.
60808
60809 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60810
60811         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60812         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60813         so that we can be included first.
60814         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60815         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60816         No need to include stddef.h or sys/types.h any more.
60817         Surround local include files with "", not "<>".
60818         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60819         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60820         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60821         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60822         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60823         (ISPRINT): Remove; no longer needed now that we assume C89.
60824
60825         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60826         Preserve errno.
60827
60828         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60829         quotearg_char): Use SIZE_MAX rather than
60830         (size_t) -1 when we are talking about "infinity".
60831
60832         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60833
60834 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60835
60836         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60837         hint that one should use `if (! x) abort ();' rather than `assert
60838         (x);', and anyway it's one less thing to worry about configuring.
60839         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60840         hash_rehash, hash_insert): Use abort rather than assert.
60841
60842 2002-11-22  Bruno Haible  <bruno@clisp.org>
60843
60844         * lib/safe-read.h: Assume C89. Add comments.
60845         (safe_read): Change return type to size_t.
60846         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60847         byte counts > SSIZE_MAX correctly.
60848         * lib/safe-write.h: New file.
60849         * lib/safe-write.c: New file.
60850         * lib/full-read.h: New file.
60851         * lib/full-read.c: New file.
60852         * lib/full-write.h: Assume C89. Add comments.
60853         * lib/full-write.c: Include safe-write.h.
60854         (full_write): Rewritten to use safe_write.
60855         Suggested by Jim Meyering and Paul Eggert.
60856
60857 2002-11-21  Jim Meyering  <jim@meyering.net>
60858
60859         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60860
60861         Merge in changes from the coreutils.
60862
60863         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60864         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60865         <stdint.h>.
60866         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60867         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60868         int.  Work more efficiently if X is the same width as uintmax_t.
60869         Do not compare X to -1, to avoid bogus compiler warning.
60870         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60871         Don't assume that f_frsize and f_bsize are the same type.
60872
60873         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60874         warning on FreeBSD.
60875
60876         * lib/makepath.c (make_path): Restore umask *before* creating the final
60877         component.
60878         (make_path): Minor reformatting.
60879
60880         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60881         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60882         HAVE_MALLOC/HAVE_REALLOC.
60883
60884         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60885         dummy ones.  At least on GNU/Linux systems, `auto' means something
60886         else.
60887         From Michael Stone.
60888
60889 2002-11-21  Bruno Haible  <bruno@clisp.org>
60890
60891         Remove case insensitive option matching.
60892         * lib/argmatch.h (argcasematch): Remove declaration.
60893         (ARGCASEMATCH): Remove macro.
60894         (__xargmatch_internal): Remove case_sensitive argument.
60895         (XARGMATCH): Update.
60896         (XARGCASEMATCH): Remove macro.
60897         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60898         case_sensitive argument.
60899         (argcasematch): Remove function.
60900         (__xargmatch_internal): Remove case_sensitive argument.
60901         (main): Use XARGMATCH instead of XARGCASEMATCH.
60902
60903         * lib/xmalloc.c: Change compile-time error message. Add comment about
60904         required autoconf version.
60905
60906 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60907
60908         Merge argmatch cleanups from Bison.  Assume C89.
60909
60910         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60911         Include stdlib.h, for EXIT_FAILURE.
60912         Always include <string.h>, since we assume C89.
60913         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60914         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60915         Include <stddef.h> instead, since it's all we need for size_t.
60916         (PARAMS): Remove.  All uses removed.
60917         (ARRAY_CARDINALITY): Do not bother to #undef.
60918         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60919         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60920         Remove unnecessary parentheses.
60921         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60922         Insert necessary parentheses.
60923         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60924         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60925
60926 2002-11-19  Bruno Haible  <bruno@clisp.org>
60927
60928         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60929         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60930
60931         * lib/mbswidth.h (PARAMS): Remove macro.
60932         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60933         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60934
60935         * lib/gcd.h (PARAMS): Remove macro.
60936         (gcd): Use ANSI C function declarations.
60937         * lib/gcd.c (gcd): Likewise.
60938
60939 2002-11-15  Bruno Haible  <bruno@clisp.org>
60940
60941         * lib/strcspn.c: Include <stddef.h>.
60942         (strcspn): Use ANSI C function declaration. Change return type to
60943         size_t. Use NULL.
60944         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60945         (strpbrk): Use NULL.
60946         * lib/strpbrk.h (PARAMS): Remove macro.
60947         (strpbrk): Use ANSI C function declaration.
60948         * lib/strstr.c: Don't include <sys/types.h>.
60949         * lib/strstr.h (PARAMS): Remove macro.
60950         (strstr): Use ANSI C function declarations.
60951
60952 2002-11-14  Karl Berry  <karl@gnu.org>
60953
60954         * config/mkinstalldirs: `do' on separate line, instead of
60955         `for var; do'.
60956
60957 2002-11-06  Bruno Haible  <bruno@clisp.org>
60958
60959         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60960         * lib/gcd.c (gcd): Likewise.
60961
60962 2002-11-05  Bruno Haible  <bruno@clisp.org>
60963
60964         * lib/gcd.h: New file, from gettext-0.11.5.
60965         * lib/gcd.c: New file, from gettext-0.11.5.
60966
60967 2002-11-05  Bruno Haible  <bruno@clisp.org>
60968
60969         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60970         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60971         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60972         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60973
60974         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60975         <libintl.h>.
60976         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60977         <libintl.h>.
60978
60979         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60980         * lib/human.c: Include gettext.h instead of <libintl.h>.
60981         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60982         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60983         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60984         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60985         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60986         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60987         (textdomain): Remove definition.
60988         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60989
60990         * lib/long-options.c: Remove include of <libintl.h> and definition of
60991         _.
60992         * lib/same.c: Remove include of <libintl.h> and definition of _.
60993
60994 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60995
60996         * lib/config.charset: A few additions for Solaris.
60997
60998 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60999
61000         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61001         * lib/localcharset.c (locale_charset): Declare as extern "C".
61002
61003 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61004
61005         * lib/config.charset: msdos in uk_UA uses CP1125.
61006
61007 2002-11-04  Bruno Haible  <bruno@clisp.org>
61008
61009         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61010         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61011         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61012         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61013         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61014
61015 2002-11-04  Bruno Haible  <bruno@clisp.org>
61016
61017         * lib/localcharset.c (locale_charset): Don't return an empty string.
61018
61019 2002-11-04  Bruno Haible  <bruno@clisp.org>
61020
61021         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61022         aliases.
61023
61024 2002-11-04  Bruno Haible  <bruno@clisp.org>
61025
61026         * lib/config.charset: Update for newest glibc. Add canonical names
61027         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61028
61029 2002-11-04  Bruno Haible  <bruno@clisp.org>
61030
61031         * lib/config.charset: Add support for NetBSD.
61032
61033 2002-11-04  Bruno Haible  <bruno@clisp.org>
61034
61035         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61036
61037 2002-11-01  Bruno Haible  <bruno@clisp.org>
61038
61039         * configure.in: Add AC_CONFIG_AUX_DIR call.
61040         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61041         test/Makefile.
61042         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61043
61044 2002-09-28  Karl Berry  <karl@gnu.org>
61045
61046         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61047         installed automake until the next release, since changes have been
61048         made.
61049
61050 2002-09-25  Karl Berry  <karl@gnu.org>
61051
61052         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61053         * lib/getopt*: copy from libc/posix.
61054         * lib/gettext.h: copy from gettext.
61055         * lib/.cppi-disable: add strdup.c, gettext.h.
61056
61057 2002-09-25  Karl Berry  <karl@gnu.org>
61058
61059         * config/srclist.txt: enable gettext.h check.
61060         * config/config.{guess,sub}: update from prep.
61061         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61062                 from automake 1.6.3.
61063         See srclist*.
61064
61065 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61066
61067         * regex.c (PATFETCH): Remove the translating fetch.
61068         (PATFETCH_RAW): Rename to PATFETCH.
61069         (set_image_of_range): New fun.
61070         (SET_RANGE_TABLE_WORK_AREA): Use it.
61071         (regex_compile): Don't translate the pattern chars so eagerly.
61072         Only do it when inserting an `exactn' bytecode or when handling
61073         a char-range.
61074         (mutually_exclusive_p): Avoid empty statement.
61075
61076 2002-07-06  Jim Meyering  <meyering@lucent.com>
61077
61078         * m4/README: Don't mention Makefile.am.in.
61079         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61080
61081 2002-07-01  Jim Meyering  <meyering@lucent.com>
61082
61083         * lib/c-stack.c: Include sys/time.h.
61084         From Volker Borchert.
61085
61086 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61087
61088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61089
61090 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61091
61092         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61093         New macro.  Use it uniformly instead of
61094         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61095         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61096         reported by Vin Shelton.
61097
61098 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61099
61100         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61101         Do not assume SA_SIGINFO behavior.
61102         Bug reported by Jim Meyering on NetBSD 1.5.2.
61103
61104 2002-06-22  Jim Meyering  <meyering@lucent.com>
61105
61106         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61107         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61108
61109         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61110         now that configure.ac uses AC_GNU_SOURCE.
61111         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61112         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61113
61114         Update to latest tools.  Suggestions from Paul Eggert.
61115         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61116         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61117         * m4/fnmatch.m4: Likewise.
61118         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61119         to AC_HEADER_STDBOOL
61120
61121 2002-06-22  Jim Meyering  <meyering@lucent.com>
61122
61123         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61124         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61125
61126 2002-06-22  Jim Meyering  <meyering@lucent.com>
61127
61128         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61129
61130         * lib/exitfail.c, exitfail.h: Likewise.
61131         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61132
61133         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61134         of fnmatch.h.
61135         (EXTRA_DIST): Add fnmatch_loop.c.
61136         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61137
61138         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61139         * lib/fnmatch.c: Update from diffutils-2.8.2.
61140         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61141         * lib/fnmatch.h: Remove file.
61142
61143 2002-06-21  Jim Meyering  <meyering@lucent.com>
61144
61145         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61146         * m4/mbrtowc.m4: Likewise.
61147
61148         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61149         * m4/mbswidth.m4: Reflect name change:
61150         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61151         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61152
61153         * m4/lib-link.m4: Update from gettext-0.11.2.
61154         * m4/gettext.m4: Likewise.
61155
61156         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61157         From Alfred M. Szmidt.
61158
61159 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61160
61161         * lib/file-type.h: Report an error if neither S_ISREG nor
61162         S_IFREG is defined, instead of using a test specific to glibc
61163         2.2.  This should be safe, since POSIX requires S_ISREG and
61164         Unix Version 7 had S_IFREG.  We don't need to check for
61165         <sys/types.h> since we don't use any symbols that it defines.
61166
61167 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61168
61169         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61170         $@-t, so that each temporary file name is unique and valid in the first
61171         8 characters, for operation under DOS.
61172
61173 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61174
61175         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61176
61177 2002-06-15  Jim Meyering  <meyering@lucent.com>
61178
61179         Work even with DJGPP 2.03, which lacks support for symlinks.
61180         From Richard Dawe.
61181         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61182         is defined.
61183         * lib/lchown.c (S_ISLNK): Likewise.
61184
61185 2002-06-15  Jim Meyering  <meyering@lucent.com>
61186
61187         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61188         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61189         have been included before this file.
61190
61191 2002-06-14  Jim Meyering  <meyering@lucent.com>
61192
61193         * lib/file-type.h: Use the version from diffutils-2.8.2.
61194         * lib/file-type.c: Likewise.
61195
61196 2002-06-07  Jim Meyering  <meyering@lucent.com>
61197
61198         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61199         They're needed at least for NetBSD 1.5.2.
61200         ($statxfs_includes): Include those same headers.
61201         ($statxfs_includes): Include sys/vfs.h if available.
61202         ($statxfs_includes): Likewise for sys/statvfs.h.
61203         Check for the following members in both structs statfs and statvfs:
61204         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61205
61206 2002-06-01  Jim Meyering  <meyering@lucent.com>
61207
61208         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61209         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61210
61211 2002-05-28  Jim Meyering  <meyering@lucent.com>
61212
61213         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61214         Reported by Volker Borchert.
61215
61216 2002-05-27  Jim Meyering  <meyering@lucent.com>
61217
61218         Fix a problem seen only on nonconforming systems whereby ls.c's
61219         use of localtime, and then of gettimeofday would cause trouble:
61220         the localtime call used to initialize rpl_gettimeofday's save
61221         mechanism would clobber ls's current local time information so
61222         that in any long listing the first file would always be listed
61223         with date 1970-01-01.  Analysis by Volker Borchert.
61224
61225         * lib/gettimeofday.c (localtime): Undefine.
61226         (rpl_localtime): New function.
61227
61228 2002-05-27  Jim Meyering  <meyering@lucent.com>
61229
61230         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61231         localtime.
61232
61233         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61234         use the replacement function; it wouldn't resolve at link time.
61235         Reported by Volker Borchert.
61236
61237 2002-05-22  Jim Meyering  <meyering@lucent.com>
61238
61239         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61240         file-type.h.
61241         * lib/file-type.h: New file.
61242         * lib/file-type.c (file_type): New file/function.  Extracted from
61243         diffutils.
61244
61245 2002-04-30  Jim Meyering  <meyering@lucent.com>
61246
61247         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61248
61249 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61250
61251         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61252
61253 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61254
61255         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61256         Do not check for alloca.h (no longer used) or stdbool.h (was never
61257         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61258
61259 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61260
61261         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61262
61263 2002-04-29  Jim Meyering  <meyering@lucent.com>
61264
61265         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61266         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61267         Use AC_FUNC_STRNLEN here instead.
61268
61269         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61270         With autoconf-2.53a, it's part of AC_PROG_CC.
61271
61272 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61273
61274         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61275         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61276
61277 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61278
61279         * lib/sig2str.h, lib/sig2str.c: New files.
61280         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61281
61282 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61283
61284         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61285         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61286         of 127, since 64 is the largest conceivable number for ancient
61287         nonstandard hosts.
61288         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61289
61290 2002-04-28  Jim Meyering  <meyering@lucent.com>
61291
61292         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61293
61294 2002-04-24  Jim Meyering  <meyering@lucent.com>
61295
61296         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61297         (jm_PREREQ): Use it.
61298
61299         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61300         mach/mach.h fcntl.h.
61301         Check for this function: setlocale.
61302
61303 2002-04-24  Jim Meyering  <meyering@lucent.com>
61304
61305         * lib/gettext.h: New file, from Gettext.
61306         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61307         (libfetish_a_SOURCES): Add gettext.h.
61308
61309 2002-04-16  Jim Meyering  <meyering@lucent.com>
61310
61311         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61312         ut_pid, ut_id, ut_exit.
61313
61314 2002-04-16  Jim Meyering  <meyering@lucent.com>
61315
61316         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61317         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61318         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61319
61320 2002-04-12  Jim Meyering  <meyering@lucent.com>
61321
61322         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61323         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61324         existence of the getmntinfo function.  Needed for Darwin 5.3.
61325
61326         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61327         This is necessary at least on Darwin 5.3.
61328
61329         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61330         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61331         strnlen.o in the library, and that makes some versions of ranlib
61332         object.
61333
61334 2002-04-12  Jim Meyering  <meyering@lucent.com>
61335
61336         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61337
61338 2002-04-09  Jim Meyering  <meyering@lucent.com>
61339
61340         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61341         to be more precise.  Rather than saying we're checking whether the
61342         function `works', say what we're testing.
61343         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61344         Reported by Bruno Haible.
61345
61346 2002-03-10  Jim Meyering  <meyering@lucent.com>
61347
61348         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61349         Suggestion from Santiago Vila.
61350
61351 2002-03-08  Jim Meyering  <meyering@lucent.com>
61352
61353         * lib/rename.c: Mention that this wrapper is needed also on
61354         mips-dec-ultrix4.4 systems.
61355
61356 2002-03-02  Jim Meyering  <meyering@lucent.com>
61357
61358         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61359         not HAVE_CLOCK_SETTIME.
61360
61361 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61362
61363         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61364         Check for clock_settime.
61365
61366 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61367
61368         * lib/nanosleep.h: Rename to....
61369         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61370
61371         * lib/gettime.c: New file.
61372         * lib/settime.c: New file.
61373         * lib/stime.c: Remove.
61374
61375         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61376         timespec.h.  Remove nanosleep.h.
61377
61378 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61379
61380         * m4/acl.m4: New file.
61381         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61382         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61383
61384 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61385
61386         * lib/acl.c, lib/acl.h: New files.
61387         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61388
61389 2002-02-24  Jim Meyering  <meyering@lucent.com>
61390
61391         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61392         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61393         cause trouble.  Reported by Nelson Beebe.
61394
61395 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61396
61397         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61398         compilers that don't know that xalloc_die never returns.
61399
61400 2002-02-20  Jim Meyering  <meyering@lucent.com>
61401
61402         * lib/getdate.c: Regenerate using bison-1.33.
61403
61404 2002-02-17  Jim Meyering  <meyering@lucent.com>
61405
61406         * config/config.guess (main): Don't use `head -1'; it's no longer
61407         portable. Use `sed 1q' instead.
61408
61409 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61410
61411         * m4/codeset.m4: Upgrade to gettext-0.11.
61412         * m4/gettext.m4: Upgrade to gettext-0.11.
61413         * m4/glibc21.m4: Upgrade to gettext-0.11.
61414         * m4/iconv.m4: Upgrade to gettext-0.11.
61415         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61416         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61417         * m4/lib-ld.m4: New file, from gettext-0.11.
61418         * m4/lib-link.m4: New file, from gettext-0.11.
61419         * m4/lib-prefix.m4: New file, from gettext-0.11.
61420         * m4/progtest.m4: Upgrade to gettext-0.11.
61421
61422 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61423
61424         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61425         (jm_PREREQ): Use it.
61426
61427 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61428
61429         * lib/posixver.c, lib/posixver.h: New files.
61430         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61431
61432 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61433             Bruno Haible  <bruno@clisp.org>
61434
61435         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61436         (fwrite_success_callback): New declaration.
61437         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61438         print_unicode_char. Call failure callback instead of error.
61439         (fwrite_success_callback): New function.
61440         (exit_failure_callback): New function.
61441         (fallback_failure_callback): New function.
61442         (print_unicode_char): Call unicode_to_mb.
61443
61444 2002-01-26  Jim Meyering  <meyering@lucent.com>
61445
61446         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61447         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61448
61449 2002-01-26  Jim Meyering  <meyering@lucent.com>
61450
61451         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61452
61453 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61454
61455         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61456
61457 2002-01-22  Jim Meyering  <meyering@lucent.com>
61458
61459         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61460         Otherwise, some versions of automake would omit the rule that makes
61461         Makefile from Makefile.in.
61462
61463 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61464
61465         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61466         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61467         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61468         (memcoll): Set errno to zero if there is no error.
61469
61470         * lib/quotearg.c (quotearg_buffer_restyled):
61471         Fix bug with quoting buffers containing NUL when backslashing escapes.
61472         This bug was exposed by the other changes in this patch.
61473         (quotearg_n_options): New arg ARGSIZE.
61474         All callers changed.
61475         (quoting_options_from_style): New function.
61476         (quotearg_n_style): Use it.
61477         (quotearg_n_style_mem): New function.
61478
61479         * lib/quotearg.h (quotearg_n_style_mem): New function.
61480
61481 2002-01-19  Jim Meyering  <meyering@lucent.com>
61482
61483         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61484         Remove useless quotes: DF_PROG="df".
61485         * m4/strnlen.m4: New file.
61486
61487 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61488
61489         * lib/backupfile.c (ISDIGIT): Comment fix.
61490         * lib/getdate.y (ISDIGIT): Likewise.
61491         * lib/posixtm.c (ISDIGIT, year): Likewise.
61492         * lib/strverscmp.c (ISDIGIT): Likewise.
61493         * lib/userspec.c (ISDIGIT): Likewise.
61494
61495 2002-01-16  Jim Meyering  <meyering@lucent.com>
61496
61497         * lib/getdate.y: Add three semicolons, each just before a closing
61498         brace. Bison (as of version 1.31) no longer papers over that mistake.
61499
61500 2002-01-05  Jim Meyering  <meyering@lucent.com>
61501
61502         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61503
61504 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61505
61506         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61507         not silently exit merely because the output buffer happens to
61508         have nothing pending.
61509
61510 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61511
61512         See the big note in ../ChangeLog.
61513         * lib/human.c (suffixes): Prefer K to k for 1024.
61514         (generate_suffix_backwards): New function.
61515         (human_readable_inexact): Use it.
61516         * lib/xstrtol.c (__xstrtol): If there is no number but there
61517         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61518         Accept 'K' as well as 'k'.
61519
61520 2001-12-15  Jim Meyering  <meyering@lucent.com>
61521
61522         * lib/regex.h (__restrict_arr): Update from libc.
61523
61524         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61525         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61526         (STREQ): Define.
61527
61528 2001-12-14  Jim Meyering  <meyering@lucent.com>
61529
61530         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61531         Suggestion from Bruno Haible.
61532
61533 2001-12-10  Jim Meyering  <meyering@lucent.com>
61534
61535         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61536         xrealloc, Instead, include "xalloc.h".
61537         (initbuffer): Don't cast xmalloc return value to char*.
61538         (readline): Reword comment.
61539         Don't cast xrealloc return value to char*
61540         Return NULL, not 0.
61541
61542 2001-12-09  Jim Meyering  <meyering@lucent.com>
61543
61544         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61545         about `signed and unsigned type in conditional expression'.
61546         * lib/posixtm.c (posix_time_parse): Likewise.
61547
61548         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61549
61550         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61551         to avoid a pedantic warning.
61552
61553         * lib/getstr.c: Don't include assert.h.
61554         (getstr): Remove warning-evoking assertions.
61555         Return -1 if offset parameter is out of bounds.
61556         Change the type of a local from int to size_t.
61557
61558         * lib/strftime.c (my_strftime_localtime_r): Include this function
61559         definition in the `#if ! HAVE_TM_GMTOFF' block.
61560
61561         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61562         Include xalloc.h instead.
61563
61564 2001-12-02  Jim Meyering  <meyering@lucent.com>
61565
61566         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61567         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61568         included.
61569
61570         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61571         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61572
61573 2001-11-30  Akim Demaille  <akim@epita.fr>
61574
61575         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61576         before being defined.
61577
61578 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61579
61580         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61581         First arg is int, not unsigned.
61582         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61583         (SIZE_MAX, UINT_MAX): New macros.
61584         (quotearg_n_options): Abort if N is negative.
61585         Avoid overflow check on hosts where size_t is 64 bits and int
61586         is 32 bits, as overflow is impossible there.
61587         Fix off-by-one typo that caused unnecessary reallocation.
61588
61589 2001-11-27  Jim Meyering  <meyering@lucent.com>
61590
61591         * lib/tempname.c: Merge with version from libc.
61592         * lib/regex.c: Likewise.
61593
61594         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61595         systems for which STDC_HEADERS is 0, it was not included, resulting in
61596         a warning about an integer-to-pointer conversion problem with getenv.
61597         Reported by Volker Borchert.
61598
61599 2001-11-26  Jim Meyering  <meyering@lucent.com>
61600
61601         * lib/gtod.h: Remove file.
61602         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61603         * lib/gettimeofday.c: Don't include gtod.h.
61604         (GTOD_init): Remove function.
61605         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61606         Suggestion from Volker Borchert.
61607
61608 2001-11-23  Jim Meyering  <meyering@lucent.com>
61609
61610         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61611         it.
61612         * lib/hash.c (struct hash_table): Define it here instead.
61613
61614 2001-11-22  Jim Meyering  <meyering@lucent.com>
61615
61616         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61617
61618 2001-11-20  Jim Meyering  <meyering@lucent.com>
61619
61620         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61621         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61622
61623 2001-11-19  Jim Meyering  <meyering@lucent.com>
61624
61625         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61626         directory.  Use "conftestXXXXXX" as the template.
61627         Suggestion from Paul Eggert.
61628
61629         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61630         immediately, so the test doesn't mistakenly hit the max-open-files
61631         limit.
61632
61633 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61634
61635         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61636         (TEMPORARIES): New macro.
61637         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61638         removes an artificial limitation (e.g. HP-UX 10.20, where
61639         TMP_MAX is 17576).
61640
61641 2001-11-18  Jim Meyering  <meyering@lucent.com>
61642
61643         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61644
61645 2001-11-18  Jim Meyering  <meyering@lucent.com>
61646
61647         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61648         on SunOS 4.
61649
61650         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61651         files will be created before anything else.
61652
61653 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61654
61655         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61656         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61657
61658 2001-11-17  Jim Meyering  <meyering@lucent.com>
61659
61660         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61661         Prompted by a report from Bob Proulx.
61662
61663         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61664         Instead, require UTILS_FUNC_MKSTEMP.
61665
61666 2001-11-17  Jim Meyering  <meyering@lucent.com>
61667
61668         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61669         Now, that's done as part of AC_FUNC_STRTOD.
61670
61671 2001-11-17  Jim Meyering  <meyering@lucent.com>
61672
61673         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61674         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61675         rather than group writable.  Patch by Juan F. Codagnone.
61676
61677         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61678         xrealloc, Instead, include "xalloc.h".
61679
61680         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61681         Remove explicit declarations of xmalloc, xrealloc,
61682         and xstrdup.  Instead, include "xalloc.h".
61683
61684         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61685         unlocked-io.h.
61686         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61687         Likewise.
61688         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61689
61690         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61691         Reported by Padraig Brady.
61692
61693         * lib/mkstemp.c: #undef mkstemp.
61694         Include config.h.
61695         (rpl_mkstemp): Rename from mkstemp.
61696         Protoize.
61697
61698 2001-11-16  Jim Meyering  <meyering@lucent.com>
61699
61700         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61701         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61702         determine the amount of total physical memory, use pstat_getstatic.
61703         HPUX-11 doesn't define _SC_PHYS_PAGES.
61704         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61705         If sysconf couldn't be used to determine the amount of available
61706         physical memory, use both pstat_getstatic and pstat_getdynamic.
61707         Based on a patch from Bob Proulx.
61708
61709 2001-11-10  Jim Meyering  <meyering@lucent.com>
61710
61711         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61712         (jm_PREREQ): Use it.
61713
61714 2001-11-09  Jim Meyering  <meyering@lucent.com>
61715
61716         * m4/jm-macros.m4: Require autoconf-2.52f.
61717         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61718         Use these AC_-prefixed names, not the AM_-prefixed ones.
61719
61720         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61721
61722 2001-11-05  Jim Meyering  <meyering@lucent.com>
61723
61724         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61725
61726 2001-11-04  Jim Meyering  <meyering@lucent.com>
61727
61728         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61729         $DEFS.
61730
61731 2001-11-03  Jim Meyering  <meyering@lucent.com>
61732
61733         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61734         of AC_DEFUN.
61735
61736         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61737         know the name of the variable in the macro definition.
61738
61739 2001-11-03  Jim Meyering  <meyering@lucent.com>
61740
61741         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61742         in argmatch_to_argument call.
61743
61744         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61745         argument.
61746
61747         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61748         e.g., a fault due to an attempt to free a NULL pointer.
61749
61750 2001-11-01  Jim Meyering  <meyering@lucent.com>
61751
61752         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61753         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61754
61755 2001-11-01  Jim Meyering  <meyering@lucent.com>
61756
61757         * lib/dirfd.c, lib/dirfd.h: New files.
61758         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61759
61760         * lib/hash.c (hash_print) [TESTING]: Clean up.
61761
61762 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61763
61764         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61765         to avoid a warning if -Wall.
61766
61767 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61768
61769         * README: New file
61770         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61771         (per RMS's instructions, this is now the canonical source)
61772         * lgpl/, gpl/: New directories.
61773
61774 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61775
61776         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61777
61778 2001-10-21  Jim Meyering  <meyering@lucent.com>
61779
61780         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61781         this code would end up calling gettext even in packages built
61782         with --disable-nls.
61783         * lib/getopt.c (_): Likewise.
61784         * lib/regex.c (_): Likewise.
61785
61786 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61787
61788         * m4/error.m4 (jm_PREREQ_ERROR):
61789         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61790         AC_FUNC_STRERROR_R does that.
61791         Check for strerror declaration.
61792
61793         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61794         are supposed to have them these days.
61795         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61796         Merge changes from latest Autoconf CVS.
61797         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61798         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61799         POSIX decided to standardize on the int flavor of strerror_r.
61800
61801 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61802
61803         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61804         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61805         Use strerror_r that is only a macro, even if it is not a function.
61806         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61807         (private_strerror): Use prototypes, not old-style function definition.
61808         (print_errno_message): New function.
61809         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61810         char*-flavored one.
61811         (error_tail, error, error_at_line): Use it.
61812
61813 2001-10-11  Jim Meyering  <meyering@lucent.com>
61814
61815         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61816         and quote_n (1, ... to avoid clobbering a buffer.
61817
61818 2001-10-05  Jim Meyering  <meyering@lucent.com>
61819
61820         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61821         hash-pjw.h.
61822         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61823         * lib/hash-pjw.h: New file.
61824
61825 2001-09-30  Jim Meyering  <meyering@lucent.com>
61826
61827         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61828         `struct fsstat' has the `f_fstypename' member.
61829         Use that to define FS_TYPE, which is now used to make
61830         the getfsstat link test tighter.
61831
61832 2001-09-30  Jim Meyering  <meyering@lucent.com>
61833
61834         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61835         Include <sys/ucred.h>, for Apple Darwin.
61836         Include sys/mount.h and sys/fs_types.h only if available.
61837         (FS_TYPE): Define.
61838         (read_filesystem_list): Use FS_TYPE.
61839
61840 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61841
61842         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61843         a boolean context.
61844
61845 2001-09-29  Jim Meyering  <meyering@lucent.com>
61846
61847         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61848         [one-argument getmntent function]): Include stdio.h before mntent.h.
61849         SunOS 4.1.x needs it for the declaration of `FILE'.
61850         Patch by Volker Borchert.
61851
61852         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61853         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61854         sys/fs_types.h, and make the link-test for getfsstat guard #include
61855         directives with appropriate #if HAVE_*_H tests so that we can
61856         detect getfsstat on Apple Darwin1.3.7 systems.
61857         Reported by Nelson Beebe.
61858         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61859
61860 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61861
61862         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61863         #defines strtoimax.  Also treat the other strto* functions
61864         like strtoimax.
61865
61866         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61867         Check for strtoul and strtoumax,
61868         as those declarations are made even in the signed case.
61869         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61870         Likewise, for strtol and strtoimax.
61871
61872 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61873
61874         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61875         #defines strtoimax.  Also treat the other strto* functions
61876         like strtoimax.
61877
61878         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61879         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61880         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61881
61882 2001-09-26  Jim Meyering  <meyering@lucent.com>
61883
61884         Most macros in unlocked-io.h had the wrong number of arguments.
61885         * lib/gen-uio: New script.
61886         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61887         * lib/unlocked-io.hin: Remove file.
61888         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61889         rather than trying to embed it here.
61890         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61891         Reported by Padraig Brady.
61892
61893 2001-09-25  Volker Borchert  <bt@teknon.de>
61894
61895         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61896         `result'.
61897
61898 2001-09-24  Jim Meyering  <meyering@lucent.com>
61899
61900         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61901
61902 2001-09-23  Jim Meyering  <meyering@lucent.com>
61903
61904         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61905         instead of the mere test for existence of mntent.h.  The latter
61906         would get a false-positive on AIX 3.4 systems.
61907         In the outer getmntent if-block, don't die if neither of the getmntent
61908         tests succeeds.  Instead, just fall through and continue with the
61909         remaining tests.
61910
61911 2001-09-23  Jim Meyering  <meyering@lucent.com>
61912
61913         * lib/mountlist.c: Remove useless parentheses in #if directives.
61914         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61915         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61916
61917 2001-09-22  Jim Meyering  <meyering@lucent.com>
61918
61919         * m4/gettext.m4: New file.  From gettext.
61920         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61921         * m4/progtest.m4: Likewise
61922         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61923         * m4/glibc21.m4: Likewise.
61924
61925         * m4/libintl.m4: Remove.  No longer used.
61926
61927 2001-09-22  Jim Meyering  <meyering@lucent.com>
61928
61929         * lib/localcharset.c: Update from latest gettext.
61930         * lib/config.charset: Likewise.
61931
61932 2001-09-20  Jim Meyering  <meyering@lucent.com>
61933
61934         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61935         strtoimax.
61936         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61937         strtoumax.
61938
61939 2001-09-20  Jim Meyering  <meyering@lucent.com>
61940
61941         * lib/xstrtol.c (strtoimax): Guard declaration with
61942         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61943         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61944         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61945         (strtoumax): Likewise, for completeness (it wasn't necessary).
61946
61947 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61948
61949         * lib/strtoimax.c (HAVE_LONG_LONG):
61950         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61951         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61952         to work around bug in IBM C compiler.
61953
61954 2001-09-17  Jim Meyering  <meyering@lucent.com>
61955
61956         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61957         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61958         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61959         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61960         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61961         whenever the right hand side need not be expanded by the shell.
61962
61963 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61964
61965         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61966         library.  It's not correct, as some older glibcs are buggy.
61967         fnmatch wasn't fixed until glibc 2.2.
61968
61969         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61970         special shell magic here.
61971
61972 2001-09-16  Jim Meyering  <meyering@lucent.com>
61973
61974         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61975         * m4/jm-macros.m4: Require it.
61976
61977 2001-09-16  Jim Meyering  <meyering@lucent.com>
61978
61979         * lib/mkdir.c: New file.
61980
61981 2001-09-15  Jim Meyering  <meyering@lucent.com>
61982
61983         * m4/jm-macros.m4: Check for help2man.
61984
61985 2001-09-11  Jim Meyering  <meyering@lucent.com>
61986
61987         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61988         The body, by Paul Eggert, was moved here from configure.in.
61989         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61990
61991 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61992
61993         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61994         (jm_PREREQ): Use it.
61995
61996 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61997
61998         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61999         Use ssize_t, not int, to store result of readlink.
62000         Check for ssize_t overflow as well as size_t overflow,
62001         as POSIX says the result of readlink is implementation-defined
62002         when ssize_t overflows.
62003         Remove unnecessary cast to char*.
62004         Use free+malloc instead of realloc, as the storage doesn't need
62005         to be preserved and it's clearer and can be more efficient that way.
62006         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62007         * lib/xreadlink.h (xreadlink): Update prototype.
62008
62009 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62010
62011         * lib/xgetcwd.c: Revert some of the previous change; intead,
62012         fix the HAVE_GETCWD_NULL code to behave more like the
62013         !HAVE_GETCWD_NULL code used to.
62014
62015         Include "xalloc.h".
62016         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62017         invoke xalloc_die.
62018
62019 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62020
62021         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62022         sys/param.h, as pathmax.h includes them.
62023
62024 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62025
62026         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62027         (jm_PREREQ_XGETCWD): New macro.
62028
62029         * m4/getcwd.m4: New file.
62030
62031 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62032
62033         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62034         like the HAVE_GETCWD_NULL code.
62035         Include pathmax.h if not HAVE_GETCWD.
62036         Do not include xalloc.h.
62037         (INITIAL_BUFFER_SIZE): New symbol.
62038         Do not use xmalloc / xrealloc, since the caller is responsible for
62039         handling errors.  Preserve errno around `free' during failure.
62040         Do not overrun buffer when using getwd.
62041
62042 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62043
62044         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62045         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62046         getcwd (NULL, 0).
62047
62048 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62049
62050         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62051         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62052         spotted by Jim Meyering.
62053
62054 2001-09-03  Jim Meyering  <meyering@lucent.com>
62055
62056         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62057         failure.
62058
62059 2001-09-02  Jim Meyering  <meyering@lucent.com>
62060
62061         * lib/error.c: Update from GNU libc.
62062
62063 2001-09-01  Jim Meyering  <meyering@lucent.com>
62064
62065         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62066         Used by df.
62067
62068 2001-09-01  Jim Meyering  <meyering@lucent.com>
62069
62070         * lib/xreadlink.c: New file.
62071         * lib/xreadlink.h: New file.
62072         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62073         xreadlink.h.
62074
62075         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62076         doesn't conflict with sparc Solaris 7's definition in
62077         /usr/include/sys/int_types.h.
62078
62079         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62080         files.
62081         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62082         and strncasecmp as r-values.  Unixware didn't have declarations.
62083
62084 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62085
62086         * lib/xstrtol.h: Add copyright notice.
62087         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62088         LONGINT_INVALID_SUFFIX_CHAR.
62089
62090 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62091
62092         * lib/xstrtol.c (strtoimax): New decl.
62093
62094 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62095
62096         * lib/xgetcwd.c: Don't include pathmax.h.
62097         Include stdlib.h and unistd.h if available.
62098         Include xalloc.h.
62099         (xmalloc, xstrdup, free): Remove decls.
62100         (xgetcwd): Don't assume sizes fit in unsigned.
62101         Check for overflow when computing sizes.
62102         Simplify reallocation code.
62103
62104 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62105
62106         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62107         a directory's st_size can have an arbitrary value, so the old
62108         usage could waste an arbitrary amount of memory.  All uses
62109         changed.
62110         * lib/savedir.h: Update prototype.
62111
62112 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62113
62114         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62115
62116         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62117         old strtoimax.c.
62118
62119         Also, make the following further changes to make this file's
62120         configuration more similar to that of strtol.c:
62121         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62122         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62123         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62124         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62125         changed to signed values.
62126
62127         And make the following changes as well:
62128         Fix copyright notice, as 1999 was missing.
62129         (verify): New macro.
62130         (strtoimax): Check sizes at compile-time, not run-time.
62131         Prefer strtol to strtoll if both work.
62132         (main): Remove; it was not that useful and was a pain to maintain.
62133
62134         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62135
62136 2001-08-31  Jim Meyering  <meyering@lucent.com>
62137
62138         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62139         Use an initial, malloc'd, buffer of length 128 rather than
62140         a statically allocated one of length 1024.
62141
62142 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62143
62144         Simplify code, partly by assuming autoconf 2.52 semantics.
62145
62146         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62147
62148         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62149         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62150         All uses removed.
62151         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62152         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62153         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62154         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62155         jm_AC_HEADER_INTTYPES_H.
62156         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62157
62158         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62159
62160         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62161         Quote first arg of AC_DEFUN.
62162         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62163         since they are needed to parse the include file even if we need
62164         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62165         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62166         but with opposite signedness.
62167
62168 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62169
62170         Merge 'exclude' changes from tar 1.13.22.
62171         This fixes one or two unlikely storage allocation overflow bugs,
62172         but doesn't change user-visible behavior otherwise.
62173
62174 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62175
62176         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62177         (jm_PREREQ_EXCLUDE): New macro.
62178
62179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62180
62181         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62182         tm to be declared.
62183
62184 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62185
62186         * lib/hash.c: Remove '2001' from copyright notice.
62187
62188 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62189
62190         * lib/full-write.h: New file.
62191         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62192         * lib/full-write.c: Correct credits, as cccp.c no longer
62193         exists and anyway it was so heavily changed from the old cccp
62194         code as to be unrecognizable.  Include full-write.h.
62195         (full_write) Return size_t, with short writes meaning failure.
62196         All callers changed.  This fixes a bug with large buffers
62197         on 64-bit hosts.
62198         * lib/utime.c: Include full-write.h.
62199
62200 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62201
62202         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62203         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62204         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62205         Include if available.
62206         (<xalloc.h>): Include
62207         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62208         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62209         collide with FNM macros.
62210         (struct patopts): New struct.
62211         (struct exclude): Use it, as exclude patterns now come with options.
62212         (new_exclude): Support above changes.
62213         (new_exclude, add_exclude_file):
62214         Initial size must now be a power of two to simplify overflow checking.
62215         (free_exclude, fnmatch_no_wildcards): New function.
62216         (excluded_filename): No longer requires options arg, as the options
62217         are determined by add_exclude.  Now returns bool, not int.
62218         (excluded_filename, add_exclude):
62219         Add support for the fancy new exclusion options.
62220         (add_exclude, add_exclude_file): Now takes int options arg.
62221         Check for arithmetic overflow when computing sizes.
62222         (add_exclude_file): xrealloc might modify errno, so don't
62223         realloc until after errno might be used.
62224
62225         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62226         New macros.
62227         (free_exclude): New decl.
62228         (add_exclude, add_exclude_file): Now takes int options arg.
62229         (excluded_filename): No longer requires options arg, as the options
62230         are determined by add_exclude.  Now returns bool, not int.
62231
62232 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62233
62234         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62235
62236 2001-08-27  Jim Meyering  <meyering@lucent.com>
62237
62238         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62239
62240         * lib/version-etc.c (N_): Remove definition.
62241         Revert most of last change.
62242         Instead, simply don't mark the `Copyright...' string for translation.
62243         Based on advice from Paul Eggert.
62244
62245         * lib/strtoxmax.c: Tweak comment.
62246
62247 2001-08-26  Jim Meyering  <meyering@lucent.com>
62248
62249         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62250
62251         * m4/xstrtoimax.m4: New file.
62252         * m4/xstrtoumax.m4: Add comments explaining why we
62253         AC_REPLACE_FUNCS(strtol).
62254
62255 2001-08-26  Jim Meyering  <meyering@lucent.com>
62256
62257         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62258         of copyright with `%s' so translators don't get an untranslated
62259         message in 2002.
62260         (COPYRIGHT_YEAR): Define.
62261         (version_etc): Use fprintf rather than fputs.
62262         Suggestion from Ulrich Drepper.
62263
62264         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62265
62266         * lib/strtoll.c: New file, from GNU libc.
62267         * lib/xstrtoimax.c: New file.
62268
62269         * lib/xstrtol.h: Add xstrtoimax.
62270         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62271         * lib/strtoimax.c: New file.  Likewise, but first define
62272         STRTOUXMAX_SIGNED.
62273
62274         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62275         ...
62276         * lib/strtoxmax.c: ... then renamed to this.
62277
62278 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62279
62280         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62281         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62282         (jm_AC_TYPE_INTMAX_T): New macro.
62283         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62284
62285         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62286
62287         * m4/longlong.m4: Renamed from ulonglong.m4.
62288         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62289         * m4/uintmax_t.m4: Removed.
62290
62291 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62292
62293         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62294         Port to Solaris 8, where 'sed' requires a space after the 'r'
62295         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62296         Redirect output to $tmp just once.
62297
62298 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62299
62300         * lib/addext.c (<errno.h>): Include.
62301         (errno): Declare if not defined.
62302         (addext): Work correctly when pathconf returns -1 and leaves
62303         errno alone because there is no limit.  Also, work even if
62304         pathconf returns a value greater than SIZE_MAX.
62305
62306 2001-08-12  Jim Meyering  <meyering@lucent.com>
62307
62308         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62309         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62310         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62311         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62312         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62313         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62314         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62315         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62316         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62317         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62318         utime.m4, utimes.m4, xstrtoumax.m4:
62319         Quote the first argument in each use of AC_DEFUN.
62320
62321 2001-08-12  Jim Meyering  <meyering@lucent.com>
62322
62323         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62324         Simply `return getcwd (NULL, 0);'.
62325         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62326         Use 1300 as initial value for length, not PATH_MAX.
62327
62328         * lib/pathmax.h: Clean up cpp syntax.
62329
62330 2001-08-12  Jim Meyering  <meyering@lucent.com>
62331
62332         * lib/gettimeofday.c: New file.
62333         * lib/gtod.h: New file.
62334         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62335
62336 2001-08-05  Jim Meyering  <meyering@lucent.com>
62337
62338         * m4/jm-macros.m4: Require autoconf-2.52.
62339
62340 2001-08-04  Jim Meyering  <meyering@lucent.com>
62341
62342         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62343         stmt, to get in sync with glibc.
62344
62345 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62346
62347         The following changes are from gettext 0.10.39 as maintained by
62348         Bruno Haible.
62349
62350         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62351         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62352         with inverted sense.  All uses changed.
62353
62354         * lib/mbswidth.c: Don't include <limits.h>.
62355         Include <stdlib.h> and <string.h> unconditionally.
62356         (iswcntrl, mbsinit, ISCNTRL): New macros.
62357         (mbsnwidth): Use K&R style function declarations.
62358         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62359         can optimize it when MB_CUR_MAX == 1.
62360         The width of control characters is zero, not 1.
62361
62362 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62363
62364         The following changes are from gettext 0.10.39 as maintained by
62365         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62366
62367         * m4/codeset.m4: Upgrade to serial AM1.
62368         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62369         all uses changed.  Quote first arg of AC_DEFUN.
62370         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62371
62372         * m4/iconv.m4: Upgrade to serial AM2.
62373         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62374         Add --with-libconv-prefix.
62375         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62376         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62377         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62378         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62379         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62380
62381         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62382         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62383         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62384         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62385         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62386         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62387         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62388         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62389         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62390
62391         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62392         string.h any more.
62393
62394         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62395         not the default value.
62396
62397         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62398         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62399         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62400         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62401         Also check for iswcntrl, used for wcwidth fallback.
62402         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62403         to Autoconf 2.13.
62404
62405 2001-08-03  Jim Meyering  <meyering@lucent.com>
62406
62407         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62408         as it was in the original.  Reported by Paul Eggert.
62409
62410 2001-07-16  Jim Meyering  <meyering@lucent.com>
62411
62412         * m4/gettimeofday.m4: New file.
62413         Prompted by a report from Bernhard Baehr.
62414
62415 2001-07-15  Jim Meyering  <meyering@lucent.com>
62416
62417         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62418         stuff. Now it's in ../Makefile.cfg.
62419
62420 2001-07-15  Jim Meyering  <meyering@lucent.com>
62421
62422         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62423         (BUILT_SOURCES): Add unlocked-io.h.
62424         (io_functions): Define.
62425         (unlocked-io.h): New rule.
62426         (DISTCLEANFILES): Add unlocked-io.h.
62427         (all-local): Depend on unlocked-io.h, to ensure it is created.
62428
62429         * lib/unlocked-io.hin: New file
62430
62431         * lib/regex.c: Update from glibc.
62432
62433 2001-07-05  Jim Meyering  <meyering@lucent.com>
62434
62435         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62436         recommendation.
62437         (libfetish_a_SOURCES): Put all .h files here instead.
62438         Remove a thus-exposed (better checks in automake) duplicate and
62439         two unnecessary .h files.
62440
62441 2001-07-04  Jim Meyering  <meyering@lucent.com>
62442
62443         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62444         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62445         distcheck failure.
62446
62447 2001-07-02  Jim Meyering  <meyering@lucent.com>
62448
62449         The following changes were prompted by suggestions from Bruno Haible.
62450
62451         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62452         is now generated.
62453         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62454         definition of EXTRA_DIST.
62455         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62456         ensure that the generated file is created/updated whenever the list
62457         of $(unlocked_functions) is changed.
62458         (jm-glibc-io.m4): New rule.
62459         (unlocked-io.h): New rule -- currently unused.
62460
62461 2001-06-24  Jim Meyering  <meyering@lucent.com>
62462
62463         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62464         unmatched right bracket, rather than kludging it with an extra,
62465         falsely-matching quote in a comment.  Patch by Akim Demaille.
62466
62467 2001-06-11  Jim Meyering  <meyering@lucent.com>
62468
62469         * lib/regex.c: Update from GNU libc.
62470
62471 2001-05-27  Jim Meyering  <meyering@lucent.com>
62472
62473         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62474         Check for ut_type in struct utmp.
62475
62476 2001-05-27  Jim Meyering  <meyering@lucent.com>
62477
62478         * lib/readutmp.h (UT_TYPE): Define.
62479
62480 2001-05-24  Jim Meyering  <meyering@lucent.com>
62481
62482         * lib/argmatch.c: Include "quote.h".
62483         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62484         quote function.  Reported by Göran Uddeborg.
62485
62486 2001-05-22  Jim Meyering  <meyering@lucent.com>
62487
62488         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62489         now that we use the package-supplied version unconditionally.
62490         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62491
62492 2001-05-21  Jim Meyering  <meyering@lucent.com>
62493
62494         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62495         shell syntax errors.
62496
62497 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62498
62499         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62500
62501 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62502
62503         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62504         Don't bother to check library strftime, since
62505         we'll be using our own my_strftime function anyway.
62506         Define my_strftime instead of strftime.
62507
62508 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62509
62510         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62511         which is not yet declared.
62512
62513 2001-05-15  Jim Meyering  <meyering@lucent.com>
62514
62515         * m4/regex.m4: Use proper quoting so brackets appear in the test
62516         program.
62517         Reported by, and with help from, Bruno Haible.
62518
62519 2001-05-13  Jim Meyering  <meyering@lucent.com>
62520
62521         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62522         undefined.
62523
62524 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62525
62526         dirname code cleanup.  base_name now behaves more compatibly
62527         with POSIX basename when given file names that have trailing
62528         slashes, and similarly for dir_name.  Add new primitives
62529         base_len and dir_len.  Put the directory-name-related decls
62530         into dirname.h.
62531
62532         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62533         * lib/backupfile.c (base_name): Likewise.
62534         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62535         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62536         * lib/makepath.c (strip_trailing_slashes): Likewise.
62537         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62538         ISSLASH): Likewise.
62539         * lib/rename.c (strip_trailing_slashes): Likewise.
62540         * lib/same.c (base_name): Likewise.
62541         * lib/stripslash.c (ISSLASH): Likewise.
62542
62543         * lib/addext.c: Include <dirname.h> after size_t is defined.
62544         * lib/backupfile.c: Likewise.
62545
62546         * lib/addext.c (addext): Use base_len to trim redundant
62547         trailing slashes instead of doing it ourselves.
62548         But do not trim the last slash if it is not redundant.
62549
62550         * lib/backupfile.c (find_backup_file_name,
62551         max_backup_version): Use base_len instead of rolling it ourselves.
62552         Handle the case of "" and (on DOS) "C:" correctly.
62553
62554         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62555         needed. Include <string.h>, <dirname.h>.
62556         (base_name): Allow file names ending in slashes, other than names
62557         that are all slashes.  In this case, return the basename followed
62558         by the slashes.  This is more general, and can be used in places
62559         where the original base_name purposely had an assertion failure.
62560         (base_len): New function.
62561
62562         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62563         Do not include <assert.h>; no longer needed.
62564         Include xalloc.h.
62565         (memrchr): Remove decl.
62566         (dir_name_r): Remove.
62567         (dir_len): Renamed from dirlen.  All callers changed.
62568         Rewrite in terms of base_name, for simplicity and consistency.
62569         (dir_name): Never return NULL.  All callers changed.
62570         Do not include <stdlib.h> in test program; no longer needed.
62571         return 0; is fine for test program.
62572
62573         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62574         New macros.
62575         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62576
62577         * lib/path-concat.c (path_concat): Use base_len to compute
62578         base length, not strlen; this means we cannot rely on memcpy
62579         to null-terminate.
62580
62581         * lib/same.c (STREQ): Remove.
62582         (same_name): Handle the case where the basename ends in trailing '/'.
62583
62584         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62585         a slash was stripped.  Do not strip the last slash after a
62586         file system prefix.
62587
62588 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62589
62590         * lib/Makefile.am (libfetish_a_SOURCES):
62591         Add strftime.c, since we now compile it on all hosts.
62592
62593         * lib/strftime.c (my_strftime):
62594         Define to nstrftime if emacs, but only if my_strftime is not defined.
62595         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62596         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62597         Add one more extra argument: a nanoseconds value.
62598         All uses changed.
62599         (ns): New macro.
62600         (my_strftime function): Add %N format.
62601         (emacs_strftimeu): Renamed from emacs_strftime,
62602         with extra ut argument.
62603
62604 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62605
62606         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62607
62608 2001-04-21  Jim Meyering  <meyering@lucent.com>
62609
62610         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62611         doesn't interfere.
62612
62613 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62614
62615         * m4/ftruncate.m4: Check for chsize.
62616         Link with ftruncate.o unconditionally if ftruncate is missing.
62617         This was required when cross-compiling to i586-mingw32msvc.
62618
62619 2001-04-08  Jim Meyering  <meyering@lucent.com>
62620
62621         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62622         recomputed; that's necessary when the offset spans a DST transition.
62623         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62624
62625 2001-04-02  Jim Meyering  <meyering@lucent.com>
62626
62627         * lib/regex.h, regex.c: Update from GNU libc.
62628
62629 2001-03-24  Jim Meyering  <meyering@lucent.com>
62630
62631         * m4/jm-macros.m4: Require autoconf-2.49d.
62632
62633 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62634
62635         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62636
62637 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62638
62639         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62640
62641 2001-03-17  Jim Meyering  <meyering@lucent.com>
62642
62643         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62644         now that the version in autoconf is equivalent.
62645         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62646
62647         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62648         Suggestion from Akim Demaille.
62649
62650         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62651         (jm_PREREQ_TEMPNAME): New function.
62652
62653 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62654
62655         * lib/tempname.c (uint64_t): Define to uintmax_t if
62656         not defined, and if UINT64_MAX is not defined.
62657         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62658         Reported by John David Anglin.
62659
62660 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62661
62662         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62663         resolve alias if codeset is empty.
62664         * lib/config.charset (BeOS): Use wildcard syntax.
62665
62666 2001-03-13  Jim Meyering  <meyering@lucent.com>
62667
62668         * lib/path-concat.c (path_concat)
62669         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62670         concatenating e.g., `C:' and `foo'.
62671         From Bruno Haible.
62672
62673 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62674
62675         * lib/localcharset.c (locale_charset): Don't use
62676         setlocale(LC_CTYPE,NULL). Don't return NULL.
62677         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62678
62679 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62680
62681         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62682         support for DOS/DJGPP.
62683
62684 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62685
62686         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62687         lacks mkstemp.  Compile our own tempname.c if we compile our own
62688         mkstemp.c, as mkstemp relies on tempname.
62689
62690 2001-03-01  Jim Meyering  <meyering@lucent.com>
62691
62692         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62693         AH_VERBATIM really does output its argument verbatim.
62694
62695 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62696
62697         * lib/Makefile.am (libfetish_a_SOURCES):
62698         Add dup-safer.c, fopen-safer.c.
62699         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62700
62701         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62702         * lib/unistd-safer.h: New files.
62703
62704 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62705
62706         The mkstemp replacement is taken from glibc 2.2.2, with some
62707         portability fixes for use outside glibc, as follows:
62708
62709         * lib/tempname.c (struct_stat64): New macro.
62710         (direxists, __gen_tempname): Use it.
62711         This avoids a portability problem with Solaris 8.
62712
62713         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62714         (<stddef.h>, <stdint.h>, <string.h>):
62715         Include only if STDC_HEADERS || _LIBC.
62716         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62717         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62718         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62719         (__set_errno): Define this macro if <errno.h> doesn't.
62720         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62721         Define these macros if <stdio.h> doesn't.
62722         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62723         Define these macros if <sys/stat.h>
62724         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62725         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62726         __xstat64): Define if not _LIBC.
62727         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62728         (__gen_tempname): Invoke gettimeofday only if
62729         HAVE_GETTIMEOFDAY || _LIBC;
62730         otherwise, fall back on plain "time".
62731         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62732
62733         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62734
62735         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62736
62737 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62738
62739         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62740
62741 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62742
62743         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62744         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62745         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62746         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62747
62748 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62749
62750         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62751         Remove workaround macros for hosts that have mbrtowc but not
62752         mbstate_t, as we now insist on proper declarations for both
62753         before using mbrtowc.
62754
62755 2001-02-17  Jim Meyering  <meyering@lucent.com>
62756
62757         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62758         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62759         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62760         UnixWare 7.1.1.
62761
62762         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62763         rather than AC_CACHE_VAL.
62764
62765 2001-02-17  Jim Meyering  <meyering@lucent.com>
62766
62767         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62768         around included file name.
62769
62770         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62771
62772         * lib/strftime.c: Update from GNU libc (the only changes were to
62773         comments).
62774
62775 2001-02-17  Jim Meyering  <meyering@lucent.com>
62776
62777         * lib/regex.c: Update from libc.
62778
62779 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62780
62781         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62782         clash.
62783
62784 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62785
62786         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62787         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62788         Reported by Mark Hounschell via Paul Eggert.
62789
62790 2001-02-07  Jim Meyering  <meyering@lucent.com>
62791
62792         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62793
62794 2001-02-05  Jim Meyering  <meyering@lucent.com>
62795
62796         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62797         it includes the patch required for `large file' support with at least
62798         HP-UX's 10.20 /bin/cc.
62799
62800 2001-02-03  Jim Meyering  <meyering@lucent.com>
62801
62802         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62803         AS_IF, now that it works once again (mysteriously).
62804         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62805
62806 2001-01-30  Jim Meyering  <meyering@lucent.com>
62807
62808         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62809         * m4/chown.m4: Rename conftestchown to conftest.chown.
62810         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62811         s/conftestdir2/conftest.d2/.
62812         * m4/utimes.m4: s/conftestdata/conftest.data/
62813         Inspired by Pavel Roskin's change in autoconf.
62814
62815 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62816
62817         * lib/config.charset: Update for FreeBSD 4.2.
62818
62819 2001-01-27  Jim Meyering  <meyering@lucent.com>
62820
62821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62822         a use of AS_IF.
62823         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62824
62825 2001-01-26  Jim Meyering  <meyering@lucent.com>
62826
62827         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62828         quotearg.c includes it.
62829
62830 2001-01-26  Jim Meyering  <meyering@lucent.com>
62831
62832         * lib/quotearg.c: Include stddef.h.
62833         * lib/quote.c: Include stddef.h.
62834         Reported by Axel Kittenberger.
62835
62836         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62837         line in double quotes so that it evokes a better diagnostic.
62838         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62839         Reported by Axel Kittenberger.
62840
62841 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62842
62843         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62844         as if it was a `charset'.
62845
62846 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62847
62848         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62849         has const.
62850
62851 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62852
62853         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62854         to avoid a warning.  Add back 'const' to inptr.
62855
62856 2001-01-20  Jim Meyering  <meyering@lucent.com>
62857
62858         Be sure that headers are checked before used in code compiled
62859         for the type checks.
62860         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62861         In place of that, invoke jm_CHECK_ALL_TYPES.
62862         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62863         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62864         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62865         The check for ssize_t was mistakenly run before the test for unistd.h.
62866
62867         The configure-time check for stdbool.h was missing.
62868         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62869         (jm_PREREQ_HASH): New function.
62870
62871 2001-01-17  Jim Meyering  <meyering@lucent.com>
62872
62873         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62874         for autoconf-2.49c.
62875         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62876
62877 2001-01-16  Jim Meyering  <meyering@lucent.com>
62878
62879         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62880         From Bruno Haible.
62881
62882 2001-01-14  Jim Meyering  <meyering@lucent.com>
62883
62884         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62885         foo and bar.  Create conftestdir/ in the script, not in the C code.
62886         Remove directories in the script, not in the C code.
62887         Remove conftestdir{,2} before trying to create the directory.
62888         Make the entire configure script fail if the mkdir fails.
62889
62890 2001-01-14  Jim Meyering  <meyering@lucent.com>
62891
62892         * lib/rename.c: New file.  From Volker Borchert.
62893         Include stdlib.h, string.h or strings.h, and xalloc.h.
62894         Use strip_trailing_slashes rather than open-coding it.
62895
62896 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62897
62898         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62899
62900 2001-01-03  Jim Meyering  <meyering@lucent.com>
62901
62902         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62903         of local `inptr' to avoid warning with some system declarations of
62904         iconv.
62905
62906 2001-01-02  Volker Borchert  <bt@teknon.de>
62907
62908         * m4/rename.m4: New file.
62909         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62910
62911 2001-01-01  Jim Meyering  <meyering@lucent.com>
62912
62913         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62914         even on systems with utmpx.h.  It's necessary for the declaration of
62915         utmp's ut_user member.  Reported by Andreas Jaeger.
62916
62917         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62918         available. They are required for the declarations of getgrgid and
62919         getpwuid resp.
62920         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62921         Reported by Andreas Jaeger.
62922
62923 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62924
62925         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62926         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62927         so `make install' also works in VPATH builds.
62928
62929 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62930
62931         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62932         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62933         can be used in subdirectories.
62934
62935 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62936
62937         * lib/modechange.c: Do not assume that mode_t uses the
62938         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62939         the other-execute bit of FOO even if S_IXOTH != 1.
62940
62941         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62942         WOTH, XOTH, ALLM): New macros.
62943         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62944          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62945         Use them.
62946         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62947         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62948         (mode_compile):
62949         No need to use uintmax_t; unsigned long is long enough.
62950         Don't bother to get suffix since we don't use it.
62951
62952 2000-12-26  Jim Meyering  <meyering@lucent.com>
62953
62954         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62955         better with autoheader.
62956
62957 2000-12-24  Jim Meyering  <meyering@lucent.com>
62958
62959         * lib/hash.c (is_prime): Return explicit boolean values.
62960         (hash_get_first): Return NULL to appease Irix5.6's 89.
62961         Reported by Nelson Beebe.
62962
62963 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62964
62965         * lib/localcharset.c (locale_charset): Add support for Win32.
62966
62967 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62968
62969         * lib/physmem.h, lib/physmem.c: New files.
62970
62971         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62972         (noinst_HEADERS): Add physmem.h.
62973
62974         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62975         't' for compatibility with Solaris 8 sort.
62976
62977 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62978
62979         * lib/config.charset: Add support for BeOS.
62980
62981 2000-12-17  Jim Meyering  <meyering@lucent.com>
62982
62983         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62984         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62985
62986 2000-12-16  Jim Meyering  <meyering@lucent.com>
62987
62988         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62989         N and M) would have treated it like `chown N:N FILE'.
62990
62991         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62992
62993 2000-12-16  Jim Meyering  <meyering@lucent.com>
62994
62995         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62996         SHELLS_FILE to a file name that's useful on djgpp systems.
62997         Include stdlib.h.
62998         (ADDITIONAL_DEFAULT_SHELLS): Define.
62999         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63000         Based mostly on a patch from Prashant TR.
63001
63002 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63003
63004         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63005         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63006         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63007
63008 2000-12-08  Andreas Schwab  <schwab@suse.de>
63009
63010         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63011         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63012
63013 2000-12-07  Jim Meyering  <meyering@lucent.com>
63014
63015         * lib/stripslash.c (ISSLASH): Define.
63016         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63017         `/'.
63018         From Prashant TR.
63019
63020         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63021         (dir_name_r): Declare this function as static.
63022         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63023         manifest itself on a name containing a mix of slashes and
63024         backslashes.
63025         Make this function work with names starting with a DOS-style
63026         drive letter and colon prefix.
63027         (dir_name): Append `.' if necessary.
63028         Based mostly on patches from Prashant TR and Eli Zaretskii.
63029
63030         * lib/dirname.h (dir_name_r): Remove prototype.
63031
63032 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63033
63034         * m4/off_t-format.m4: Remove this file.
63035         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63036
63037 2000-12-06  Jim Meyering  <meyering@lucent.com>
63038
63039         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63040         replacement strtoull, we may well need the replacement strtoul, too.
63041         Check for declarations of strtoul and strtoull.
63042         Check for strtol.  Mainly as a cue to cause automake to include
63043         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63044         Check for limits.h -- strtol.c needs it.
63045
63046 2000-12-05  Jim Meyering  <meyering@lucent.com>
63047
63048         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63049
63050 2000-12-04  Jim Meyering  <meyering@lucent.com>
63051
63052         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63053         Also include memory.h, stdlib.h, unistd.h if appropriate.
63054         Reported by Andreas Jaeger (conflicting declaration of malloc).
63055
63056 2000-12-02  Jim Meyering  <meyering@lucent.com>
63057
63058         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63059         * m4/jm-macros.m4 (jm_MACROS): require it.
63060
63061 2000-12-02  Jim Meyering  <meyering@lucent.com>
63062
63063         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63064
63065 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63066
63067         * lib/memrchr.c: Include <config.h> before any system include file.
63068
63069 2000-11-30  Jim Meyering  <meyering@lucent.com>
63070
63071         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63072
63073 2000-11-30  Jim Meyering  <meyering@lucent.com>
63074
63075         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63076
63077 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63078
63079         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63080
63081 2000-11-26  Jim Meyering  <meyering@lucent.com>
63082
63083         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63084
63085 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63086
63087         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63088         size of (size_t) -1; it's not portable.
63089
63090 2000-11-17  Jim Meyering  <meyering@lucent.com>
63091
63092         * lib/strstr.c: Update from GNU libc.
63093
63094 2000-11-17  Akim Demaille  <akim@epita.fr>
63095
63096         * lib/obstack.h: Formatting changes.
63097         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63098         prevent type checking.
63099         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63100         cast the value to (void *): assigning a `foo *' to a `void *'
63101         variable is valid.
63102         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63103
63104 2000-11-16  Jim Meyering  <meyering@lucent.com>
63105
63106         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63107
63108 2000-11-11  Jim Meyering  <meyering@lucent.com>
63109
63110         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63111
63112 2000-11-10  Jim Meyering  <meyering@lucent.com>
63113
63114         * lib/obstack.h: Update from GNU libc.
63115         * lib/obstack.c: Likewise.
63116
63117 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63118
63119         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63120
63121 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63122
63123         * lib/getusershell.c (setusershell): Use rewind rather than
63124         fseek/fseeko, to avoid configuration hassles with fseeko.
63125         Don't bother opening SHELLS_FILE if shellstream is NULL;
63126         it's not necessary.
63127
63128 2000-11-05  Jim Meyering  <meyering@lucent.com>
63129
63130         * lib/makepath.h (make_dir): Declare.
63131         * lib/makepath.c (make_dir): Remove `static' attribute.
63132         Tweak a comment.
63133
63134 2000-11-04  Jim Meyering  <meyering@lucent.com>
63135
63136         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63137
63138 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63139
63140         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63141         last one in a bucket, advance to the next bucket.
63142
63143 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63144
63145         * lib/fnmatch.c: Do not comment out all the code if we are using
63146         the GNU C library, because in some cases we are replacing buggy
63147         code in the GNU C library itself.
63148
63149 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63150
63151         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63152         (regex_compile): Catch bogus \(\1\).
63153
63154 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63155
63156         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63157         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63158         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63159
63160 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63161
63162         * lib/error.h, getline.h, modechange.h:
63163         Remove "2000" from Copyright line, as the file hasn't been
63164         changed this year other than in the copyright notice.
63165
63166         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63167         was changed this year.
63168
63169 2000-10-29  Jim Meyering  <meyering@lucent.com>
63170
63171         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63172         renaming.
63173         * m4/ls-mntd-fs.m4: Likewise
63174
63175 2000-10-29  Jim Meyering  <meyering@lucent.com>
63176
63177         * lib/xstat.in: Fix grammar in comment.
63178
63179 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63180
63181         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63182         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63183         doesn't define __restrict_arr.
63184
63185 2000-10-28  Jim Meyering  <meyering@lucent.com>
63186
63187         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63188         (jm_PREREQ_MEMCHR): New function.
63189
63190 2000-10-28  Jim Meyering  <meyering@lucent.com>
63191
63192         * lib/memchr.c: Update from libc.
63193         Adjust for portability:
63194         [HAVE_STDLIB_H]: Include stdlib.h.
63195         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63196         Undef __memchr, too.
63197         [!weak_alias]: Define __memchr to memchr.
63198
63199         * lib/regex.c: Update from libc.
63200         * lib/regex.h: Likewise.
63201         * lib/getopt1.c: Likewise.
63202         * lib/memcmp.c: Likewise.
63203
63204         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63205         Avoid using fseek, when possible -- it's broken by design.
63206         Patch by Ulrich Drepper.
63207
63208 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63209
63210         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63211         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63212         Giving in to popular pressure to shut up the compiler with casts.
63213
63214 2000-10-26  Jim Meyering  <meyering@lucent.com>
63215
63216         * lib/strftime.c: Update from libc.
63217
63218 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63219
63220         * regex.c: More `unsigned char' -> `re_char' changes.
63221         Also change several `int' into `re_wchar_t'.
63222         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63223         (PUSH_FAILURE_POINTER): Don't cast any more.
63224         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63225         We want GCC to complain, since this piece of code makes
63226         re_match non-reentrant, which *should* be fixed.
63227         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63228         (EXTEND_BUFFER): Use RETALLOC.
63229         (SET_LIST_BIT): Don't cast.
63230         (re_wchar_t): New type.
63231         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63232         that those two functions will always properly return.
63233         (IMMEDIATE_QUIT_CHECK): Cast to void.
63234         (analyse_first): Use recursion rather than an explicit stack.
63235         (re_compile_fastmap): Can't fail anymore.
63236         (re_search_2): Don't check re_compile_fastmap for failure.
63237         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63238         Now also sets the new value (passed in a new argument).
63239         (re_match_2_internal): Use it.
63240         Also, use a new var `reg' of type size_t when looping through regs
63241         rather than reuse the inappropriate `mcnt'.
63242
63243 2000-10-25  Jim Meyering  <meyering@lucent.com>
63244
63245         * lib/obstack.c: Update from libc.
63246
63247 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63248
63249         * regex.c (regex_compile): Change the way of handling a range from
63250         a char less than 256 to a char not less than 256.
63251
63252 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63253
63254         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63255         NT-Emacs only.
63256         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63257         so that re_search functions only quit when callers expect them to.
63258
63259 2000-10-23  Jim Meyering  <meyering@lucent.com>
63260
63261         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63262         wrong.  That set_locale call must not have any side effects.
63263         From Paul Eggert.
63264
63265 2000-10-22  Jim Meyering  <meyering@lucent.com>
63266
63267         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63268         [CYCLIC]: Remove now-unused definition.
63269
63270         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63271         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63272         Suggestion from Ulrich Drepper.
63273
63274 2000-10-21  Jim Meyering  <meyering@lucent.com>
63275
63276         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63277         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63278         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63279
63280 2000-10-21  Jim Meyering  <meyering@lucent.com>
63281
63282         * lib/dirname.c (memrchr): Declare if necessary.
63283         (dir_name): Remove the restriction that there be no
63284         trailing slashes.  Now, this code skips past them, effectively
63285         ignoring them.
63286         [TEST_DIRNAME] (main): New unit tests.
63287
63288         * lib/memrchr.c: New file from GNU libc.
63289         Undef __memrchr, too.
63290         [!weak_alias]: Define __memrchr to memrchr.
63291         Guard weak_alias use with `#ifdef weak_alias'.
63292
63293 2000-10-21  Jim Meyering  <meyering@lucent.com>
63294
63295         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63296         (dir_name): Use dir_name_r.
63297         * lib/dirname.h (dir_name_r): Declare it.
63298
63299 2000-10-17  Jim Meyering  <meyering@lucent.com>
63300
63301         * lib/quote.h (PARAMS): Define and use.
63302         Reported by Akim Demaille.
63303
63304         * lib/getopt.c: Update from libc.
63305
63306 2000-10-16  Jim Meyering  <meyering@lucent.com>
63307
63308         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63309         setlocale.
63310         From Jan Fedak.
63311
63312 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63313
63314         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63315
63316 2000-09-25  Jim Meyering  <meyering@lucent.com>
63317
63318         * lib/md5.h (rol): Define (from GnuPG).
63319
63320         * lib/sha.c: Give credit (GnuPG) where due.
63321         (M): Use rol rather than open-coding it.
63322         Add a FIXME comment.
63323
63324 2000-09-21  Jim Meyering  <meyering@lucent.com>
63325
63326         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63327         Reported by Michael Stone.
63328
63329 2000-09-20  Jim Meyering  <meyering@lucent.com>
63330
63331         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63332         (noinst_HEADERS): Add sha.h.
63333         Based on code from Scott G. Miller and from GnuPG.
63334
63335 2000-09-18  Jim Meyering  <meyering@lucent.com>
63336
63337         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63338         LIBS. Otherwise, everyone ends up linking with -lelf for some
63339         configurations.
63340         Reported by Mike Stone.
63341
63342 2000-09-15  Jim Meyering  <meyering@lucent.com>
63343
63344         * lib/regex.c: Update from libc.
63345
63346 2000-09-10  Jim Meyering  <meyering@lucent.com>
63347
63348         * lib/getopt.c (_getopt_internal): Update from glibc.
63349
63350 2000-09-09  Jim Meyering  <meyering@lucent.com>
63351
63352         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63353         think it should be used as a general replacement for isascii.
63354         * lib/fnmatch.c: Likewise.
63355         * lib/mbswidth.c: Likewise
63356         * lib/regex.c: Likewise.
63357
63358         Don't use atoi.
63359         * lib/userspec.c: Include sys/param.h and limits.h.
63360         Include xstrtol.h.
63361         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63362         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63363         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63364         UID, GID.  Check range.
63365
63366 2000-09-06  Jim Meyering  <meyering@lucent.com>
63367
63368         * lib/getopt.c (_getopt_internal): Update from glibc.
63369
63370 2000-08-30  Jim Meyering  <meyering@lucent.com>
63371
63372         * lib/strftime.c: Merge in changes from GNU libc.
63373
63374 2000-08-26  Jim Meyering  <meyering@lucent.com>
63375
63376         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63377         * m4/fpending.m4: New file.
63378
63379 2000-08-26  Jim Meyering  <meyering@lucent.com>
63380
63381         * lib/closeout.c: Include "__fpending.h".
63382         (close_stdout_status): Return right away if there's nothing to flush.
63383
63384         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63385         * lib/__fpending.c: New file.
63386         * lib/__fpending.h: New file.
63387
63388 2000-08-20  Jim Meyering  <meyering@lucent.com>
63389
63390         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63391         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63392         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63393
63394 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63395
63396         Improve fileutils installation on systems where running
63397         programs (like install) can't be unlinked.
63398         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63399         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63400
63401 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63402
63403         Standardize on "memory exhausted" instead of "Memory exhausted"
63404         or "virtual memory exhausted".
63405         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63406         "virtual memory exhausted".
63407         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63408         our own message.
63409         * lib/userspec.c (parse_user_spec): Likewise.
63410         * lib/bumpalloc.h: comment fix
63411         * lib/same.c, userspec.c: Include xalloc.h.
63412
63413         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63414         not char *const and pointing to a constant array.
63415         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63416         (xrealloc): Comment fix.
63417
63418         * lib/userspec.c (parse_user_spec):
63419         Don't translate a message until just before returning,
63420         to avoid unnecessary translation.
63421
63422 2000-08-07  Jim Meyering  <meyering@lucent.com>
63423
63424         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63425         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63426         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63427         getgroups.c, gethostname.c, getopt.h, group-member.c,
63428         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63429         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63430         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63431         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63432         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63433         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63434         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63435         yesno.c: Back out Copyright date changes for each file with no change
63436         this year.  This eases coordination with other programs using the same
63437         source code modules.  From Paul Eggert.
63438
63439 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63440
63441         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63442         not char, for compatibility with glibc 2.1.3 strftime.c.
63443
63444 2000-08-03  Greg McGary  <greg@mcgary.org>
63445
63446         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63447         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63448         (EXTEND_BUFFER): Use them.
63449
63450 2000-08-01  Jim Meyering  <meyering@lucent.com>
63451
63452         * lib/dirname.c (ISSLASH): Define.
63453         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63454         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63455         both `\' and `/' may be use as path separators.
63456         Based on a patch from Prashant TR.
63457
63458 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63459
63460         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63461         slot vector a constant, since it might get modified.
63462
63463 2000-07-31  Jim Meyering  <meyering@lucent.com>
63464
63465         * lib/xmalloc.c: Use `virtual memory exhausted', not
63466         `Memory exhausted'.
63467         * lib/obstack.c (print_and_abort): Likewise.
63468
63469 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63470
63471         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63472         buffer, so that the caller can always quote one small
63473         component of a "memory exhausted" message in slot 0.
63474         From a suggestion by Jim Meyering.
63475
63476 2000-07-30  Jim Meyering  <meyering@lucent.com>
63477
63478         * lib/makepath.c (make_path): Quote the other instance, too.
63479
63480         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63481         (STATIC_BUF_SIZE): Define.
63482         (quotearg_n_options): Use only statically allocated storage when
63483         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63484         than STATIC_BUF_SIZE.
63485
63486 2000-07-29  Jim Meyering  <meyering@lucent.com>
63487
63488         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63489         * lib/dirname.c (dir_name): Likewise.
63490
63491         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63492         `/'.
63493
63494         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63495         (dir_name): Assert that there are no trailing slashes.
63496
63497 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63498
63499         * lib/mbswidth.h (mbswidth): Add a flags argument.
63500         (mbswidth): New declaration.
63501         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63502         * lib/mbswidth.c (mbswidth): Add a flags argument.
63503         (mbsnwidth): New function.
63504
63505 2000-07-24  Jim Meyering  <meyering@lucent.com>
63506
63507         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63508
63509 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63510
63511         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63512
63513 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63514
63515         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63516         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63517         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63518         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63519         invoke multibyte primitives.
63520
63521 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63522
63523         * lib/quotearg.c:
63524         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63525         so that mbstate_t is always defined.
63526
63527         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63528         be 1 in at least one GCC installation, and this configuration
63529         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63530         performance on hosts that have mbrtowc but have only unibyte
63531         locales, but I assume these hosts are rare.
63532
63533 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63534
63535         * lib/mbswidth.c (_XOPEN_SOURCE):
63536         Don't define; this causes problems on Solaris 7.
63537         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63538
63539 2000-07-23  Jim Meyering  <meyering@lucent.com>
63540
63541         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63542         too: getgrgid, getpwuid, getuid.
63543
63544 2000-07-23  Jim Meyering  <meyering@lucent.com>
63545
63546         * lib/basename.c (base_name): Add an assertion.
63547
63548 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63549
63550         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63551         shadow its mbsinit function.
63552
63553 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63554
63555         * lib/mbswidth.h: New file.
63556         * lib/mbswidth.c: New file.
63557         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63558         (noinst_HEADERS): Add mbswidth.h.
63559
63560 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63561
63562         * lib/config.charset: Add support for FreeBSD. Improve support for
63563         HP-UX and IRIX 6.
63564
63565 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63566
63567         * m4/mbswidth.m4: New file.
63568         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63569
63570 2000-07-15  Jim Meyering  <meyering@lucent.com>
63571
63572         * lib/makepath.c: Include quote.h.
63573         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63574         corresponding argument in a `quote (...)' call.
63575         Give better diagnostics.
63576
63577         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63578         (noinst_HEADERS): Add quote.h.
63579
63580         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63581         from tar's src/misc.c.
63582         * lib/quote.h: New file.  Prototypes for same.
63583
63584 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63585
63586         From a suggestion by Bruno Haible.
63587         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63588         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63589         to decide whether to define the BeOS workaround macro;
63590         this adjusts to the change to AC_MBSTATE_T.
63591
63592 2000-07-14  Jim Meyering  <meyering@lucent.com>
63593
63594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63595         jm_AC_TYPE_UINTMAX_T.
63596
63597 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63598
63599         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63600
63601         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63602         quotearg_buffer_restyled): Add support for
63603         clocale_quoting_style.  Undo previous change to
63604         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63605         and "{RIGHT QUOTATION MARK}" msgids.
63606
63607 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63608
63609         From a suggestion by Bruno Haible.
63610         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63611         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63612         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63613         and mbstate_t, to a single-part test that simply defines mbstate_t.
63614         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63615         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63616
63617 2000-07-10  Jim Meyering  <meyering@lucent.com>
63618
63619         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63620
63621         * m4/gnu-source.m4: Output to confdefs.h directly.
63622         Suggestion from Akim Demaille.
63623
63624 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63625
63626         The old behavior of quoting `like this' doesn't look good with
63627         newer, ISO-style fonts.  See:
63628         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63629
63630         Instead, quote "like this" by default.  Let the translator
63631         tailor the locale-specific quoting behavior by providing
63632         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63633
63634         * lib/quotearg.c (N_): New macro.
63635         (gettext_default): New function.
63636         (quotearg_buffer_restyled): Use
63637         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63638         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63639
63640 2000-07-09  Jim Meyering  <meyering@lucent.com>
63641
63642         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63643         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63644
63645         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63646         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63647
63648 2000-07-09  Jim Meyering  <meyering@lucent.com>
63649
63650         * lib/Most files: Update copyright dates to include 2000.
63651
63652 2000-07-08  Jim Meyering  <meyering@lucent.com>
63653
63654         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63655         if not defined.
63656         (xgethostname): Remove now-unnecessary #ifdef.
63657         Move declaration of `err' into loop where it's used.
63658
63659 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63660         and Bruno Haible  <haible@clisp.cons.org>
63661
63662         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63663         only if the test for an object-type mbstate_t fails.  This
63664         prevents us from mistakenly reporting that mbstate_t is a
63665         system object type after we "#define mbstate_t int" to work
63666         around its lack.
63667
63668 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63669         and Bruno Haible  <haible@clisp.cons.org>
63670
63671         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63672
63673 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63674
63675         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63676         to strerror_r.
63677         Include <ctype.h> for use of isalpha.
63678
63679 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63680
63681         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63682         by allocating a larger buffer. Test the gethostname return value for
63683         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63684         returns an error and ENAMETOOLONG isn't defined.
63685
63686 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63687
63688         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63689         dimension.
63690
63691 2000-07-04  Jim Meyering  <meyering@lucent.com>
63692
63693         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63694         of the deprecated AC_CHECKING.
63695
63696 2000-07-04  Jim Meyering  <meyering@lucent.com>
63697
63698         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63699         Reported by Bruno Haible.
63700
63701 2000-07-04  Jim Meyering  <meyering@lucent.com>
63702
63703         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63704         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63705         lacks mbrtowc.
63706
63707 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63708
63709         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63710         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63711
63712 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63713         and Bruno Haible  <haible@clisp.cons.org>
63714
63715         * lib/quotearg.c (mbrtowc):
63716         Assign to *pwc, and return 1 only if result is nonzero.
63717         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63718
63719 2000-07-03  Jim Meyering  <meyering@lucent.com>
63720
63721         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63722
63723 2000-07-03  Jim Meyering  <meyering@lucent.com>
63724
63725         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63726         This is necessary to get a definition of e.g., UTMP_FILE on
63727         HP-UX 10.20.
63728         From Bob Proulx.
63729
63730 2000-07-02  Jim Meyering  <meyering@lucent.com>
63731
63732         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63733
63734         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63735         AC_LIBOBJ(function_name).
63736         * m4/chown.m4: Likewise.
63737         * m4/fnmatch.m4: Likewise.
63738         * m4/ftruncate.m4: Likewise.
63739         * m4/getgroups.m4: Likewise.
63740         * m4/getline.m4: Likewise.
63741         * m4/group-member.m4: Likewise.
63742         * m4/jm-macros.m4: Likewise.
63743         * m4/lstat.m4: Likewise.
63744         * m4/malloc.m4: Likewise.
63745         * m4/memcmp.m4: Likewise.
63746         * m4/nanosleep.m4: Likewise.
63747         * m4/putenv.m4: Likewise.
63748         * m4/realloc.m4: Likewise.
63749         * m4/regex.m4: Likewise.
63750         * m4/stat.m4: Likewise.
63751         * m4/strftime.m4: Likewise.
63752
63753 2000-07-02  Jim Meyering  <meyering@lucent.com>
63754
63755         * lib/quotearg.c (mbstate_t): Don't define here.
63756
63757 2000-07-02  Jim Meyering  <meyering@lucent.com>
63758
63759         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63760
63761 2000-07-01  Jim Meyering  <meyering@lucent.com>
63762
63763         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63764
63765 2000-07-01  Jim Meyering  <meyering@lucent.com>
63766
63767         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63768         problem.
63769
63770 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63771
63772         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63773         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63774
63775 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63776
63777         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63778         per change in ../m4/ls-mntd-fs.m4.
63779         (read_filesystem_list): Ignore symbolic links.
63780
63781 2000-06-29  Jim Meyering  <meyering@lucent.com>
63782
63783         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63784         for declaration of strcmp.
63785
63786         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63787
63788         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63789         Avoid warning by casting result to `char *' to remove `const'.
63790
63791 2000-06-28  Jim Meyering  <meyering@lucent.com>
63792
63793         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63794         included by quotearg.c, for which we perform this test.  From
63795         Bruno Haible.
63796
63797 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63798
63799         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63800         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63801         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63802
63803 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63804
63805         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63806
63807 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63808
63809         savedir now sets errno on failure and invokes xmalloc to get memory.
63810         Fix a couple of other minor bugs while we're at it.
63811
63812         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63813         (NAMLEN): Remove macro.
63814         (malloc, realloc): Remove decls.
63815         (stpcpy): Likewise.
63816         ("xalloc.h"): Include.
63817         (NAME_SIZE_DEFAULT): New macro.
63818         (savedir): Use xmalloc / xrealloc to allocate memory.
63819         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63820         Skip "" directory entries.
63821         Use strlen to calculate directory entry length, since the old method
63822         is rarely used these days and isn't worth supporting.
63823         Don't use a pointer after freeing it.
63824         Check for integer overflow when calculating allocation size.
63825         Use memcpy to copy entries, instead of stpcpy.
63826         Set errno properly when returning NULL.
63827         Check for readdir error.
63828
63829 2000-06-26  Jim Meyering  <meyering@lucent.com>
63830
63831         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63832
63833 2000-06-25  Jim Meyering  <meyering@lucent.com>
63834
63835         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63836         Linux header bug when _XOPEN_SOURCE is defined to 500.
63837
63838 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63839
63840         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63841         deficiency.
63842
63843 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63844
63845         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63846         Include xalloc.h.
63847         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63848
63849 2000-06-24  Jim Meyering  <meyering@lucent.com>
63850
63851         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63852         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63853         for which strerror does return char*, but which lacks a conveniently
63854         accessible declaration of the function.  If the compile-test says
63855         strerror_r doesn't work, then resort to a `run'-test that works on
63856         BeOS and segfaults on DEC Unix.
63857
63858 2000-06-24  Jim Meyering  <meyering@lucent.com>
63859
63860         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63861
63862 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63863
63864         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63865         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63866
63867 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63868
63869         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63870         (mbrtowc, mbstate_t): Define substitutes if
63871         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63872         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63873         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63874
63875 2000-06-23  Jim Meyering  <meyering@lucent.com>
63876
63877         * m4/afs.m4: Add missing AC_MSG_RESULT.
63878         Reported by Bruno Haible.
63879
63880         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63881         Suggestion from Bruno Haible.
63882
63883 2000-06-23  Jim Meyering  <meyering@lucent.com>
63884
63885         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63886
63887 2000-06-21  Jim Meyering  <meyering@lucent.com>
63888
63889         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63890
63891 2000-06-21  Jim Meyering  <meyering@lucent.com>
63892
63893         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63894         (noinst_HEADERS): Add getstr.h.
63895
63896         * lib/getline.c (getstr): Move into a separate file.
63897         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63898         the following changes: new parameter, delim2; both delim[12]
63899         parameters have type `int', not `char'.  The latter would lose
63900         with 8-bit delimiters.
63901         * lib/getstr.h: New file.
63902
63903 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63904
63905         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63906         than 1024, return a memory chunk of least possible size, instead
63907         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63908         Use free/xmalloc instead of xrealloc to avoid copying for very long
63909         paths.
63910
63911 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63912
63913         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63914         the empty string.
63915
63916 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63917
63918         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63919         address, not strdup.  Include <stdlib.h> and don't declare free().
63920
63921 2000-06-19  Jim Meyering  <meyering@lucent.com>
63922
63923         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63924
63925 2000-06-18  Jim Meyering  <meyering@lucent.com>
63926
63927         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63928
63929         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63930         `checking whether...' message to be consistent with that of the
63931         lstat test.
63932
63933 2000-06-18  Jim Meyering  <meyering@lucent.com>
63934
63935         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63936         Besides, these days every porting target provides a mkdir function.
63937
63938         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63939         needed. (this snippet comes from src/system.h).
63940
63941 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63942
63943         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63944
63945 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63946
63947         * lib/human.c (adjust_value): New function.
63948         (human_readable_inexact): Apply rounding style even when
63949         printing approximate values.
63950
63951 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63952
63953         * lib/human.c (human_readable_inexact): Allow an input block
63954         size that is not a multiple of the output block size, and vice versa.
63955         Reported by Piergiorgio Sartor.
63956
63957 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63958
63959         * lib/getdate.y (get_date): Apply relative times after time
63960         zone indicator, not before.  Reported by Todd A. Jacobs.
63961
63962 2000-06-13  Jim Meyering  <meyering@lucent.com>
63963
63964         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63965
63966         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63967
63968 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63969
63970         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63971
63972 2000-06-12  Jim Meyering  <meyering@lucent.com>
63973
63974         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63975         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63976         optional argument.
63977         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63978         the optional argument, `lib'.
63979
63980 2000-06-08  Jim Meyering  <meyering@lucent.com>
63981
63982         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63983
63984 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63985
63986         Rewrite largefile configuration so that we don't need to run
63987         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63988         AC_CANONICAL_HOST in configure.in -- jmm]
63989
63990         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63991         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63992         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63993         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63994         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63995         All uses changed.
63996         Instead of inspecting the output of getconf, try to compile the
63997         test program without and with the macro definition.
63998         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63999         for getconf.  Instead, check for the needed flags by compiling
64000         test programs.
64001
64002 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64003
64004         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64005
64006 2000-06-04  Jim Meyering  <meyering@lucent.com>
64007
64008         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64009         SunOS 4.1.4 for which gid_t is an unsigned type.
64010
64011 2000-06-03  Jim Meyering  <meyering@lucent.com>
64012
64013         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64014         now that autoconf requires that.
64015
64016         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64017         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64018         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64019
64020 2000-06-03  Jim Meyering  <meyering@lucent.com>
64021
64022         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64023
64024 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64025
64026         * m4/glibc21.m4: New file.
64027         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64028
64029 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64030
64031         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64032         newer, don't install charset.alias.
64033         * lib/config.charset: Change the Linux/glibc rules so they become empty
64034         on glibc-2.1 or newer.
64035
64036 2000-06-02  Jim Meyering  <meyering@lucent.com>
64037
64038         * lib/mountlist.c: Back out last change.  Instead, do this...
64039         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64040         me_dummy member using the same `ignore'-testing code.
64041         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64042         fs_type strings.
64043         From Mark D. Roth.
64044
64045 2000-05-29  Jim Meyering  <meyering@lucent.com>
64046
64047         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64048         mounts with the `ignore' attribute.  Based on a patch from
64049         Mark D. Roth.
64050
64051 2000-05-28  Jim Meyering  <meyering@lucent.com>
64052
64053         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64054         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64055         * m4/stat.m4: Likewise.
64056         * m4/lstat.m4: Likewise.
64057         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64058
64059         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64060         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64061
64062 2000-05-26  Jim Meyering  <meyering@lucent.com>
64063
64064         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64065
64066 2000-05-24  Jim Meyering  <meyering@lucent.com>
64067
64068         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64069         autoconf requires that.
64070         * m4/lib-check.m4: Likewise.
64071         * m4/jm-macros.m4: Likewise.
64072         * m4/strftime.m4: Likewise.
64073
64074         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64075         AC_CHECK_DECLS, now that autoconf requires that.
64076
64077 2000-05-22  Jim Meyering  <meyering@lucent.com>
64078
64079         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64080         * m4/lstat.m4: Likewise.
64081
64082 2000-05-22  Jim Meyering  <meyering@lucent.com>
64083
64084         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64085
64086 2000-05-20  Jim Meyering  <meyering@lucent.com>
64087
64088         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64089         (jm_PREREQ): Use it.
64090
64091 2000-05-18  Jim Meyering  <meyering@lucent.com>
64092
64093         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64094         back, too, since it may have been modified by allocate_entry.
64095         (hash_delete): Rewrite to use neither the assignment operator
64096         nor the comma operator in an if-expression.
64097
64098 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64099
64100         * lib/closeout.c:
64101         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64102         Remove; no longer needed.
64103         "quotearg.h": Add include.
64104         (file_name): Do not bother to explicitly initialize to NULL; it's less
64105         efficient on some hosts.
64106         (close_stdout_status): Remove test as to whether stdout was already
64107         closed; it breaks for the case "echo x | sort >&-".
64108         Quote file name colons.
64109         Do not assume that _("write error") lacks format strings.
64110
64111 2000-05-15  Jim Meyering  <meyering@lucent.com>
64112
64113         * lib/version-etc.c (version_etc_copyright): Update the copyright
64114         string used in all --version output.
64115
64116 2000-05-14  Jim Meyering  <meyering@lucent.com>
64117
64118         * lib/closeout.c (close_stdout_set_file_name): New function.
64119         (close_stdout_status): Use new file-scoped global.
64120         Return right away if fstat says the stdout file descriptor is invalid.
64121         * lib/closeout.h (close_stdout_set_file_name): Declare.
64122
64123 2000-05-10  Jim Meyering  <meyering@lucent.com>
64124
64125         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64126         (close_stdout_set_status): New function.
64127         * lib/closeout.h (close_stdout_set_status): Declare.
64128
64129 2000-05-09  Jim Meyering  <meyering@lucent.com>
64130
64131         * m4/gettext.m4: Rename this...
64132         * m4/libintl.m4: ...to this.
64133
64134 2000-05-08  Jim Meyering  <meyering@lucent.com>
64135
64136         * lib/long-options.c: Don't include closeout.h.
64137         (parse_long_options): Don't call close_stdout for --version.
64138
64139 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64140
64141         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64142         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64143         2.1.3 bug.  This avoids a clash when files like regex.c define
64144         _GNU_SOURCE.
64145
64146 2000-05-06  Jim Meyering  <meyering@lucent.com>
64147
64148         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64149         (AC_REPLACE_FUNCS): Add strnlen.
64150
64151         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64152         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64153
64154         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64155         AC_SEARCH_LIBS call for nanosleep.
64156         (LIB_NANOSLEEP): Set and AC_SUBST.
64157
64158 2000-05-06  Jim Meyering  <meyering@lucent.com>
64159
64160         * lib/strnlen.c: Undefine __strnlen and strnlen.
64161         [!weak_alias]: Define __strnlen to strnlen.
64162
64163         * lib/atexit.c: New file, from libiberty.
64164
64165 2000-05-06  Jim Meyering  <meyering@lucent.com>
64166
64167         * lib/closeout.c (close_stdout_status): Also check for errors on the
64168         stderr stream.
64169
64170 2000-05-05  Jim Meyering  <meyering@lucent.com>
64171
64172         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64173         AC_SEARCH_LIBS call for clock_gettime.
64174         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64175
64176         * m4/search-libs.m4: Update from autoconf.
64177
64178         su doesn't work on Solaris 2.6.
64179         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64180         <shadow.h>.  Reported by Dragos Harabor.
64181
64182 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64183
64184         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64185         memcpy instead of xmalloc, xrealloc, path_concat.
64186         (locale_charset): Treat empty environment variables as absent.
64187         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64188
64189 2000-05-04  Jim Meyering  <meyering@lucent.com>
64190
64191         * lib/getopt.c: Update from glibc.
64192         * lib/obstack.c: Likewise.
64193         * lib/obstack.h: Likewise.
64194         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64195         file
64196
64197         * lib/regex.h: Likewise.
64198         * lib/strndup.c: Likewise.
64199         * lib/strnlen.c: New file, from glibc.
64200
64201 2000-05-03  Jim Meyering  <meyering@lucent.com>
64202
64203         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64204
64205 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64206
64207         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64208         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64209         compile-time test, rather than inspecting host and OS, to
64210         decide whether to define _LARGEFILE_SOURCE.
64211
64212 2000-05-01  Jim Meyering  <meyering@lucent.com>
64213
64214         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64215
64216         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64217         Based on a patch from Bruno Haible.
64218
64219 2000-05-01  Jim Meyering  <meyering@lucent.com>
64220
64221         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64222
64223 2000-04-29  Jim Meyering  <meyering@lucent.com>
64224
64225         * lib/path-concat.c: Declare strdup only if it's not defined.
64226         * lib/canon-host.c: Likewise.
64227
64228 2000-04-28  Jim Meyering  <meyering@lucent.com>
64229
64230         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64231         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64232         is included first, then limits.h is included by locale.h by libintl.h.
64233         From John David Anglin.
64234
64235 2000-04-25  Jim Meyering  <meyering@lucent.com>
64236
64237         * lib/makepath.c (S_IRWXUGO): Define.
64238         (make_path): Always perform explicit chmod if MODE specifies any
64239         of the `special' permission bits.  Prompted by a bug report against
64240         install from Mate Wierdl and Joost van Baal.
64241
64242 2000-04-18  Jim Meyering  <meyering@lucent.com>
64243
64244         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64245         (jm_PREREQ): Use it.
64246
64247 2000-04-18  Jim Meyering  <meyering@lucent.com>
64248
64249         * lib/README: New file.
64250
64251         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64252         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64253
64254 2000-04-17  Jim Meyering  <meyering@lucent.com>
64255
64256         Get it right :-)
64257         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64258         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64259         Suggestion from Akim Demaille.
64260
64261 2000-04-17  Jim Meyering  <meyering@lucent.com>
64262
64263         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64264         the definition of it to rpl_strftime also defined-away the system's
64265         declaration.
64266
64267 2000-04-15  Jim Meyering  <meyering@lucent.com>
64268
64269         Use `C' to denote so-called `contiguous' files, the same way
64270         that tar does.
64271         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64272         (ftypelet): Use S_ISCTG.
64273         From Michael Deutschmann.
64274
64275 2000-04-14  Jim Meyering  <meyering@lucent.com>
64276
64277         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64278         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64279         clobbered.
64280
64281 2000-04-14  Jim Meyering  <meyering@lucent.com>
64282
64283         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64284
64285 2000-04-13  Jim Meyering  <meyering@lucent.com>
64286
64287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64288         AH_VERBATIM to insert required #ifndef into config.h.in.
64289         Suggestion from Akim Demaille.
64290
64291 2000-04-12  Jim Meyering  <meyering@lucent.com>
64292
64293         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64294         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64295         Christian Krackowizer.
64296
64297         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64298         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64299         (AC_SYS_LARGEFILE): Require.
64300         (AM_C_PROTOTYPES): Require.
64301
64302 2000-04-08  Jim Meyering  <meyering@lucent.com>
64303
64304         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64305         names don't conflict.  Reported by Eli Zaretskii.
64306
64307 2000-04-07  Jim Meyering  <meyering@lucent.com>
64308
64309         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64310         sys/types.h, to work around system header problems on AIX 3.2.5.
64311         From Bruno Haible.
64312
64313 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64314
64315         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64316         bug.  Deal with the different error behavior of Irix iconv.
64317
64318 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64319
64320         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64321         IRIX if the installer said otherwise.
64322
64323 2000-04-05  Jim Meyering  <meyering@lucent.com>
64324
64325         Portability tweaks required for ultrix4.3.
64326         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64327         (jm_CHECK_DECLS): Add getutent to the list of functions.
64328         (_jm_DECL_HEADERS): Add utmpx.h.
64329         From John David Anglin.
64330
64331         * m4/strftime.m4: Back out the 2000-04-02 change.
64332         Instead of that change, simply undefine putenv in the test program.
64333
64334 2000-04-05  Jim Meyering  <meyering@lucent.com>
64335
64336         Portability tweaks required for ultrix4.3.
64337         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64338         getutent.
64339         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64340         * lib/canon-host.c: Declare strdup.
64341         * lib/path-concat.c: Likewise.
64342         From John David Anglin.
64343
64344 2000-04-04  Jim Meyering  <meyering@lucent.com>
64345
64346         Be more DOS 8.3-friendly.
64347         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64348         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64349         * lib/Makefile.am: Reflect renaming.
64350         Reported by Eli Zaretskii.
64351
64352         Use a temporary file name that won't clash with `charset.alias'
64353         in the DOS 8.3 name space.
64354         * lib/Makefile.am (charset_tmp): Define.
64355         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64356         (uninstall-local): Likewise.
64357         Reported by Eli Zaretskii.
64358
64359 2000-04-03  Jim Meyering  <meyering@lucent.com>
64360
64361         * m4/gettext.m4: Fix typo in comment.
64362
64363         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64364         textutils/configure.in).  Suggestion from Paul Eggert.
64365         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64366
64367 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64368
64369         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64370         variable in the shell rather than using putenv, which isn't
64371         portable.  This avoids the configure-time inter-test dependency
64372         on the potentially-renamed putenv function.
64373
64374 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64375
64376         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64377         before checking struct stat.st_blksize, so that
64378         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64379
64380 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64381
64382         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64383         since strftime.c uses HAVE_STRFTIME to decide whether to use
64384         the underlying strftime.
64385
64386 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64387
64388         * lib/time/strftime.c (my_strftime): Make sure we call the system
64389         strftime, not ourselves, when invoking the underlying strftime.
64390
64391 2000-03-24  Jim Meyering  <meyering@lucent.com>
64392
64393         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64394         (charset_alias): Define.
64395         (install-exec-local): Factor out common code.
64396         (uninstall-local): Split lines longer than 80.
64397         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64398         (SUFFIXES): Define.
64399         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64400         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64401
64402 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64403
64404         * lib/config.charset: Output a line containing "Packages using this
64405         file".
64406         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64407         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64408         ref-del.sed): New rules.
64409
64410 2000-03-17  Jim Meyering  <meyering@lucent.com>
64411
64412         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64413         Otherwise, include <strings.h>
64414
64415 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64416
64417         * lib/unicodeio.c (utf8_wctomb): New function.
64418         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64419         format instead of in UCS-4 with platform dependent endianness.
64420
64421 2000-03-10  Jim Meyering  <meyering@lucent.com>
64422
64423         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64424         From Marco Franzen.
64425
64426 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64427
64428         * lib/savedir.c (savedir): Work even if directory size is
64429         negative; this can happen with some screwy NFS configurations.
64430
64431 2000-03-06  Jim Meyering  <meyering@lucent.com>
64432
64433         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64434         if it's NULL (because we ran out of memory).  From Bruno Haible.
64435
64436 2000-03-05  Jim Meyering  <meyering@lucent.com>
64437
64438         * lib/localcharset.c ("path-concat.h"): Include.
64439         (get_charset_aliases): Use path_concat instead of ANSI string
64440         concatenation.
64441
64442         * lib/unicodeio.h (PARAMS): Define.
64443         Use it to guard prototype.
64444
64445 2000-03-04  Jim Meyering  <meyering@lucent.com>
64446
64447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64448         for lib/localcharset.c.
64449
64450 2000-03-04  Jim Meyering  <meyering@lucent.com>
64451
64452         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64453         installing into it.
64454         (uninstall-local): Uncomment this rule so `make distcheck' works
64455         once again.
64456
64457         * lib/unicodeio.c (<errno.h>): Include it.
64458         (errno): Declare if not defined.
64459
64460         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64461
64462         * lib/config.charset: New version, incorporating remarks from a linux
64463         i18n mailing list.  From Bruno Haible.
64464
64465 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64466
64467         * m4/codeset.m4: New file.
64468         * m4/iconv.m4: New file.
64469         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64470
64471 2000-03-03  Jim Meyering  <meyering@lucent.com>
64472
64473         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64474
64475 2000-03-02  Jim Meyering  <meyering@lucent.com>
64476
64477         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64478         the messages come out on separate lines.
64479
64480         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64481         rather than jm_CHECK_DECLARATIONS.
64482         * m4/decl.m4: Remove now-unused file.
64483
64484         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64485         geteuid.
64486
64487 2000-03-02  Jim Meyering  <meyering@lucent.com>
64488
64489         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64490
64491 2000-03-01  Jim Meyering  <meyering@lucent.com>
64492
64493         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64494         * lib/unicodeio.c: Likewise.
64495
64496 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64497
64498         * lib/config.charset: New file.
64499         * lib/localcharset.c: New file.
64500         * lib/unicodeio.h, lib/unicodeio.c: New files.
64501         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64502         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64503         (noinst_HEADERS): Add unicodeio.h.
64504         (all-local, install-exec-local, charset.alias): New targets.
64505
64506 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64507
64508         * lib/quotearg.c (ALERT_CHAR): New macro.
64509         (quotearg_buffer_restyled): Use it.
64510
64511 2000-02-27  Jim Meyering  <meyering@lucent.com>
64512
64513         * m4/check-decl.m4: Add getenv to the list.
64514
64515 2000-02-27  Jim Meyering  <meyering@lucent.com>
64516
64517         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64518         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64519
64520         * lib/backupfile.c: Guard inclusion of stdlib.h with
64521         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64522         Declare malloc if needed.
64523
64524         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64525         `#ifndef HAVE_DECL..'
64526         now that autoconf always defines the HAVE_DECL_ symbols.
64527         * lib/human.c: Likewise.
64528         * lib/same.c: Likewise.
64529         * lib/strtoumax.c: Likewise.
64530
64531         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64532         declaration check was not run.
64533         * lib/hash.c: Likewise.
64534         * lib/human.c: Likewise.
64535         * lib/same.c: Likewise.
64536         * lib/strtoumax.c: Likewise.
64537
64538         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64539         `.', then first look up the entire `.'-containing string as a login
64540         name.
64541
64542 2000-02-23  Jim Meyering  <meyering@lucent.com>
64543
64544         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64545         in place of my hack.
64546
64547 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64548
64549         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64550         (textint): New typedef.
64551         (parser_control): Member year changed from int to textint.
64552         All uses changed.
64553         (YYSTYPE): Removed; replaced by %union with int and textint members.
64554         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64555         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64556         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64557         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64558         (date, number, to_year): Use width of number in digits, not its value,
64559         to determine whether it's a 2-digit year, or a 2-digit time.
64560         (yylex): Store number of digits of numeric tokens.
64561         Reported by John Kendall.
64562
64563         (parser_control): Changed from struct parser_control to typedef (for
64564         consistency).  All uses changed.
64565
64566         (tID): Removed; not used.
64567         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64568
64569 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64570
64571         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64572         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64573
64574 2000-02-12  Jim Meyering  <meyering@lucent.com>
64575
64576         * lib/userspec.c (ISDIGIT): Define it.
64577         (isdigit): Remove definition.
64578         (is_number): Use ISDIGIT, not isdigit.
64579         <libintl.h>: Include.
64580         (_ and N_): Define.
64581         (parse_user_spec): Mark translatable strings.
64582
64583 2000-02-10  Jim Meyering  <meyering@lucent.com>
64584
64585         With these changes, nanosleep.[ch] are finally enough like the other
64586         lib/* replacement files to compile on a few more losing systems.
64587
64588         * lib/nanosleep.h: Don't include config.h.
64589         Remove prototype from declaration of nanosleep.
64590         (PARAMS): Remove now-unneeded definition.
64591         * lib/nanosleep.c: #undef nanosleep.
64592         (rpl_nanosleep): Rename from nanosleep.
64593
64594 2000-02-10  Jim Meyering  <meyering@lucent.com>
64595
64596         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64597         gnu_nanosleep to rpl_nanosleep.
64598
64599 2000-02-09  Jim Meyering  <meyering@lucent.com>
64600
64601         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64602         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64603
64604 2000-02-08  Akim Demaille  <akim@epita.fr>
64605
64606         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64607         `[' and `]' and remove uses of `changequote'.
64608         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64609         (AC_SYS_LARGEFILE): Likewise.
64610         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64611         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64612         of changequote.
64613         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64614         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64615         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64616         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64617
64618 2000-02-05  Jim Meyering  <meyering@lucent.com>
64619
64620         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64621         Remove explicit use of AC_HEADER_TIME.  It is required by
64622         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64623         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64624         in autoconf whereby the expansion of the latter ended up preceding
64625         the expansion of its prerequisite, AC_HEADER_TIME.
64626         Reported by Volker Borchert.
64627
64628 2000-02-03  Jim Meyering  <meyering@lucent.com>
64629
64630         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64631
64632 2000-02-03  Jim Meyering  <meyering@lucent.com>
64633
64634         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64635         rather than with `#if HAVE_UTMPNAME'.
64636
64637 2000-02-02  Jim Meyering  <meyering@lucent.com>
64638
64639         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64640         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64641         Reported by Eli Zaretskii.
64642
64643 2000-02-01  Jim Meyering  <meyering@lucent.com>
64644
64645         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64646
64647 2000-01-31  Jim Meyering  <meyering@lucent.com>
64648
64649         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64650         functions.  Add the time.h and sys/time.h headers along with the
64651         AC_REQUIRE'ment of AC_HEADER_TIME.
64652
64653 2000-01-31  Jim Meyering  <meyering@lucent.com>
64654
64655         * lib/nanosleep.h (nanosleep): Guard declaration with
64656         `#if ! HAVE_DECL_NANOSLEEP'.
64657         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64658         the declaration in that vendor's sys/timers.h.
64659         Reported by Christian Krackowizer.
64660
64661         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64662         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64663         (ISPRINT): Likewise.
64664         Reported by Tom Tromey.
64665
64666 2000-01-30  Jim Meyering  <meyering@lucent.com>
64667
64668         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64669
64670         * m4/prereq.m4 (utmp_includes): Define.
64671         Check for ut_user and ut_name members in both struct utmpx
64672         and struct utmp.
64673
64674 2000-01-30  Jim Meyering  <meyering@lucent.com>
64675
64676         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64677         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64678         header files where only utmpx.ut_user is declared.
64679
64680         * lib/readutmp.h (UT_USER): Define.
64681
64682 2000-01-29  Jim Meyering  <meyering@lucent.com>
64683
64684         * m4/lib-check.m4: New file containing library-related checks from
64685         fileutils and sh-utils (textutils had none).
64686
64687 2000-01-28  Jim Meyering  <meyering@lucent.com>
64688
64689         * m4/perl.m4: Change format of warning message to look more like that
64690         from the missing script.  Suggestion from François Pinard.
64691
64692 2000-01-25  Jim Meyering  <meyering@lucent.com>
64693
64694         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64695         well as time.h in the compile check.
64696         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64697         Fix typo in cross-compiling case: s/yes/no/.
64698
64699 2000-01-23  Jim Meyering  <meyering@lucent.com>
64700
64701         * m4/jm-macros.m4: Move df-related tests here from
64702         fileutils/configure.in
64703
64704         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64705         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64706
64707         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64708         s/space/ac_fsusage_space/.
64709         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64710
64711         * m4/ftruncate.m4: New file (derived from part of
64712         fileutils/configure.in).
64713         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64714         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64715
64716         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64717         AC_SUBST these here, rather than just in sh-util/configure.in, so
64718         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64719         all the same.
64720         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64721         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64722         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64723         (AC_SUBST(POW_LIBM)): Likewise.
64724         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64725
64726 2000-01-23  Jim Meyering  <meyering@lucent.com>
64727
64728         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64729         obstack.c.
64730
64731 2000-01-22  Jim Meyering  <meyering@lucent.com>
64732
64733         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64734
64735         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64736
64737         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64738         configure.in
64739         (AC_CHECK_HEADERS): Likewise for sh-utils.
64740         (AC_CHECK_HEADERS): Likewise for textutils.
64741         Merge the three lists of headers.
64742
64743         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64744         from fileutils' configure.in.
64745
64746         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64747         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64748         check-decl.m4.
64749
64750         * m4/check-decl.m4: Use #if rather than #ifdef.
64751         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64752         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64753         (_jm_DECL_HEADERS): Define new function.
64754         (jm_CHECK_DECLARATIONS): Require it.
64755
64756 2000-01-22  Jim Meyering  <meyering@lucent.com>
64757
64758         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64759         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64760         Required for some AIX systems.  Reported by Christian Krackowizer.
64761         [TESTING] (main): New function.
64762
64763         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64764         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64765         letters.
64766
64767         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64768         iswprint.
64769
64770         * lib/strverscmp.c (ISDIGIT): Define.
64771         (strverscmp): Use ISDIGIT, not isdigit.
64772
64773 2000-01-19  Jim Meyering  <meyering@lucent.com>
64774
64775         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64776         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64777         defines `struct timespec' in <sys/time.h>
64778
64779         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64780         Thanks to Akim for explaining.
64781
64782 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64783
64784         * lib/nanosleep.c (nanosleep):
64785         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64786         POSIX.1 doesn't require SA_INTERRUPT and some systems
64787         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64788         it's been part of POSIX.1 since day 1 (in 1988).
64789
64790 2000-01-17  Jim Meyering  <meyering@lucent.com>
64791
64792         * lib/interlock: Remove unused file.  Reported by François Pinard.
64793
64794 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64795
64796         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64797         alert, backslash, formfeed, and vertical tab unnecessarily in
64798         shell quoting style.
64799
64800 2000-01-16  Jim Meyering  <meyering@lucent.com>
64801
64802         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64803         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64804         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64805         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64806
64807 2000-01-16  Jim Meyering  <meyering@lucent.com>
64808
64809         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64810         because the latter didn't work.
64811
64812 2000-01-15  Jim Meyering  <meyering@lucent.com>
64813
64814         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64815         (AC_REPLACE_FUNCS): Add memcpy and memset.
64816         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64817         Add strpbrk.
64818         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64819
64820 2000-01-12  Jim Meyering  <meyering@lucent.com>
64821
64822         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64823         (jm_PREREQ): Use it.
64824         (jm_PREREQ_READUTMP): New macro.
64825         (jm_PREREQ): Use it.
64826
64827 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64828
64829         Quote multibyte characters correctly.
64830         * m4/c-bs-a.m4: New file.
64831         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64832         (jm_PREREQ): Use it.
64833
64834 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64835
64836         * m4/uintmax_t.m4: Port to autoconf 2.13.
64837
64838 2000-01-08  Jim Meyering  <meyering@ascend.com>
64839
64840         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64841         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64842
64843 2000-01-04  Jim Meyering  <meyering@ascend.com>
64844
64845         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64846         jm_STRUCT_DIRENT_D_TYPE.
64847         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64848         jm_STRUCT_DIRENT_D_INO.
64849         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64850         jm_STRUCT_UTIMBUF.
64851         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64852         renamings.
64853         * m4/utime.m4: Likewise.
64854
64855         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64856         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64857
64858 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64859
64860         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64861         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64862
64863 2000-01-02  Jim Meyering  <meyering@ascend.com>
64864
64865         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64866         remember if this is necessary.
64867
64868 1999-12-26  Jim Meyering  <meyering@ascend.com>
64869
64870         * m4/jm-macros.m4: Use it here.
64871         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64872
64873 1999-12-23  Jim Meyering  <meyering@ascend.com>
64874
64875         * m4/jm-macros.m4: Check for clock_gettime (moved from
64876         fileutils/configure.in)
64877         Check for gettimeofday.
64878
64879 1999-12-20  Jim Meyering  <meyering@ascend.com>
64880
64881         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64882         autoconf-2.14a-1999-12-20.
64883
64884 1999-12-19  Jim Meyering  <meyering@ascend.com>
64885
64886         * m4/lstat-slash.m4: New file.
64887         * m4/jm-macros.m4: Use the new macro:
64888         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64889
64890 1999-12-07  Jim Meyering  <meyering@ascend.com>
64891
64892         * m4/perl.m4: Require that File::Compare be available, too.
64893         Too many systems seem to lack it.
64894
64895         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64896         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64897
64898 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64899
64900         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64901         problem with the QNX 4.25 shell, which doesn't propagate exit
64902         status of failed commands inside shell assignments.
64903
64904 1999-11-17  Jim Meyering  <meyering@ascend.com>
64905
64906         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64907
64908 1999-11-07  Jim Meyering  <meyering@ascend.com>
64909
64910         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64911
64912 1999-11-06  Jim Meyering  <meyering@ascend.com>
64913
64914         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64915         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64916
64917 1999-11-05  Jim Meyering  <meyering@ascend.com>
64918
64919         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64920         configure.in of textutils, fileutils, and sh-utils into this one
64921         (shared between those packages) file.
64922         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64923         AC_STRUCT_ST_BLKSIZE.
64924
64925 1999-11-03  Jim Meyering  <meyering@ascend.com>
64926
64927         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64928         of AC_CHECK_TYPE checks includes unistd.h.
64929         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64930         Suggestion from Akim Demaille.
64931
64932 1999-10-30  Jim Meyering  <meyering@ascend.com>
64933
64934         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64935         m4-quoted string.
64936         * m4/ls-mntd-fs.m4: Likewise.
64937         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64938         * m4/jm-winsz1.m4: Likewise.
64939
64940         * m4/const.m4: Remove file, since the fix made it into the experimental
64941         version of autoconf.
64942         * m4/mktime.m4: Likewise.
64943
64944         * m4/check-type.m4: Remove file, now that the latest version of
64945         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64946
64947         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64948         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64949         AC_CHECK_TYPE.
64950
64951 1999-10-04  Jim Meyering  <meyering@ascend.com>
64952
64953         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64954
64955 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64956
64957         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64958         2.95.1 bug with HP-UX 10.20.
64959
64960 1999-09-17  Jim Meyering  <meyering@ascend.com>
64961
64962         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64963         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64964         due to missing strdup (against sh-utils-2.0).
64965
64966 1999-08-29  Jim Meyering  <meyering@ascend.com>
64967
64968         * m4/jm-macros.m4: Require jm_BISON.
64969         * m4/bison.m4: New file.
64970
64971 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64972
64973         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64974         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64975
64976 1999-08-05  Jim Meyering  <meyering@ascend.com>
64977
64978         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64979         to avoid conflicts with `conftest' on 8+3 filesystems.
64980         Suggestion from Eli Zaretskii.
64981
64982 1999-08-04  Jim Meyering  <meyering@ascend.com>
64983
64984         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64985         fileutils and sh-utils (textutils's getline test was inadequate).
64986         (AM_FUNC_GETLINE): Run this test.
64987         (AC_CHECK_FUNCS): Check for getdelim.
64988         Reported by Bob Proulx.
64989
64990 1999-08-02  Jim Meyering  <meyering@ascend.com>
64991
64992         * m4/jm-macros.m4: Add a comment.
64993
64994 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64995
64996         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64997         <inttypes.h> defines strtoumax as a macro (and not as a
64998         function).
64999
65000 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65001
65002         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65003         that we can shift, multiply and divide unsigned long long
65004         values; Ultrix cc can't do it.
65005
65006 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65007
65008         * m4/mktime.m4: New file, which is a preview of what should appear
65009         in the next public autoconf release.
65010
65011 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65012
65013         * m4/lfs.m4: Remove this file.
65014         * m4/largefile.m4: New file.  It contains the old contents of
65015         lfs.m4, except that all names with prefix AC_LFS have been
65016         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65017         compatible with future autoconf versions.  Also, some minor m4
65018         quoting problems have been fixed.
65019
65020 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65021
65022         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65023         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65024         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65025         and simplify the shell code.
65026
65027 1999-08-01  Jim Meyering  <meyering@ascend.com>
65028
65029         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65030         m4.
65031
65032 1999-07-20  Jim Meyering  <meyering@ascend.com>
65033
65034         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65035
65036 1999-07-15  Jim Meyering  <meyering@ascend.com>
65037
65038         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65039
65040 1999-05-22  Jim Meyering  <meyering@ascend.com>
65041
65042         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65043
65044 1999-05-20  Jim Meyering  <meyering@ascend.com>
65045
65046         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65047         Add a colon after each `then' in case $4 is empty.
65048
65049 1999-05-16  Jim Meyering  <meyering@ascend.com>
65050
65051         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65052
65053 1999-05-10  Jim Meyering  <meyering@ascend.com>
65054
65055         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65056
65057         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65058         AC_FUNC_MKTIME.
65059
65060 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65061
65062         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65063
65064 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65065
65066         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65067         not CPPFLAGS, so that linking works correctly in IRIX.
65068
65069 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65070
65071         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65072
65073 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65074
65075         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65076         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65078         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65079         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65080
65081         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65082
65083 1999-04-20  Jim Meyering  <meyering@ascend.com>
65084
65085         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65086         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65087         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65088
65089 1999-04-18  Jim Meyering  <meyering@ascend.com>
65090
65091         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65092         * m4/jm-macros.m4: Use it.
65093
65094 1999-04-06  Jim Meyering  <meyering@ascend.com>
65095
65096         * m4/strftime.m4: Remove test for %f.
65097
65098 1999-03-29  Jim Meyering  <meyering@ascend.com>
65099
65100         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65101         superset of the AC_TYPE_* checks in the textutils, fileutils,
65102         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65103         AC_TYPE_PID_T.
65104
65105 1999-03-28  Jim Meyering  <meyering@ascend.com>
65106
65107         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65108         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65109         replaced e.g., in the *.sh files of the sh-utils.
65110
65111 1999-03-20  Jim Meyering  <meyering@ascend.com>
65112
65113         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65114         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65115         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65116
65117 1999-03-19  Jim Meyering  <meyering@ascend.com>
65118
65119         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65120
65121 1999-03-12  Jim Meyering  <meyering@ascend.com>
65122
65123         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65124
65125 1999-03-07  Jim Meyering  <meyering@ascend.com>
65126
65127         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65128         declared.
65129
65130 1999-02-17  Jim Meyering  <meyering@ascend.com>
65131
65132         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65133         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65134
65135 1999-02-07  Jim Meyering  <meyering@ascend.com>
65136
65137         * m4/group-member.m4: New file -- extracted from sh-utils'
65138         configure.in.
65139
65140         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65141         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65142
65143 1999-02-06  Jim Meyering  <meyering@ascend.com>
65144
65145         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65146         * m4/fnmatch.m4: Likewise.
65147         * m4/getgroups.m4: Likewise.
65148         * m4/lstat.m4: Likewise.
65149         * m4/malloc.m4: Likewise.
65150         * m4/putenv.m4: Likewise.
65151         * m4/realloc.m4: Likewise.
65152         * m4/regex.m4: Likewise.
65153         * m4/stat.m4: Likewise.
65154         * m4/strftime.m4: Likewise.
65155         Suggestion from Alain Magloire.
65156
65157         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65158         * m4/fnmatch.m4: Likewise.
65159         * m4/getgroups.m4: Likewise.
65160         * m4/getline.m4: Likewise.
65161         * m4/lstat.m4: Likewise.
65162         * m4/malloc.m4: Likewise.
65163         * m4/memcmp.m4: Likewise.
65164         * m4/putenv.m4: Likewise.
65165         * m4/realloc.m4: Likewise.
65166         * m4/regex.m4: Likewise.
65167         * m4/stat.m4: Likewise.
65168         * m4/strftime.m4: Likewise.
65169         Suggestion from Alain Magloire.
65170
65171         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65172         an argument.
65173
65174         * m4/regex.m4: Add a run-time Test for proper operation of
65175         re_compile_pattern.
65176
65177 1999-01-31  Jim Meyering  <meyering@ascend.com>
65178
65179         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65180
65181 1999-01-30  Jim Meyering  <meyering@ascend.com>
65182
65183         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65184
65185         * m4/jm-mktime.m4: Make this a wrapper around the official
65186         AM_FUNC_MKTIME rather than my private copy, now that the official one
65187         is up to date.
65188         * m4/mktime.m4: Remove file.
65189
65190         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65191         * m4/uptime.m4: Likewise.
65192         * m4/uintmax_t.m4: Likewise.
65193
65194 1999-01-28  Jim Meyering  <meyering@ascend.com>
65195
65196         * m4/jm-macros.m4: Use jm_AFS.
65197         * m4/afs.m4: New file (from fileutils' configure.in).
65198
65199         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65200         * m4/chown.m4: Likewise.
65201         * m4/d-ino.m4: Likewise.
65202         * m4/d-type.m4: Likewise.
65203         * m4/fnmatch.m4: Likewise.
65204         * m4/getgroups.m4: Likewise.
65205         * m4/gettext.m4: Likewise.
65206         * m4/jm-mktime.m4: Likewise.
65207         * m4/jm-winsz2.m4: Likewise.
65208         * m4/lcmessage.m4: Likewise.
65209         * m4/ls-mntd-fs.m4: Likewise.
65210         * m4/malloc.m4: Likewise.
65211         * m4/memcmp.m4: Likewise.
65212         * m4/putenv.m4: Likewise.
65213         * m4/realloc.m4: Likewise.
65214         * m4/st_mtim.m4: Likewise.
65215         * m4/strftime.m4: Likewise.
65216
65217 1999-01-16  Jim Meyering  <meyering@ascend.com>
65218
65219         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65220         (ARGMATCH_DIE_DECL): Define.
65221
65222 1999-01-12  Jim Meyering  <meyering@ascend.com>
65223
65224         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65225         Reported by Lars Hecking.
65226
65227 1999-01-10  Jim Meyering  <meyering@ascend.com>
65228
65229         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65230         gross kludge.
65231         * m4/inttypes_h.m4: Likewise.
65232         * m4/lstat.m4: Likewise.
65233         * m4/malloc.m4: Likewise.
65234         * m4/readdir.m4: Likewise.
65235         * m4/realloc.m4: Likewise.
65236         * m4/st_dm_mode.m4: Likewise.
65237         * m4/stat.m4: Likewise.
65238         * m4/utimbuf.m4: Likewise.
65239         * m4/utimes.m4: Likewise.
65240
65241         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65242         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65243         comments in config.h.in are meaningful.
65244
65245         * m4/jm-macros.m4: Require autoconf-2.13 here.
65246
65247         * m4/regex.m4: By default, don't use the included regex.c on systems
65248         with glibc 2.  Suggestion from Uli Drepper.
65249
65250 1999-01-02  Jim Meyering  <meyering@ascend.com>
65251
65252         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65253
65254 1998-12-18  Jim Meyering  <meyering@ascend.com>
65255
65256         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65257         Based on a suggestion from Lars Hecking.
65258
65259 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65260
65261         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65262
65263 1998-11-16  Jim Meyering  <meyering@ascend.com>
65264
65265         * m4/lfs.m4: Double-quote the `uname...` expression.
65266
65267 1998-11-14  Jim Meyering  <meyering@ascend.com>
65268
65269         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65270         * m4/stat.m4: Likewise.
65271
65272 1998-11-03  Jim Meyering  <meyering@ascend.com>
65273
65274         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65275         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65276
65277 1998-10-18  Jim Meyering  <meyering@ascend.com>
65278
65279         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65280
65281 1998-10-17  Jim Meyering  <meyering@ascend.com>
65282
65283         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65284         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65285         calls for those previously hard-coded headers.  Instead, take a new
65286         parameter.
65287         (jm_CHECK_DECLARATIONS): Reflect interface change.
65288         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65289         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65290
65291         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65292
65293 1998-10-14  Jim Meyering  <meyering@ascend.com>
65294
65295         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65296         instead of "TZ=America/Vancouver".  From Paul Eggert.
65297
65298 1998-10-11  Jim Meyering  <meyering@ascend.com>
65299
65300         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65301         This adds a test for a recently added compatibility fix for mktime.c.
65302         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65303
65304 1998-09-27  Jim Meyering  <meyering@ascend.com>
65305
65306         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65307
65308         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65309         ../configure.in, including a change from Gordon Matzigkeit to allow
65310         cross-compiling for the Hurd.
65311
65312         * m4/glibc.m4: New file/macro to test for the GNU C Library
65313         versions 1 and 2.  From Gordon Matzigkeit.
65314         Indent.
65315
65316 1998-09-21  Jim Meyering  <meyering@ascend.com>
65317
65318         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65319
65320 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65321
65322         Port nanosecond-resolution times to UnixWare 2.1.2 and
65323         pedantic Solaris 2.6.
65324
65325         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65326         AC_STRUCT_ST_MTIM.
65327         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65328         Generate name of ns member, instead of just 1 or undef.
65329         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65330
65331 1998-08-15  Jim Meyering  <meyering@ascend.com>
65332
65333         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65334         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65335         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65336         instead of jm_TYPE_SSIZE_T.
65337
65338 1998-08-12  Jim Meyering  <meyering@ascend.com>
65339
65340         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65341
65342 1998-08-02  Jim Meyering  <meyering@ascend.com>
65343
65344         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65345         in acconfig.h manually.
65346
65347 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65348
65349         * m4/st_mtim.m4: New file.
65350
65351 1998-07-28  Jim Meyering  <meyering@ascend.com>
65352
65353         * m4/utimes.m4: Undef stat.
65354
65355 1998-07-25  Jim Meyering  <meyering@ascend.com>
65356
65357         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65358         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65359
65360 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65361
65362         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65363         uid and gid actually remain unchanged.
65364
65365 1998-07-07  Jim Meyering  <meyering@ascend.com>
65366
65367         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65368
65369 1998-07-04  Jim Meyering  <meyering@ascend.com>
65370
65371         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65372         to prove that this macro can be used in packages without regex.c.
65373
65374 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65375
65376         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65377         is to be used.
65378
65379 1998-07-03  Jim Meyering  <meyering@ascend.com>
65380
65381         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65382
65383         * m4/gettext.m4: New file -- from gettext-0.10.35.
65384         * m4/lcmessage.m4: Likewise.
65385         * m4/progtest.m4: Likewise.
65386
65387         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65388         * m4/jm-macros.m4: Require the new macro.
65389
65390 1998-06-29  Jim Meyering  <meyering@ascend.com>
65391
65392         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65393         for the definition of NGROUPS (used in a system header included
65394         by sys/mount.h).
65395
65396 1998-06-28  Jim Meyering  <meyering@ascend.com>
65397
65398         * m4/ls-mntd-fs.m4: New file.
65399         * m4/fstypename.m4: New file.
65400
65401         * m4/jm-macros.m4: Require the new macro.
65402         * m4/jm-glibc-io.m4: New file.
65403
65404 1998-05-19  Jim Meyering  <meyering@ascend.com>
65405
65406         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65407         * m4/lchown.m4: New file.
65408
65409         * m4/Makefile.am.in: New file.
65410         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65411
65412 1998-05-14  Jim Meyering  <meyering@ascend.com>
65413
65414         * m4/Makefile.am (EXTRA_DIST): Add them.
65415         * m4/jm-macros.m4: New file.
65416         * m4/utimbuf.m4: New file.
65417
65418 1998-05-12  Jim Meyering  <meyering@ascend.com>
65419
65420         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65421
65422 1998-05-11  Jim Meyering  <meyering@ascend.com>
65423
65424         * m4/isc-posix.m4: New file.
65425
65426 1998-05-10  Jim Meyering  <meyering@ascend.com>
65427
65428         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65429
65430 1998-05-09  Jim Meyering  <meyering@ascend.com>
65431
65432         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65433         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65434         with automake.
65435
65436         * m4/ssize_t.m4: New file.
65437         * m4/mktime.m4: Remove file -- the new automake has this now.
65438
65439 1998-04-26  Jim Meyering  <meyering@ascend.com>
65440
65441         * m4/assert.m4: New file.
65442         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65443
65444 1998-04-05  Jim Meyering  <meyering@ascend.com>
65445
65446         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65447         (jm_PREREQ): Use it here.
65448
65449 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65450
65451         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65452         in acconfig.h.
65453
65454 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65455
65456         * m4/prereq.m4: New file.
65457         * m4/error.m4: New file.
65458         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65459
65460 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65461
65462         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65463         cache-check for the same variable -- that defeated the purpose of
65464         the test; the test program was never run.  This was a problem only
65465         on systems with losing getline functions -- HP-UX 10.20 is one.
65466         Reported by Bjorn Helgaas.
65467
65468 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65469
65470         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65471
65472 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65473
65474         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65475
65476         * m4/const.m4: New file.  Use an initializer in this declaration
65477         typedef int charset[2]; const charset x;
65478         Reported by Bob Glickstein.
65479
65480 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65481
65482         * m4/chown.m4: Fix reversed types on -1 args to chown.
65483         From Kaveh Ghazi.
65484
65485 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65486
65487         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65488         Add lseek and memchr.
65489
65490         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65491         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65492         have a 20-character limit on names.
65493
65494 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65495
65496         * m4/inttypes_h.m4: New file.
65497         * m4/uintmax_t.m4: New file.
65498         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65499
65500
65501         -----
65502
65503         Local Variables:
65504         coding: utf-8
65505         End:
65506
65507         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65508
65509         Copying and distribution of this file, with or without
65510         modification, are permitted provided the copyright notice
65511         and this notice are preserved.